How to prevent Windows 10 from turning off Wi-Fi in sleep mode

Many users are familiar with the situation where a laptop or computer refuses to connect to a wireless network after waking from sleep mode. The screen lights up, the system boots, but the Wi-Fi icon either disappears completely or displays a red X, indicating no available connections. This occurs due to the aggressive power saving policy built into the operating system. Windows 10, which aims to minimize energy consumption when idle.

Most often, the problem lies not in a hardware failure, but in software settings that allow the system to completely power down the network adapter. As a result, upon waking, the device fails to initialize quickly or fails to receive the power-on command at all. Drivers may incorrectly process the wake-up signal, leaving the user without internet at the most inopportune moment.

Solving this problem requires a comprehensive approach: from checking the adapter's properties to editing system power plans. In this article, we'll cover in detail all the methods that will help you ensure your Wi-Fi module remains stable even when your computer goes into sleep mode. Connection reliability depends precisely on the correct configuration of these parameters.

⚠️ Attention: Before making changes to the registry or driver settings, ensure you have administrator privileges. Incorrectly configured power plans can increase your laptop's battery consumption.

Configuring adapter power management

The first and most effective step is to disable the power saving feature directly for your network interface. Windows, by default, allows the device to be turned off to save power, which causes connection issues after sleep. To change this behavior, you'll need to access the Device Manager.

Press the key combination Win + X and select "Device Manager" from the menu that appears. In the window that opens, find the "Network Adapters" section and expand it. Find your wireless module in the list (usually the name includes the words "Wireless," "Wi-Fi," or the manufacturer's brand, for example, Intel, Realtek, Qualcomm). Right-click on it and select "Properties".

In the Properties window, go to the "Power Management" tab. Here you'll see a checkbox labeled "Allow the computer to turn off this device to save power." Uncheck it. This prevents the operating system from completely powering down the adapter, leaving it in a ready-to-use state even when the computer is in sleep mode.

☑️ Check adapter settings

Completed: 0 / 4

After applying the settings, the system may require a reboot. Do not ignore this request, as the changes will only take effect after restarting the hardware management services. If the checkbox was missing or inactive, this may indicate a problem with driver, which we will discuss in the following sections.

Adjusting the Windows power plan

Even if you've disabled device shutdown in the Device Manager, the Windows power plan itself may have its own limitations. The operating system uses profiles like "Balanced" or "Power Saver," which can forcefully reduce the performance of network cards. For stable Wi-Fi operation, you'll need to configure these settings manually.

Open Control Panel and go to "Power Options." Click the "Change plan settings" link next to your active profile, then select "Change advanced power settings." In the list that appears, find the "Wireless adapter settings" section and expand it.

Inside, you'll see the "Power Saving Mode" option. Set both "On Battery" and "On Plugged In" modes to "Maximum Performance." This ensures the system won't attempt to reduce transmitter power or put the module into sleep mode to conserve battery power.

Parameter Recommended value (from the network) Recommended value (On battery) Influence
Power saving mode Max. productivity Max. productivity Prevents signal strength reduction
USB settings (selective suspend) Disabled Disabled Prevents USB adapters from disconnecting
Hard drive (turn off after) 0 (Never) By timer Reduces system load when waking up

⚠️ Attention: Setting the "Maximum Performance" mode when running on battery power can significantly reduce your laptop's battery life. Use this setting with caution if you frequently work away from a power outlet.

Updating and reinstalling drivers

Unstable Wi-Fi performance in sleep mode is often caused by outdated or malfunctioning drivers. The default drivers that Windows 10 installs automatically through Windows Update don't always include full power management functionality for a specific adapter model.

The best solution is to visit the official website of your laptop or motherboard manufacturer. Find your device model in the support section and download the latest driver for it. Wireless LANPlease note that drivers from the laptop manufacturer are often more stable than generic versions from the chip manufacturer's website.

If installing a new version doesn't help, try completely uninstalling the current driver. In Device Manager, under the adapter properties, on the "Driver" tab, click "Uninstall device." Be sure to check "Delete the driver software for this device," if available. Afterward, restart your computer—the system will attempt to reinstall the driver, which often corrects configuration errors.

Where can I find the exact adapter model?

If you don't know the model of your Wi-Fi adapter, open the command prompt (cmd) and enter the command:

wmic path win32_networkadapter where"NetEnabled=true" get name
This will display the exact name of the device, which can be used to search for drivers.

In some cases, rolling back the driver to a previous version helps. If the problem appeared after a recent Windows update, go to the driver properties and click "Roll Back Driver" if the button is enabled. This will return the system to a state in which Wi-Fi was working correctly.

Settings via registry and command line

For advanced users who have been unsuccessful with standard methods, there is the option of fine-tuning the settings via the registry or command line. These tools allow you to change settings hidden from the average user in the graphical interface. However, extreme caution is required.

One of the effective parameters is located in the registry at the path HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}This section contains folders with four-digit numbers (e.g. 0000, 0001) corresponding to network adapters. Find the folder where in the parameter DriverDesc The name of your Wi-Fi adapter is indicated.

Inside this folder, create or modify a DWORD value named AutoPowerSaveModeEnabled and set its value to 0. You can also create a parameter AllowRadioPowerSaveMode with meaning 0These actions forcefully disable deep sleep modes for the radio module.

An alternative method is to use the command prompt to reset TCP/IP and Winsock settings, which often resolves network protocol conflicts. Launch the command prompt as administrator and run the following commands:

netsh winsock reset

netsh int ip reset

ipconfig /release

ipconfig /renew

ipconfig /flushdns

Network reset and conflict resolution

Windows 10 has a built-in mechanism for completely resetting network settings. This feature is useful when numerous configuration errors have accumulated in the system, preventing the adapter from functioning properly. The reset will remove all network adapters and restore network components to factory settings.

To reset your computer, go to Settings (Win + I), select Network & Internet, and scroll down to Network Reset. Click Reset Now. Your computer will warn you that it will restart in 5 minutes. After restarting, you'll need to re-enter your Wi-Fi password.

It's also worth checking Windows services. Click Win + R, enter services.msc and locate the "Remote Access Connection Manager" and "WLAN AutoConfig" services. Make sure their startup type is set to "Automatic" and they are running. If the service is stopped, Wi-Fi may not turn on after sleep.

  • 📶 WLAN Service: Responsible for detecting and connecting to wireless networks. Without it, Wi-Fi management is impossible.
  • 🔌 Connection Service: Ensures the operation of telephony and remote access, and is often necessary for the correct operation of the TCP/IP stack.
  • 🔄 Restart services: Sometimes it helps to simply stop and restart the WLAN service via the context menu in the list of services.

⚠️ Attention: Resetting your network will delete all saved Wi-Fi passwords and VPN settings. Make sure you remember your wireless network access details before performing this step.

Additional recommendations and diagnostics

If none of the above methods help, the problem may lie deeper. In some cases, the router itself is to blame, as it may not be assigning IP addresses correctly after the client has been idle for a long time. Try setting a static IP address for your computer in the IPv4 protocol settings.

It's also worth checking the Windows Event Log. Right-click the Start button, select Event Viewer, and navigate to Windows Logs -> System. Look for errors with the source "WLAN-AutoConfig" or "Kernel-Power" at the time the computer resumed from sleep. The error codes can help you find a more specific solution in the Microsoft knowledge base.

In rare cases, disabling Windows Fast Startup can help. This hybrid sleep feature sometimes conflicts with hardware drivers. You can disable it in Control Panel, under "Power Options" -> "Choose what the power buttons do" -> "Change settings that are currently unavailable," and uncheck "Turn on fast startup."

📊 Which method helped you solve your Wi-Fi problem?
Setting up power management
Updating drivers
Network reset
Changing the registry
Nothing helped

Please remember that your hardware (older Wi-Fi adapters with the 802.11n standard and below) may not physically support modern Windows 10 power saving protocols. In this case, your only option is to purchase a new USB adapter that supports the standard. AC or AX.

Why does Wi-Fi only turn off after hibernation, but work after normal sleep?

Hibernation saves the entire system state to the hard drive and powers down all devices, while normal sleep leaves the RAM powered. Hibernation issues are most often related to driver incompatibility with the full power-down mode, while sleep issues are related to wake-up timeouts.

Can an antivirus block Wi-Fi from turning on?

Yes, some third-party antiviruses and firewalls have their own network monitoring modules. When waking from sleep mode, they may block network connection initiation for security reasons until they verify the system's integrity. Try temporarily disabling your antivirus to check.

Should I remove virtual network adapters (VirtualBox, Hamachi)?

Yes, having a large number of virtual adapters can create priority and routing conflicts. If you don't use them regularly, remove or disable them in Device Manager to free up resources and simplify the Windows network stack.