How to Enable or Disable Modern Standby in Windows 11
You can turn Modern Standby on or off in Windows 11 to control how your PC manages power and behaves when it sleeps.
Modern Standby, which is also called S0 Low Power Idle, lets your system stay connected to the network and run background tasks while using less power. This is different from the older S3 sleep mode.
Many users turn off Modern Standby in Windows 11 to go back to the older S3 sleep mode. This is especially helpful if specific hardware or software isn’t compatible with the newer technology.
You can disable Modern Standby by opening Windows Terminal as administrator and running a specific command. Type reg add HKLMSystemCurrentControlSetControlPower /v PlatformAoAcOverride /t REG_DWORD /d 0 /f then restart your PC.
What is Modern Standby?
Modern Standby is a Windows feature that lets your computer wake up fast and stay connected to the internet, similar to how your phone works, but it uses more power than older sleep modes.
There are two main power modes in Windows:
- S3 (Old Sleep Mode): Your PC goes into a deeper sleep and uses less power. But it takes longer to wake up.
- Modern Standby (New Sleep Mode): Your PC stays in a light sleep and uses a bit more power. But it wakes up instantly and stays connected to the internet.
Modern Standby can work in three ways:
- Connected – stays connected to the internet during sleep (uses more battery)
- Disconnected – sleeps without internet connection (saves battery)
- Managed by Windows – Windows decides when to connect or disconnect
Why Turn Off Modern Standby?
You might want to disable it if your PC or device doesn’t work well with Modern Standby. Some older programs or hardware need the S3 sleep mode to work properly. Turning it off can also help fix crashes or other power-related issues.
Important Notes Before You Start
Before you try to disable Modern Standby, make sure you’re signed in as an administrator, as this is required to make the changes.
How to Check if Modern Standby is Enabled
- Open Command Prompt.
- Type this command and press Enter:
powercfg /a - Look for “Standby (S0 Low Power Idle)” in the results. If you see this, Modern Standby is enabled.
How to Turn Off or Turn On Modern Standby
Option 1Use Command Prompt or Windows Terminal (Admin)
- ⚙️ Admin Required: Right-click the Start button and choose Windows Terminal (Admin) or Command Prompt (Admin).
- To turn ON Modern Standby (default), copy and paste this command and press Enter:
reg delete "HKLM\System\CurrentControlSet\Control\Power" /v PlatformAoAcOverride /f - To turn OFF Modern Standby and enable S3 sleep, copy and paste this command and press Enter:
reg add HKLM\System\CurrentControlSet\Control\Power /v PlatformAoAcOverride /t REG_DWORD /d 0 /f - Restart your computer to apply the changes.

Option 2Use Registry Files
Disabling Modern Standby can be done by editing the Windows Registry, but you need to be careful because making mistakes can cause issues with your computer.
reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power" /v PlatformAoAcOverride /fTo Disable Modern Standby:
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power" /v PlatformAoAcOverride /t REG_DWORD /d 0 /fSummary
Modern Standby lets your PC wake up quickly and stay connected, but uses more power, while older S3 sleep saves more power but takes longer to start up.- Modern Standby lets your PC wake up fast and stay connected but uses more power.
- S3 Sleep uses less power but takes longer to wake up.
- Turning off Modern Standby can give you more control over power settings but might cause slower wake-up times.
- You need administrator rights to change these settings.
- If your PC doesn’t support S3 in its hardware (BIOS/UEFI), turning off Modern Standby might cause problems.
Learn More
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.
No comments yet — be the first to share your thoughts!