iOS App Won't Update? Fix Stuck Progress Bar

Mobile – iOS Beginner 👁 2 views 📅 May 27, 2026

Your iPhone app update hangs mid-download or shows a frozen progress bar. Here's what's actually going on and how to unstick it fast.

You tap Update in the App Store. The app icon on your home screen shows a gray progress bar. It moves a little, then stops. Or it spins forever. Maybe you see Waiting under the icon. This happens most often when you're on a weak Wi-Fi signal, right after a major iOS update like iOS 17.5 or 18.0, or when your phone storage is nearly full. Had a client last month whose iPad got stuck updating Slack for two days because she had 200MB free. The bar froze at 90%. Drove her nuts.

Why This Happens

iOS doesn't give you a lot of feedback during app updates. When the progress bar stops, it's usually one of three things:

  • Network interruption — The download starts, Wi-Fi drops for a second, iOS doesn't recover gracefully.
  • Storage bottleneck — iOS needs temporary space to decompress the update. If you're under 1GB free, the system halts.
  • Corrupted partial download — The app's download file got mangled. This happens if you interrupted it by force-closing the App Store.

Stop wasting time with airplane mode toggles. Let's hit the real fixes.

Fix 1: Force Restart Your iPhone

This clears the stalled download task from memory. Don't just swipe the App Store away — do a real force restart.

  1. Press and quickly release Volume Up.
  2. Press and quickly release Volume Down.
  3. Press and hold the Side button until you see the Apple logo (about 10 seconds). Let go.
  4. After it boots, open Settings > General > iPhone Storage. See if the app shows as Update Available or Offload App. If it says Update Available, tap it. If it says Offload App, don't do that — you'll lose data.

This works about 60% of the time. If the progress bar is still frozen, move to step 2.

Fix 2: Delete and Redownload the App

You won't lose data if the app uses iCloud or its own cloud sync (like Slack, Teams, or Notes). For apps with local-only data (some games, file managers), this might wipe it. Check first.

  1. Press and hold the app icon on your home screen.
  2. Tap Remove App, then Delete App.
  3. Go to the App Store, search for the app, and tap the cloud icon to download fresh.

I've seen this fix a stuck update instantly because it nukes the corrupted download. If the app had pending data, check iCloud Drive or the app's own backup feature after reinstalling.

Fix 3: Clear the App Store Cache

Yes, the App Store has a hidden cache. Clearing it forces iOS to start the download fresh.

  1. Open Settings.
  2. Tap your name at the top.
  3. Tap Media & Purchases.
  4. Tap Sign Out. This signs you out of the App Store and iTunes.
  5. Restart your iPhone (regular swipe power off is fine).
  6. Go back to Settings > Media & Purchases and sign back in.
  7. Try updating the app again.

This clears the stuck session without deleting the app. It's saved me more than once on iOS 17.4.

Fix 4: Check Your Storage and Network

Open Settings > General > iPhone Storage. If you see less than 1GB free, you need to clear space immediately. Delete old photos, offload apps you don't use (Settings does this automatically if you turn on Offload Unused Apps), or delete large videos.

For network issues: go to Settings > Wi-Fi, tap the i next to your network, and toggle Auto-Join off and on. If you're on a 2.4GHz band, switch to 5GHz if possible. 2.4GHz is slower and more prone to interference — I've seen app updates time out over it constantly.

Fix 5: Update iOS Itself

Sometimes the App Store update mechanism is broken by a buggy iOS version. Go to Settings > General > Software Update. If an iOS update is available (like 17.5.1 or 18.0.1), install it. Apple releases these specifically to fix App Store issues. I've had a client stuck on iOS 16.6.1 whose app updates wouldn't complete until they jumped to 17.1.

What to Check If It Still Fails

If you've done all five fixes and the progress bar still won't budge, you're looking at a deeper issue. Try these last checks:

  • Restrictions or Screen Time: Go to Settings > Screen Time > Content & Privacy Restrictions. Make sure iTunes & App Store Purchases isn't set to Don't Allow.
  • Apple System Status: Visit Apple's System Status page (you'll have to type it in Safari). If the App Store or iCloud Account & Sign In is red, wait it out — that's Apple's problem, not yours.
  • Reset Network Settings: Last resort. Go to Settings > General > Transfer or Reset iPhone > Reset > Reset Network Settings. This nukes saved Wi-Fi passwords and VPN configs, so only do it if you're desperate. It's fixed many a stuck download for me on iOS 17.x.

One more thing: if the app is something critical like your banking app or work chat, and none of this works, just wait an hour. App Store servers get hammered after major iOS releases. Sometimes the fix is patience — annoying, but true.

Was this solution helpful?