One common Android headache that doesn't require a service center is the phone becoming unresponsive after a system update. The real cause is often a corrupt cache partition, which you can wipe from recovery mode without losing a single photo or app. But cache problems are just one of many minor annoyances that a few minutes of diagnostics can solve. Below are five issues you can tackle on your own using built‑in tools and a bit of system knowledge.
1. Excessive Battery Drain Caused by Rogue App Wakelocks
A phone that loses 20% of its charge overnight while sitting idle is a strong indicator of an app that refuses to sleep. Android uses wakelocks to allow apps to keep the CPU running for background tasks. Some apps misuse this ability, draining power even when they don't need to.
How to fix it:
- Open Settings > Battery > Battery Usage. Look for apps that show high background usage relative to screen time.
- Tap the offending app and select Force Stop. If the drain stops, you have found the culprit.
- For persistent offenders, go to Settings > Apps > [App Name] > Battery and set it to Restricted (Android 12+) or Background Restriction.
- As a deeper check, enable Developer Options (tap Build Number seven times in About Phone) and open Running Services. Any service that stays awake for hours unconnected to your current activity is suspicious.

After restricting the app, clear the system cache partition: power off, then press Volume Up + Power together until recovery mode appears. Use volume buttons to select Wipe cache partition and confirm. This cleans residual data without affecting your files.
2. Storage Full Despite Deleting Photos and Videos
You delete a dozen large files, yet the storage bar barely moves. The culprit is usually app cache and system junk that builds up over months. Android’s own storage analyser can pinpoint these space hogs.
How to fix it:
- Go to Settings > Storage. Android shows a breakdown of categories – tap Apps to see which apps use the most storage.
- Within each app’s info page, tap Clear Cache. For apps like YouTube or Chrome, this can free up several gigabytes.
- Under Files (or Downloads), look for large APK files that remain after installation. These are safe to delete.
- Use the built‑in Files by Google app (if not available, install it from the Play Store) to scan for duplicate files and unused apps.

Remember that clearing app cache is not the same as clearing data – you retain login credentials and settings. If you clear data, you reset the app to its factory state, so do that only when an app is misbehaving.
3. Apps That Request Unnecessary Permissions
A flashlight app that asks for microphone access or a calculator that wants your contacts is a red flag for privacy risks and potential data leakage. Android now offers a permission manager that lets you review every app’s rights at a glance.
How to fix it:
- Open Settings > Privacy > Permission Manager. You’ll see categories like Camera, Microphone, SMS, and Location.
- Tap any category and review which apps have access. For any app that does not need that permission to function (e.g., a weather app does not need SMS), select Deny.
- Switch to Settings > Apps > [App Name] > Permissions for a per‑app view. Set All Files Access to Deny unless the app absolutely requires it (like a file manager).
- On Android 11+, you can set location permissions to Only while using the app to prevent background tracking.
This simple audit takes ten minutes and greatly reduces the chance of a misbehaving app exfiltrating your data. It is especially important after installing a new app from an untrusted source – though you should avoid third‑party app stores altogether for security.
4. Wi‑Fi or Mobile Data Stops Working Intermittently
If your phone shows a strong signal but cannot load a page, the issue is often a misconfigured network setting or a stuck DHCP lease. Resetting network parameters is safe and does not erase personal data.
How to fix it:
- For Wi‑Fi problems: go to Settings > Wi‑Fi > [Network Name] > Forget. Then re‑enter the password. This clears a corrupted DHCP lease or incorrect static IP.
- If the problem persists, go to Settings > System > Reset Options > Reset Wi‑Fi, Mobile & Bluetooth. This resets all saved networks and Bluetooth pairings, but not your apps or data.
- For mobile data not working, check the APN: Settings > Network & Internet > Mobile Network > Access Point Names. Compare the entries with your carrier’s official APN settings (usually found on their support page). A wrong APN or a missing APN type field (e.g.,
default,supl) can break data connectivity. - Toggle Airplane Mode on for 30 seconds, then off. This forces the phone to re‑register with the mobile network.
After resetting network settings, test by opening a known website like example.com. If it loads, the fix worked. If not, check APN details again – one character error can cause a complete data block.
5. Overheating During Light Use
A phone that gets warm even when you are only checking email may have a background process using excessive CPU, or it may be struggling with poor ventilation. Overheating can degrade battery health over time, so it is worth diagnosing early.
How to fix it:
- Enable Developer Options and open Process Stats or Memory to see which app is consuming CPU. A single app holding 50% CPU for minutes should be force‑stopped.
- Reduce screen brightness and turn off Adaptive Brightness temporarily – automatic brightness can push the display to high output in uneven light, generating heat.
- Disable radios you are not using: Bluetooth, GPS (Location), and NFC. Keep Wi‑Fi scanning off unless needed.
- Check for apps that keep the screen on while charging – disable Keep screen awake while charging in Developer Options if you have enabled it for debugging.
If overheating persists, try booting into Safe Mode: press and hold the Power button, then long‑press the Power off option until the Safe Mode prompt appears. In Safe Mode, third‑party apps are disabled. If the phone stays cool, a recently installed app is the cause – uninstall apps one by one until you find the offender.
