Inspired by the World Earth Day 2010, we’re looking for ways how to improve our energy usage. The first step to improve your personal energy usage is to compile an energy report. Windows 7 has some built-in utilities to do that – will it find any energy efficiency problems on your system?

Energy Report Windows 7

Tip: If you’re interested in saving energy and money, you should also give Microsoft’s energy savings calculator a try.

Click here to join Ultra.io - Rare NFTs and Play-to-Earn Games or Read my review first!

1. Step First of all, start an elevated command prompt (click on the link if you don’t know how)

2. Step Type powercfg /energy

Energy Report PowerCFG Windows 7

3. Step There are several command line options that allow you to specify the time of your energy analysis and where to store the report. The options have to be added just AFTER powercfg /energy

Tip: By default the energy analysis will run 60 seconds and will store the energy report to C:\Windows\System32\energy-report

Example (Add this after powercfg /energy)
-OUTPUT C:\energyreport -DURATION 120

OUTPUT allows you to define the output path and DURATION the length of the test, obviously.

Full Example
Type: powercfg /energy -OUTPUT C:\energyreport -DURATION 120

Energy Efficiency Problems have been found

4. Step Go to the path that you specified, e.g. C:\energyreport and open the html file in your favorite browser. You can now read the full energy report.

The energy report will include warnings, errors and informational notes. Here’s a typical warning that the USB device is not suspending (for good reasons):

USB Suspend:USB Device not Entering Suspend
The USB device did not enter the Suspend state. Processor power management may be prevented if a USB device does not enter the Suspend state when not in use.
Device Name USB Root Hub
Host Controller ID PCI\VEN_10DE&DEV_0454
Host Controller Location PCI bus 0, device 2, function 0
Device ID USB\VID_10DE&PID_0454
Port Path

You will have to get used to reading the energy report, but you can always google any energy efficiency problems and find a solution.