Android 'Unfortunately, [App] has stopped' – Quick Fix
This error usually means a single app crashed. Here's how to fix it in under 2 minutes, plus why it happens.
I know this error is infuriating
You're in the middle of something and then boom – a popup says “Unfortunately, [App] has stopped.” You tap OK and it comes right back. Or it closes and you lose your work. I've been there a hundred times. The good news: 90% of the time, you can fix it in under two minutes without factory resetting your phone.
First, try this: Clear the cache and data
The quickest fix is wiping the app's temporary files. Here's how on Android 11 through 14 (works on Samsung, Pixel, OnePlus, and most others):
- Go to Settings > Apps (or App Management).
- Find the app that's crashing. Tap on it.
- Tap Storage & cache.
- Tap Clear cache first. Then tap Clear storage (or Clear data – same thing).
- Restart the app.
That's it for most cases. Clearing cache removes corrupted temporary files. Clearing data resets the app to factory defaults – you'll lose any saved login info, but you can sign in again. I always clear cache first; only clear data if the problem persists.
If that didn't work, update the app
An outdated app can crash because it's not compatible with your current OS version. Open the Google Play Store, tap your profile icon, then Manage apps & device. Find the app and tap Update. If there's no update available, the app might be abandoned by its developer – in that case, skip to the reinstall step below.
Still crashing? Reinstall the app
Uninstall the app from the Play Store (long press the app icon > tap Uninstall). Then restart your phone – yes, the full restart. Not just a lock/unlock. Then reinstall from the Play Store. This wipes all cached data plus any corrupt files lingering in the app's folder. I've seen this fix apps that wouldn't work after a year of updates.
Why does this happen in the first place?
Android apps crash when they run out of memory, hit a bug, or get corrupted data. The most common trigger: a background update that didn't install cleanly. For example, you opened Instagram, it auto-updated overnight, and now it's missing a key file. The error popup is Android's way of saying “this app can't continue safely.” Clearing cache or reinstalling gives it a fresh start.
Less common but still real: a system app like Android System WebView can cause multiple apps to crash at once. If you see the error on several different apps (like Chrome, Gmail, and Settings all crashing), update WebView from the Play Store. Google pushed a buggy WebView update in March 2021 that crashed thousands of phones – same fix applies today if you're on an older device.
Less common variations
Error only happens on startup
If the app crashes as soon as you open it, but works fine after a restart – it's likely a memory issue. Close other apps first. On Samsung phones, long press the Recent Apps button and tap Close all. On Pixel, swipe up and close each app manually. Then try the app again.
Error happens after an OS update
System updates can break app compatibility. Go to Settings > System > System update and check for the latest patch. If you're on Android 12 or older, try Safe Mode (press and hold Power > tap Restart to Safe Mode). If the app works in Safe Mode, a third-party app or launcher is interfering. Uninstall recently installed apps one by one until the problem stops.
Error says “Google Play Services has stopped”
This is a system-level crash. Don't clear its data – it's tied to your Google account sync. Instead, go to Settings > Apps > Google Play Services > Storage and tap Clear cache only. Then go to Settings > Apps > Google Play Store and do the same. Reboot. This fixed it on my Pixel 6 Pro after a buggy Android 14 beta update.
How to prevent this from happening again
You can't stop every crash, but you can reduce them. Here's my rule of thumb:
- Keep your apps updated – turn on auto-update in Play Store. Go to Play Store > Settings > Auto-update apps > Over any network. This installs patches before bugs hit you.
- Don't install sketchy apps – apps from outside the Play Store (side-loaded APKs) are the #1 cause of repeating crash loops on Samsung phones.
- Restart your phone once a week – clears temporary system caches. I do it every Sunday morning.
- Free up storage – if your internal storage is under 1GB free, apps will crash because they can't write cache files. Delete old photos or move them to cloud storage.
- Use the “Memory” section in Developer Options – if you're on Android 13 or later, go to Settings > About phone > tap Build number seven times to unlock Developer Options. Then go to Developer options > Memory and see which apps are using the most RAM. Uninstall the heavy ones you don't use.
That's the whole playbook. If none of these steps work, you're likely dealing with a hardware issue – failing storage or bad RAM. Back up your data and contact your phone's support. But for 95% of crashes, clearing cache or reinstalling will solve it. Try those first, and you'll be back to using the app in no time.
Was this solution helpful?