We only use strictly necessary cookies. See our Privacy & Cookies Policy.

How Do I Run a Powercfg Battery Report?

If you use a Windows laptop or tablet, the Powercfg battery report is one of the easiest ways to check your battery’s real health and long-term performance. Instead of guessing whether your battery is “still good”, Windows can generate a detailed report in just a few seconds.

In this guide, you’ll learn exactly how to run a Powercfg battery report on Windows 10 or Windows 11, how to open it, and how to understand the key sections.


1. What Is the Powercfg Battery Report?

powercfg is a built-in Windows command-line tool that manages power settings and generates power-related diagnostics. One of its most useful features is the /batteryreport option, which creates an HTML file containing:

  • Basic battery information (manufacturer, design capacity, full charge capacity)
  • Recent usage and charge/discharge history
  • Battery capacity history over time
  • Estimated battery life based on actual usage

You don’t need any extra software: everything is built into Windows.


2. Requirements Before You Start

To run a Powercfg battery report, you need:

  • A Windows 10 or Windows 11 device with a battery (laptop, 2-in-1, some tablets)
  • Access to an account that can run Command Prompt or PowerShell as administrator

On desktop PCs without a battery, the command will run but the report will be mostly empty or not useful.


3. How to Run a Powercfg Battery Report (Command Prompt)

Step 1: Open Command Prompt as Administrator

  1. Press Windows key and type cmd or Command Prompt.
  2. Right-click on Command Prompt and choose Run as administrator.
  3. If prompted by User Account Control (UAC), click Yes.

Step 2: Run the battery report command

In the Command Prompt window, type the following command and press Enter:

powercfg /batteryreport

By default, Windows saves the report as battery-report.html in your user profile folder (for example: C:\Users\YourName\battery-report.html).

You should see a confirmation message similar to:

Battery life report saved to file path C:\Users\YourName\battery-report.html

Optional: Choose a custom save location

If you want to control where the HTML file is saved, use the /output option. For example, to save it directly on C:\:

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

You can replace the path with any folder you like, such as your Documents folder:

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

4. How to Run a Powercfg Battery Report (PowerShell)

If you prefer PowerShell, the process is almost identical.

Step 1: Open PowerShell as Administrator

  1. Press Windows key and type PowerShell.
  2. Right-click on Windows PowerShell or Windows PowerShell (x86) and select Run as administrator.
  3. Confirm the UAC prompt with Yes.

Step 2: Run the command in PowerShell

The command is exactly the same:

powercfg /batteryreport

Or, with a custom path:

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

After you press Enter, PowerShell will generate the same HTML report.


5. How to Open the Battery Report

Once the report is generated, you need to open the HTML file in a web browser (Edge, Chrome, Firefox, etc.).

Method 1: From File Explorer

  1. Open File Explorer.
  2. Navigate to the folder shown in the command output (for example C:\Users\YourName or C:\).
  3. Double-click battery-report.html.
  4. It will open in your default browser.

Method 2: Open directly from Command Prompt

If you saved the report to C:\battery-report.html, you can type:

start C:\battery-report.html

The default browser will open the report immediately.


6. Understanding the Key Parts of the Battery Report

The Powercfg battery report has several sections. The most useful ones for most users are:

1) Battery Information

At the top, you’ll see information such as:

  • NAME / MANUFACTURER / SERIAL NUMBER – Basic ID of your battery.
  • DESIGN CAPACITY – The battery’s original capacity when it was new (e.g. 50,000 mWh).
  • FULL CHARGE CAPACITY – How much charge it can hold now.

If the full charge capacity is much lower than the design capacity (for example, 50,000 mWh design vs. 30,000 mWh full), the battery has lost a significant amount of health.

2) Recent Usage

This section shows a timeline of when your device was:

  • On battery
  • Plugged in (AC power)
  • In standby or sleep

It helps you see how you’ve been using the device over the last several days.

3) Battery Usage

Here you’ll see graphs or tables showing how the battery percentage dropped over time. This can highlight:

  • Heavy power drain periods
  • How quickly the battery discharges under normal workloads

4) Usage History

This section shows how many hours the device has been used on battery vs. plugged in over longer periods. It’s useful for understanding your typical pattern (for example, mostly plugged in vs. mostly mobile).

5) Battery Capacity History

This is one of the most important sections for battery health:

  • You’ll see a table of dates with two values for each date:
    • Full Charge Capacity
    • Design Capacity

Over time, the full charge capacity number usually goes down. If you see it declining quickly, your battery is aging faster than normal.

6) Battery Life Estimates

This section estimates battery life based on your actual usage, usually shown as:

  • At full charge – Estimated time you get now on a full charge.
  • At design capacity – How long it would last when new.

This helps you compare original battery life vs. current battery life in hours and minutes.


7. Why and When You Should Run a Battery Report

It’s a good idea to generate a Powercfg battery report when:

  • You feel your battery life has gotten worse recently.
  • You are considering a battery replacement.
  • You want to check the health of a used laptop you just bought.
  • You’re troubleshooting issues like sudden shutdowns or large drops from 30% to 0%.

Running a report every few months and saving the HTML files can give you a history of how quickly your battery is degrading.


8. Tips to Improve Battery Health After Reviewing the Report

After you see the actual capacity and usage patterns, you may want to change some habits:

  • Reduce heat: Avoid blocking vents, clean dust, and don’t use the laptop on soft surfaces for long gaming sessions.
  • Avoid constant 0–100% cycles: Don’t always drain completely; frequent deep discharges stress the cells.
  • Use balanced power plans: Lower screen brightness and disable unnecessary background apps.
  • Unplug occasionally: If you always stay at 100% on AC, consider letting it discharge a bit sometimes.

If the report shows that full charge capacity is extremely low and battery life is unusable, it may be time to replace the battery (if your device allows it) or use the laptop primarily plugged in.


9. Summary

Running a Powercfg battery report is one of the fastest, most reliable ways to see what’s really going on with your Windows laptop battery.

  • Use powercfg /batteryreport (optionally with /output) in an elevated Command Prompt or PowerShell.
  • Open the generated battery-report.html file in a browser.
  • Check the design vs full charge capacity, usage history and estimated battery life.

Once you understand how your battery is aging, you can decide whether to adjust your usage, change power settings, or plan for a replacement. It only takes a minute to run the report—but it can save you a lot of guesswork about your battery’s true condition.

Leave a Comment

Your email address will not be published. Required fields are marked *

+ 71 = 81
Powered by MathCaptcha

Scroll to Top