Advertisement

Enable or Disable Network Connectivity in Standby In Windows 10

How to Stop Windows 10 from Disconnecting Network in Sleep

As you may already know from our previous articles, devices that support Modern Standby are able to keep a network connection active when in sleep mode. Here's how to enable or disable this feature.

Advertisеment

Windows 10 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 up-to-date whenever a suitable network is available.

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

Devices that support Modern Standby can connect or disconnect from Wi-Fi or a wireless local area network while in standby.

Connected Modern Standby will allow the device to remain connected to Wi-Fi while in standby. It will be able to receive and process notifications about new email messages, incoming calls. This is convenient, but makes the device drain the battery power faster.
Disconnected Modern Standby allows longer battery life, but the device won't notify you about new events.

There are a few methods you can use to switch between Connected Modern Standby and Disconnected Modern Standby modes. Let's review them.

To Enable or Disable Network Connectivity in Standby In Windows 10,

  1. Open the Settings app.
  2. Go to System > Power & sleep.
  3. On the right, navigate to the Network connection section.Windows 10 Networking Connectivity In Settings Power And Sleep
  4. In the drop down list below, select one of the following values.
    • Never - Never disconnect from the network when the device is asleep and on battery power. This enables Connected Modern Standby Mode.
    • Always - Always disconnect from the network when the device is in sleep mode on battery power. This switches the device to Disconnected Modern Standby.
    • Managed by Windows - only select apps that are allowed to run in the background can access to the network. This include any app that the user have allowed to run background tasks, and also VOIP apps.

You are done!

Alternatively, you can use the classic power applet to configure the option. If you do not see Networking Connectivity in the Power Options applet, it is easy to add it. See Add Networking Connectivity in Standby to Power Options in Windows 10.

Configure Networking Connectivity in Standby In Power Options

  1. Press Win + R keys together on your keyboard to open the Run dialog.
  2. Type or copy-paste the following into the Run dialog: control.exe powercfg.cpl,,3. Press Enter.
    Windows 10 run power plan settings
  3. Advanced settings for your Power plan will open directly.
  4. Expand the group with the same name as the currently selected power plan, e.g. Balanced.Windows 10 Networking Connectivity In Standby Power Options
  5. Set Networking connectivity in Standby to either Enable, Disable, or Managed by Windows.

You are done!

Note: The values for the option are as follows.

  • Enable - Never disconnect from the network when the device is asleep and on battery power. This enables Connected Modern Standby Mode.
  • Disable - Always disconnect from the network when the device is in sleep mode on battery power. This switches the device to Disconnected Modern Standby.
  • Managed by Windows - only select apps that are allowed to run in the background can access to the network. This include any app that the user have allowed to run background tasks, and also VoIP apps.

Also, you can configure this feature in the command prompt.

Configure Network Connectivity in Standby In Command Prompt

  1. Open a new command prompt.
  2. To change the Network Connectivity in Standby option when on battery, use one of the following commands.
    • Enable: powercfg /setdcvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 1
    • Disable: powercfg /setdcvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 0
    • Managed by Windows: powercfg /setdcvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 2
  3. To change the Networking Connectivity in Standby option when plugged in, use one of the following commands.
    • Enable: powercfg /setacvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 1
    • Disable: powercfg /setacvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 0
    • Managed by Windows: powercfg /setacvalueindex scheme_current sub_none F15576E8-98B7-4186-B944-EAFA664402D9 2

You are done.

Finally. Windows 10 comes with two group policies to configure this feature. the Local Group Policy Editor app. You can use the Local Group Policy Editor app if you are running Windows 10 Pro, Enterprise, or Education edition. Otherwise, you can apply a Local Group Policy Registry tweak. Both methods are explained below.

Change Network Connectivity in Standby with Group Policy

  1. Open the Local Group Policy editor app, or launch it for all users except Administrator, or for a specif user.
  2. Navigate to Computer Configuration > Administrative Templates > System > Power Management > Sleep Settings on the left.Windows 10 Networking Connectivity In Standby GP 1
  3. On the right, find the policy setting Allow network connectivity during connected-standby (plugged in).
  4. Double-click on it and set the policy to Enabled to always enable Network Connectivity when plugged in.Windows 10 Networking Connectivity In Standby GP 2
  5. Set it to Disabled to always disconnect from network when plugged in.
  6. Similarly, configure the next policy, Allow network connectivity during connected-standby (on battery).
  7. Set it to either Enabled to make your device remain connected to a network in standby when on batter, otherwise set it to Disabled.Windows 10 Networking Connectivity In Standby GP 3

You are done.

If your Windows 10 edition doesn't include the gpedit.msc app, you can use a Registry tweak. Here is how.

Configure Network Connectivity in Standby with Registry Tweak

  1. Download the following ZIP archive: Download ZIP archive.
  2. Extract its contents to any folder. You can place the files directly to the Desktop.
  3. Unblock the files.
  4. Double click on one of the following files to merge it, according to what you want.
    • On Battery - Enable Network Connectivity In Standby.reg
    • On Battery - Disable Network Connectivity In Standby.reg
    • Plugged In - Enable Network Connectivity In Standby.reg
    • Plugged In - Disable Network Connectivity In Standby.reg
  5. To undo the changes, use the provided files On Battery - UNDO CHANGES for Network Connectivity In Standby.reg and Plugged In - UNDO CHANGES for Network Connectivity In Standby.reg.

The Registry files above modify the following Registry keys and values:
When on battery:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\f15576e8-98b7-4186-b944-eafa664402d9

DCSettingIndex 32-bit DWORD
0 = Disabled
1 = Enabled

When plugged in:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Power\PowerSettings\f15576e8-98b7-4186-b944-eafa664402d9

ACSettingIndex 32-bit DWORD

0 = Disabled
1 = Enabled

Tip: See how to go to a Registry key with one click.

Deleting the ACSettingIndex and DCSettingIndex values will set the Group Policy options to their default (not configured) state.

That's is.

Related articles:

Support us

Winaero greatly relies on your support. You can help the site keep bringing you interesting and useful content and software by using these options:

If you like this article, please share it using the buttons below. It won't take a lot from you, but it will help us grow. Thanks for your support!

Advertisеment

Author: Sergey Tkachenko

Sergey Tkachenko is a software developer who started Winaero back in 2011. On this blog, Sergey is writing about everything connected to Microsoft, Windows and popular software. Follow him on Telegram, Twitter, and YouTube.

Leave a Reply

Your email address will not be published.

css.php
Using Telegram? Subscribe to the blog channel!
Hello. Add your message here.