Skip to content
Follow
Windows

How to Enable or Disable Modern Standby in Windows 11

Richard
Written by
Richard
Feb 12, 2026 Updated Jun 19, 2026 3 min read
How to Enable or Disable Modern Standby in Windows 11
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.

⚡ Quick Answer

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

  1. Type this command and press Enter:

    powercfg /a
  2. 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)

  1. ⚙️ Admin Required: Right-click the Start button and choose Windows Terminal (Admin) or Command Prompt (Admin).
  2. To turn ON Modern Standby (default), copy and paste this command and press Enter:

    reg delete "HKLM\System\CurrentControlSet\Control\Power" /v PlatformAoAcOverride /f
  3. 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
  4. Restart your computer to apply the changes.
⚠️Warning
You can disable Modern Standby using the Command Prompt or Windows Terminal by running a specific command as an administrator.
Windows settings panel showing Modern Standby enable or disable options
Windows settings panel showing Modern Standby enable or disable options

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.

🗝️Registry
reg delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power" /v PlatformAoAcOverride /f

To Disable Modern Standby:

🗝️Registry
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power" /v PlatformAoAcOverride /t REG_DWORD /d 0 /f
📝Note
Editing the registry can be risky. Always back up your registry before making changes.

Summary

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?

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.

📚 Related Tutorials

How to Enable Modern Standby Network Connectivity in Windows 11
Windows How to Enable Modern Standby Network Connectivity in Windows 11
How to Open Windows Terminal as Admin Automatically
Windows How to Open Windows Terminal as Admin Automatically
How to Disable Command Prompt in Windows 11
Windows How to Disable Command Prompt in Windows 11
How to Switch Between Open Windows in Windows 11
Windows How to Switch Between Open Windows in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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