How to Fix WiFi That Keeps Disconnecting on Windows
A laptop that drops WiFi every few minutes — or every time it wakes from sleep — is almost always being sabotaged by Windows power management turning the adapter off. This guide starts with that one fix, then covers drivers, roaming aggressiveness, and a full network-stack reset for stubborn cases.
- ✓Disables the adapter power management that causes most laptop WiFi drops
- ✓Updates/rolls back the wireless driver and lowers roaming aggressiveness
- ✓Resets the TCP/IP and Winsock stack for persistent disconnects
Best when WiFi drops every few minutes, after sleep, or band-hops between 2.4 GHz and 5 GHz.
Main Troubleshooting Guide
How to Fix No Internet Connection →Complete symptoms, causes, and step-by-step solutions
Symptoms
You might be experiencing this problem if you notice:
- •WiFi disconnects randomly every few minutes
- •Connection drops when laptop wakes from sleep or hibernation
- •Slow or unstable WiFi speed with frequent dips
- •Have to manually reconnect to WiFi after each disconnect
- •"Limited connectivity" or "No Internet, Secured" messages
- •WiFi adapter disappears from the network list entirely
- •Device switches between 2.4 GHz and 5 GHz bands causing drops
A quick tell: drops after sleep or on idle point to power management; drops that worsen with distance or 2.4 GHz congestion point to roaming/interference; "No Internet, Secured" after connecting points to the IP/DNS stack.
What RescuePC checks for WiFi drops
RescuePC checks the adapter power settings, driver, roaming, and network stack together, so you fix the actual cause instead of repeatedly reconnecting.
- →Disables "allow the computer to turn off this device" on the WiFi adapter
- →Updates or rolls back the wireless driver to a stable version
- →Lowers roaming aggressiveness so Windows stops hunting for "better" access points
- →Resets the TCP/IP + Winsock stack behind "connected, no internet" drops
- →Confirms the WLAN AutoConfig service is running
This is most useful when one Windows laptop drops repeatedly while other devices stay connected on the same network.
When These Fixes Resolve It
- ✓WiFi drops on idle or after sleep
- ✓Only this Windows PC drops while others stay connected
- ✓Drops began after a Windows or driver update
- ✓The connection band-hops or roams excessively
These are power-management, driver, roaming, and stack faults — exactly what disabling adapter power-down, refreshing the driver, lowering roaming, and resetting the stack repair.
When It's the Router or Adapter Hardware
Some drops are upstream or physical:
- ⚠Every device drops, not just this PC (router firmware/overheating or ISP)
- ⚠A built-in adapter keeps dropping after a driver reinstall and stack reset
- ⚠Drops only at long range where signal is genuinely weak
Common Causes
- ⚠Power management turning off WiFi adapter to save energy
- ⚠Outdated or corrupted wireless adapter drivers
- ⚠Router firmware issues or channel congestion
- ⚠WiFi interference from other devices or neighboring networks
- ⚠Roaming aggressiveness set too high causing band-hopping
- ⚠WLAN AutoConfig service stopped or misconfigured
- ⚠Corrupted TCP/IP or Winsock network stack
Solutions
Solution 1: Disable WiFi Power Management
- 1Open Device Manager (press Windows + X, select Device Manager)
- 2Expand Network adapters
- 3Right-click your WiFi adapter > Properties
- 4Go to the Power Management tab
- 5Uncheck "Allow the computer to turn off this device to save power"
- 6Click OK and restart your computer
- 7This is the #1 cause of WiFi drops on laptops
Solution 2: Update or Roll Back WiFi Driver
- 1Open Device Manager and expand Network adapters
- 2Right-click your WiFi adapter > Update driver > Search automatically
- 3If the issue started after a recent update: right-click > Properties > Driver tab > Roll Back Driver
- 4If neither works: Uninstall device, restart, and let Windows reinstall the default driver
- 5For best results, download the latest driver from your laptop manufacturer's website
Solution 3: Set Roaming Aggressiveness to Lowest
- 1Open Device Manager and expand Network adapters
- 2Right-click your WiFi adapter > Properties > Advanced tab
- 3Find "Roaming Aggressiveness" in the property list
- 4Set the value to "1. Lowest" or "Lowest"
- 5This prevents Windows from constantly scanning for "better" access points
- 6Click OK — no restart required
Solution 4: Forget and Reconnect to Network
- 1Go to Settings > Network & Internet > WiFi
- 2Click "Manage known networks"
- 3Find your network and click Forget
- 4Reconnect to the network and re-enter your password
- 5This clears any corrupted connection profile for that network
Solution 5: Reset Network Stack
- 1Open Command Prompt as Administrator
- 2Run: netsh winsock reset
- 3Run: netsh int ip reset
- 4Run: ipconfig /flushdns
- 5Restart your computer
- 6This resets the entire network stack and fixes many persistent drop issues
Solution 6: Restart WLAN AutoConfig Service
- 1Press Windows + R, type services.msc, press Enter
- 2Scroll down to "WLAN AutoConfig"
- 3Right-click > Restart (or Start if it is stopped)
- 4Set Startup type to "Automatic" if it is not already
- 5Click Apply > OK
- 6If the service won't start, run: netsh wlan set autoconfig enabled=yes interface="Wi-Fi"
Diagnose Wi-Fi drops — the exact commands
Random Wi-Fi disconnects are usually power management, a stale wireless driver, or interference. Windows keeps a detailed wireless session log — start there.
netsh wlan show wlanreportGenerates an HTML report of every wireless session, disconnect reason, and signal history from the last 3 days — the single best Wi-Fi diagnostic on Windows.
netsh wlan show interfacesShows current signal strength, channel, and PHY rate. Signal below ~60% or a crowded 2.4 GHz channel explains most drops.
netsh wlan show driversShows the wireless driver version and date — adapters running multi-year-old drivers drop connections under load.
netsh winsock resetResets the Winsock catalog, clearing corrupted network socket state (reboot required).
netsh int ip resetRebuilds the TCP/IP stack to defaults (reboot required).
The wlanreport HTML (saved under C:\ProgramData\Microsoft\Windows\WlanReport) names the disconnect reason for every drop. RescuePC runs the same resets in its network repair chain, with a restore point first.
When Does the WiFi Drop?
Drops worsen with distance or band-hop 2.4/5 GHz
Likely cause: Aggressive roaming or 2.4 GHz interference
Fix WiFi Keeps Disconnecting Automatically
RescuePC Toolkit includes 109+ automated repairs that fix this problem with one click. No command line knowledge required.
Download Now - Free TrialNo credit card required • Works on Windows 10 & 11
One Setting Stops Most Drops
WiFi disconnects cluster around a few causes, and the pattern points straight to the fix.
- →Drops on idle/sleep = power management (the top fix)
- →Band-hopping/range = roaming + interference
- →"No Internet, Secured" = IP/DNS stack
- →Drops on every device = router/ISP, not your PC