How to Generate a Battery Report in Windows 11

Windows 11 features a built-in diagnostic tool that creates an in-depth battery health and discharge report. This article provides a step-by-step guide on how to generate the report using the Command Prompt, locate the generated HTML file, and interpret key metrics such as design capacity, cycle count, and long-term battery degradation.


Step 1: Open Terminal or Command Prompt as Administrator

  1. Right-click the Start menu icon (or press Win + X).
  2. Select Terminal (Admin) or Command Prompt (Admin).
  3. Click Yes when prompted by User Account Control (UAC).

Step 2: Run the PowerCfg Command

In the command-line window, type the following command and press Enter:

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

Note: Specifying the output path directly to C:\battery-report.html ensures the file is saved in an easy-to-find location rather than a system folder.

Once executed, you will see a confirmation message stating:
Battery life report saved to file path C:\battery-report.html.


Step 3: Open and View the Report

  1. Open File Explorer (Win + E) and navigate to your Local Disk (C:).
  2. Locate and double-click battery-report.html.
  3. The report will open automatically in your default web browser.

Step 4: Understanding Key Sections of the Report