Android 'Unfortunately, [App] Has Stopped' Fixes That Work

Tired of that popup killing your app? Here are the three real fixes, from cache clear to reinstall, in order of likelihood.

1. Clear the App's Cache and Data (This Fixes 70% of Crashes)

If an app worked yesterday and suddenly won't open today, the first thing I do is clear its cache. Android apps store temporary files to speed up loading—like thumbnails, downloaded maps, or login tokens. When those files get corrupted or outdated, the app can crash on launch.

Here's the step-by-step, no shortcuts:

  1. Open your phone's Settings app. On most Androids (Samsung, Pixel, Motorola), it's the gear icon in your app drawer.
  2. Scroll down to Apps or Application Manager (the exact name varies by version). Tap it.
  3. You'll see a list of all installed apps. Scroll until you find the one that's crashing—say, Instagram or Chrome. Tap that app.
  4. On the app's info page, tap Storage. Sometimes this is labeled Storage & Cache depending on your Android version.
  5. Tap Clear Cache. A confirmation popup appears—tap OK or Confirm. Don't worry, this won't delete your photos or messages.
  6. After you tap it, you should see the cache size drop to 0 bytes. That's your cue it worked.
  7. Now try opening the app. If it launches, you're done. If it still crashes, repeat steps 1–5 but this time tap Clear Storage (also called Clear Data). This wipes app settings, login info, and saved preferences—so you'll need to sign in again.

Why clear storage? Because sometimes the cache isn't the problem—the app's saved preferences are. For example, a banking app might store an old session token that conflicts with its server. Clearing data forces the app to start fresh.

2. Force Stop the App and Restart It

If clearing cache didn't help, the app might be stuck in a weird state—like a background process that's hanging. Force stopping is different from just swiping it away from your recent apps. It kills the entire process, including all background services.

Here's how to do it properly:

  1. Go to Settings > Apps (or Application Manager) as before.
  2. Find the crashing app and tap on it.
  3. You'll see a big button that says Force Stop. Tap it. On some phones, you get a warning that the app may misbehave—that's fine, that's what we want.
  4. After tapping, the button should become grayed out for a few seconds. That means the app is fully closed.
  5. Now open the app from your home screen. It should load like it's the first time—fresh process, fresh start.

This works best when the crash happens after a system update or after the app froze mid-use. I've seen it fix Twitter and Gmail crashes that persisted through multiple cache clears.

3. Uninstall and Reinstall the App

If neither cache clearing nor force stop helps, the app's installation itself is likely corrupted. This is common after a failed update or when the app data is too tangled to untangle. The nuclear option—uninstall—removes everything and gives you a clean slate.

Before you do this, back up any data you can't afford to lose. Some apps (like WhatsApp) offer in-app backups, but others don't. If you have game saves, check if they're tied to your Google Play Games account—if not, uninstalling kills them.

  1. Long-press the app's icon on your home screen or app drawer. A menu pops up.
  2. Tap Uninstall (sometimes it's a trash icon). You might get a confirmation dialog—tap Uninstall again.
  3. Wait for the removal to finish. You'll see a toast message like "App uninstalled."
  4. Open the Play Store app, search for the app's name, and tap Install.
  5. Once installed, open the app. You'll have to sign in again, set up permissions, and redo any custom settings. That's expected.

This fixes crashes caused by incompatible OS updates. For example, after Android 14 rolled out, a lot of older apps crashed because their code wasn't updated. A fresh install usually gets the latest compatible version.

When to Check for System Updates (Bonus)

If the crash happens across multiple apps—say, both Spotify and your camera app—the problem might not be the apps. Google Play Services or the Android System WebView could be corrupted. In that case, go to Settings > System > System Update and check for pending updates. Installing them often resolves widespread crashing.

Quick-Reference Summary Table

Fix When to Try It What It Does Data Loss?
Clear Cache App worked recently, then crashed Deletes temp files None
Force Stop App freezes or crashes after update Stops all background processes None
Uninstall & Reinstall Cache clear and force stop fail Fresh install of the app All app data, unless backed up

One last thing: if you're on a Samsung device, the app names might be slightly different—like Apps instead of Application Manager. The logic is the same. Stick with this order, and you'll dodge most of the popups. If none of these work after 10 minutes, the app's developers might have a known issue—check their support page before you throw your phone at the wall.

Related Errors in Mobile – Android
Google Play Services Keeps Stopping Fix 'Google Play Services Keeps Stopping' on Android ERR_TOO_MANY_REDIRECTS Android Redirect Loop or Script Execution Failure Fix Android app crashes on launch after OS update? Fix the target SDK mismatch Not registered on network Android 'Not Registered on Network' Fix That Actually Works

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.