Windows includes a useful battery-report feature, but the generated report is not always easy to understand. It contains capacity figures, usage history, charge cycles, and battery-life estimates—all inside a technical HTML file.
Here is a simple way to generate the report, understand the important numbers, and estimate your laptop’s battery health.
Generate a Windows Battery Report
Open Command Prompt or Windows Terminal as an administrator and run:
powercfg /batteryreport
Windows will create an HTML report and display its saved location.
To save the report directly to your desktop, use:
powercfg /batteryreport /output "%USERPROFILE%\Desktop\battery-report.html"
Open the generated HTML file in your browser.
The Two Numbers That Matter Most
Inside the Installed batteries section, look for:
- Design capacity
- Full charge capacity
Design capacity is the amount of energy the battery was designed to hold when it was new.
Full charge capacity is the amount it can currently hold when fully charged.
It is normal for full charge capacity to decrease as a battery ages.
Calculate Battery Health
Use this formula:
Battery Health = (Full Charge Capacity ÷ Design Capacity) × 100
For example:
Design capacity: 50,000 mWh
Full charge capacity: 40,000 mWh
The calculation would be:
(40,000 ÷ 50,000) × 100 = 80%
The estimated battery health is therefore 80%.
This percentage is an estimate based on the capacity values reported by Windows. Battery calibration, temperature, firmware, and recent charging behaviour can affect the figures.
What Do the Other Sections Mean?
Recent Usage
This section shows when the laptop was active, suspended, or connected to power. It can help identify unexpected battery drain.
Battery Usage
The battery-usage chart shows how the charge level changed over time. Rapid drops may indicate heavy workloads, background activity, or an ageing battery.
Usage History
This section compares the time spent using battery power with the time connected to AC power.
Battery Capacity History
Capacity history shows how the battery’s full charge capacity has changed over time. A gradual decline is expected with normal battery ageing.
Battery Life Estimates
Windows estimates how long the laptop may run based on its recent usage and current battery capacity. These figures are estimates rather than guaranteed runtime.
An Easier Way to Read the Report
If you do not want to search through the HTML file and calculate the percentage manually, you can use Battery Health Lab.
The tool analyzes a Windows battery-report HTML file and presents the important capacity and battery-health information in a simpler format.
The process is straightforward:
- Generate the report using
powercfg /batteryreport. - Open Battery Health Lab.
- Select the generated HTML report.
- Review the battery-health summary.
Battery Health Is Not the Whole Story
A capacity percentage cannot diagnose every battery problem.
You should also watch for:
- Unexpected shutdowns
- Sudden battery-percentage drops
- Slow or inconsistent charging
- Excessive heat
- Very short runtime
- A laptop that only works while connected to power
- Battery swelling
If a battery is swollen, stop using the device and seek professional assistance. Do not press, bend, or puncture the battery.
Final Thoughts
The Windows battery report provides useful information without requiring third-party desktop software. The main challenge is understanding which values matter.
Start with design capacity and full charge capacity, calculate their ratio, and then review capacity history and recent usage for additional context.
For a faster summary, a battery-report analyzer can handle the calculation and make the technical data easier to understand.
Top comments (0)