Back to Blog
troubleshootingwindowswifi adapter

How to Fix WiFi Not Reconnecting After Sleep on Windows 11 and 10: Adapter, Power, and Driver Fixes

WiFi not reconnecting after your PC wakes from sleep? Here are the most effective fixes for Windows 11 and Windows 10 — covering power management, adapter settings, Fast Startup, and driver issues.

How to Fix WiFi Not Reconnecting After Sleep on Windows 11 and 10: Adapter, Power, and Driver Fixes
7 min read

You wake your laptop, flip open the lid — and WiFi is gone. The adapter shows “Not connected” or just keeps spinning. You disconnect and reconnect manually, and it works fine. Then it happens again the next time. This is one of the most common Windows WiFi complaints, and the good news is it almost always comes down to one of a handful of fixable causes.

Why Does WiFi Drop After Sleep?

Windows puts hardware to sleep to save power. Most of the time it wakes everything back up correctly, but WiFi adapters are particularly prone to waking slowly or not at all. The culprits are almost always:

  • Power management settings that tell Windows to cut power to the adapter during sleep
  • Fast Startup, which does a partial hibernate instead of a true shutdown and can confuse adapter state
  • Modern Standby (S0 Low Power Idle) on newer Windows 11 PCs replacing the older sleep model
  • Outdated or buggy WiFi drivers that don’t handle wake events cleanly

Work through the fixes below in order — most people solve the problem at Fix 1 or Fix 2.

Fix 1: Disable “Allow the Computer to Turn Off This Device to Save Power”

This is the single most common fix and takes under a minute.

  1. Press Win + X and select Device Manager.
  2. Expand Network adapters and double-click your WiFi adapter (usually named something like “Intel Wi-Fi 6 AX201” or “Realtek 8822CE”).
  3. Click the Power Management tab.
  4. Uncheck “Allow the computer to turn off this device to save power” and click OK.

If the Power Management tab is missing, skip to Fix 3 first, then return here.

Fix 2: Set Wireless Adapter to Maximum Performance

Even if Fix 1 works, Windows may still throttle the adapter aggressively through its power plan. Force it to stay active:

  1. Open Control Panel → Power Options.
  2. Click Change plan settings next to your active plan, then Change advanced power settings.
  3. Expand Wireless Adapter Settings → Power Saving Mode.
  4. Change both On battery and Plugged in to Maximum Performance.
  5. Click Apply → OK and restart.

Fix 3: Restore the Missing Power Management Tab (Windows 11 Modern Standby)

On many Windows 11 laptops, the Power Management tab disappears from Device Manager entirely. This happens because the PC uses Modern Standby (S0 Low Power Idle) instead of the classic S3 sleep state. To restore the tab:

  1. Open Command Prompt as Administrator (search “cmd”, right-click, Run as administrator).
  2. Run: reg add HKLMSystemCurrentControlSetControlPower /v PlatformAoAcOverride /t REG_DWORD /d 0
  3. Restart your PC.
  4. The Power Management tab will now appear in Device Manager. Apply Fix 1.

Note: This disables Modern Standby, switching the PC back to classic S3 sleep. Battery life during sleep may increase slightly; wake times may be a fraction slower.

Fix 4: Disable Fast Startup

Fast Startup makes Windows shut down in a hybrid state (part hibernate, part shutdown). This can leave the network adapter in an inconsistent state on the next boot or wake.

  1. Open Control Panel → Power Options → Choose what the power buttons do.
  2. Click “Change settings that are currently unavailable” at the top.
  3. Uncheck “Turn on fast startup (recommended)”.
  4. Click Save changes.

Your PC will take a few extra seconds to boot, but WiFi will come back reliably after every wake.

Fix 5: Update or Roll Back Your WiFi Driver

A driver update can both cause and cure this problem. If the issue started after a Windows Update, rolling back to the previous driver often helps immediately.

To roll back:

  1. Open Device Manager → Network adapters and double-click your WiFi adapter.
  2. Click the Driver tab, then Roll Back Driver. (If grayed out, no previous driver is stored.)

To update manually:

Go to your PC or adapter manufacturer’s support site and download the latest driver directly. Avoid using Windows Update for driver installs on WiFi adapters — manufacturers often release newer, more stable builds on their own sites before Microsoft picks them up. Common sources:

  • Intel WiFi adapters: Intel’s Driver & Support Assistant at intel.com/support
  • Realtek adapters: Your laptop manufacturer’s support page
  • Qualcomm/Atheros: Laptop or desktop manufacturer’s support page

Fix 6: Run the Network Adapter Troubleshooter

Windows has a built-in troubleshooter that can catch misconfigured adapter states. On Windows 11: Settings → System → Troubleshoot → Other troubleshooters → Internet Connections → Run. It won’t always fix things, but it can reset adapter state quickly as a first step.

Fix 7: Full Network Reset (Last Resort)

If nothing else works, a network reset reinstalls all adapter drivers and clears every network configuration. Go to Settings → Network & Internet → Advanced network settings → Network reset → Reset now. Your PC restarts and you’ll need to rejoin your WiFi network, but this resolves virtually any software-layer networking issue.

Quick Diagnosis: Which Fix Should You Try First?

  • WiFi adapter shows as disabled after wake → Fix 1 (power management tab)
  • Power Management tab is missing → Fix 3, then Fix 1
  • Problem started after a Windows Update → Fix 5 (roll back driver)
  • Problem only happens after full shutdown, not sleep → Fix 4 (Fast Startup)
  • WiFi reconnects but takes 60+ seconds → Fix 2 (Maximum Performance power mode)

After applying any fix, put your PC to sleep for a few minutes and wake it to confirm the issue is resolved. Once WiFi is reconnecting reliably, run a speed test to make sure your adapter is performing at full speed. If speeds are lower than expected even after reconnection, our guide to randomly dropping WiFi speeds covers the next set of causes to investigate.

Related Articles