Network and Internet Enable or Disable Network Connectivity in Modern Standby in Windows 11


  • Staff
Power_banner.png

This tutorial will show you how to enable or disable network connectivity during Modern Standby while on battery and/or plugged in on a Windows 10 and Windows 11 device.

In Windows 10 and Windows 11, there are two power models for PCs: S3 and Modern Standby (S0 Low Power Idle). The S3 power model is an older standard and is not capable of the instant on that consumers expect from modern devices. Modern Standby is capable of leveraging all the capabilities of a modern chipset and can be integrated across the breadth of tablets and PCs today. The first iteration of Modern Standby was Connected Standby, which first shipped in Windows 8 and Windows 8.1. Modern Standby expands upon the Windows 8.x Connected Standby concept, allowing for flexibility in component selection and the ability for the OS to manage network connectivity in standby.

Windows 10 and Windows 11 Modern Standby (Modern Standby) expands the Windows 8.1 Connected Standby power model. Connected Standby, and consequently Modern Standby, enable an instant on / instant off user experience, similar to smartphone power models. Just like the phone, the S0 low power idle model enables the system to stay connected to the network while in a low power mode.

Although Modern Standby enables an instant on/off user experience like Connected Standby, Modern Standby is more inclusive than the Windows 8.1 Connected Standby power model. Modern Standby allows for market segments previously limited to the Traditional Sleep (S3) power model to take advantage of the low power idle model. Example systems include systems based on rotational media and hybrid media (for example, SSD + HDD or SSHD) and/or a NIC that doesn’t support all of the prior requirements for Connected Standby.

Modern Standby systems can be connected (enabled), disconnected (disabled), or managed by Windows to allow network connectivity during S0 standby. This behavior is dictated by the hardware and/or by configuration.
  • Connected Modern Standby will allow you to stay connected to the network while in standby to still receive and get notifications about email, VoIP calls, and such, but it will use more battery.
  • Disconnected Modern Standby will allow longer battery life, but you will no longer have the advantages of staying connected to the network while in standby.
  • Managed by Windows will allow Windows to manage network connectivity during standby.
On any Modern Standby system (whether connected or disconnected), the system remains in S0 while in standby, allowing the following scenarios to work:
  • Background activity
  • Faster resume from a low power state
On systems that are connected while in standby, wakes based on specific network patterns may also be set by the operating system to enable apps to receive the latest content such as incoming email, VoIP calls, or news articles.

References:


Contents

  • Option One: Enable or Disable Modern Standby Network Connectivity in Power Options
  • Option Two: Enable or Disable Modern Standby Network Connectivity in Windows Terminal
  • Option Three: Enable or Disable Modern Standby Network Connectivity in Local Group Policy Editor
  • Option Four: Enable or Disable Modern Standby Network Connectivity using REG file


EXAMPLE: Reason to disable modern standby network connectivity for both "Plugged in" and "On battery"





Option One

Enable or Disable Modern Standby Network Connectivity in Power Options


1 Open the Control Panel (icons view), and click/tap on the Power Options icon.

2 Click/tap on the Change plan settings link for your active power plan (ex: "Balanced"). (see screenshot below)

Modern_Standby_network_connectivity_Power_Options-1.png

3 Click/tap on the Change advanced power settings link. (see screenshot below)

Modern_Standby_network_connectivity_Power_Options-2.png

4 Expand open the Network connectivity in Standby setting under the group with the same name as the currently selected power plan (ex: "Balanced"). (see screenshot below step 5)

You can add Network connectivity in Standby to Power Options if you do not have it available.


5 In both the On battery and Plugged in drop menus for the Network connectivity in Standby setting, select Enable (AC default), Disable, or Managed by Windows (battery default) for what you want, and click/tap on OK.

Modern_Standby_network_connectivity_Power_Options-3.png




Option Two

Enable or Disable Modern Standby Network Connectivity in Windows Terminal


1 Open Windows Terminal, and select either Windows PowerShell or Command Prompt.

2 Copy and paste the command below you want to use for when on battery and/or plugged in into Windows Terminal, and press Enter.

 On battery
(Enable)​
powercfg /setdcvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 1
OR​
POWERCFG -SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONNECTIVITYINSTANDBY 1

(Disable)​
powercfg /setdcvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 0
OR​
POWERCFG -SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONNECTIVITYINSTANDBY 0

(Managed by Windows - Default)​
powercfg /setdcvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 2
OR​
POWERCFG -SETDCVALUEINDEX SCHEME_CURRENT SUB_NONE CONNECTIVITYINSTANDBY 2


 Plugged in
(Enable - Default)​
powercfg /setacvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 1
OR​
POWERCFG -SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONNECTIVITYINSTANDBY 1

(Disable)​
powercfg /setacvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 0
OR​
POWERCFG -SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONNECTIVITYINSTANDBY 0

(Managed by Windows)​
powercfg /setacvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 2
OR​
POWERCFG -SETACVALUEINDEX SCHEME_CURRENT SUB_NONE CONNECTIVITYINSTANDBY 2

3 You can now close Windows Terminal.




Option Three

Enable or Disable Network Connectivity while in Modern Standby in Local Group Policy Editor


You must be signed in as an administrator to use this option.

The Local Group Policy Editor is only available in the Windows 10/11 Pro, Enterprise, and Education editions.

All editions can use Option Three below to set these same policies.

If the group policies in this option are enabled or disabled, it will gray out and override Option One and Option Two.


1 Open the Local Group Policy Editor (gpedit.msc).

2 Navigate to the location below in the left pane of Local Group Policy Editor. (see screenshot below)

Computer Configuration > Administrative Templates > System > Power Management > Sleep Settings

Modern_Standby_network_connectivity_gpedit-1.png

3 In the right pane of Sleep Settings in Local Group Policy Editor, double click/tap on the Allow network connectivity during connected-standby (plugged in) policy to edit it. (see screenshot above)

4 Do step 5 (always enable), step 6 (always disable), or step 7 (undo) below for what you would like to do.

5 To Always Enable Network Connectivity while in Modern Standby when Plugged In (AC)

A) Select (dot) Enabled, click/tap on OK, and go to step 8 below. (see screenshot below step 7)​

6 To Always Disable Network Connectivity while in Modern Standby when Plugged In (AC)

A) Select (dot) Disabled, click/tap on OK, and go to step 8 below. (see screenshot below step 7)​

7 Default Setting of Users Choice for Network Connectivity while in Modern Standby when Plugged In (AC)

This setting will allow users to change Option One and Option Two.


A) Select (dot) Not Configured, click/tap on OK, and go to step 8 below. (see screenshot below)​

Modern_Standby_network_connectivity_gpedit-2.png

8 In the right pane of Sleep Settings in Local Group Policy Editor, double click/tap on the Allow network connectivity during connected-standby (on battery) policy to edit it. (see screenshot below step 2)

9 Do step 10 (always enable), step 11 (always disable), or step 12 (undo) below for what you would like to do.

10 To Always Enable Network Connectivity while in Modern Standby On Battery

A) Select (dot) Enabled, click/tap on OK, and go to step 13 below. (see screenshot below step 12)​

11 To Always Disable Network Connectivity while in Modern Standby On Battery

A) Select (dot) Disabled, click/tap on OK, and go to step 13 below. (see screenshot below step 12)​

12 Default Setting of Users Choice for Network Connectivity while in Modern Standby On Battery

This setting will allow users to change Option One and Option Two.


A) Select (dot) Not Configured, click/tap on OK, and go to step 13 below. (see screenshot below)​

Modern_Standby_network_connectivity_gpedit-3.png

13 When finished, you can close the Local Group Policy Editor if you like.




Option Four

Enable or Disable Modern Standby Network Connectivity using REG file


You must be signed in as an administrator to use this option.

If the group policies in this option is enabled or disabled, it will gray out and override Option One and Option Two.


1 Do step 2 (plugged in) and/or step 3 (On Battery) below for what you would like to do.

2 To Enable or Disable Network Connectivity while in Modern Standby when Plugged In (AC)

A) Click/tap on the Download button below to download the REG file you want to use, and go to step 3 below.​

Always_Disable_Modern_Standby_network_connectivity_when_Plugged_In.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\f15576e8-98b7-4186-b944-eafa664402d9]
"ACSettingIndex"=dword:00000000

OR​

Always_Enable_Modern_Standby_network_connectivity_when_Plugged_In.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\f15576e8-98b7-4186-b944-eafa664402d9]
"ACSettingIndex"=dword:00000001

OR​

Default_Not_Configured_Modern_Standby_network_connectivity_when_Plugged_In.reg

This setting will allow users to change Option One and Option Two.


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\f15576e8-98b7-4186-b944-eafa664402d9]
"ACSettingIndex"=-

3 To Enable or Disable Network Connectivity while in Modern Standby On Battery

A) Click/tap on the Download button below to download the file you want to use, and go to step 4 below.​

Always_Disable_Modern_Standby_network_connectivity_On_Battery.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\f15576e8-98b7-4186-b944-eafa664402d9]
"DCSettingIndex"=dword:00000000

OR​

Always_Enable_Modern_Standby_network_connectivity_On_Battery.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\f15576e8-98b7-4186-b944-eafa664402d9]
"DCSettingIndex"=dword:00000001

OR​

Default_Not_Configured_Modern_Standby_network_connectivity_On_Battery.reg

This setting will allow users to change Option One and Option Two.


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\f15576e8-98b7-4186-b944-eafa664402d9]
"DCSettingIndex"=-

4 Save the .reg files to your desktop.

5 Double click/tap on the downloaded .reg files one at a time to merge them.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 Restart the computer to apply.

8 You can now delete the downloaded .reg files if you like.


That's it,
Shawn Brink


 

Attachments

  • Power.png
    Power.png
    15.4 KB · Views: 190
  • Always_Enable_Modern_Standby_network_connectivity_On_Battery.reg
    730 bytes · Views: 315
  • Always_Disable_Modern_Standby_network_connectivity_when_Plugged_In.reg
    732 bytes · Views: 361
  • Always_Disable_Modern_Standby_network_connectivity_On_Battery.reg
    730 bytes · Views: 415
  • Always_Enable_Modern_Standby_network_connectivity_when_Plugged_In.reg
    730 bytes · Views: 352
  • Default_Not_Configured_Modern_Standby_network_connectivity_On_Battery.reg
    704 bytes · Views: 301
  • Default_Not_Configured_Modern_Standby_network_connectivity_when_Plugged_In.reg
    704 bytes · Views: 330
Last edited:
The EnforceDisconnectedStandby dword flag in the above example I linked from Dell appears to be used to toggle whether Wake-On-LAN (WOL) should be enabled (0) or disabled (1) during a Modern Standby sleep session. Wake On LAN for Surface devices - Surface
I suppose that if WOL is enabled, this may cause the network adapter to still consume at least some additional power during a Modern Standby sleep session (even, if Network Connectivity is disabled before the system enters the Modern Standby sleep session).
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
Please note that, Windows 10 version 2004 onwards, the hidden registry setting that this tutorial applies to is deprecated.
It means that the setting may still work, but at some point in the future Microsoft could decide to make it stop working. You'd have to verify that it still works, each time after a Windows update is installed that upgrades Windows to a new build number.

Also please note, on some systems it may be possible to use a separate setting that is included in the Power Profile. As an example of this, you can refer to the top of page 5 in this document:
MS could obviously change this on a whim as well but, for now, the Connected/Disconnected Standby setting can be retrieved using, for example,
powercfg /qh SCHEME_BALANCED SUB_NONE CONNECTIVITYINSTANDBY The relevant entries exist whether or not the computer has even heard of S0 Modern standby.
Power Scheme GUID: 381b4222-f694-41f0-9685-ff5bb260df2e (Balanced) GUID Alias: SCHEME_BALANCED Subgroup GUID: fea3413e-7e05-4911-9a71-700331f1c294 (Settings belonging to no subgroup) GUID Alias: SUB_NONE Power Setting GUID: f15576e8-98b7-4186-b944-eafa664402d9 (Networking connectivity in Standby) GUID Alias: CONNECTIVITYINSTANDBY Possible Setting Index: 000 Possible Setting Friendly Name: Disable Possible Setting Index: 001 Possible Setting Friendly Name: Enable Possible Setting Index: 002 Possible Setting Friendly Name: Managed by Windows Current AC Power Setting Index: 0x00000000 Current DC Power Setting Index: 0x00000000


In Version 1709, this setting had a different alias
powercfg /qh SCHEME_BALANCED SUB_NONE WIFIINSTANDBY
with the same GUID as the current CONNECTIVITYINSTANDBY
f15576e8-98b7-4186-b944-eafa664402d9
so both current & past versions can be interrogated with
powercfg /qh SCHEME_BALANCED SUB_NONE f15576e8-98b7-4186-b944-eafa664402d9


The EnforceDisconnectedStandby dword flag in the above example I linked from Dell appears to be used to toggle whether Wake-On-LAN (WOL) should be enabled (0) or disabled (1) during a Modern Standby sleep session.
ConnectedStandby is a necessary precursor to being able to Wake-on-lan.


Denis
 
Last edited:

My Computer

System One

  • OS
    Windows 11 Home x64 Version 23H2 Build 22631.3447
This continues to be so frustrating. I've got a laptop that supports modern standby and I want to let it drop to sleep mode, but I don't like having it interrupt my network connectivity and disconnect (among other examples) any RDP sessions I have active. Every time my computer drops to sleep I will come back, juggle the mouse, and see the RDP disconnection dialog saying the connection was lost. But I've tried GP and registry and still no networking while in standby.
 

My Computers

System One System Two

  • OS
    Windows 11 RP ring
    Computer type
    Laptop
    Manufacturer/Model
    Dell Lattitude 5520
    CPU
    11th Gen Intel Core i7-1185G7 @ 3.00GHz
    Memory
    32 GB
    Graphics Card(s)
    Intel Iris Xe Graphics
    Monitor(s) Displays
    28" Samsung LU28e590DS
    Screen Resolution
    3840×2160
    Hard Drives
    KBG40ZNS512G NVMe KIOXIA 512GB
    Keyboard
    Microsoft Sculpt Desktop
    Mouse
    Logitech Cheap Thing from Walmart
    Internet Speed
    AT&T Fiber 500 GB symmetric
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Windows 11 canary ring
    Computer type
    Tablet
    Manufacturer/Model
    Microsoft Surface Book 2
    Memory
    8 GB

My Computer

System One

  • OS
    Windows 11 Home x64 Version 23H2 Build 22631.3447
Does it think it has networking in S0 Modern standby?
It is reported in the response to the command
PowerCfg -a
After Standby (S0 Low power idle) it will say either Network connected or Network disconnected.
How to Check if Connected or Disconnected Modern Standby [PowerCfg -a] - TenForumsTutorials
[It's the same procedure in both Win10 & WIn11.]


Denis
Supposedly it is available for network connected. And I could have sworn this worked at some point. This laptop is never off the AC dock, it basically is treated like a desktop.

Here's output from that command.

Code:
Microsoft Windows [Version 10.0.22631.1830]
(c) Microsoft Corporation. All rights reserved.

C:\Windows\System32>PowerCfg -a
The following sleep states are available on this system:
    Standby (S0 Low Power Idle) Network Connected

The following sleep states are not available on this system:
    Standby (S1)
        The system firmware does not support this standby state.
        This standby state is disabled when S0 low power idle is supported.

    Standby (S2)
        The system firmware does not support this standby state.
        This standby state is disabled when S0 low power idle is supported.

    Standby (S3)
        The system firmware does not support this standby state.
        This standby state is disabled when S0 low power idle is supported.
        The current Device Guard configuration has disabled this standby state.

    Hibernate
        Hibernation has not been enabled.

    Hybrid Sleep
        Standby (S3) is not available.
        Hibernation is not available.
        The hypervisor does not support this standby state.

    Fast Startup
        Hibernation is not available.


C:\Windows\System32>
 

My Computers

System One System Two

  • OS
    Windows 11 RP ring
    Computer type
    Laptop
    Manufacturer/Model
    Dell Lattitude 5520
    CPU
    11th Gen Intel Core i7-1185G7 @ 3.00GHz
    Memory
    32 GB
    Graphics Card(s)
    Intel Iris Xe Graphics
    Monitor(s) Displays
    28" Samsung LU28e590DS
    Screen Resolution
    3840×2160
    Hard Drives
    KBG40ZNS512G NVMe KIOXIA 512GB
    Keyboard
    Microsoft Sculpt Desktop
    Mouse
    Logitech Cheap Thing from Walmart
    Internet Speed
    AT&T Fiber 500 GB symmetric
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Windows 11 canary ring
    Computer type
    Tablet
    Manufacturer/Model
    Microsoft Surface Book 2
    Memory
    8 GB
Does it think it has networking in S0 Modern standby?
It is reported in the response to the command
PowerCfg -a
After Standby (S0 Low power idle) it will say either Network connected or Network disconnected.
How to Check if Connected or Disconnected Modern Standby [PowerCfg -a] - TenForumsTutorials
[It's the same procedure in both Win10 & WIn11.]


Denis
Hi Try3,
Can I jump in? I got two concerns about my Modern Standby (System 2, see attached): During backups the laptop goes to S0 after a few minutes and I believe that increases my backup time, the second issue is the many Event log warnings 6062: Netwtw10, Intel Wi-Fi 6E AX211 driver etc., that I am getting when I disconnect the charger, or the laptop goes to S0. I posted this on the ASUS community (attached) but don't expect a quick resolution. I did not try to roll back S0 to legacy S3 with the registry tweak or the 4 scripts by Shawn as I want to see what the setting in Advanced "Sleep on WLAN" enabled will do (attached. Any comments appreciated.
Frank
 

Attachments

  • S0 supported.jpg
    S0 supported.jpg
    119.6 KB · Views: 39
  • Intel(R) Wi-Fi 6E AX211 160 MHz No .txt
    1.5 KB · Views: 33
  • Wake on lan.jpg
    Wake on lan.jpg
    60 KB · Views: 39

My Computers

System One System Two

  • OS
    Windows 11 Home 22H2 build: 22621.1928
    Computer type
    Laptop
    Manufacturer/Model
    Acer/Aspire5 515-54G-70AG
    CPU
    Intel i7-10510U CPU 1.8 GHZ
    Motherboard
    Intel Comet Lake-U PCH-LP Premium, firmware version 3.2
    Memory
    8 GB 1333.3 MHz Dual channel
    Graphics Card(s)
    Intel UHD + NVIDIA GeForce MX250
    Sound Card
    RealTek ALC255 chipset
    Monitor(s) Displays
    Full HD TN 16"
    Screen Resolution
    1920x1080 220 NITS
    Hard Drives
    SATA mechanical 1TB TOSHIBA HDWL110 X1UGPHELT 5600 rpm
    PSU
    Murata battery AP18C4k (31CP5/81/68) Li-Polymer Battery Pack, full capacity 46620 mWh 11.4V
    Case
    Polycarbonate with a metal panel lid
    Cooling
    1 fan
    Keyboard
    US
    Mouse
    Precision Trackpad
    Internet Speed
    15 mb/s
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    2022 Intel diplay driver: gfx_win_101.3413_101.2111.exe
  • Operating System
    Windows 11 Home 23H2 build 22631.3527
    Computer type
    Laptop
    Manufacturer/Model
    Asus Vivobook K3502Z S15 15" OLED
    CPU
    Intel 12th Gen. i7 12700H, 14 cores, 2.3 GHz (24M Cache, up to 4.7 GHz, 6P+8E cores)
    Motherboard
    Alder Lake-H, 1700-4700 MHz clock rate
    Memory
    8GB LPDDR4 on board + 8GB LPDDR4 3200 MHz in Dual Channel.
    Graphics card(s)
    Intel Iris Xe supports up to 4096 x 2304 @ 120Hz
    Sound Card
    Harman Kardon - DTS
    Monitor(s) Displays
    OLED 15.6inch 2.8K (2880 x 1620)
    Screen Resolution
    16:9 aspect ratio 0.2ms response time 120Hz refresh rate, 550nits
    Hard Drives
    512GB M.2 NVMe Gen4 PCIe 4.0 SSD, Micron_2450_MTFDKBA512TFK
    PSU
    90-Watt USB charger (Thunderbolt4)
    Case
    Metal lid, plastic case
    Cooling
    1 fan
    Mouse
    Precision Trackpad
    Keyboard
    With backlight
    Internet Speed
    ISP provides 15 mb/s WIFI LTE (4G), laptop WIFI 6 adapter.
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    BIOS American Megatrends International, LLC. K3502ZA.307, 08/09/2022. Network adapter: Intel Wi-Fi 6E AX211 160 MHz
Frank,

You have the same bad habit as me.
It's S0 Modern standby not just S0.
S0 means On.

During backups the laptop goes to S0 after a few minutes
It enters S0 Modern standby when your display turns off.
If the backup task has already started then it should continue.
I've never considered timings but S0 Modern standby will try to force hardware into lower power consumption states so that might slow them down. But I would have thought devices that were busy would refuse to slow down until they had finished what they were doing.

the many Event log warnings
I never regard Events as worth investigating in their own right.
Events can help an investigation that has been initiated because there is a fault symptom.

I want to see what the setting in Advanced "Sleep on WLAN" enabled will do
Sorry, I know nothing about that subject.


Best of luck,
Denis
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 23H2 Build 22631.3447
Frank,

You have the same bad habit as me.
It's S0 Modern standby not just S0.
S0 means On.


It enters S0 Modern standby when your display turns off.
If the backup task has already started then it should continue.
I've never considered timings but S0 Modern standby will try to force hardware into lower power consumption states so that might slow them down. But I would have thought devices that were busy would refuse to slow down until they had finished what they were doing.


I never regard Events as worth investigating in their own right.
Events can help an investigation that has been initiated because there is a fault symptom.


Sorry, I know nothing about that subject.


Best of luck,
Denis
Denis
The Sleep on WLAN did nothing, so I changed it back to default (disabled), then I looked at the reg script by Shawn but did not try that as I have no Power key under Policy in my registry, maybe because I have W11 Home. I then ran the disable commands both for battery and plugged in. No warnings yet after Sleep and Wake, so looking good. My backups are always successful during Modern Standby, just take long (1 hour+ for 200 GB data). Same with last Tuesday's Windows update that took 1 hour to install.
Thanks
Frank
 

My Computers

System One System Two

  • OS
    Windows 11 Home 22H2 build: 22621.1928
    Computer type
    Laptop
    Manufacturer/Model
    Acer/Aspire5 515-54G-70AG
    CPU
    Intel i7-10510U CPU 1.8 GHZ
    Motherboard
    Intel Comet Lake-U PCH-LP Premium, firmware version 3.2
    Memory
    8 GB 1333.3 MHz Dual channel
    Graphics Card(s)
    Intel UHD + NVIDIA GeForce MX250
    Sound Card
    RealTek ALC255 chipset
    Monitor(s) Displays
    Full HD TN 16"
    Screen Resolution
    1920x1080 220 NITS
    Hard Drives
    SATA mechanical 1TB TOSHIBA HDWL110 X1UGPHELT 5600 rpm
    PSU
    Murata battery AP18C4k (31CP5/81/68) Li-Polymer Battery Pack, full capacity 46620 mWh 11.4V
    Case
    Polycarbonate with a metal panel lid
    Cooling
    1 fan
    Keyboard
    US
    Mouse
    Precision Trackpad
    Internet Speed
    15 mb/s
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    2022 Intel diplay driver: gfx_win_101.3413_101.2111.exe
  • Operating System
    Windows 11 Home 23H2 build 22631.3527
    Computer type
    Laptop
    Manufacturer/Model
    Asus Vivobook K3502Z S15 15" OLED
    CPU
    Intel 12th Gen. i7 12700H, 14 cores, 2.3 GHz (24M Cache, up to 4.7 GHz, 6P+8E cores)
    Motherboard
    Alder Lake-H, 1700-4700 MHz clock rate
    Memory
    8GB LPDDR4 on board + 8GB LPDDR4 3200 MHz in Dual Channel.
    Graphics card(s)
    Intel Iris Xe supports up to 4096 x 2304 @ 120Hz
    Sound Card
    Harman Kardon - DTS
    Monitor(s) Displays
    OLED 15.6inch 2.8K (2880 x 1620)
    Screen Resolution
    16:9 aspect ratio 0.2ms response time 120Hz refresh rate, 550nits
    Hard Drives
    512GB M.2 NVMe Gen4 PCIe 4.0 SSD, Micron_2450_MTFDKBA512TFK
    PSU
    90-Watt USB charger (Thunderbolt4)
    Case
    Metal lid, plastic case
    Cooling
    1 fan
    Mouse
    Precision Trackpad
    Keyboard
    With backlight
    Internet Speed
    ISP provides 15 mb/s WIFI LTE (4G), laptop WIFI 6 adapter.
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    BIOS American Megatrends International, LLC. K3502ZA.307, 08/09/2022. Network adapter: Intel Wi-Fi 6E AX211 160 MHz
I have no Power key under Policy in my registry
That's normal.
My Windows 11 computer came as Network connected and I have not used the Registry to change that. [I use PowerCfg commands to switch it between Connected & Disconnected standby.]
The .reg file creates that Registry Key.
I then ran the disable commands both for battery and plugged in
So they'll be there now.

My backups ... just take long (1 hour+ for 200 GB data)
I have no idea if that is fast or slow because I never back up that much.
My own files are in separate partitions on all my computers so that I just make 20-30-40GB system images of the Windows drives & simple RoboCopy file backups of my own files.

Same with last Tuesday's Windows update that took 1 hour to install
I have yet to run that update.


All the best,
Denis
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 23H2 Build 22631.3447
Frank,

I have just done the latest Cumulative update [KB5030219, released on Tuesday 12th September] and it took 14 minutes including the reboot & reading then dismissing their annoying Let's finish setting up your PC dialog.


Denis
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 23H2 Build 22631.3447
I want to see what the setting in Advanced "Sleep on WLAN" enabled will do
Sleep on WoWLAN Disconnect is the ability to put the device to sleep/drop connection when WoWLAN is disconnected. A wireless adapter with WoWLAN enabled on it can receive magic packets only as long as the wireless adapter remains connected to the Basic Service Set (BSS). So, the "WoWLAN is disconnected" here is referring to that connection.
 

My Computers

System One System Two

  • OS
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Asus TUF Gaming (2024)
    CPU
    i7 13650HX
    Memory
    16GB DDR5
    Graphics Card(s)
    GeForce RTX 4060 Mobile
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    512GB SSD internal
    37TB external
    PSU
    Li-ion
    Cooling
    2× Arc Flow Fans, 4× exhaust vents, 5× heatpipes
    Keyboard
    Logitech K800
    Mouse
    Logitech G402
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
  • Operating System
    11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Medion S15450
    CPU
    i5 1135G7
    Memory
    16GB DDR4
    Graphics card(s)
    Intel Iris Xe
    Sound Card
    Eastern Electric MiniMax DAC Supreme; Emotiva UMC-200; Astell & Kern AK240
    Monitor(s) Displays
    Sony Bravia XR-55X90J
    Screen Resolution
    3840×2160
    Hard Drives
    2TB SSD internal
    37TB external
    PSU
    Li-ion
    Mouse
    Logitech G402
    Keyboard
    Logitech K800
    Internet Speed
    20Mbit/s up, 250Mbit/s down
    Browser
    FF
This is a nice assemblage of information which has been difficult to find elsewhere and nearly impossible to find in a cohesive format, in particular the part of the video which demonstrates the difference in S0 states reported via powercfg /a when plugged in and when on battery. Thank you.

I have some relatively new (2-3 years) but low-end Windows 10 Dell laptops which do use S0 but can be set to use the network disconnected state when plugged in or on battery by using the advanced power setting "Networking Connectivity In Standby". When that setting is switched between disabled and enabled for battery or plug then then the supported network state for SO changes accordingly between Network Disconnected and Network Connected.

As you mentioned, it is difficult to force the negative condition for testing purposes but it would seem that if Networking Connectivity In Standby is set to disabled for both battery and plug, then the computer should not get crossed up by being disconnected from power while in sleep mode.

Additionally, having been stripped of much Dell OEM bloat and with many of the missing advanced power management options enabled, and otherwise set to minimize unattended wake-ups, these laptops are less likely to experience the sudden drain which prefaces this thread but its nice to have that extra hedge.

Thanks again,
Happily, until this is further depreciated,
Standby (S0 Low Power Idle) Network Disconnected Hibernate, for battery and plug.
 

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    Dell
the difference in S0 states reported via powercfg /a when plugged in and when on battery.
I'm concerned by that comment.
PowerCfg /a does not depend on AC or DC power and it makes no mention of it.
It tells you which power-sleep states are available in your computer.

"S0"
You have already developed a bad habit that I also have a lot of the time.
It is not "S0".
It is
- S0 Modern standby, or
- S0ix, or
- S0 lower power idle.
"S0" on its own means something else [that the computer is on].

You are correct that "Networking Connectivity In Standby" can be set separately for AC & DC power.

As you mentioned, it is difficult to force the negative condition for testing purposes
I don't know who you are addressing.
It's very easy if you have other computers on your network. Just see if the others can access it or not when it is in S0ix.
If you don't have any others then you'd need to set up a Task scheduler task to do something like access a web address. This can be done but is not nearly as straightforward.

these laptops are less likely to experience the sudden drain which prefaces this thread
I don't know where you are looking.
Those sudden drains can be experienced if an S0ix computer is on S0ix using Connected standby when Windows decides to run Windows update and, say, a Cumulative update gets downloaded and installed.
Some other Windows-favoured tasks can also run during S0ix Connected standby such as the email app [and perhaps the new Outlook for Windows] but MS have not said which ones it condescends to let run. EMail is not going to drain much power, in general.


I used to resent S0ix but I learnt to tame it:-
Power consumption in S0 Modern standby and S3 Sleep - my post #85 - ElevenForum
Running scripts during S0 Modern standby - my post #86 - ElevenForum
I no longer have any concerns about S0ix.
Now all I resent is having it forced upon us without any explanation and without much choice in the matter.



All the best,
Denis
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 23H2 Build 22631.3447
I'm concerned by that comment.
PowerCfg /a does not depend on AC or DC power and it makes no mention of it.

You might be overthinking what I said, or I might have been convoluted in saying it (more likely) but that is directly from the video here: until 9:05 of the video,


Where the differences in sleep states that are available when either on battery or plugged in are reported by powercfg /a. E.G (from video):

When on battery powercfg /a reports:

The following sleep states are available on this system:
Standby (S0 Low Power Idle) Network Disconnected
Hibernate

and

When plugged in powercfg /a reports:

The following sleep states are available on this system:
Standby (S0 Low Power Idle) Network Connected
Hibernate

It tells you which power-sleep states are available in your computer.

Yes, that is what is meant by "... reported via powercfg /a when plugged in and when on battery."

"S0"
You have already developed a bad habit that I also have a lot of the time.
It is not "S0".
It is
- S0 Modern standby, or
- S0ix, or
- S0 lower power idle.
"S0" on its own means something else [that the computer is on].

LOL, I had seen that same "bad habit" comment elsewhere in the thread (after I had posted, while reviewing posts which I had missed when previously reviewing the thread). Point taken regarding terminology and the importance thereof, but my reporting details from the command prompt stand and results of testing stand. As to "bad habit(s)", let's agree not to call a one-time instance of errant terminology (which is not critical in this case to the outcome) a "bad habit". Habit = “An established custom, or an automatic pattern of behavior”. After all you would not want to fall into a bad habit of referring to things that are not habitual as habits. :D

You are correct that "Networking Connectivity In Standby" can be set separately for AC & DC power.

That is the crux of the matter on my computers and the notably helpful detail I picked up from the video. With that set to disabled for both battery and plug then it seems the computer would be less likely to get caught in the situation described in the video, I.E the hypothesis mentioned here:


I don't know who you are addressing.
It's very easy if you have other computers on your network. Just see if the others can access it or not when it is in S0ix.
If you don't have any others then you'd need to set up a Task scheduler task to do something like access a web address. This can be done but is not nearly as straightforward.

That was not a reference to verifying the efficacy (or not) of various settings and machine states but rather a reference to the difficulties of proving the aforementioned hypothesis, difficulties which are mentioned in the video here:


I don't know where you are looking.
Those sudden drains can be experienced if an S0ix computer is on S0ix using Connected standby when Windows decides to run Windows update and, say, a Cumulative update gets downloaded and installed.
Some other Windows-favoured tasks can also run during S0ix Connected standby such as the email app [and perhaps the new Outlook for Windows] but MS have not said which ones it condescends to let run. EMail is not going to drain much power, in general.

Looking at my computers. To paraphrase previous post, my usage patterns and the configurations of the computers both significantly minimize the likelihood of unattended wake ups, so it unlikely that I will need the what I’ve learned here about “Networking Connectivity In Standby" (to disable for both battery and plug) but its nice to have the extra measure in place.


I never got to the point of resenting it but might have done so were I still building workstations as I did before this new generation of power management. Having only recently gotten down and dirty into this stuff for the first time on relatively new laptops I might have incidentally bypassed the resentment stage (whew! :)) and can see the benefits. I don't have concerns about S0ix other than the fact that OEM bloat often (but not always) obfuscates native windows settings but don’t do a better job. For instance, it wasn't until I removed Dell bloat and enabled missing power management settings that I even knew of "Networking Connectivity In Standby" and "The following sleep states are available on this system: Standby (S0 Low Power Idle) Network Disconnected Hibernate". I had been searching for more information about those things for several days before finding the nicely consolidated information in this thread and in the video.

Now all I resent is having it forced upon us without any explanation and without much choice in the matter.

True that, and +1. Thanks again fo the helpful information.


[EDIT] Apologies for the big video thumbnails. Typically I would post only the links but don't yet know how that is managed at this forum or if it is possible.
 

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    Dell
Please post your
PowerCfg -a
results.

Denis
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 23H2 Build 22631.3447
Please post your
PowerCfg -a
results.

Denis

Sure. What are you looking for?

The following sleep states are available on this system:
Standby (S0 Low Power Idle) Network Disconnected
Hibernate

The following sleep states are not available on this system:
Standby (S1)
The system firmware does not support this standby state.
This standby state is disabled when S0 low power idle is supported.

Standby (S2)
The system firmware does not support this standby state.
This standby state is disabled when S0 low power idle is supported.

Standby (S3)
This standby state is disabled when S0 low power idle is supported.

Hybrid Sleep
Standby (S3) is not available.

Fast Startup
This action is disabled in the current system policy.

Standby (S0 Low Power Idle) Network Connected
Connectivity in standby is disabled by policy.
 

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    Dell

My Computer

System One

  • OS
    Windows 11 Home x64 Version 23H2 Build 22631.3447
Sorry, I thought I had deleted the request for your PowerCfg -a results when I realised what you were referring to & started my next post.

But, since you have posted them anyway, do note that very few people have the line
Standby (S3)
This standby state is disabled when S0 low power idle is supported.
This implies that you might successfully change the computer into an S3 Sleep computer.
If you ever consider doing that, check your user manual, computer maker's support site & their user forum for guidance. It is likely to be a setting in your Bios.
There is a tutorial on disabling S0ix but that result of yours implies that there is a better way.
- On one S0ix computer of mine, disabling S0ix merely failed to enable S3 Sleep but the computer worked alright.
- Several people reported complete success in the disabling tutorial, S0ix was disabled & S3 Sleep was enabled.
- On another S0ix computer of mine, disabling S0ix caused the computer to freeze and even using its power button could not turn it off until I had removed then reconnected its AC power lead.
Disable Modern Standby in Windows 10 and Windows 11 - ElevenForumTutorials


Denis
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 23H2 Build 22631.3447
This implies that you might successfully change the computer into an S3 Sleep computer.
If you ever consider doing that, check your user manual, computer maker's support site & their user forum for guidance. It is likely to be a setting in your Bios.
There is a tutorial on disabling S0ix but that result of yours implies that there is a better way.
- On one S0ix computer of mine, disabling S0ix merely failed to enable S3 Sleep but the computer worked alright.
- Several people reported complete success in the disabling tutorial, S0ix was disabled & S3 Sleep was enabled.
- On another S0ix computer of mine, disabling S0ix caused the computer to freeze and even using its power button could not turn it off until I had removed then reconnected its AC power lead.
Disable Modern Standby in Windows 10 and Windows 11 - ElevenForumTutorials


Denis

Thanks for that information. My current laptops have a BIOS setting related to processor C state but apparently nothing for sleep states or modern standby. In the past I've tried to find the motherboard books but to no avail, and Dell has done more to obscure than reveal relevant information, but I may try again. That being said, presently my laptops don't seem to need any extra measures in this regard. Somewhat to your point of having accepted modern standby, I'll see what I can get out of it for now, but it's nice to have documentation describing disabling modern standby should I need to do that. I've explored the referenced material & registry key, and I would be comfortable doing that if the need arises. Thanks again.
 

My Computer

System One

  • OS
    Windows 10
    Computer type
    Laptop
    Manufacturer/Model
    Dell
Dell has done more to obscure than reveal relevant information
Yes and there are several posts by Dell staff in the Dell user forums that say that no Dells can disable S0ix because their Bioses will not allow it.
All rather confusing.

Somewhat to your point of having accepted modern standby, I'll see what I can get out of it for now
Now that I've set their Power options Sleep after to Never, I treat my S0ix computers in the same way as I treat my S3 Sleep computers.


Denis



Welcome to ElevenForum.

It's really worth making time to browse through the ElevenForum Tutorial index - there's a shortcut to it at the top of every ElevenForum page [within the Tutorials dropdown list].
- At the foot of the ElevenForum Tutorial index is a shortcut to download it as a spreadsheet.
- I download a new copy each month.
- By downloading it as a spreadsheet I can benefit from Excel's excellent filtering capabilities when I search for topics of interest.
- ElevenForum tutorials are also listed at Tutorials and there's a shortcut to that at the top of every page.

You can search ElevenForum using the search box in the top-right corner of all ElevenForum webpages or using Advanced Search - ElevenForum
- You can also search ElevenForum threads in many general search engines, such as Google, by adding site:elevenforum.com after your search term. For example,
Taskbar setup site:elevenforum.com
- [This is what the search box in the top-right corner of ElevenForum webpages does automatically]

For MSOffice problems search in and, if necessary, create threads in the TenForums MSOffice section [ElevenForum does not have one].
 

My Computer

System One

  • OS
    Windows 11 Home x64 Version 23H2 Build 22631.3447
Back
Top Bottom