# How to Check Battery Health on Android
Android does not display a simple battery health percentage in Settings the way iOS does. This guide shows you clear, built-in methods to evaluate your device’s battery condition using a hidden diagnostic menu, usage statistics, and ADB commands. You will learn how to interpret the results, compare approaches used on iPhones and laptops, and apply practical habits that help slow capacity loss. These steps work on stock Android and most manufacturer versions, giving you reliable insights without third-party apps.
**By Elena Voss, Android Authority Explainer**
## Why It Matters
A lithium-ion battery gradually loses capacity from charge cycles, heat, and normal aging. On Android this degradation is rarely shown directly, so users often blame software or apps for poor runtime. Knowing the true battery state helps you decide whether to optimize settings, replace the battery, or upgrade the device. Accurate checks also reduce unnecessary electronic waste by letting you extend the usable life of phones that still perform well overall.
## How to Check Battery Health on Android
Android offers several native and advanced options. Combine them for the clearest picture.
### Using the Hidden Battery Info Menu
1. Open the Phone app.
2. Dial `*#*#4636#*#*`.
3. Tap **Battery information**.
4. Review the values shown: level, temperature, voltage, and health status.
Many devices display a “Battery health” line that reads “Good” or similar. Some manufacturer skins also show an estimated capacity. Screenshot the screen for later reference.
### Checking Battery Usage in Settings
1. Go to **Settings > Battery** (or **Settings > Battery & device care** on Samsung devices).
2. Tap **Battery usage** to view app consumption.
3. Examine the estimated time remaining and usage graphs.
4. Note any sudden drops or high background drain compared with earlier performance.
Consistent early depletion compared with when the phone was new often points to reduced capacity.
### Generating an ADB Battery Report
For more precise data:
1. Enable Developer Options by tapping **Build number** seven times in **Settings > About phone**.
2. Turn on **USB debugging**.
3. Install Android SDK Platform-Tools on your computer.
4. Connect the phone via USB and authorize the connection.
5. Run the command: `adb shell dumpsys battery`
Look for current capacity values. Compare against the original design capacity when available. Values noticeably below the original indicate wear. Some OEMs offer additional model-specific codes; search for your exact device if needed.
## How to Check Battery Health on iPhone
Open **Settings > Battery > Battery Health & Charging**. The screen shows:
- **Maximum Capacity** as a percentage of the battery’s original full charge.
- **Peak Performance Capability**, which indicates whether iOS is throttling performance to prevent shutdowns.
Apple generally recommends service once Maximum Capacity drops below 80 %. The menu also lets you manage optimized charging.
## How to Check Battery Health on a Laptop
### Windows
1. Run Command Prompt as administrator.
2. Enter: `powercfg /batteryreport /output "C:\battery_report.html"`.
3. Open the generated HTML file in a browser.
Compare **Design Capacity** with **Full Charge Capacity** in the Installed batteries section. The report also lists cycle count and capacity history.
### macOS
Hold Option and click the Apple menu, then choose **System Information > Power**. Review **Cycle Count**, **Condition**, and current capacity versus the original specification. macOS labels the battery as “Normal,” “Service Recommended,” or “Replace Now.”
## Battery Health Check Methods Compared
| Platform | Primary Method | Information Provided | Difficulty |
|----------------|------------------------------------|---------------------------------------------|----------------|
| Android | Dialer code or ADB dumpsys | Health status, voltage, temperature, capacity estimates | Beginner–Intermediate |
| iPhone | Settings > Battery Health | Exact maximum capacity percentage | Beginner |
| Windows Laptop | powercfg batteryreport | Design vs full charge capacity, cycle count, history | Intermediate |
| macOS Laptop | System Information > Power | Condition label and capacity data | Beginner |
This framework highlights why many users find Android less transparent and which tool best fits each platform.
## Practical Tips to Maintain Android Battery Health
- Keep charge levels between 20 % and 80 % when convenient.
- Avoid prolonged exposure to temperatures above 35 °C or below 0 °C.
- Install the latest Android updates for battery optimizations.
- Enable Adaptive Battery and Battery Saver when appropriate.
- Limit always-on display and background activity for unused apps.
- Once a month, allow the battery to reach approximately 10 % before charging to 100 % to help recalibrate the fuel gauge.
These habits slow chemical aging and help preserve runtime.
## FAQ
**Does Android have a built-in battery health percentage like iPhone?**
Stock Android does not show a straightforward maximum capacity percentage in Settings. You must use the hidden dialer code, ADB commands, or manufacturer-specific tools. Some brands like Samsung and Xiaomi include additional diagnostics that may display more numbers.
**What does a “Good” battery health status mean?**
It indicates the battery is functioning within normal parameters according to the system. Noticeable reductions in screen-on time or unexpected shutdowns suggest capacity has decreased even if the status still reads “Good.”
**Can checking battery health damage my Android phone?**
No. The dialer codes, Settings menus, and official ADB commands are diagnostic tools provided by Google and device makers. They only read information and cannot harm the hardware.
**How often should I check my Android battery health?**
Check every three to six months or when you notice faster drain, slower charging, or sudden shutdowns. Recording a baseline when the phone is new makes future comparisons more accurate.
**Is it better to replace an Android battery or buy a new phone?**
If the device is under three years old, performs well otherwise, and the battery is the main issue, replacement is often the more practical choice. For older phones with outdated software and slower processors, a new device may deliver better overall results.
**Why does my Android battery percentage drop faster after an update?**
System updates can change how the OS reports battery levels or introduce new features that increase background activity. A few days of normal use after an update usually lets the battery gauge recalibrate.
Last updated: August 19, 2026