How to Run Powercfg Energy Report in Windows 11
The Windows 11 powercfg tool allows you to analyze your
system’s power management and hardware efficiency by generating a
detailed diagnostics report. This article explains how to run the
built-in energy analysis command using administrative privileges, locate
the generated HTML file, and interpret critical sections such as errors,
warnings, and battery degradation to optimize your device’s battery
life.
How to Generate the Energy Report
To generate an accurate energy report, make sure your computer is idle and running on battery power (if using a laptop) before starting the process.
Right-click the Start button and select Terminal (Admin) or search for Command Prompt, right-click it, and select Run as administrator.
Type the following command to generate the report with a custom file path for easy access:
powercfg /energy /output "%USERPROFILE%\Desktop\energy-report.html"Press Enter.
The system will monitor your PC’s activity for 60 seconds. Do not interact with the computer during this time to avoid skewing the results.
Once complete, the report will be saved directly to your Desktop as
energy-report.html.
How to Interpret the Energy Report
Double-click the energy-report.html file to open it in
your preferred web browser. The report divides findings into three main
color-coded categories:
1. Errors (Red)
Errors highlight critical issues that actively drain battery power or prevent your computer from entering sleep mode. * System Availability Requests: Identifies specific applications, drivers, or background services preventing your device from automatically going to sleep. * Processor Power Management Capabilities: Indicates if the CPU cannot use specific power-saving states due to outdated firmware or misconfigured power plan settings. * High Processor Utilization: Lists processes consuming high CPU resources during the idle test period.
2. Warnings (Yellow)
Warnings highlight potential inefficiencies that do not strictly prevent power-saving states but reduce overall efficiency. * Display and Sleep Timeouts: Warns if your display or sleep timers are configured for extended durations (e.g., set to “Never” or longer than recommended). * USB Selective Suspend: Shows if connected USB devices or hubs have power-saving modes disabled, causing constant power draw. * Platform Timer Resolution: Flags software that requests a higher clock interrupt rate, increasing CPU power consumption.
3. Information (White/Neutral)
This section provides baseline hardware specifications and configuration details. The most important subsection is Battery: Battery Information: * Design Capacity: The original maximum charge capacity of the battery when manufactured (measured in mWh). * Last Full Charge: The current maximum charge capacity.
To determine battery health, divide the Last Full Charge value by the Design Capacity value and multiply by 100. A significantly lower percentage indicates hardware degradation.
Resolving Common Issues
- If the report lists persistent sleep-blocking drivers or programs,
run
powercfg /requestsin an elevated terminal to identify the exact active processes, then close the software or update the offending driver. - If power policies trigger warnings, open Settings > System > Power & battery and set sleep and screen timeouts to standard energy-efficient recommendations.