App Crashing On Android | Fixes That Stop Random Closes

Most Android app crashes come from cache glitches, low storage, buggy updates, or WebView problems, and you can often stop them with a few clean fixes.

If an app keeps closing when you open it, you’re not alone. Android catches errors and shuts the app down so the rest of your phone keeps running. A crash is usually a small chain of stuff your phone can’t handle in that moment.

This walkthrough sticks to safe fixes on any modern Android phone. You’ll start with fast checks, then move into repairs for storage, updates, permissions, and settings that break apps.

What A Crash Message Is Telling You

Android apps run in a sandbox. When the app hits something it can’t process—bad data, missing files, a broken system component—Android ends the app session. That’s why you’ll see messages like “App keeps stopping,” “App isn’t responding,” or the app just vanishes back to your home screen.

Before you change settings, notice the pattern. Does it crash at launch, after login, when you tap one button, or only when you switch between apps? That pattern points to the most likely fix.

Crash Patterns And What They Hint At

What You See Common Trigger First Fix To Try
Crashes right at launch Corrupt cache or a bad update Force stop, then clear cache
Crashes when opening photos, files, camera Permission or storage issue Check permissions, free space
Freezes, then “isn’t responding” Low memory or heavy background load Restart phone, close heavy apps
Many apps crash at once System component glitch (often WebView) Update WebView/Chrome

Start With These Fast Checks

These steps fix many random closes without risking your data. Do them in order. After each step, open the app and repeat the action that caused the crash.

  1. Restart your phone — A reboot clears stuck processes and reloads system components that apps depend on.
  2. Turn off battery saver — Battery saver can pause background work that some apps need, then they crash when they can’t catch up.
  3. Check your connection — Toggle airplane mode for 10 seconds, then reconnect. A half-broken Wi-Fi or mobile data session can trigger login loops and timeouts.
  4. Update the app — Open the Play Store, search the app, then tap Update if you see it. Crash fixes often ship between big releases.
  5. Close heavy background apps — Games, video editors, and big browsers can squeeze memory and cause other apps to drop.

If the issue is app crashing on android only when you do one specific thing, write it down. “Crashes when I attach a photo” or “crashes when I rotate the screen” is gold later if you need to report the bug.

Clear Cache And Reset App Data Without Guessing

Cache is meant to speed things up. Still, a damaged cache can trap an app in a loop where it crashes every time it reads the same bad file. Clearing cache is low risk. Clearing storage (app data) is stronger, but it logs you out and can remove offline files.

Clear Cache First

  1. Open Settings — Go to Apps, then find the app that keeps closing.
  2. Tap Storage — On many phones you’ll see “Storage & cache.”
  3. Clear the cache — Then reopen the app and test the same action that caused the crash.

Reset App Data If Cache Didn’t Work

If clearing cache doesn’t change anything, a broken login token, database, or downloaded file may be the cause. Resetting data gives the app a clean slate.

  1. Back up in-app stuff — If the app has a sync or export option, use it first.
  2. Clear storage — In the same Storage screen, tap “Clear storage” or “Clear data.”
  3. Sign in again — Then test the exact spot that used to crash.

Some apps keep extra files outside their main storage. If the crash started after importing a file, delete that file from Downloads too, then retry.

App Crashing On Android After Updates

Updates can fix crashes. They can also introduce them when the app and system parts are out of sync. If the crash began right after an update, line everything back up.

Bring Play Store Components Up To Date

  1. Update Android System WebView — In the Play Store, search “Android System WebView,” then update it if you can.
  2. Update Google Chrome — Many phones use Chrome as a WebView provider, so keep it updated too.
  3. Update Google Play services — You can’t always update it directly, but updating apps in the Play Store often pulls the right pieces.

Try A Clean Reinstall

A reinstall removes leftover code and rebuilds app files. It also forces a fresh download that can fix a broken install.

  1. Uninstall the app — Remove it from your phone.
  2. Restart the phone — This clears the app’s cached hooks.
  3. Install again — Download it fresh from the Play Store, then sign in and test.

Check For A System Update

If your phone is behind on system patches, an app update may start using newer APIs and trip on older components. Go to Settings, then System, then system updates, and install any pending update.

When many apps crash on the same day, it often points to a shared component. If app crashing on android shows up across several apps, prioritize WebView and Chrome updates first.

Fix Storage, Memory, And Battery Settings That Trigger Crashes

Apps need working space. When storage or memory runs low, Android starts killing processes. That can look like random closes or screens that never finish loading.

Free Up Storage The Right Way

  1. Check free space — Many phones get unstable under 1–2 GB free. Aim for more breathing room if you can.
  2. Delete large downloads — Clear videos you don’t need and clean your Downloads folder.
  3. Move photos off-device — Back them up to cloud storage or copy them to a computer, then remove local duplicates.

Reduce Memory Pressure

  1. Close heavy apps — Shut down games and video apps before opening the crashing app.
  2. Disable split screen — Some apps crash when forced into multi-window, especially older builds.
  3. Restart once per day — If you keep dozens of apps open for days, a daily reboot can keep things stable.

Adjust Battery And Background Limits For One App

Some Android skins are aggressive about freezing apps. If an app needs background access (music, ride-sharing, backups), it can crash when the system keeps cutting its legs out. Look for battery and background settings for the app.

  1. Allow background activity — In the app’s battery screen, allow background activity if you see that switch.
  2. Remove battery restrictions — Set the app to “Unrestricted” or “No restrictions” if that option exists.
  3. Turn off data saver for the app — Data saver can stop background syncing and cause loops that end in a crash.

Permissions, WebView, And Other Silent Crash Triggers

Crashes can be caused by one tiny missing permission or a system component that only some apps rely on. This section targets the sneaky stuff that feels random until you spot it.

Fix Permissions That Break Core Features

If the crash happens when you tap camera, microphone, files, contacts, or location, permissions are the first thing to check. One denied permission can cause a feature to fail hard.

  1. Open App permissions — Go to the app’s page in Settings, then Permissions.
  2. Allow what the feature needs — Turn on camera for scanning apps, storage access for file apps, location for maps.
  3. Retry the same action — Use the exact button that caused the crash before.

Disable Conflicting Services

VPNs, ad blockers, screen overlays, and some accessibility tools can break apps. If the crash began after you installed something new, test with that service off.

  1. Turn off VPN — Disconnect and test the app again.
  2. Disable overlay apps — Chat heads and screen dimmers can cause touch or display crashes in some apps.
  3. Pause accessibility services — Disable one service at a time, then test.

Repair WebView Issues When Pages Won’t Load

Many apps display web content inside the app. When WebView breaks, login screens, help pages, and embedded feeds can crash the whole app.

  1. Update WebView and Chrome — Use the Play Store, then test again.
  2. Clear WebView cache — Go to Apps, find Android System WebView, then clear its cache.
  3. Reboot the phone — Then retry the app login or feed screen.

Deeper Fixes When One App Still Keeps Closing

If you’ve tried updates, cache, storage, and permissions, the crash may be tied to your phone setup rather than the app alone. These checks take a bit longer, but they can pinpoint the blocker.

Test In Safe Mode

Safe mode loads Android with third-party apps mostly off. If the crash disappears in safe mode, another app is interfering.

  1. Enter safe mode — Press and hold the power button, then press and hold “Power off” until safe mode appears.
  2. Open the crashing app — Test the same action again.
  3. Remove recent installs — If it works in safe mode, uninstall the newest apps first, reboot normally, and retest.

Reset App Preferences

This does not delete your data. It resets disabled apps, default handlers, and permission choices.

  1. Open app settings — Go to Settings, then Apps.
  2. Use Reset app preferences — Tap the three-dot menu, then choose reset app preferences.
  3. Set defaults again — Re-pick your browser or SMS app if Android asks later.

Check Date, Time, And Storage Permissions For File Apps

Some apps fail when the phone time is wrong, especially apps that use secure tokens. Also, Android’s file access rules have changed over the years. If the app handles downloads or local media, it may need a newer permission flow.

  1. Set automatic time — Turn on automatic date and time in system settings.
  2. Grant media permissions — On Android 13+, allow Photos and Videos if the app needs them.
  3. Remove one bad file — If one file causes a crash, delete it and retry the import.

When To Contact The Developer Or Choose Another App

Sometimes the bug is real and it’s on the app team to patch it. You can still make your report useful so it gets fixed faster, or decide it’s time to move on.

Send A Clean Crash Report

  1. Describe the exact trigger — Write the steps that lead to the crash, in order.
  2. Share your phone details — Include your phone model and Android version.
  3. Mention what you tried — Say you updated, cleared cache, reinstalled, and checked permissions.

Protect Your Account And Data

If the app handles payments, private messages, or work files, don’t keep retrying through crashes. Log in on a web version if available, change your password if the app behaves oddly, and remove saved cards if you’re uncomfortable.

Pick A Replacement Without Losing Your Stuff

Before switching, look for export or sync options inside the app. Many note, password, and photo apps let you move data out. Check the Play Store’s “Data safety” section and recent reviews to see if others report the same crash pattern.