How to Check Battery Health on Windows 11 (Built-In & Manufacturer Tools)
Quick Answer
Open a Command Prompt or PowerShell as Administrator and run: powercfg /batteryreport /output "%USERPROFILE%\battery-report.html". Then open the generated file in a browser. Divide "Full Charge Capacity" by "Design Capacity" and multiply by 100 — that is your battery health percentage. A result above 80% is healthy; below 80% means the battery has worn significantly.
Windows 11 gives you two built-in routes to battery health information — a comprehensive HTML report generated by the hidden powercfg tool, and a quick status visible in Settings. Neither requires downloading any software. For users who want more than the built-in options provide, manufacturer apps from Lenovo, Dell, HP, and ASUS add diagnostic capabilities and often expose data not accessible through standard Windows commands.
Method 1 — powercfg Battery Report (Most Detailed)
Windows 11 includes powercfg, a command-line power management tool that generates a complete battery diagnostic report as a local HTML file. It requires no internet connection, no download, and no third-party software.
- Right-click the Start button and select Windows Terminal (Admin) or Command Prompt (Admin).
- Type the following and press Enter:
powercfg /batteryreport /output "%USERPROFILE%\battery-report.html"
- Open File Explorer, navigate to
C:\Users\YourUsername\, and open battery-report.html in any browser.
Reading the Battery Report
The report sections to focus on:
| Section | What it shows |
|---|---|
| Installed Batteries | Design Capacity, Full Charge Capacity, Cycle Count — calculate health here |
| Recent Usage | Charge/discharge history over the past 3 days |
| Battery Capacity History | How Full Charge Capacity has changed over weeks/months |
| Battery Life Estimates | Estimated runtime based on recent usage at different charge states |
Battery health % = (Full Charge Capacity ÷ Design Capacity) × 100
Example: Design Capacity 45,000 mWh, Full Charge Capacity 38,250 mWh → 38,250 ÷ 45,000 × 100 = 85% battery health.
Method 2 — Windows 11 Settings Quick Check
- Open Settings (Win + I).
- Go to System → Power & battery.
- Look for a Battery health section — this appears on some Windows 11 builds and manufacturer configurations. If it is present, it shows a simple status from the battery management chip.
Note: This section is not universally available in Windows 11 — its presence depends on your laptop manufacturer's drivers and Windows 11 version. If it is not there, use the powercfg report instead.
Method 3 — Manufacturer Tools for Windows 11
Laptop manufacturers ship Windows 11 with proprietary software that often provides more detailed battery data than powercfg:
| Manufacturer | Tool | Battery feature |
|---|---|---|
| Lenovo | Lenovo Vantage | Battery health gauge, charge limit (Conservation Mode), battery gauge reset |
| Dell | Dell SupportAssist | Battery health score, full battery diagnostic with load test |
| HP | HP Support Assistant | Battery Check (pass/fail with estimated replacement cost) |
| ASUS | MyASUS | Battery Health Charging (charge limit to 60% or 80%) |
| Microsoft Surface | Surface app | Battery health percentage and recommendations |
If your manufacturer's tool is not installed, check the manufacturer's support website — most offer a standalone download.
How to Interpret Your Battery Health on Windows 11
| Health % | Condition | Action |
|---|---|---|
| 85–100% | Good to excellent | No action needed |
| 75–84% | Noticeable wear | Monitor; consider replacement if runtime is insufficient |
| Below 75% | Significant degradation | Replace battery |
Setting a Battery Charge Limit in Windows 11
If you primarily work plugged in, limiting maximum charge to 80% significantly extends battery lifespan over time:
- Lenovo: Lenovo Vantage → Power → Battery charge threshold (set max to 80%)
- Dell: Dell Power Manager → Battery settings → Primarily AC (charges to 80%)
- ASUS: MyASUS → Battery Health Charging → select 80% limit
- HP: HP Command Center → Power Settings → Battery Care Function
Windows 11 itself does not have a native battery charge limit feature independent of manufacturer software — the limit is set at the hardware/firmware level through manufacturer applications.
FAQs
How do I run powercfg if I cannot open Command Prompt as Admin?
Press Win + R, type "cmd", then press Ctrl + Shift + Enter instead of just Enter — this opens Command Prompt with Administrator privileges. Alternatively, search for "cmd" in Start, right-click on Command Prompt, and select "Run as administrator."
My battery report shows different numbers than my manufacturer's app. Which is correct?
Manufacturer apps often communicate directly with battery controller firmware and can be more accurate than Windows' generic powercfg readings. When there is a discrepancy, trust the manufacturer's app for the exact figure. Both tools are close enough for practical decision-making — within 2–3% of each other in most cases.
Does Windows 11 charge limit feature exist without manufacturer software?
Not natively. Windows 11 does not include a built-in battery charge limit control. The feature exists only through manufacturer software (Lenovo Vantage, Dell Power Manager, etc.) or by entering BIOS/UEFI settings on some laptops where the limit is configurable at firmware level.
How long should a Windows 11 laptop battery last?
Most Windows 11 laptops are rated for 300–500 charge cycles before reaching 80% battery health. At one charge per day, that is 1–1.5 years for the heaviest users. Enabling a charge limit (80%), avoiding deep discharges, and managing operating temperature can extend this to 2–3 years.
Can Windows 11 diagnose battery problems automatically?
Windows 11 includes a Troubleshoot Battery section in Settings → System → Troubleshoot → Other troubleshooters. It can detect basic power configuration issues and mismatched power plans. It cannot detect physical battery degradation — for that, use powercfg /batteryreport or your manufacturer's tool.
Summary
Windows 11 battery health is a one-command check: run powercfg /batteryreport in an admin terminal, open the HTML output, and divide Full Charge Capacity by Design Capacity. A result above 80% is healthy. Manufacturer apps (Lenovo Vantage, Dell SupportAssist, HP Support Assistant, MyASUS) provide additional diagnostics and the ability to set charge limits — leaving the maximum charge at 80% when primarily plugged in is the single most effective way to extend laptop battery lifespan.