Wi-Fi Keeps Disconnecting on Windows 11? Stop the Drops for Good
Random Wi-Fi drops on Windows 11 usually trace to power-saving settings or a driver. Here's how to keep your connection stable.

Few things are as maddening as Wi-Fi that drops every few minutes. On Windows 11 the culprit is rarely your router, it's usually a power-saving setting that turns off the adapter, a stale driver, or a service that isn't running. Intel and other vendors confirm that the single biggest cause is Windows powering down the radio to save energy, then failing to wake it cleanly. Here is how to make the connection stick.
Quick answer
The fix for most random Wi-Fi drops on Windows 11 is one setting: open Device Manager, find your Wi-Fi adapter under Network adapters, open Properties, go to the Power Management tab, and uncheck "Allow the computer to turn off this device to save power." That alone resolves roughly 90% of cases. If drops continue, set the power plan's Wireless Adapter Settings to Maximum Performance, update the vendor Wi-Fi driver (not the generic one Windows installs), and reset the network stack with netsh winsock reset and netsh int ip reset. Re-check the power setting after every Windows update, since patches often re-enable it.
Key takeaways
- The number-one cause is the adapter's power-saving setting, disabling it fixes roughly 90% of random drops.
- A Windows update can silently re-enable power management or swap your tuned driver for a generic one, so re-check after every patch.
- If only the PC drops while other devices stay online, the problem is the PC, not the router.
- A network stack reset (Winsock + TCP/IP) clears the deeper corruption behind repeated disconnects.
Match the symptom to the fix
Wi-Fi drops have a few distinct fingerprints. Use this to skip straight to the step that fits your situation:
| Symptom | Likely cause | Fix | Step |
|---|---|---|---|
| Drops after the PC idles or sleeps | Adapter power saving | Uncheck power management | Step 1 |
| Drops only on battery | Power plan throttle | Set to Maximum Performance | Step 2 |
| Started right after a Windows update | Reverted setting or generic driver | Re-check power, reinstall vendor driver | Steps 1, 4 |
| Wi-Fi won't connect at all | WLAN AutoConfig stopped | Start the service | Step 3 |
| One network drops, others fine | Bad cached profile | Forget and rejoin | Step 6 |
| Every device drops | Router or band issue | Reboot router, change band | Step 7 |
| Drops survive driver and power fixes | Corrupt network stack | Reset Winsock and TCP/IP | Step 5 |
Step 1: Stop Windows from powering down the adapter
This is the number-one cause of random drops. Windows turns the Wi-Fi radio off to save power and doesn't always turn it back on cleanly.
- Right-click Start > Device Manager.
- Expand Network adapters and open your Wi-Fi adapter's Properties.
- Go to the Power Management tab.
- Uncheck "Allow the computer to turn off this device to save power."
- Click OK.
Tip
A Windows update can silently re-enable this setting. If your Wi-Fi started dropping right after a patch, re-check this box first, it often reverts during updates.

Step 2: Set the power plan to maximum wireless performance
The active power plan can throttle the radio independently of the adapter setting.
- Open Control Panel > Power Options > Change plan settings > Change advanced power settings.
- Expand Wireless Adapter Settings > Power Saving Mode.
- Set both On battery and Plugged in to Maximum Performance.
Step 3: Confirm WLAN AutoConfig is running
This service manages your wireless connections. If it's stopped, Wi-Fi becomes unstable or won't connect at all.
- Press
Win + R, typeservices.msc, press Enter. - Find WLAN AutoConfig.
- Confirm Status: Running and Startup type: Automatic.
- If it's stopped, right-click and choose Start.
Step 4: Update or reinstall the Wi-Fi driver
An outdated or corrupted driver is the next most common cause. Windows Update often swaps a vendor-tuned driver for a generic one that mishandles Wi-Fi 6/6E.
- In Device Manager, right-click your Wi-Fi adapter and choose Update driver > Search automatically.
- If that finds nothing, download the latest driver from your laptop or adapter maker's support page (Intel, Realtek, Qualcomm, MediaTek).
- If drops continue, Uninstall device (check "Attempt to remove the driver"), then restart so Windows reinstalls it cleanly.
On most laptops Wi-Fi and Bluetooth share a combo module, so if both radios are misbehaving, install the combined package, our Bluetooth-after-update guide covers that side.
Step 5: Reset the network stack
A corrupted TCP/IP or Winsock state causes repeated disconnects. From an elevated Command Prompt:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Restart the PC afterward.
Warning
Security update KB5077181 (February 2026) was reported to reset Wi-Fi power-management settings and cause DHCP conflicts on some systems. If your drops began right after that update, redo Step 1 and run the network reset above.
Step 6: Forget and rejoin the network
A bad cached profile makes one network unstable while others work fine.
- Open Settings > Network & internet > Wi-Fi > Manage known networks.
- Click your network and choose Forget.
- Reconnect and re-enter the password.
Step 7: Rule out router and band issues
If only one device drops, it's the PC. If everything drops, look at the router.
- Reboot the router and update its firmware.
- On crowded 2.4 GHz channels, try connecting to the 5 GHz band for a cleaner signal.
- Disable any "band steering" temporarily to test whether the PC is being bounced between bands.
Step 8: Run the network troubleshooter
- Open Settings > System > Troubleshoot > Other troubleshooters.
- Run Network and Internet (or Network Adapter).
- Apply any fix and reboot.
If your connection is stable but slow or laggy specifically in games rather than dropping, that is a different problem, see our guide to fixing high ping and packet loss.
What to do right now
Work down this list and stop when the drops stop:
- Uncheck the adapter's power-management box (Step 1). This is the single highest-yield fix.
- Set the power plan's wireless mode to Maximum Performance on both battery and plugged in.
- Confirm WLAN AutoConfig is Running and Automatic in services.msc.
- Reinstall the vendor Wi-Fi driver from Intel, Realtek, Qualcomm, or MediaTek, not the generic Windows one.
- Reset the network stack (
netsh winsock reset,netsh int ip reset) and reboot. - After every Windows update, re-check Step 1, since patches like KB5077181 revert it.
Frequently asked questions
Why does my Wi-Fi only drop on Windows 11 and not my phone?
If the phone and other devices stay connected on the same network, the fault is on the PC, typically the adapter's power-saving setting or a generic driver. Start with Step 1 and the driver reinstall in Step 4 before touching the router.
A Windows update broke my Wi-Fi, how do I stop that recurring?
Updates can re-enable power management or replace your driver. After each major update, re-check the Power Management box (Step 1) and, if needed, reinstall the vendor driver. Avoid hiding security updates as a workaround, fix the driver and setting instead.
Should I disable power management on a desktop too?
Yes. Desktops rarely benefit from Wi-Fi power saving and the setting is a common drop cause there as well. Unchecking it costs nothing meaningful in power and removes a frequent source of disconnects.
What does "netsh winsock reset" actually do?
It rebuilds the Winsock catalog, the layer Windows uses for network sockets, clearing corruption from misbehaving VPNs, security tools, or failed installs. Combined with the TCP/IP reset and DNS flush, it resolves disconnects that survive driver and power fixes. A reboot is required afterward.
Quick recap
Start by disabling the adapter's power-saving setting and the power-plan throttle, that fixes most random drops. Then confirm WLAN AutoConfig is running, update the driver, and reset the network stack. Re-check power settings after every Windows update, since they tend to revert.
Sources & further reading
- howtogeek.com/889110/how-to-fix-when-wi-fi-keeps-disconnecting-on-windows-11/
- learn.microsoft.com/en-us/answers/questions/5583576/how-do-i-fix-windows-11-dropping-wifi-connections
- easeus.com/backup-recovery/fix-wifi-disconnection-in-windows-11.html
- intel.com/content/www/us/en/support/articles/000005879/wireless/legacy-intel-wireless-products.html


