WiFi keeps disconnecting on Windows 11? You’re not alone
I know that sinking feeling when your video call freezes, the cursor stops, and you realize the WiFi dropped again. This bug hits Windows 11 hard – especially on Dell XPS 13 or Lenovo ThinkPad models with Intel AX201 or AX211 adapters. The disconnects can happen every 3–5 minutes or randomly once an hour. Here’s how to kill it.
30-second fix: Power cycle your modem and router
Yes, this sounds basic. But skipping it is why you’ll waste an hour later. Most WiFi dropouts on Windows 11 are actually router-side – the adapter gives up after a DHCP renewal failure.
- Unplug your modem and router (both, if separate).
- Wait 60 seconds – not 10, not 30. The DHCP lease needs to expire.
- Plug the modem in first. Wait 2 minutes for it to sync.
- Then plug in the router. Wait 2 more minutes.
- Reconnect your Windows 11 laptop.
If the WiFi stays connected for the next hour, you’re done. If it drops again within 15 minutes, move to the next fix.
5-minute fix: Disable power saving on the WiFi adapter
Windows 11 aggressively powers down your WiFi adapter to save battery – even when plugged in. This is the #1 cause of intermittent drops on Intel AX201 adapters. Here’s the exact path:
- Right-click the Start button and select Device Manager.
- Expand Network adapters. Look for something like “Intel(R) Wi-Fi 6 AX201 160MHz”.
- Right-click your adapter, choose Properties.
- Go to the Power Management tab.
- Uncheck “Allow the computer to turn off this device to save power”.
- Click OK.
I’ve seen this single checkbox fix about 60% of WiFi drop cases. Test it for a day. Still dropping? Move to the next fix.
15-minute fix: Reset the network stack and roll back the driver
Windows 11’s driver updates are aggressive – and sometimes they push a buggy version. Last October, a bad Intel AX201 driver (22.190.0.4) caused random disconnects on half the office laptops. Here’s the real fix:
Step 1 – Reset Winsock and TCP/IP
Open Command Prompt as Administrator. Run these commands one at a time:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Reboot after this. If that alone stops the drops, great – but I’d still do the driver rollback below.
Step 2 – Roll back the WiFi driver
- In Device Manager, right-click your WiFi adapter, select Properties.
- Go to the Driver tab.
- Click Roll Back Driver if available. If it’s greyed out, you can’t – skip to Step 3.
- Choose a previous driver version from the list. I recommend 22.160.0.3 or earlier – those were rock stable.
- Click OK and reboot.
Step 3 – If rollback is greyed out, manually install an older driver
- Go to your laptop manufacturer’s support site (e.g., dell.com/support).
- Search for “WiFi driver” and your model. Look for a version from 6+ months ago.
- Download the .exe or .inf file.
- In Device Manager, right-click the adapter, choose Update driver > Browse my computer.
- Point to the folder with the older driver.
- Check “Include subfolders” and click Next.
After this, I usually also disable 2.4 GHz band if you’re on a dual-band router – 2.4 GHz interference from microwaves or neighbors is a common hidden cause. Open your router admin page (usually 192.168.1.1), find the WiFi settings, and disable the 2.4 GHz band temporarily. Test with 5 GHz only. If the drops stop, keep it off.
What if none of these work?
Then it’s likely a hardware issue – dying adapter, failing router, or a loose antenna. If you’re on a laptop, you can reseat the WiFi card (if it’s not soldered). But honestly, at that point I’d swap the adapter. A new Intel AX210 costs about $20 and is a direct upgrade.
One more thing: if you’re on a corporate network with strict policies, you might need to contact IT – they often push driver versions that cause conflicts.
That’s the full flow. Start with the power cycle, then the checkbox, then the driver rollback. You’ll fix 90% of WiFi dropouts with these steps. Let me know how it goes.