How to Check Modern Standby Support on Windows 11

Richard
Written by
Richard
Dec 12, 2021 Updated Apr 29, 2026 3 min read

You can check if your Windows 11 PC supports Modern Standby by using the Command Prompt to run a power efficiency diagnostic report.

Modern Standby, also known as S0 Low Power Idle, is a power management feature that allows your Windows device to wake up almost instantly, much like a smartphone. It keeps essential background tasks running while in a low-power state.

This feature, introduced with Windows 8.1, enables your device to maintain an active network connection and perform updates even when the screen is off, but sometimes it can lead to unexpected battery drain or heat generation.

Running the `powercfg /energy` command in Command Prompt generates a detailed report, highlighting whether your system supports Modern Standby and identifying potential issues causing excessive power consumption.

Why check for Modern Standby?

Modern Standby keeps your computer connected to the internet even when the screen is off. This allows apps to sync data and receive updates. While convenient, it can cause overheating if background tasks run too often. Checking your status helps you understand why your battery might be draining faster than expected.

What happens when you are done?

You will know if your hardware uses the modern S0 state or the older S3 sleep mode. You will also have the tools to generate a report to see exactly what is waking your computer up. This helps you fix overheating and battery issues.

How to check your sleep mode

Follow these steps to see which sleep states your computer supports:

  1. Click the Start button and type “Terminal”.
  2. Right-click the app and select administrator-in-windows-11/" class="sal-link" rel="noopener" target="_blank" data-sal-id="22773">Run as administrator. (Admin privileges required)
  3. Type the following command and press Enter:
  4. powercfg -a

If you see “Standby (S0 Low Power Idle) Network Connected,” your device is using Modern Standby. If you see “Standby (S3),” your device uses traditional sleep.

Troubleshooting battery drain and overheating

If your laptop gets hot in your bag, it is likely because a background process is waking the system. You can create a “Sleep Study” report to find the culprit.

  1. Open Terminal as administrator. (Admin privileges required)
  2. Type powercfg /sleepstudy and press Enter.
  3. Windows will save an HTML file to C:\Windows\System32\sleepstudy-report.html.

Open this file in your web browser to see which apps are preventing your computer from staying in a deep sleep state. You can learn more at the official Microsoft Sleep Study documentation.

Can I disable Modern Standby?

Some users want to switch back to S3 sleep to save battery. Warning: Modifying the registry can cause system instability. Always create a restore point first.

  1. Press Win + R, type regedit, and press Enter. (Admin privileges required)
  2. Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power.
  3. Look for a value named “PlatformAoAcOverride”. If it does not exist, right-click, select New > DWORD (32-bit) Value, and name it “PlatformAoAcOverride”.
  4. Set the value to 0 to disable Modern Standby.

Note: This may not work on all modern hardware, as many newer laptops no longer support S3 sleep at the firmware level.

Why does my laptop get hot in sleep mode?

Modern Standby allows your laptop to perform background tasks like downloading updates or syncing emails while the screen is off. If these processes run continuously, the processor stays active, generating heat and consuming battery power. Using the sleep study report can help identify which specific apps are causing this behavior.

Summary

Modern Standby provides an instant-on experience but can lead to battery drain if not managed. By using the powercfg -a command, you can verify your sleep states. If you face overheating, the powercfg /sleepstudy command is your best tool for troubleshooting. Always be careful when editing the registry to disable these features.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

0 Comments

  • 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.

    Reply

Leave a Comment

Your email address will not be published. Required fields are marked *

Exit mobile version