How to Fix Slow WiFi on Windows 11 After Sleep or Hibernate: Power Management, Driver Settings, and Wake-on-LAN Fixes
WiFi speeds drop to a crawl after your Windows 11 PC wakes from sleep? Here are seven targeted fixes — covering power management, Modern Standby, driver rollbacks, and network stack resets — to restore full speed without rebooting.
Windows 11 has a persistent and well-documented problem: WiFi speeds drop dramatically — sometimes to single-digit Mbps — immediately after the PC wakes from sleep or hibernate. The culprit is almost always one of three things: power management settings killing the adapter during sleep, a driver that doesn’t reinitialize the radio correctly on wake, or Windows’ “Modern Standby” (S0) sleep mode interfering with the adapter’s power state. This guide covers every fix in order from quickest to most involved.
Step 1: Disable “Allow the Computer to Turn Off This Device”
The most common cause is Windows shutting down the WiFi adapter during sleep to save power and then failing to fully restart it on wake. Disabling this setting takes 30 seconds and fixes the issue for most users.
- Right-click the Start button and choose Device Manager
- Expand Network Adapters and double-click your WiFi adapter (e.g., “Intel Wi-Fi 6 AX201”)
- Click the Power Management tab
- Uncheck “Allow the computer to turn off this device to save power”
- Click OK
Restart your PC and test by putting it to sleep, waking it, and immediately running a speed test.
Step 2: Set Wireless Adapter Power Saving Mode to Maximum Performance
Even if you disabled the power-off setting above, Windows can still throttle the adapter’s transmit power during or after sleep. Fix this in the advanced power plan settings:
- Open Control Panel → Power Options
- Click Change plan settings next to your active plan, then Change advanced power settings
- Expand Wireless Adapter Settings → Power Saving Mode
- Set both On battery and Plugged in to Maximum Performance
- Click Apply and OK
This prevents Windows from downclocking the wireless radio when it deems the system “low activity,” which is exactly what happens in the seconds after a wake event.
Step 3: Fix the Missing Power Management Tab (Modern Standby)
On many modern Windows 11 laptops — particularly those with Intel 12th-gen processors and newer — the Power Management tab is missing from the WiFi adapter’s Device Manager properties. This happens because the PC uses Modern Standby (S0) instead of classic S3 sleep, and Microsoft removes the tab in that mode.
Modern Standby has its own WiFi power management logic that can leave the adapter in a degraded state on wake. The registry fix below restores the power setting:
- Press Win + R, type
regedit, and press Enter - Navigate to
HKEY_LOCAL_MACHINESystemCurrentControlSetControlPower - Right-click an empty area → New → DWORD (32-bit) Value
- Name it
PlatformAoAcOverrideand set its value to 0 - Restart your PC
After the restart, the Power Management tab should reappear in Device Manager. Apply the fix from Step 1.
Step 4: Update or Roll Back Your WiFi Driver
A buggy driver is the second-most-common cause of post-sleep WiFi degradation. Intel, Realtek, and MediaTek all release periodic driver updates that specifically address wake-from-sleep issues.
How to Update
- Visit your laptop manufacturer’s support page (Dell, HP, Lenovo, ASUS, etc.) and search for your model
- Download the latest WiFi driver from the Drivers & Downloads section
- In Device Manager, right-click your WiFi adapter → Uninstall device
- Check “Attempt to remove the driver” and click Uninstall
- Restart and install the downloaded driver package
If the Problem Started After a Windows Update
If WiFi was fine before a specific Windows Update pushed a new driver, roll back: in Device Manager, right-click your adapter → Properties → Driver tab → Roll Back Driver. This restores the previous version immediately. For more on this specific scenario, see our guide on slow WiFi after a Windows update.
Step 5: Reset the Network Stack
After waking from sleep, Windows sometimes inherits a stale IP lease or corrupted DNS cache that produces low throughput even when the adapter reconnects correctly. Run these commands from an elevated Command Prompt (right-click Start → Terminal (Admin)):
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew
Paste all five lines and press Enter. Then disconnect and reconnect to your WiFi network. No reboot required.
Step 6: Disable Wake-on-LAN
Wake-on-LAN (WoL) keeps the WiFi adapter partially powered during sleep so remote devices can wake the PC. On some hardware this partial-power state conflicts with a clean wake sequence and produces sluggish reconnection. If you don’t use WoL:
- In Device Manager, open your WiFi adapter properties
- Click the Advanced tab
- Find Wake on Magic Packet and Wake on Pattern Match
- Set both to Disabled
- Click OK
Step 7: Disable Fast Startup
Windows 11’s Fast Startup saves a partial hibernation image at shutdown to speed up boot times. The downside is that it can leave the WiFi adapter in a suspended state that produces slow speeds after the next wake. To disable it:
- Go to Control Panel → Power Options → Choose what the power buttons do
- Click “Change settings that are currently unavailable”
- Uncheck “Turn on fast startup (recommended)”
- Click Save changes
A full shutdown will now power off all hardware completely, ensuring a clean adapter initialization on next boot.
Quick Checklist
- Uncheck “Allow computer to turn off this device” in Device Manager → Power Management tab
- Set Wireless Adapter Power Saving Mode to Maximum Performance in Power Options
- Add the
PlatformAoAcOverride = 0registry key if the Power Management tab is missing - Update your WiFi driver from the manufacturer’s site; roll back if slowness started after a Windows Update
- Run the five network stack reset commands in an elevated Terminal
- Disable Wake on Magic Packet and Wake on Pattern Match in adapter Advanced settings
- Disable Fast Startup in Power Options
Work through these steps in order — Steps 1 and 2 resolve the problem for the majority of users. If you’re still seeing degraded speeds after all seven fixes, check your BIOS for an option to switch the sleep mode from S0 (Modern Standby) to S3 (Classic Sleep); this is a deeper hardware-level change that eliminates the root cause entirely on supported laptops. Run a speed test immediately after each wake cycle to track your progress, and see our guide on WiFi signal strength and RSSI if the adapter reconnects at a weak signal rather than full bars.
Related Articles
How to Fix WiFi Not Working on Samsung Galaxy: Connection Drops, Authentication Errors, and Band-Lock Fixes
Samsung Galaxy WiFi acting up? From authentication errors to band-lock drops, here are all the fixes — including the MAC randomization trick most guides skip.
How to Fix Windows 11 Mobile Hotspot Not Working: Driver, Adapter, and Sharing Fixes
Windows 11 Mobile Hotspot greyed out or refusing to start? Work through these driver, service, and Internet Connection Sharing fixes to get other devices online fast.
How to Fix WiFi Not Working on an LG Smart TV: Reconnection, DNS, and webOS Network Reset Fixes
LG Smart TV not connecting to WiFi? Whether you see a connection error or the network just won’t appear, these webOS fixes — from DNS changes to network reset — cover every common cause.