How to Fix "App Keeps Stopping" on Android (The Real Cause Most Guides Don't Mention)

By Adhen Prasetiyo

Thursday, February 12, 2026 • 9 min read

Android phone showing App keeps stopping error dialog popup

You’re using your phone, minding your own business, and a popup appears: “App keeps stopping.” You tap Close, reopen the app, and it crashes again. Same popup. Over and over.

So you Google it. Every guide says the same thing: clear cache, restart your phone, reinstall the app. You try all three. It still crashes.

Here’s why: the problem often isn’t the app itself. It’s a hidden system component called Android System WebView — and most troubleshooting guides never mention it.

What Actually Causes “App Keeps Stopping”

When an Android app crashes, it’s usually one of these:

  • Corrupted cache files — the app stored bad temporary data
  • App update gone wrong — the latest version has a bug
  • Not enough storage — the app can’t save the data it needs
  • Android System WebView crash — this is the big one that nobody talks about

WebView is a system component that apps use to display web content. Any app that shows a webpage, loads an ad, displays a help article, or renders HTML inside the app uses WebView behind the scenes. That includes Gmail, Google Maps, Amazon, banking apps, news apps — basically most apps on your phone.

When Google pushes a bad WebView update (and this has happened multiple times), dozens of unrelated apps all crash at the same time. You’ll see “App keeps stopping” for Gmail, then your banking app crashes, then your weather app dies. It looks like your phone is falling apart, but it’s all one component.

How to Tell If It’s WebView

Ask yourself: is it just ONE app crashing, or multiple unrelated apps?

  • One app: The problem is likely with that specific app — corrupted cache, buggy update, or a permissions issue
  • Multiple apps crashing around the same time: Almost certainly a WebView problem

Fix 1: Force Stop the App

Before anything else, kill the app’s process completely:

  1. Go to Settings → Apps
  2. Find the crashing app in the list and tap it
  3. Tap Force Stop
  4. Tap OK to confirm

Now reopen the app. Force Stop doesn’t just close the app — it terminates the process entirely, clears it from memory, and forces a fresh start. This alone fixes many temporary crashes.

What Force Stop does vs. what it doesn’t:

  • Does: Kills the app process, clears it from RAM, stops all background activity
  • Doesn’t: Delete your data, remove your login, or clear cache

Fix 2: Clear Cache (This Is Safe)

If Force Stop didn’t work, clear the app’s cache:

  1. Go to Settings → Apps
  2. Tap the crashing app
  3. Tap Storage & Cache (or just Storage on some phones)
  4. Tap Clear Cache

Cache is temporary data — thumbnails, scripts, small files the app saves so it loads faster next time. Clearing cache does NOT log you out or delete your settings. It just forces the app to rebuild its temporary files from scratch.

Important distinction that most guides blur: Clear Cache and Clear Data are completely different things. Don’t tap Clear Data yet — we’ll get to that later as a last resort.

Fix 3: Update Android System WebView

This is the fix that solves the problem when multiple apps crash:

  1. Open the Google Play Store
  2. Search for “Android System WebView”
  3. If you see an Update button, tap it
  4. Also search for “Google Chrome” and update it too (Chrome and WebView share components)
  5. Restart your phone after updating

If no update is available but you suspect WebView is the problem, try rolling back the update:

  1. Go to Settings → Apps
  2. Tap the three dots (⋮) in the top-right corner
  3. Tap Show system apps
  4. Find Android System WebView
  5. Tap the three dots again and select Uninstall updates
  6. Restart your phone

Rolling back WebView removes the latest update and reverts to the version that came with your phone. This often fixes mass-crashing issues until Google releases a stable update.

Fix 4: Boot Into Safe Mode

Safe Mode starts your phone with ONLY the pre-installed apps. All third-party apps are disabled. This tells you whether a downloaded app is causing the crashes.

How to enter Safe Mode:

  1. Press and hold the Power button until the power menu appears
  2. Long-press the Power Off option (hold your finger on it for 2-3 seconds)
  3. A prompt will appear: “Reboot to Safe Mode”
  4. Tap OK

Your phone restarts with “Safe Mode” displayed in the bottom-left corner.

Now test:

  • If the crashing STOPS in Safe Mode → a third-party app you installed is the cause. Restart normally, then uninstall recently installed apps one by one until you find the culprit
  • If the crashing CONTINUES in Safe Mode → it’s a system-level issue (WebView, OS bug, or corrupted system cache)

To exit Safe Mode: Just restart your phone normally.

Fix 5: Check for Android System Updates

Sometimes the “App keeps stopping” error is caused by an OS-level bug that only a system update can fix:

  1. Go to Settings → System → Software Update (path varies by manufacturer)
  2. Tap Check for updates
  3. If an update is available, download and install it
  4. Your phone will restart

Samsung users: Settings → Software Update → Download and Install

Xiaomi users: Settings → About Phone → System Update

Pixel users: Settings → System → System Update

After a major system update, some apps might crash temporarily as they adjust to the new OS version. Give it 24-48 hours before panic-troubleshooting.

Fix 6: Clear Data (Last Resort)

If nothing else works for a specific app, Clear Data resets it completely:

  1. Go to Settings → Apps
  2. Tap the crashing app
  3. Tap Storage & Cache
  4. Tap Clear Data (or Clear Storage on some phones)
  5. Tap OK to confirm

What this does: Deletes everything — cache, login credentials, settings, offline data. The app goes back to the state it was in the moment you first installed it. You’ll need to log in again and set it up from scratch.

When to use this: Only when Clear Cache and Force Stop both failed, and you’re okay with losing the app’s local data.

Fix 7: Uninstall and Reinstall

If even Clear Data doesn’t work:

  1. Long-press the app icon on your home screen
  2. Tap Uninstall (or drag it to the Uninstall area at the top)
  3. Restart your phone
  4. Open the Play Store and reinstall the app

A fresh install gives you the latest version with clean files. Any corrupted data from the old installation is gone.

The Nuclear Option: Wipe Cache Partition

If multiple system apps crash and nothing above works, you can wipe the system cache partition without losing personal data:

  1. Turn off your phone
  2. Press and hold Power + Volume Up simultaneously (varies by manufacturer)
  3. Release when you see the recovery menu
  4. Use Volume buttons to navigate to “Wipe cache partition”
  5. Press Power to select it
  6. Select “Yes” to confirm
  7. Select “Reboot system now”

This clears the system-level cache that all apps share. It does NOT delete your photos, apps, or personal data.

Samsung: Power + Volume Up + Bixby button (older models) or Power + Volume Up (newer)

Pixel: Power + Volume Down to enter bootloader, then select Recovery Mode

When Nothing Works

If you’ve tried everything and apps still keep crashing, you’re likely dealing with one of these:

  • Severely outdated phone — if your phone is running Android 8 or older, modern app updates may no longer be compatible
  • Insufficient storage — check Settings → Storage. If you have less than 2GB free, apps will struggle to function. Delete old photos, videos, or unused apps
  • Hardware failure — rare, but failing internal storage can corrupt app data repeatedly. If your phone is also slow, freezing, or randomly restarting, the storage chip may be degrading

Quick Reference: Force Stop vs. Clear Cache vs. Clear Data

Action What It Does Data Lost? When to Use
Force Stop Kills the app process Nothing First thing to try
Clear Cache Deletes temporary files No App is slow or glitchy
Clear Data Resets app to fresh install Yes — login, settings, offline data Last resort

If You Found This Guide Helpful

Check out our other troubleshooting resources:

Frequently Asked Questions

What is Android System WebView and why does it crash my apps?

Android System WebView is a system component powered by Chrome’s rendering engine. Apps use it to display web content — login pages, ads, help articles, in-app browsers. When Google pushes a broken WebView update, any app that depends on it will crash. This is why you sometimes see multiple unrelated apps crashing at the same time. Updating or rolling back WebView fixes all of them at once.

Will Safe Mode delete my apps or data?

No. Safe Mode temporarily disables all third-party apps so you can test whether one of them is causing the problem. Nothing is deleted. When you restart your phone normally, everything is back to exactly how it was.

The error only appears for one specific app. Is it still a WebView issue?

Probably not. If only one app crashes, the issue is likely specific to that app — a corrupted cache, a buggy update, or a permissions conflict. Start with Force Stop and Clear Cache. If that fails, uninstall and reinstall the app.

I cleared cache and data but the app STILL crashes after reinstalling. Why?

Your phone’s software may have a bug. Check for an Android system update. If your phone is fully updated and the app still crashes, it could be a compatibility issue — the app may not support your Android version or device model. Check the app’s Play Store reviews to see if other users report the same problem.

Last updated: February 2026 | Tested on Android 14, Android 15 — Samsung, Pixel, Xiaomi

Step-by-Step Guide

1

Force stop the crashing app

Go to Settings then Apps, find the app that keeps stopping, and tap Force Stop. This kills the app's process entirely. Reopen it to test.

2

Clear app cache (not data)

In the same app info screen, tap Storage and Cache, then tap Clear Cache. This removes temporary files without deleting your login or settings.

3

Update Android System WebView

Open Google Play Store and search for Android System WebView. If an update is available, install it. WebView renders web content inside apps and a buggy version crashes multiple apps at once.

4

Boot into Safe Mode to diagnose

Press and hold the Power button, then long-press Power Off until Reboot to Safe Mode appears. Safe Mode disables all third-party apps. If the crash stops, a downloaded app is the cause.

5

Clear app data as last resort

Go to Settings then Apps, select the crashing app, tap Storage, then Clear Data. This resets the app to a fresh install state. You will lose login info and settings for that app.

Frequently Asked Questions

Q1: What is the difference between Clear Cache and Clear Data?
A1: Clear Cache removes temporary files like images, scripts, and thumbnails that the app stored to load faster. Your login, settings, and personal data stay intact. Clear Data wipes everything — it resets the app to the state it was in when you first installed it. You will need to log in again and reconfigure settings.
Q2: Why do multiple apps crash at the same time on Android?
A2: When several unrelated apps all crash simultaneously, the cause is almost always Android System WebView. WebView is a shared system component that many apps use to display web content. When Google pushes a buggy WebView update, every app that relies on it crashes. Updating or rolling back WebView fixes all of them at once.
Q3: Is Safe Mode safe for my phone?
A3: Yes. Safe Mode only temporarily disables third-party apps. It does not delete anything or change any settings. When you restart your phone normally, all your apps and data are exactly where you left them.
Q4: The app keeps stopping even after I clear cache and data. What now?
A4: Uninstall the app completely and reinstall it from the Play Store. If that still fails, check for an Android system update under Settings then System then Software Update. Some app crashes are caused by OS-level bugs that only a system update can fix.
Adhen Prasetiyo

Research Bug bounty at javahack team

Research Bug bounty Profesional

Web Development Research Bug Hunter
View all articles →