Windows Laptop Guide Β· 2026

How to Get a Laptop Battery Report in Windows
Check Battery Health, Capacity, and Usage History

Windows can create a detailed HTML battery report without installing third-party software. This guide explains how to generate it, where to find it, and how to understand the most important sections.

⏱ 7 min read πŸ–₯ Windows 10 & 11 πŸ”‹ Laptop battery health πŸ›  Built-in command

What Is a Windows Battery Report and Why Should You Use It?

A Windows battery report is a built-in diagnostic HTML file generated by the powercfg command. It shows technical information about your laptop battery, including designed capacity, full charge capacity, recent usage, charge/discharge history, battery life estimates, and installed battery details.

This report is especially useful when your laptop discharges too quickly, shuts down before reaching 0%, charges slowly, or has noticeably shorter battery life than before.

Best for battery health checksCompare design capacity with full charge capacity to see how much the battery has degraded.
No extra apps requiredThe report is created with a standard Windows command and opens in any browser.
Works offlineYou do not need an internet connection or a Microsoft account.
ℹ️
Important The battery report is available mainly on laptops, tablets, and devices with an internal battery. On a desktop PC without a battery, the command may create an empty or limited report.

How to Generate a Laptop Battery Report in Windows 10 and Windows 11

The fastest way to get the report is to run powercfg /batteryreport in Command Prompt, PowerShell, or Windows Terminal.

01
Create the battery report with one command
Difficulty: Easy Β· Time: less than 1 minute
Windows 11 Windows 10
  1. Press Win + X.
  2. Select Terminal, Windows PowerShell, or Command Prompt.
  3. Type the following command and press Enter:
powercfg /batteryreport
  1. Windows will display a message such as Battery life report saved to file path.
  2. Copy the file path shown in the window, or open File Explorer and go to the saved location.
βœ…
Default location In many cases, Windows saves the file as battery-report.html in your user folder, for example: C:\Users\YourName\battery-report.html.

How to Save the Windows Battery Report to a Custom Location

If you want the report on the Desktop or in another folder, specify the output path manually. This is useful when the default location is hard to find.

02
Save battery-report.html directly to the Desktop
Difficulty: Easy Β· Time: less than 1 minute

Run this command:

powercfg /batteryreport /output "%USERPROFILE%\Desktop\battery-report.html"

After that, check your Desktop for a file named battery-report.html. Double-click it to open the report in your default web browser.

⚠️
Path tip If the path contains spaces, keep it inside quotation marks. Without quotes, Windows may return an error or save the file somewhere unexpected.

How to Open battery-report.html in Windows

The battery report is a normal HTML file, not a special Windows-only format. You can open it with Microsoft Edge, Google Chrome, Firefox, or any other browser.

  1. Open File Explorer.
  2. Go to the path shown after running the command.
  3. Find battery-report.html.
  4. Double-click the file to open it in your browser.

If you saved it to the default user folder, the path usually looks like this:

C:\Users\YourName\battery-report.html

How to Read a Windows Battery Report: Key Sections Explained

The report contains a lot of information, but most users only need a few sections. Focus on the fields below to understand the real condition of the battery.

Report section What it means Why it matters
Installed batteries Shows manufacturer, serial number, chemistry, design capacity, and full charge capacity. This is the main section for checking battery wear.
Recent usage Shows battery activity for the last few days, including active, suspended, and connected standby states. Useful for diagnosing sudden drain or sleep-mode battery loss.
Battery usage Displays charge level changes over time. Helps identify whether the battery drains normally or unusually fast.
Usage history Summarizes time spent on battery and AC power. Shows your long-term charging and usage pattern.
Battery capacity history Tracks full charge capacity over time. Shows how the battery has degraded month by month.
Battery life estimates Compares estimated runtime at full charge with original design estimates. Good for understanding practical battery life loss.

How to Calculate Laptop Battery Health from the Windows Battery Report

To estimate battery health, compare Full charge capacity with Design capacity in the Installed batteries section.

03
Battery health formula
Use values from the Installed batteries section
Battery health (%) = Full charge capacity Γ· Design capacity Γ— 100

Example: if the design capacity is 50,000 mWh and the full charge capacity is 40,000 mWh, the approximate battery health is:

40,000 Γ· 50,000 Γ— 100 = 80%
Battery health Condition Recommendation
90–100% Excellent Battery wear is minimal.
80–89% Good Normal wear for a used laptop.
60–79% Noticeable wear Battery life may be shorter; replacement is optional.
Below 60% Heavily worn Consider replacing the battery if runtime is poor.
ℹ️
Note Battery health estimates are approximate. Temperature, charging habits, firmware, calibration, and recent usage can affect the numbers shown in the report.

What to Do If powercfg /batteryreport Does Not Work

If Windows does not create the report or shows an error, try the fixes below.

04
Run Terminal as administrator
Recommended if access is denied
  1. Right-click Start.
  2. Select Terminal (Admin), Windows PowerShell (Admin), or Command Prompt (Admin).
  3. Run powercfg /batteryreport again.
05
Use a simple output path
Recommended if the file is not saved

Try saving the report directly to the C: drive:

powercfg /batteryreport /output "C:\battery-report.html"

If this works, move the file to another folder afterward.

06
Reinstall battery devices in Device Manager
Recommended if Windows does not detect the battery correctly
  1. Press Win + X and open Device Manager.
  2. Expand Batteries.
  3. Right-click Microsoft AC Adapter and choose Uninstall device.
  4. Right-click Microsoft ACPI-Compliant Control Method Battery and choose Uninstall device.
  5. Restart the laptop. Windows should reinstall the battery devices automatically.

Tips to Improve Laptop Battery Life in Windows

The battery report shows battery condition, but it does not repair battery wear. To reduce unnecessary drain, use these Windows settings and habits:

Windows Battery Report FAQ

Does Windows 11 have a built-in battery health check?

Yes. Windows 11 can generate a detailed battery health report using the powercfg /batteryreport command. It is not a graphical app, but the generated HTML report is easy to read.

Where is the battery report saved?

By default, it is usually saved as battery-report.html in your user profile folder. The exact path is shown in Terminal, PowerShell, or Command Prompt after the command finishes.

Can I create a battery report without administrator rights?

Often yes, but if Windows returns an access error or cannot save the file, run Terminal or Command Prompt as administrator and try again.

Why is full charge capacity lower than design capacity?

This is normal battery wear. Lithium-ion batteries lose capacity over time because of charge cycles, heat, age, and usage conditions.

Does the battery report show cycle count?

It may show cycle count if the battery firmware reports that value to Windows. On some laptops, cycle count is blank or unavailable even though the rest of the report works.

Conclusion: The Fastest Way to Check Laptop Battery Health in Windows

The easiest way to get a laptop battery report in Windows is to run powercfg /batteryreport and open the generated battery-report.html file. For most users, the most important values are Design capacity, Full charge capacity, Battery capacity history, and Battery life estimates.

If your full charge capacity is much lower than the design capacity, the battery is worn. You can improve runtime with power settings and good charging habits, but a heavily degraded battery usually requires replacement.