Battery & Charging

How to Check Battery Health on Android and Decide on Replacement

Android hides battery health better than iPhones do, but you can read it. Every method, settings, dialer codes and ADB, plus how to interpret the numbers and know exactly when a replacement is worth it.

更新日: 2026-07-23

What battery health means, and why Android hides it

Battery health is one number with a big consequence: the percentage of original capacity your battery can still hold. A new battery is 100 percent; after a couple of years and hundreds of charge cycles it might be 80 percent, meaning it now stores four-fifths of the energy it once did, and your screen-on time shrank accordingly. Below 80 percent, the decline compounds, shorter runtime, faster percentage drops, and eventually sudden shutdowns as the aged cell sags under load. Knowing your number turns 'my battery feels worse' into a decision you can actually make.

Unlike iPhones, most Androids do not show battery health in an obvious settings screen, which frustrates people into installing sketchy 'battery doctor' apps that estimate health from charge curves and mostly show advertising. The real number lives deeper, and this guide reaches it through legitimate routes: manufacturer settings on the brands that expose it, dialer codes on others, and the universal ADB method that works on everything. None require root, and none require the ad-laden apps our popup-ads guide warns against.

Two numbers matter, and this guide uses both. Design capacity is the battery's original rating in mAh (from your phone's spec sheet). Current full-charge capacity is what it holds today. Health is simply current divided by design, expressed as a percentage, which is exactly what our Battery Health Calculator computes once you feed it those two figures. Cycle count, how many full charges the battery has been through, is a useful companion number where available, since batteries are typically rated for a certain number of cycles before expected decline.

Reading battery health from settings and dialer codes

Check your manufacturer's settings first, because a growing number expose health directly. Samsung: Settings, Battery and device care, Battery, and on newer models Diagnostics or Battery information shows a health rating. Some other brands place a battery-health or maximum-capacity indicator under Settings, Battery, or Settings, About phone, Battery. Google Pixels and others increasingly surface it too as Android matures. This is the easiest route when it exists, so spend one minute hunting your battery settings before reaching for codes or cables.

Where settings hide it, dialer codes reveal battery information on many phones. The widely known one is entered in the Phone app: type the test-menu code and look for a Battery information screen showing status, level, temperature and sometimes health. Our secret codes tool lists the useful diagnostic dialer codes and what they open. Samsung phones have a particularly rich hidden diagnostics suite reachable via a dialer code that includes a battery status readout. Availability varies by manufacturer and Android version, and many makers have disabled or changed these codes, so treat them as a quick try rather than a guarantee.

For live status without any hidden menus, our Battery Status tool reads the phone's current level, charging state, and estimated times right in the browser, useful for watching charging behavior and spotting a battery that charges oddly or reports strange jumps. It shows the live picture rather than the lifetime-wear number, so pair it with the health calculation below for the full assessment: the status tool tells you how the battery behaves right now, and the health number tells you how much life it has lost overall.

Ad

The universal ADB method that works on any phone

When settings and codes come up empty, ADB reads the battery data from any Android, no root, and it is worth the ten-minute setup for a definitive number. Enable Developer options (tap Build number seven times in About phone), turn on USB debugging, install Android Platform Tools on a computer, connect the phone, and run 'adb shell dumpsys battery'. The output includes the battery status, level, temperature, and on many phones a charge counter, our ADB command generator has this command ready to copy with the setup steps.

The figure to find is the full-charge capacity, sometimes shown directly in dumpsys output, or read via 'adb shell cat /sys/class/power_supply/battery/charge_full' (in microamp-hours, divide by 1000 for mAh) compared against charge_full_design for the original capacity. Not every phone exposes these files identically, but between dumpsys and the power-supply files, most yield a current-capacity number. Note it, then note your phone's design capacity from its spec sheet (search 'your model battery mAh').

Feed both numbers into our Battery Health Calculator, current capacity and design capacity, and it returns the health percentage plus a plain-language verdict, turning raw mAh into the decision-ready figure. This calculated number is far more trustworthy than the estimates of app-store 'battery health' apps, which infer health from charge curves and are frequently wildly off. The ADB route is the gold standard precisely because it reads the phone's own measured capacity rather than guessing, and it costs nothing but a cable and ten minutes.

Interpreting the number and the wear signals

Translate the percentage into reality. Above 90 percent: excellent, essentially like new, and any battery complaints you have point at software (background drain, our battery-draining guide) rather than the cell. 80 to 90 percent: good, normal aging, no action needed beyond healthy habits. 70 to 80 percent: noticeably worn, you feel shorter runtime and faster drops, and replacement becomes reasonable if the battery annoys you daily. Below 70 percent: significantly degraded, expect sudden shutdowns and half your old screen time, and replacement is genuinely worthwhile.

The number is not the only signal, and sometimes not even the most important one. Trust the behavioral tells regardless of the percentage: unexpected shutdowns while charge remains (the phone dies at 20 or 30 percent, then shows a higher level when restarted) are the classic voltage-sag signature of a tired battery under load; rapid percentage drops (falling 20 points in minutes); the phone needing a charger by midday when it used to last all day; and the phone running hot during ordinary use, since aged cells generate more heat. Any of these, even with a health number that looks borderline, argues for replacement.

Rule out the impostors before blaming the battery, because software mimics battery death. A specific app draining hard in the background, a stuck wake-lock, a recent update's re-optimization period, or poor cellular coverage keeping the radio at full power all produce battery-death symptoms while the cell is healthy, our battery-draining and overheating guides diagnose these. The clean sequence: check health for the hardware picture, check Settings, Battery usage for a software culprit, and only conclude 'worn battery' when the health number is low AND no software offender explains the drain.

The replacement decision and habits that extend battery life

The replacement decision is refreshingly simple economics. A battery replacement is among the cheapest repairs a phone can receive, and it is transformative, restoring both runtime and the load-handling that stops the random shutdowns, and often curing the throttling that made an old phone feel slow (our slow-phone guide covers the worn-battery-throttle link). Against that low cost, weigh the phone's remaining value and your plans: a phone you intend to keep another year or two, or hand down, is an easy yes; a phone you are about to replace anyway is a no. For phones under warranty, batteries that degrade abnormally fast may be covered, check before paying.

Insist on a quality replacement, because the battery is a component where cheap parts genuinely matter for safety and longevity. A reputable shop using a good-quality battery gives you another two years; a bargain cell can swell, underperform or fail early. Ask about the battery's origin and any warranty on the repair, and after replacement, verify with the ADB method or our calculator that the new cell reads near 100 percent, exactly the trust-but-verify ritual from every repair chapter in this series.

Whether you replace or not, the habits that slow battery aging are worth adopting, because heat and extreme charge states are what wear batteries. Keep the phone cool (our overheating guide, avoid charging while gaming, out of hot cars and direct sun, since heat is the number-one battery killer). Avoid living at 100 percent or at 0, the healthiest range is roughly 20 to 80 percent, and many phones offer an adaptive or capped-charging setting that automates this. Use quality chargers, and do not leave the phone charging on a bed or under a pillow. None of this reverses existing wear, but it meaningfully extends the life of the battery you have, and of the new one when you replace it.

関連ツール