You’re not crazy – this is a Windows power management bug
I’ve seen this on Windows 10 20H2 through Windows 11 23H2. The Wi-Fi drops every 2-5 minutes, reconnects, then drops again. The culprit here is almost always the “allow the computer to turn off this device to save power” setting on your wireless adapter. Windows loves to aggressively cut power to Wi-Fi adapters, especially Intel AX200 and Realtek 8821CE chips. Here’s how you kill it.
Step 1: Disable power saving on the adapter
Open Device Manager (right-click Start → Device Manager). Expand “Network adapters”. Find your Wi-Fi adapter – it’ll have “Wireless”, “Wi-Fi”, or “AC” in the name. Right-click it, choose Properties, then the Power Management tab. Uncheck “Allow the computer to turn off this device to save power”. Hit OK.
That fixes 80% of cases. If you’re still dropping, move to step 2.
Step 2: Roll back the driver
New drivers don’t always mean good drivers. I’ve seen Intel’s 22.200.0 driver break Wi-Fi stability on the AX200. Go back to the previous version. In Device Manager, right-click your adapter → Properties → Driver tab → Roll Back Driver. If the button is greyed out, download an older driver from the laptop OEM’s site (Dell, HP, Lenovo – not Intel’s generic one). Version 22.160.0 for Intel or 10.60 for Realtek usually works well.
Step 3: Kill the 2.4 GHz band congestion (if you still drop)
If you’re in an apartment building with 40 Wi-Fi networks on channel 6, your adapter will fight for airtime. Force it to 5 GHz. Open Device Manager, right-click your adapter → Properties → Advanced tab. Find “Preferred Band” or “Band” – set it to “5 GHz” or “Prefer 5 GHz”. If you don’t see that setting, your adapter doesn’t support it. Buy a cheap USB Wi-Fi adapter that does – I recommend the TP-Link Archer T2U Plus.
Why this works
Windows’ power management isn’t smart about Wi-Fi. It sees the adapter idle for 30 seconds and decides to shut it down to save battery. But your Wi-Fi is never truly idle – it’s sending keepalive packets. Windows cuts power, you drop. Then Windows re-enables the adapter, you reconnect, repeat. Disabling that checkbox is the nuclear option that prevents Windows from turning it off entirely. Driver rollback matters because newer drivers sometimes change how the adapter handles power states or beacon intervals, causing disconnects on certain routers (especially older Netgear or Cisco ones).
Less common variations
IPv6 flakiness – Some routers (looking at you, Xfinity xFi Gateways) handle IPv6 poorly on Windows. Try disabling IPv6 on your adapter. Go to Control Panel → Network and Sharing Center → Change adapter settings. Right-click your Wi-Fi → Properties. Uncheck “Internet Protocol Version 6 (TCP/IPv6)”. Restart Wi-Fi.
802.11n vs 802.11ac mismatch – If you’re on a 5-year-old router and a modern adapter, forcing the adapter to use only 802.11n can stabilize things. In Advanced tab of the adapter properties, find “Wireless Mode” and set it to “802.11n” or “6”.
Router DHCP lease time – Your router might give you a 5-minute DHCP lease. Extend it to 24 hours. Log into your router’s admin page (usually 192.168.1.1 or 192.168.0.1), find DHCP settings, set lease time to 1440 minutes.
How to prevent this from coming back
- Don’t install Windows optional updates – They often include driver updates that re-enable power saving. Set Windows Update to pause for 7 days after installing a good driver.
- Use a wired connection for stationary work – If your desk is near the router, just plug in. USB to Ethernet adapters are $10.
- Update your router firmware – I’ve seen TP-Link and Netgear routers drop Wi-Fi connections when they run old firmware. Check your router manufacturer’s support page once a year.
- Keep a driver installer handy – Download the driver version you know works (for your adapter model) and save it to your desktop. If an update breaks things, you can reinstall it in 2 minutes.
That’s it. Nine times out of ten, disabling power management alone does the trick. I’ve done this for hundreds of users – it’s boring but effective. No need to buy a new router or replace your laptop.