Windows 10: Powercfg -energy not working

Discus and support Powercfg -energy not working in Windows 10 Gaming to solve the problem; Windows 11. I saw another archived but unsolved post about this issue, and I really need to solve it. When I run powercfg -energy it just returns... Discussion in 'Windows 10 Gaming' started by tystys800, Apr 28, 2024.

  1. tystys800 Win User

    Powercfg -energy not working


    Windows 11. I saw another archived but unsolved post about this issue, and I really need to solve it. When I run powercfg -energy it just returns instantly without creating a report. My pc won't go to sleep or hibernate automatically, and I need this to figure out why so my pc can stop running the entire night.*This is a screenshot from the other post where he used a laptop, but I use a desktop pc so I don't have a battery in mine.

    :)
     
    tystys800, Apr 28, 2024
    #1

  2. powercfg /energy not working

    Hello crisu,

    Good to see you in Microsoft Community.

    powercfg /energy is used to analyzes the system for common energy-efficiency and battery-life problems and generates a report, an HTML file, in the current path. So you need to specify the path of the file behind the command (customize). Visit Powercfg command-line options | Microsoft Learn for more details.

    For example, the following command is used to output energy-efficiency and battery-life problems report within 60s, and save a file named energyReport.html to the C:\Windows\System32 directory (it is the default path to Command Prompt, and you can customize it).

    Another point worth noting:


    Powercfg -energy not working f7b348e6-3131-4f0b-88ba-998f3bc764db?upload=true.png


    If anything is unclear, please do not hesitate to let me know.

    Best Regards,

    | Microsoft Community Support Specialist
     
    Mosken_L - MSFT, Apr 28, 2024
    #2
  3. sba923 Win User
    POWERCFG /ENERGY doesn't work anymore

    ??? have you read my post ???

    there's no executable called POWERCNFG.EXE

    FWIW here's what POWERCFG -ENERGY yields with no other options:

    PS> powercfg -energy

    Enabling tracing for 60 seconds...

    Observing system behavior..

    Exact same problem: returns immediately and doesn't create the output file.

    .
     
    sba923, Apr 28, 2024
    #3
  4. epyon9283 Win User

    Powercfg -energy not working

    Powercfg /energy immediately exits

    When running "powercfg /energy" the command outputs the following:

    PS C:\WINDOWS\system32> powercfg /energy

    Enabling tracing for 60 seconds...

    Observing system behavior...

    It immediately returns me to the command line and does not generate a report. I had reinstalled 10 from a restore image (on my surface pro 4) and it was broken. I reset Windows and it started working properly. Now a few days later it's broken again. No updates
    or software has been installed since the last time it worked. It just stopped working.

    Anyone have know how to fix? There are no errors in the event viewer when I try to run.
     
    epyon9283, Apr 28, 2024
    #4
Thema:

Powercfg -energy not working

Loading...
  1. Powercfg -energy not working - Similar Threads - Powercfg energy working

  2. Powercfg -energy not working

    in Windows 10 Software and Apps
    Powercfg -energy not working: Windows 11. I saw another archived but unsolved post about this issue, and I really need to solve it. When I run powercfg -energy it just returns instantly without creating a report. My pc won't go to sleep or hibernate automatically, and I need this to figure out why so my...
  3. powercfg /energy returns without generating report

    in Windows 10 Gaming
    powercfg /energy returns without generating report: The command "powercfg /energy" should generate an energy report at the file path C:/Windows/system32. And the command also takes around 60 seconds to run, however when I try to run the command it returns in a couple of seconds and does not generate any form of file report....
  4. powercfg /energy returns without generating report

    in Windows 10 Software and Apps
    powercfg /energy returns without generating report: The command "powercfg /energy" should generate an energy report at the file path C:/Windows/system32. And the command also takes around 60 seconds to run, however when I try to run the command it returns in a couple of seconds and does not generate any form of file report....
  5. powercfg /energy not working

    in Windows 10 Gaming
    powercfg /energy not working: Surface pro 8, fresh win11. Powercfg energyreport doesn't work, just returns immediately without doing anything:powercfg /batteryreport works fine https://answers.microsoft.com/en-us/windows/forum/all/powercfg-energy-not-working/633a90ed-1356-4d49-8a15-ca2aa8ef46b6
  6. powercfg /energy not working

    in Windows 10 Software and Apps
    powercfg /energy not working: Surface pro 8, fresh win11. Powercfg energyreport doesn't work, just returns immediately without doing anything:powercfg /batteryreport works fine https://answers.microsoft.com/en-us/windows/forum/all/powercfg-energy-not-working/633a90ed-1356-4d49-8a15-ca2aa8ef46b6
  7. Powercfg /requestsoverride doesn't work

    in Windows 10 Performance & Maintenance
    Powercfg /requestsoverride doesn't work: I added a problematic device with the powercfg /requestsoverride driver devicename system command. And I can see it listed when typing just powercfg /requestsoverride. However, when I type powercfg /requests, it's still there and it's preventing the PC from going to sleep...
  8. Does powercfg -requestsoverride actually work?

    in Windows 10 Ask Insider
    Does powercfg -requestsoverride actually work?: I've been looking at this on and off for months and have finally reached "make my own post" stage... hoping that someone has a solution as all the threads from Googling peter out into nothing, or are resolved by unplugging a gamepad, or people's "solution" is just to shut...
  9. Ran powercfg /energy and found this... Any ideas?

    in Windows 10 Drivers and Hardware
    Ran powercfg /energy and found this... Any ideas?: System Availability Requests:System Required Request The device or driver has made a request to prevent the system from automatically entering sleep. Requesting Driver Instance Requesting Driver Device This was an error on the report, any ideas of what this could be or how I...
  10. POWERCFG /ENERGY doesn't work anymore

    in Windows 10 BSOD Crashes and Debugging
    POWERCFG /ENERGY doesn't work anymore: On one of my computers POWERCFG /ENERGY doesn't function (anymore). It returns immediately and doesn't create the expected output file. I have created a PowerShell test script that helps reproducing the issue. Here's the script: #requires -RunAsAdministrator...