App Is Crashing Android | Fix Loops Fast

If an app is crashing on Android, start with a restart, clear cache, update the app, and free storage to stop the crash loop.

Few things ruin your rhythm like tapping an icon and watching it vanish. You get a flash, then you’re back on the home screen. The fix is usually simple once you match the crash to its cause.

You’ll start with low-risk checks, then move into app data, system components, and conflict hunting. Work top to bottom and stop as soon as the app holds steady.

What “App Keeps Stopping” Usually Means

A crash is Android closing an app because something went wrong. The repeat each time kind often points to corrupted temporary files, a bad update, low storage, or a missing permission.

Android can also shut an app when memory gets tight. If the phone feels hot or sluggish, clear some load and retest before you change settings.

What You Notice Most Common Cause What To Try First
Crashes right after opening Corrupted cache or bad update Clear cache, then update or reinstall
Crashes after sign-in Broken stored data Clear storage for that app, sign in again
Crashes when you tap a button Permission blocked Allow the needed permission
Many apps crash at once Shared system component glitch Update WebView, Chrome, and Android

App Is Crashing Android After An Update

Updates can be the trigger because they change code and the files the app keeps on your phone. If the crash started the same day you updated the app or Android, treat that timing as a clue.

Start with the quickest refresh: wipe temporary files, then reinstall if needed.

  • Restart the phone — Hold Power, tap Restart, then open the app before launching anything else.
  • Check for a patch — Open Google Play, look for an update, and install it if one is waiting.
  • Clear the app cache — Settings → Apps → the app → Storage → Clear cache.
  • Reinstall the app — Uninstall, reboot once, then install fresh from Google Play.

If the app handles downloads or large media, a partial download can trip it up. A reinstall forces a clean package and clears that half-finished state.

Fast Checks Before You Change Anything Big

These checks can stop a crash loop without wiping data. They also tell you if the issue is the app itself or the phone.

  • Free up storage — Keep a few gigabytes open; delete old videos, clear downloads, and empty the trash in Photos.
  • Close heavy apps — Swipe away games, video editors, and browsers with lots of tabs, then test again.
  • Disable VPN and private DNS — Turn them off for a minute to rule out blocked connections.
  • Set time to automatic — Wrong time can break sign-in and token checks.

Watch the pattern. A silent close often points to memory pressure. A pop-up that names the app often points to stored data or permissions.

Also try one clean network test. Switch to mobile data, open the app once, then switch back to Wi-Fi. If the crash only happens on Wi-Fi, reboot your router and forget the network on your phone, then reconnect.

  • Toggle Airplane mode — Turn it on for ten seconds, turn it off, then retry the app.
  • Turn off overlays — Disable chat heads, screen dimmers, or floating buttons that sit on top of other apps.
  • Check for overheating — Let the phone cool for a few minutes; heat can push memory and graphics drivers into unstable behavior.

Fix App Data, Cache, Permissions, And Battery Rules

App storage has two layers. Cache is temporary and safe to delete. Saved data can sign you out or remove offline files, so save it for later in the sequence.

Clear Cache The Right Way

Clearing cache removes thumbnails, temporary databases, and short-term files the app rebuilds on demand. It’s a high-value fix with low risk.

  • Open app settings — Go to Settings → Apps → choose the crashing app.
  • Open storage controls — Tap Storage (or Storage & cache).
  • Clear cache — Tap Clear cache, then launch the app.

Clear Saved Data Only When Cache Fails

If cache doesn’t help, the saved data may be corrupted. This is common after a format change in an update or after a failed sign-in refresh.

  • Back up what you can — Sync notes, exports, or offline files inside the app if an export option exists.
  • Clear storage — Settings → Apps → the app → Storage → Clear storage (or Clear data).
  • Sign in again — Open the app and complete setup from scratch.

Fix Permissions That Got Blocked

Android can revoke permissions for unused apps, and some apps crash if a required permission is missing. This can show up after an update or after you deny a prompt.

  • Review permissions — Settings → Apps → the app → Permissions.
  • Allow what the app needs — Camera for scanners, Files for downloads, Location for maps.
  • Remove one-time blocks — If you chose “Only this time,” switch to “While using the app” where it fits.

Loosen Battery And Data Limits For Testing

Battery savers and data savers can block background work. Some apps crash when they can’t finish startup tasks. Change these settings for testing, then tighten them again if you want.

  • Change battery use for the app — Settings → Apps → the app → Battery → allow background use.
  • Allow background data — In the app’s data usage screen, enable background data if it’s off.
  • Turn off data saver briefly — Settings → Network & internet → Data saver.

After each change, run a test: restart the phone, open only the crashing app, and repeat the action that used to trigger the crash.

Fix Shared System Components When Many Apps Crash

If app is crashing android wide, meaning several apps fail in the same hour, the issue is often a shared component. Common suspects include Android System WebView, Google Chrome, and Google Play services.

Update system apps through Google Play, even if they don’t show up as icons.

  • Update Android System WebView — Open Google Play, search for it, then tap Update if available.
  • Update Google Chrome — Many devices use Chrome as the WebView provider, so update it too.
  • Update Google Play services — Update all pending items in Play, then reboot.
  • Update Android — Settings → System → System update, then install and reboot.

If Google Play is the piece that won’t cooperate, clear its cache and retry. If that still fails, clear its saved data and sign back in to Play. This can fix stalled updates that leave WebView or Chrome half updated.

  • Clear Play Store cache — Settings → Apps → Google Play Store → Storage → Clear cache.
  • Clear Play Store storage — In the same screen, tap Clear storage, then open Play and accept prompts.
  • Refresh Play services — Settings → Apps → Google Play services → Storage → Clear cache, then reboot.

Use Safe Mode To Find Conflicts

Safe mode loads Android with core apps only. If the crashing stops in safe mode, a third-party app is interfering, often through overlays or accessibility services.

  • Enter safe mode — Hold the Power button, then press and hold Power off until Safe mode appears.
  • Test the crashing app — Open it and repeat the action that causes the crash.
  • Remove recent installs — Reboot normally, then uninstall the newest apps first, especially cleaners, VPNs, and screen filters.

Reset App Preferences When Defaults Are Broken

If you’ve disabled system apps, Android may struggle with actions like opening links or sharing files. Resetting app preferences can fix that without deleting your personal files.

  • Open the apps list — Settings → Apps.
  • Reset preferences — Tap the three-dot menu, then Reset app preferences.
  • Retry the crash action — Reopen the app and test the exact step that used to fail.

When One Specific App Keeps Failing

If the problem is limited to one app and all other apps behave, the app’s own data or compatibility is the likely culprit.

Start by checking whether the app still gets updates and whether it matches your Android version. Some older apps break on newer Android releases, especially around storage access and notification rules.

If the app stores files on an SD card, move it back to internal storage for a test. A failing card or a flaky mount can crash apps that read and write often, like cameras and messengers.

  • Try the web version — If the service has a website, sign in there to confirm your account is fine.
  • Disable add-ons — Turn off plug-ins, ad blockers, or in-app extensions if the app offers them.
  • Turn off accessibility services — Settings → Accessibility; disable services you don’t need, then test again.
  • Test a simpler flow — Use a basic screen path inside the app to see if one feature is crashing.

Keep notes on the exact trigger. “It crashes when I tap Upload” is actionable. If you need to report it, those details help the developer reproduce it.

Advanced Steps When An App Keeps Crashing On Android

If app is crashing android nonstop after the earlier fixes, you’re down to deeper device issues: damaged storage, corrupted system files, or a conflict you haven’t spotted yet.

Get Storage Back Under Control

Low space can cause crashes even when you think you have room left. Android needs spare space for updates, logs, and temporary extraction.

Also check that automatic backups or downloads aren’t filling space in the background. Pause large Play downloads, stop offline maps, and clear messaging media caches. If the phone uses RAM Plus or extended memory, lowering it can reduce storage churn on older devices. Reboot, then test that exact action again.

  • Review storage — Settings → Storage; check what’s taking space.
  • Clear large caches — Clear cache for media apps and browsers, then reboot once.
  • Move media off the device — Copy photos and videos elsewhere, then delete local copies.

Wipe The System Cache If Your Phone Offers It

Some devices still offer a system cache wipe from boot menu. It clears temporary system files without deleting personal data. Menus vary by brand, so follow the on-screen prompts.

  • Power off — Shut down, then wait ten seconds.
  • Open boot menu — Use your brand’s button combo, then move with volume buttons.
  • Wipe cache partition — Choose the cache option, confirm, then reboot.

Factory Reset As The Final Step

If crashes spread across many apps and nothing sticks, a factory reset can clear corrupted settings and start fresh. It will erase your data, so plan your backup first.

  • Back up accounts and media — Sync contacts, export files, and confirm photos are backed up.
  • Reset the device — Settings → System → Reset options → Erase all data.
  • Install apps slowly — Add apps in batches and test, so you can spot the one that triggers crashes.

After a reset, set up fresh and install only the essentials first. That keeps the test clean and helps you avoid pulling broken settings back onto the phone.