Android 'Unfortunately, [App] Has Stopped' – Real Fix

Mobile – Android Beginner 👁 2 views 📅 May 28, 2026

That 'app has stopped' popup? Mostly a cache or data glitch. Here's the fix that works 9 out of 10 times.

You've seen it. That popup that kills your flow.

It's the 'Unfortunately, [App] Has Stopped' message. It's been around since Android 2.x and it's still here. The fix is usually simple—here's what I do at least once a week for clients.

Step 1: Force Stop + Clear Cache

Don't tap 'OK' and hope. Do this:

  1. Go to Settings > Apps (or 'Apps & notifications' on some Samsung phones).
  2. Find the app that's crashing. Tap it.
  3. Tap Force Stop. Wait 5 seconds.
  4. Tap Storage & cache.
  5. Tap Clear cache (not 'Clear storage' yet—skip that unless step 1 fails).

That clears temporary junk that's usually the culprit. I had a client last month whose Gmail app kept crashing. Cleared cache, reopened, worked fine for weeks.

Step 2: Clear Data (If Cache Didn't Work)

If the popup comes back, go back to the same screen and tap Clear storage (or 'Manage space' > 'Clear all data'). This deletes the app's settings, login info, and offline data. You'll need to sign in again, but the app will work.

Warning: Do this for games or apps with local progress—you'll lose saved data unless it's backed up to the cloud.

Why This Works

Here's the thing: most 'has stopped' errors come from corrupted cache files. Apps store temporary data to speed up loading, but when an update changes how that data is read, the old cache causes a conflict. Force stop kills the process. Clearing cache removes the bad files. That's it.

Android 12 and 13 are pretty good at handling this automatically, but older versions—like Android 11 or 10—still throw these errors regularly. It's not a bug, it's a feature of how Android manages memory.

Less Common Variations

System UI Keeps Stopping

That's a different beast. It usually happens when you've installed a custom launcher or a ROM that doesn't play nice. Fix: boot into Safe Mode (hold Power, then long-press 'Power off' until Safe Mode prompt appears). If it stops there, uninstall the recent app or launcher.

Multiple Apps Crashing at Once

If Gmail, Chrome, and the Play Store all start crashing together, it's often Android System WebView or Google Play Services. Go to Settings > Apps > Show system apps (three-dot menu) > find 'Android System WebView' > tap three dots > Uninstall updates. Then update it again from Play Store. This blew up in early 2021 when a WebView update broke half of Android phones. Google patched it, but old updates can still cause trouble.

App Crashes After an Update

Uninstall the update: go to the app in Settings > tap three dots > Uninstall updates. The app reverts to the factory version. Then update it fresh from Play Store. I've seen this fix banking apps that went haywire after a security patch.

Prevention (So It Doesn't Come Back)

  • Update apps regularly—stale versions are the #1 cause of these errors.
  • Restart your phone once a week. Clears the temp cache at the system level. Sounds dumb, works like magic.
  • Don't install apps from unknown sources. Two clients got stuck in an app-crash loop because of a side-loaded weather widget that corrupted shared storage.
  • Check storage space—if your phone has less than 500MB free, Android gets twitchy. Move photos to the cloud or delete junk.

Bottom line: force stop + clear cache fixes 90% of these errors. The rest need a data wipe or a WebView update. You don't need to factory reset or reinstall Android. Save yourself the headache.

Was this solution helpful?