Skip to content
Fixes & Errors

Wi-Fi Dropping When the Laptop Goes to Sleep

WiFi disconnects when laptop sleeps breaks downloads, VPNs, and calls every time the lid closes. Here are all the real fixes — power management, driver, Fast Startup, and registry.

Wi-Fi Dropping When the Laptop Goes to Sleep

Wi-Fi dropping every time a laptop goes to sleep and wakes up — needing to manually reconnect, entering credentials again, or waiting 30-60 seconds for connectivity to restore after opening the lid — is one of the most common Windows 11 laptop complaints. The cause is almost always power management: Windows shuts down the Wi-Fi adapter to save battery during sleep, then takes too long to reinitialise it on wake, or loses the connection state in the process. We go deeper on the whole subject in our Complete Guide to Fixing Windows, Browser, and Software Errors.

The fastest fix: Device Manager → Network adapters → your Wi-Fi adapter → Properties → Power Management tab → uncheck “Allow the computer to turn off this device to save power” → OK. This single change prevents Windows from powering down the adapter during sleep. Test by sleeping and waking the laptop. Connection should resume in under 5 seconds without manual intervention.

Why power management causes this

Windows has several power-saving modes for Wi-Fi. In “Connected Standby” or “Modern Standby,” the Wi-Fi adapter normally stays partially active to receive push notifications. But in traditional Sleep (S3 state), the adapter powers down completely. On wake, Windows has to fully reinitialise the adapter, re-associate with the router, and renegotiate DHCP — which takes 15-60 seconds if everything works, longer if anything glitches.

The power management fix above prevents the full power-down, keeping the adapter alive at low power rather than fully off. Trade-off: slightly higher battery drain during sleep (usually 1-3% over several hours). For most laptop users who sleep their machine overnight and want it immediately usable in the morning: this trade-off is clearly worth it.

Advanced power settings — sleep state and network availability

Settings → System → Power & battery → “Sleep” → “On battery, put my device to sleep after X minutes” → also check that the sleep state is S3 (traditional sleep) vs Modern Standby. Modern Standby (S0ix) keeps the processor in a low-power active state rather than full sleep, which generally maintains Wi-Fi connectivity much better.

To check which sleep state your system uses: Win+R → powercfg /a → look at the listed standby states. “Standby (S0 Low Power Idle)” means Modern Standby is available. “Standby (S3)” means traditional deep sleep. Modern Standby systems usually don’t have Wi-Fi drop issues because the adapter never fully powers off.

Also check: Control Panel → Power Options → your plan → Change plan settings → Change advanced power settings → Wireless Adapter Settings → Power Saving Mode → set to “Maximum Performance.” This overrides the adapter’s own power saving which can cause similar drop issues independently of the Device Manager power management setting.

Network profile and credential issues

If Wi-Fi reconnects after sleep but asks for the password each time: the saved credential isn’t persisting through sleep. This is a different cause from the adapter disconnecting — the adapter reconnects fine, but Windows can’t authenticate automatically.

Fix: forget the network → reconnect → enter the password → check “Connect automatically.” The credential should persist. Also check: Control Panel → Network Connections → Wi-Fi → right-click → Status → Wireless Properties → confirm “Connect automatically when this network is in range” is checked.

If the credential issue persists even after forgetting and reconnecting: Win+R → control keymgr.dll → Windows Credentials → remove any entries for the network → forget the network in Wi-Fi settings → reconnect. The triple deletion clears cached credentials that might be stale or corrupted.

DHCP lease not renewing correctly

When the adapter comes back up after sleep, it requests the same IP it had before (DHCP renewal). If the router’s lease expired while the laptop was asleep, or if another device took that IP, the renewal can fail, and Windows falls back to an “APIPA” address (169.254.x.x) which has no internet access.

Signs: Wi-Fi shows “Connected” after waking but internet doesn’t work for 30-60 seconds while DHCP retries. Fix: in the router admin, increase the DHCP lease time (24 hours or longer for home networks). Or assign a static DHCP reservation for the laptop so it always gets the same IP, eliminating the renewal issue entirely.

Our guide on Wi-Fi keeps disconnecting covers the general Wi-Fi disconnection issues that aren’t sleep-related, and our Wi-Fi password credential problems covers the authentication-on-every-reconnect scenario in more depth. For power plan configuration and sleep state management, Microsoft’s power management documentation covers the Windows power plan settings and their effects on connected devices.

Wi-Fi driver update

Outdated Wi-Fi drivers have known bugs around sleep/wake behaviour. Intel in particular has published numerous driver updates specifically addressing “Wi-Fi disconnects on resume from sleep” issues. The fix is simply installing a newer driver.

Identify your Wi-Fi adapter: Device Manager → Network adapters → note the adapter name (e.g., Intel Wi-Fi 6 AX201). Get the driver from the manufacturer:

  • Intel: intel.com/content/www/us/en/download-center → Wireless → match your adapter model
  • Realtek: your laptop manufacturer’s support page (not Realtek’s own site)
  • Qualcomm/Atheros: laptop manufacturer’s support page

After installing the new driver: test the sleep/wake sequence a few times. If the issue started after a previous driver update: roll back via Device Manager → adapter → Properties → Driver tab → Roll Back Driver to confirm the new driver is the cause before taking other steps.

Network adapter settings in the Advanced tab

The Device Manager advanced properties for Wi-Fi adapters hide several settings that directly affect sleep behaviour:

  • Roaming Aggressiveness: set to “Highest” — this makes the adapter reconnect to the best signal AP more aggressively, including faster reconnection after sleep
  • 802.11n/ac/ax Mode: if set to a specific mode, try “Auto” to let the adapter negotiate the best connection
  • Preferred Band: set to 5GHz if available — 5GHz connections often reconnect faster post-sleep than 2.4GHz
  • Wake on Magic Packet / Wake on Pattern Match: ensure these are enabled if you need the laptop to wake on network activity

Fast Startup interaction

Windows Fast Startup creates a hibernation file during shutdown. When combined with sleep: some systems enter a “mixed sleep” state that causes Wi-Fi adapter reinitialisation issues on wake. If the sleep/disconnect issue only happens after a shutdown and then sleep (not just a sleep/wake cycle): Fast Startup may be contributing.

Disable Fast Startup: Control Panel → Power Options → “Choose what the power buttons do” → uncheck “Turn on fast startup” → Save. Test sleep/wake behaviour after this change. If the Wi-Fi disconnect issue improves: Fast Startup was interacting with sleep states in a problematic way on this specific hardware.

Router-side: AP isolation and WPA rekey timing

Some routers aggressively rekey WPA sessions (rotating the encryption keys periodically). If the rekey interval is shorter than the sleep duration: the Wi-Fi client wakes to find its session key is invalid and must reauthenticate. This appears as “Wi-Fi disconnects when sleeping.”

Router admin → Wireless settings → look for “GTK Rekey Interval,” “WPA Key Renewal,” or “Group Key Update Interval” → increase from the default (often 3600 seconds/1 hour) to 86400 seconds (24 hours). This ensures the session key remains valid across normal sleep periods. Alternatively, if the laptop is typically asleep for less than the rekey interval: no change needed at the router.

After waking, Wi-Fi behaviourCauseFix
Connected icon but no internet for 30-60sDHCP lease renewal delay or failureLonger DHCP lease; static IP reservation
Disconnected, reconnects after 30+ secondsAdapter powered off during sleepDisable power management on adapter
Asks for password every wakeCredential not persistingForget + reconnect + “Connect automatically”
Shows “No Networks Available” brieflyDriver reinitialisation slowUpdate Wi-Fi driver; set power mode to Maximum Performance
Works fine for 30min then dropsWPA session rekeyIncrease GTK rekey interval in router
Only happens in specific locationsRange/signal issue, not sleep-relatedSignal improvement; closer placement

The Device Manager power management change (disabling “Allow the computer to turn off this device to save power”) resolves the large majority of Wi-Fi drop-on-wake issues. The driver update resolves most of the remaining cases. Everything else here covers specific scenarios where those two don’t fully fix the behaviour.

Hibernate vs sleep — different behaviour

Sleep keeps RAM powered and the adapter at low power. Hibernate writes RAM contents to disk and fully powers off — including the Wi-Fi adapter. On wake from hibernate, reconnection takes longer than from sleep because the adapter starts completely cold rather than from a low-power active state.

If your laptop hibernates automatically after a certain sleep duration: Settings → System → Power & battery → “On battery, put my device to sleep after” and “On battery, hibernate after” — the hibernate delay matters here. Increasing the hibernate threshold reduces how often the laptop needs to do the longer wake-from-hibernate sequence. Or disable hibernation entirely: Admin Command Prompt → powercfg /hibernate off. This frees the disk space used for the hibernation file and eliminates the hybrid sleep mode that sometimes causes reinitialisation issues.

Modern Standby and the “always connected” experience

Laptops using Modern Standby (sometimes called “Connected Standby” or “S0ix”) maintain a low-power active state during sleep rather than a full power-off. In Modern Standby: Wi-Fi stays connected at very low power, email syncs in the background, and the laptop wakes almost instantly.

The catch: some Modern Standby implementations on Windows 11 have battery drain issues — the laptop stays more connected than it should and drains battery while “asleep.” If your laptop uses Modern Standby and battery life while sleeping is poor: this is a known trade-off. Checking laptop manufacturer forums for your specific model often reveals whether there are firmware or driver updates that improve Modern Standby behaviour.

You can check which standby mode your system uses: Admin Command Prompt → powercfg /a → look at “Standby (S0 Low Power Idle) Network Connected” or “Standby (S3).” If Modern Standby is available and being used, Wi-Fi should maintain connectivity through sleep without any of the fixes above being necessary. If it doesn’t: the standby implementation has a bug, and driver updates or BIOS updates from the manufacturer are the appropriate fix.

Testing the fix systematically

After making changes: test multiple sleep/wake cycles (5-10) at different sleep durations. Close the lid for 2 minutes → open → check connectivity. Close for 10 minutes → open → check. Close overnight → check in the morning. Different sleep durations expose different failure modes — a fix that works for 2 minutes might not work for overnight because the DHCP lease expires or the WPA session rekeys.

Keep notes on which sleep duration triggers the disconnect. This tells you whether you’re dealing with a DHCP/WPA timing issue (has a consistent threshold) or an adapter power issue (often fails even at short sleep durations).

The Killer Networking cards specifically

Laptops with Killer Wi-Fi (common in gaming laptops: Alienware, MSI, ASUS ROG, Razer) have a history of more pronounced sleep/wake connectivity issues than Intel Wi-Fi. The Killer driver updates are less frequent and sometimes less stable.

Workaround used by many Killer card users: uninstall the Killer suite entirely (keeping only the basic driver), disable the Killer Prioritization Engine service, and use the base Intel driver if your card has an Intel equivalent (many Killer cards are rebranded Intel hardware). The Intel driver for the equivalent model often works cleanly and has better sleep behaviour than the Killer-branded driver.

Check: in Device Manager, look at the Wi-Fi adapter’s full name. If it says “Killer Wi-Fi 6 AX1650” — the equivalent Intel card is “Intel Wi-Fi 6 AX200.” The Intel driver (from intel.com) often works fine on Killer-branded hardware. This is a useful but somewhat advanced fix; search “[your specific Killer card model] Intel driver” for community confirmation that it works for your model before trying.

The most reliable configuration for Wi-Fi that stays connected through sleep: Device Manager power management off (adapter never fully powered down) + driver on the latest manufacturer version + Wireless Adapter power saving set to Maximum Performance in advanced power settings. These three together eliminate the common sleep-disconnect causes and produce consistently fast reconnection across all sleep durations on most Windows 11 laptops.

If you’ve applied all three and still experience disconnects: the issue is likely in the router’s session management or the specific interaction between your laptop’s sleep state implementation and that router. Testing with a different router (or a phone hotspot as the access point) quickly reveals whether the router is part of the equation. You might also run into Windows 11 Cannot Connect to WiFi.

Nikolas Lamprou

Nikolas Lamprou (MSc; GCFR, SC-200, Security+) has been working with computers professionally since 2009 — starting with web development and e-commerce, and moving into cybersecurity over the years. Based in Greece, he brings over 15 years of real-world IT experience to SolveTechToday, where he writes about Windows fixes, software reviews, security tools, and AI applications. His goal is straightforward: cut through the noise and give readers clear, honest guidance on the tech decisions that matter.

Stay Ahead

Fix your next problem before it starts

Get the week's best Windows fixes, software picks, and security guides delivered straight to your inbox. No noise, just solutions.

Press ESC to close · Try "Windows 11" or "Chrome"