How to Check Laptop Battery Health in Windows 11
The Problem
Windows shows a percentage, but that percentage is relative to what the battery can hold today — not to what it held when new. A battery down to half its original capacity still reads 100 % when charged; it just empties twice as fast.
To know the real state you need two numbers: design capacity (what the cell was rated for) and full charge capacity (what it actually holds now). Windows can produce both, along with a full charge history, using a built-in command. No third-party tool required.
Battery draining unusually fast rather than simply ageing? See fix a laptop battery draining fast. Plugged in but not charging? See fix a laptop not charging when plugged in.
Symptoms
- Runtime has dropped from hours to under an hour on the same workload.
- The charge falls off a cliff — 40 % to shutdown in minutes.
- Windows shows a "Plugged in, not charging" or "Consider replacing your battery" notice.
- The laptop shuts down instantly when unplugged, even at a high reported percentage.
Step 1: Generate the Battery Report
- Right-click Start → Terminal (Admin).
- Run:
powercfg /batteryreport /output "C:\battery-report.html" - Terminal confirms where the file was saved.
- Open File Explorer, go to
C:\, and double-click battery-report.html to open it in your browser.
For a report covering a specific window, add a day count:
powercfg /batteryreport /duration 14 /output "C:\battery-report.html"
Step 2: Read the Two Numbers That Matter
Scroll to the Installed batteries section at the top.
- DESIGN CAPACITY — the rated capacity when new, in mWh.
- FULL CHARGE CAPACITY — what it holds now.
- CYCLE COUNT — completed charge cycles, where available. Many laptops report 0 here; that is a firmware limitation, not a fault.
Divide full charge capacity by design capacity to get battery health. For example, 32,410 mWh out of 52,000 mWh is 62 %.
How to read the result:
- 90-100 % — as good as new.
- 80-90 % — normal for one to two years of use.
- 60-80 % — noticeably shorter runtime; still perfectly usable.
- Below 60 % — plan a replacement.
- Below 50 %, or a battery that shuts down unexpectedly — replace it now.
Most lithium-ion laptop batteries are rated for 300-500 full cycles before dropping to around 80 %.
Step 3: Check the Usage and Capacity History
Further down the same report:
- Recent usage — every charge, discharge, and sleep event over the last few days.
- Battery usage — a graph of drain over time.
- Battery capacity history — full charge capacity by week. A steady decline is normal ageing; a sudden drop suggests a cell fault or heat damage.
- Battery life estimates — what Windows expects at full charge, compared against the design capacity. The gap between the two columns is the real-world cost of the wear.
Step 4: Check the Quick View in Settings
For a fast look without a report:
- Open Settings → System → Power & battery.
- Expand Battery usage to see drain over the last 24 hours or 7 days, broken down by app.
- Sort by usage to find what is actually consuming power — a background sync client or a browser with many tabs is a common culprit.
- Related: reduce Chrome's memory usage — the same tabs cost battery as well as RAM.
Step 5: Rule Out a Software Cause Before Blaming the Cell
A healthy battery can still drain fast if something keeps the machine awake.
- In Terminal (Admin), list what is blocking sleep:
powercfg /requests - Find what last woke the machine:
powercfg /lastwake - Generate a full energy report over 60 seconds:
Read the Errors section — it names drivers and devices with excessive wake activity.powercfg /energy /output "C:\energy-report.html" - Related: fix sleep and hibernation not working and disable startup programs.
Step 6: Slow Down Further Wear
You cannot reverse degradation, but you can slow it.
- Avoid keeping it at 100 % on the charger all day. Most vendors ship a charge limiter — Lenovo Conservation Mode, ASUS Battery Health Charging, Dell Primarily AC Use, HP Adaptive Battery Optimizer — usually in the vendor utility or in firmware. Capping around 60-80 % dramatically extends life.
- Keep it cool. Heat is the main driver of capacity loss. Do not work on a bed or cushion, and clear the vents: clean your laptop and devices safely.
- Avoid regular deep discharges. Shallow, frequent top-ups are gentler than draining to zero.
- Store at about 50 % if the laptop will sit unused for months, and top it up every few months.
- Related: fix CPU overheating and thermal throttling.
Step 7: Recalibrate the Gauge if the Percentage Is Wrong
If the laptop shuts down at 30 %, or jumps between values, the gauge has drifted rather than the cell being dead.
- Charge to 100 % and leave it plugged in for two more hours.
- Unplug and use it normally until it shuts down on its own.
- Leave it off for five hours.
- Charge uninterrupted back to 100 %.
- Re-run the battery report and compare. Recalibration corrects the reported percentage; it does not restore lost capacity.
Step 8: Decide Whether to Replace It
- Weigh the cost against the machine. On a laptop under four years old with health below 60 %, a battery is usually worth it.
- Buy from the manufacturer or an established supplier and match the exact part number. Cheap unbranded cells are a genuine fire risk.
- Stop using a swollen battery immediately — if the trackpad bulges or the case no longer sits flat, power the laptop down, keep it off the charger, and get it replaced. Do not puncture it.
- If the laptop is old enough that a battery is not worth it: best PC upgrades to speed up an old computer.
What Not to Do
- Don't install "battery repair" or "battery calibration" software. No app can restore lost chemical capacity.
- Don't freeze or otherwise "revive" a battery. It is unsafe and does nothing.
- Don't ignore swelling. It is the one battery symptom that is genuinely dangerous.
Still Not Working?
If powercfg /batteryreport returns an error, the machine has no battery detected — check Device Manager → Batteries for a Microsoft ACPI-Compliant Control Method Battery entry. If it is missing or flagged, uninstall it and reboot; Windows reinstalls it automatically. If it is still missing, the battery connector or the battery itself has failed.
Related: how to check your PC specs and how to use Event Viewer to find why your PC crashed.
Related guides
How to Fix a Laptop Plugged In but Not Charging
Laptop says plugged in, not charging in Windows 11? Test the adapter, reset the battery driver, check charge limits, and fix the port with these step-by-step fixes.
How to Fix Loud Fan Noise on a Windows 11 PC
PC or laptop fans running loud and constant? Find what's loading the CPU, clean the cooling path, and fix fan curves with these step-by-step quieting fixes.
How to Fix Windows 11 Touchpad Not Working on a Laptop
Touchpad frozen, disabled, or gestures gone on Windows 11? Turn off accidental disable keys, reinstall precision drivers, and fix BIOS touchpad settings.
How to Fix CLOCK_WATCHDOG_TIMEOUT in Windows 11
CLOCK_WATCHDOG_TIMEOUT means a CPU core stopped responding to the rest of the processor. Fix unstable overclocks, bad drivers, and cooling faults with these step-by-step checks.
How to Fix Mouse Lag and Stuttering in Windows 11
Mouse pointer skipping, freezing, or lagging behind your hand in Windows 11? Fix wireless interference, polling and power settings, drivers, and surface problems step by step.