How to Check Modern Standby Support on Windows 11
Modern Standby support on Windows 11 lets you check if your computer uses the S0 Low Power Idle power-saving feature. This mode wakes your PC instantly like a smartphone and keeps apps connected to the internet while the screen is off.
You can find out if your system works with Modern Standby by running the powercfg /energy command in the Command Prompt. This command builds an HTML report that shows your hardware power states and flags any background tasks that drain your battery.
You can check Modern Standby support by opening Command Prompt as administrator and typing `powercfg -a`. If you see “Standby (S0 Low Power Idle) Network Connected,” your device uses Modern Standby.
Why check for Modern Standby?
Modern Standby lets your Windows 11 PC stay connected to the internet even when the screen is off, allowing apps to update in the background.
What happens when you are done?
Hardware indicators reveal whether the system uses the modern S0 state or the older S3 sleep mode. Diagnostic reports expose precisely what wakes the computer, helping resolve overheating and battery drain.
How to check your sleep mode
Checking for Modern Standby support—the feature enabling instant wake-up times—requires running a command in the Terminal app.
- Click the Start button and type “Terminal”.
- Right-click the app and select Run as administrator. (Admin privileges required)
- Type the following command and press Enter:
powercfg -a
Screen output indicating “Standby (S0 Low Power Idle) Network Connected” confirms the system uses Modern Standby. Seeing “Standby (S3)” indicates the device relies on traditional, slower sleep methods.

Troubleshooting battery drain and overheating
Overheating and sudden battery drain on Windows 11 often point back to Modern Standby. A Sleep Study report generated through the Terminal uncovers exactly which processes consume power in the background.
- Open Terminal as administrator. (Admin privileges required)
- Type
powercfg /sleepstudyand press Enter. - Windows will save an HTML file to C:\Windows\System32\sleepstudy-report.html.
Opening this file in a web browser reveals which apps prevent the computer from entering a deep sleep state. Additional guidance remains available in the official Microsoft Sleep Study documentation.
Can I disable Modern Standby?
Persistent battery issues often prompt users to disable Modern Standby on Windows 11. Accomplishing this requires modifying the registry (a critical database of Windows settings), demanding careful execution to prevent system instability.
- Press Win + R, type
regedit, and press Enter. (Admin privileges required) - Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power.
- Look for a value named "PlatformAoAcOverride". If it does not exist, right-click, select New > DWORD (32-bit) Value, and name it "PlatformAoAcOverride".
- Set the value to 0 to disable Modern Standby.
Why does my laptop get hot in sleep mode?
Laptops often generate heat during sleep mode because Modern Standby permits background tasks like updates and syncing to keep the processor active.
Summary
Modern Standby delivers rapid wake times for Windows 11 machines. Unmanaged background tasks can deplete battery reserves, though built-in commands help verify status and diagnose problems.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
I’m pretty sure you misspelled the word “everytime” on your site. You might want to check out a site like SpellRadar.com or SiteCheck.com which have helped me with problems like this in the past.