Optimizing Battery Usage for Android Apps
11 min read
Learn step‑by‑step how to manage battery consumption for each app on Android, using built‑in settings, Adaptive Battery and best‑practice tips.
September 23, 2026 21:30
Battery life remains one of the most frequent concerns for Android users. Even with advances in hardware efficiency, a single misbehaving app can drain a device faster than the rest of the system. Fortunately, Android provides a suite of built‑in tools that let you see exactly how each app uses power and adjust its behavior without rooting or installing third‑party utilities.
Why Managing App‑Specific Battery Usage Matters
Every app runs processes in the foreground or background. While foreground activity (the UI you see) is expected to consume power, background work—such as syncing data, fetching location, or maintaining a persistent connection—can add up quickly. By tailoring each app's background permissions, you can:
- Extend overall screen‑on time by reducing unnecessary wake‑ups.
- Preserve battery health over the long term, especially on devices with older cells.
- Maintain privacy by limiting apps that constantly access sensors.
Prerequisites
This guide assumes you have a device running Android 10 or newer. The steps are largely the same on Android 12, 13, and 14, but some wording may differ slightly. If you are on Android 9 (Pie) or earlier, the “Battery usage” screen is still available, though the “Adaptive Battery” toggle will be missing.
Step 1: Identify Power‑Hungry Apps
- Open Settings > Battery.
- Tap Battery usage. You will see a list of apps sorted by the percentage of battery they have consumed over the selected time frame (usually the last 24 hours or 7 days).
- Tap the three‑dot menu (⋮) in the top‑right corner and choose Show full device usage if you want to see system services alongside apps.
- Take note of any app that consistently appears in the top 3–5, especially if you do not use it frequently.
For a more granular view, you can tap an individual app to see a breakdown of Foreground vs Background consumption, as well as any wake‑locks it has held.
Step 2: Use Adaptive Battery (Android 9+)
Adaptive Battery leverages machine learning to prioritize power for apps you use most often. When enabled, Android automatically limits background activity for apps it classifies as “rarely used”.
- In Settings > Battery, find the Adaptive Battery toggle and turn it On.
- If your device offers a Battery usage controls submenu, you can manually add apps to the “Never allowed” or “Always allowed” lists.
Keep in mind that Adaptive Battery works best when you let it learn for a few days. If you notice an app you rely on being throttled, add it to the “Always allowed” list.
Step 3: Restrict Background Activity Manually
For apps that you know you don’t need to run in the background (e.g., a game you only play occasionally), you can explicitly restrict them.
- Return to the Battery usage screen and tap the app you wish to modify.
- Select Background restriction (the exact wording may be “Restrict app’s background activity”).
- Confirm the restriction. The app will now be prevented from launching background services unless you manually open it.
Warning: Restricting background activity can stop push notifications, background sync, and location updates for that app. If you rely on real‑time alerts (e.g., messaging or email), consider leaving those apps unrestricted.
Step 4: Adjust Battery Optimization Settings
Android’s “Battery optimization” feature is a more granular counterpart to background restriction. It tells the system whether an app can ignore Doze mode and App Standby.
- Open Settings > Apps & notifications > See all apps.
- Select the target app, then tap Battery > Battery optimization (you may need to tap the three‑dot menu and choose Advanced first).
- Switch the view from “Not optimized” to “All apps”. Find your app and choose one of the following:
- Optimized – The default; the system may defer background work.
- Not optimized – The app can run freely, which may improve functionality but increase drain.
- Restricted (if available) – The app is placed in a deep sleep state, essentially pausing all background activity.
For apps like navigation or fitness trackers that need constant sensor access, you might set them to “Not optimized”. For rarely used utilities, “Optimized” or “Restricted” is safer.
Step 5: Leverage the “Unrestricted battery usage” Option
Some manufacturers (e.g., Samsung, Xiaomi) expose a shortcut called “Unrestricted battery usage” that exempts an app from all battery‑saving measures.
- Go to Settings > Battery > Unrestricted battery usage (or similar wording).
- Toggle the switch next to the app you want to exempt.
Use this sparingly; it is effectively the opposite of the restrictions you applied earlier.
Step 6: Disable Unnecessary System Features
Even if you fine‑tune individual apps, system‑level features can still waste power.
- Location services: Set the mode to Battery saving or turn it off when not needed.
- Bluetooth scanning: Disable “Allow apps to scan” under Location > Bluetooth scanning.
- Wi‑Fi scanning: Turn off “Wi‑Fi scanning” in the same menu if you rarely use location‑based services.
- Background data: For apps that don’t need internet access in the background, go to Apps & notifications > App data usage and disable “Background data”.
Step 7: Use Battery Saver Mode Wisely
Battery Saver (sometimes called “Power saving mode”) reduces performance and limits background activity across the board. It’s handy for emergencies but can interfere with apps that need to stay active.
- Enable it manually via Settings > Battery > Battery Saver, or set a schedule (e.g., activate when battery drops below 20%).
- On many devices you can also add exceptions: apps that should keep working even when Battery Saver is on. Look for a “Battery Saver exceptions” list in the same menu.
Step 8: Monitor the Impact
After applying restrictions, give your device a day of typical use and revisit the Battery usage screen. You should see a lower percentage for the apps you adjusted. If you notice that a critical app stopped delivering notifications, revisit its settings and relax the restriction.
Compatibility and Device‑Specific Notes
While the steps above are based on stock Android, manufacturers often customize the UI:
- Samsung One UI: The “Battery usage” screen is found under Settings > Battery and device care > Battery. “Unrestricted battery usage” appears as “Allow background activity”.
- Pixel devices: Adaptive Battery is enabled by default and the “Battery usage” screen includes a “Battery health” graph.
- Huawei / Honor: Look for “Battery manager” and “App launch” controls, which combine background restrictions and auto‑start permissions.
If you cannot locate a specific toggle, use the search function in Settings (type “battery” or the app name) to jump directly to the relevant page.
Best‑Practice Checklist
- Enable Adaptive Battery.
- Identify top‑draining apps via Battery usage.
- Restrict background activity for rarely used apps.
- Fine‑tune Battery optimization per app (Optimized vs Not optimized).
- Use Unrestricted battery usage only for essential apps that need constant operation.
- Turn off unnecessary system scans (Location, Bluetooth, Wi‑Fi).
- Set Battery Saver to auto‑activate at a low‑battery threshold.
- Review battery stats after a few days and adjust as needed.
Potential Risks and How to Mitigate Them
Over‑restricting apps can lead to missed calls, delayed message delivery, or inaccurate fitness tracking. To avoid frustration:
- Test each change for at least a few hours before moving on to the next app.
- Keep a short list of “always‑on” apps (e.g., messaging, navigation) and leave them unrestricted.
- Remember that some apps (like banking or two‑factor authentication) rely on background push notifications; restricting them may affect security.
Conclusion
Effective battery management on Android is less about a single magic switch and more about understanding how each app interacts with the system. By regularly reviewing the Battery usage screen, leveraging Adaptive Battery, and applying targeted background restrictions, you can significantly extend your device’s runtime without sacrificing the functionality you rely on. The tools are built into Android, so no extra apps or root access are required—just a few minutes of configuration and a bit of observation.