How to Fix Common App Problems: A Troubleshooting Guide
Frozen, crashing, or won't-log-in apps? Work through these fixes in the right order and most problems resolve in minutes.
Founder & Lead Technician

Quick answer
To fix a misbehaving app, work from least to most disruptive: force-close and reopen, restart the device, update the app and operating system, clear the cache, then reinstall as a last resort. Around eighty percent of app problems resolve at the first two steps.
When an app misbehaves, work from the simplest fix to the most drastic and stop as soon as it works: force-close and reopen, then restart the device, then check for updates, then clear the cache, then reinstall as a last resort. This order matters because each step is more disruptive than the last, and roughly eight out of ten app problems disappear at the first two steps. Don't jump straight to deleting and reinstalling; you'll often lose settings and data for a problem a simple restart would have fixed.
Here's the full ladder, when to use each rung, and how to handle the specific problems that don't fit the standard flow.
The troubleshooting ladder, in order
| Step | Fixes | Risk to your data | Time |
|---|---|---|---|
| 1. Force-close and reopen | Frozen, unresponsive, minor glitches | None | 10 seconds |
| 2. Restart the device | Memory leaks, system-wide slowness | None | 1 minute |
| 3. Check for app and OS updates | Bugs, crashes, compatibility errors | None | 2-5 minutes |
| 4. Clear cache (not data) | Crashes, loading errors, corrupt temp files | None (keeps your login/data) | 1 minute |
| 5. Clear data / reset app | Persistent corruption, broken settings | Wipes settings, logs you out | 2 minutes |
| 6. Uninstall and reinstall | Deep corruption nothing else fixes | Loses local data not synced | 5 minutes |
Step 1: Force-close the app
A frozen app is usually stuck in a single bad state, and closing it fully clears that state. On iPhone, swipe up from the bottom (or double-click Home on older models) and swipe the app card away. On Android, tap the recent-apps button and swipe the app off, or use Settings > Apps > [app] > Force stop. On a computer, use Task Manager (Ctrl+Shift+Esc) or Force Quit on Mac (Cmd+Option+Esc). Reopen and check.
Step 2: Restart the whole device
If reopening didn't help, restart. This clears memory, ends stuck background processes, and resets network connections, which fixes a surprising range of problems including apps that won't load content. It's the most underrated fix because it sounds too simple to work. It works anyway.
Step 3: Update the app and the OS
Crashes that started recently are often a compatibility mismatch. Either the app has a bug fixed in a newer version, or your operating system updated and the app needs to catch up. Check your app store for a pending update, and check Settings for a system update. Update the OS first, then the app. If a crash began right after an OS update, an app update is usually on the way.
Step 4: Clear the cache (the safe deep-clean)
Apps store temporary files (the cache) to load faster, but these can corrupt and cause crashes or stuck loading screens. Clearing the cache deletes only those temporary files, not your login or your data. On Android: Settings > Apps > [app] > Storage > Clear cache. iOS doesn't expose a universal cache button, so for stubborn apps you offload or reinstall instead. For browsers, clearing cache and cookies fixes a huge share of "this page won't load right" issues.
Know the difference: "Clear cache" deletes temporary files and is safe. "Clear data" or "Clear storage" wipes the app back to a fresh install, logging you out and erasing local settings. Always try cache first.
Step 5 and 6: Reset or reinstall
If a specific app is still broken, clear its data (accepting that you'll log back in) or uninstall and reinstall it. Reinstalling replaces every app file with clean copies, which fixes deep corruption. Before you do this, confirm your data is synced to the cloud or your account, because anything stored only on the device locally will be gone.
Handling the problems that don't fit the ladder
"I can't log in"
First rule out the obvious: caps lock, the wrong account, or an expired password. Use the app's password reset, which emails or texts a reset link. If reset emails never arrive, check spam and confirm the account email is correct. If you have two-factor authentication and lost access to your codes, use your backup codes; this is exactly why you should save them when you set up 2FA. Repeated "incorrect password" despite a correct password sometimes means the service is having an outage, so check the provider's status page.
The app is slow or draining battery
This is usually a resource problem, not a bug. Free up storage; a device nearly full slows everything down, and apps need working space. Close background apps you aren't using. Check battery settings to see which apps consume the most power and restrict background activity for the worst offenders. An app that was fine until recently and now drains battery is often fixed by the update in step 3.
The app won't load content or shows network errors
This is frequently your connection, not the app. Toggle airplane mode on and off to reset the radios, switch between Wi-Fi and mobile data to isolate which one is failing, and confirm other apps can reach the internet. If only one app fails while others work, it's likely a server outage on their end.
The app crashes immediately on opening
An app that crashes the instant you launch it usually has corrupted data or a version mismatch. Force-close it, restart the device, then check for an update; a crash-on-launch is exactly the kind of bug developers patch fast. If an update exists, install it. If not, clearing the cache often clears the corrupt file causing the crash. When even a reinstall doesn't help and the app worked yesterday, the developer likely shipped a broken release, and a fix is probably hours away.
Storage-related failures
An app that won't update, won't save, or crashes when you try to add content is frequently telling you the device is full. Apps need free working space, and below about 10 percent free, things start failing in confusing ways that look like bugs. Check your storage, and if it's nearly full, clear it before troubleshooting further. Delete unused apps, clear caches, and offload large photos and videos to the cloud. Freeing space resolves a category of problems that no amount of restarting will touch.
Why apps break in the first place
Understanding the common causes helps you skip straight to the right fix. Most app failures trace back to one of these: a corrupted cache or temporary file (fixed by clearing cache), a version mismatch between app and operating system (fixed by updating), insufficient storage or memory (fixed by freeing space), a network problem masquerading as an app bug (fixed by checking your connection), or a genuine bug or outage on the provider's side (fixed by waiting for them). When you match the symptom to the likely cause, troubleshooting stops feeling like guesswork.
| Symptom | Most likely cause | First thing to try |
|---|---|---|
| Frozen / unresponsive | Stuck process | Force-close and reopen |
| Crashes on launch | Corrupt data or version mismatch | Update, then clear cache |
| Won't load content | Network or server issue | Toggle airplane mode, check status page |
| Slow / battery drain | Low storage or background activity | Free up space, limit background use |
| Can't log in | Wrong credentials or outage | Reset password, check status page |
When it's not your fault
Sometimes the problem is entirely on the provider's side: a server outage, a broken release, or scheduled maintenance. Before you spend an hour troubleshooting, check whether others are reporting the same issue on the service's status page or a site like Downdetector. If thousands of people are seeing the same error at the same moment, no amount of cache-clearing on your end will fix it. Wait it out.
The quick reference
- Force-close and reopen the app.
- Restart the device.
- Update the OS, then the app.
- Clear the cache (never start with clear data).
- For login issues, reset the password and check for outages.
- For speed or battery, free up storage and limit background activity.
- For network errors, toggle airplane mode and switch connections.
- Reinstall only as a last resort, after confirming your data is synced.
Follow that sequence and you'll resolve the vast majority of app problems yourself in under ten minutes, without losing data or guessing.
Frequently asked questions
What is the difference between clearing cache and clearing data?+
Clearing the cache deletes only temporary files the app uses to load faster, and it is completely safe; you stay logged in and keep your settings. Clearing data or storage wipes the app back to a fresh-install state, logging you out and erasing local settings. Always try clearing cache first, since it fixes most crashes without losing anything.
Why does an app keep crashing right after a phone update?+
A recent operating system update can break compatibility with an app that hasn't been updated to match. The developer usually releases a fix quickly. Check your app store for a pending update and install it. If none is available yet, force-closing, clearing the cache, or briefly waiting for the patch typically resolves crashes that began right after a system update.
How do I know if an app problem is on my end or the company's?+
If only one app fails while everything else works, and force-closing, restarting, and updating don't help, the issue may be a server outage. Check the service's official status page or a site like Downdetector. If many people report the same error at the same time, it is a provider-side outage and you simply need to wait for them to fix it.
Founder & Lead Technician
Harjindar founded Ask Technicians to cut through bad tech advice. He writes hands-on troubleshooting guides drawn from years of real-world repair and support work.
Related guides

Common Tech Habits That Quietly Put Your Data at Risk
Reused passwords, open Wi-Fi, ignored permissions: the everyday habits that expose you, and the specific fixes that take minutes.

How to Fix the DNS_PROBE_STARTED Error in Google Chrome
Stuck on DNS_PROBE_STARTED in Chrome? Flush the DNS cache, swap to a public resolver, and you're usually back online in two minutes.

9 Common Tech Mistakes That Put Your Data at Risk (And How to Fix Them)
The everyday tech habits that quietly expose your accounts, money, and files — and the concrete fixes that take ten minutes.

Fix the "Something Went Wrong" Error in Microsoft Office
Office won't open and throws "Something went wrong"? Here's the exact order to fix it, fastest path first.
