WiFi keeps dropping on Windows 10/11 – fix it fast
Your WiFi drops randomly? Let's fix it. Start with the 30-second reset, then the driver rollback, then the power management trick.
WiFi keeps dropping on Windows 10/11 – the real fix
I know how frustrating it is when you're in the middle of a video call or downloading something important and your WiFi just drops. The spinning wheel of death. The red X on the network icon. I've been there more times than I can count, both as a help desk lead and as someone who used to run a home office on a flaky router.
Here's the thing: most WiFi disconnection issues on Windows 10 and 11 come down to three things. Power saving settings that are too aggressive. A flaky driver update Microsoft pushed. Or a simple IP address conflict. I'll walk you through each fix, from the one that takes 30 seconds to the one that might take 15 minutes. You can stop as soon as your WiFi stops dropping. No need to do all three.
Fix 1: The 30-second fix – reset your network stack
This is the first thing I try on any Windows machine. It clears out the IP address, DNS cache, and resets the Winsock catalog. Don't skip it even if it feels too simple.
- Right-click the Start button and select Command Prompt (Admin) or Windows Terminal (Admin).
- Type these commands one at a time, pressing Enter after each:
ipconfig /release
ipconfig /renew
ipconfig /flushdns
netsh winsock reset
netsh int ip reset
After the last command, restart your laptop. That's it. This clears out any stale DHCP lease or corrupted DNS entry. I've seen this fix the issue for about 40% of users. If your WiFi still drops after this, move to Fix 2.
Fix 2: The 5-minute fix – disable power saving on your WiFi adapter
Windows loves to turn off your WiFi adapter to save battery. Except it doesn't always turn it back on properly. This is especially common on Lenovo and Dell laptops running Windows 11 22H2 or later.
- Open Device Manager – right-click Start, select Device Manager.
- Expand Network adapters. Find your WiFi adapter – it's usually something like Intel Wi-Fi 6E AX210 or Realtek RTL8822CE. Don't touch the Bluetooth one.
- Right-click it, select Properties.
- Go to the Power Management tab.
- Uncheck the box that says 'Allow the computer to turn off this device to save power.'
- Click OK, then restart.
I've had users tell me this alone fixed the issue after months of frustration. But there's a catch: some newer Intel drivers hide this tab. If you don't see it, don't worry – try Fix 3 instead.
Fix 3: The 15-minute fix – roll back or reinstall your WiFi driver
Microsoft pushed a bad driver update in early 2024 that caused random disconnects on Intel AX201 and AX210 chipsets. If you're on an HP or ASUS laptop with Intel WiFi, this is probably your culprit.
Option A: Roll back the driver
- Open Device Manager again.
- Right-click your WiFi adapter, select Properties.
- Go to the Driver tab.
- If the 'Roll Back Driver' button is available, click it. If it's grayed out, move to Option B.
- Select a reason (I always pick 'Previous driver worked better'), then click Yes.
- Restart.
Option B: Uninstall and reinstall the driver
- In Device Manager, right-click your WiFi adapter, select Uninstall device.
- In the pop-up window, check the box that says 'Delete the driver software for this device.' This is critical – without it, Windows will just reinstall the same broken driver.
- Click Uninstall.
- Restart your PC. Windows will automatically download a fresh driver from Windows Update. But here's the trick: after restart, immediately go to Device Manager, right-click the adapter, and select Update driver > Browse my computer for drivers > Let me pick from a list. Choose an older driver from the list (one from 2022 or early 2023 works well).
If you're stuck on a driver that keeps breaking, you can also download the driver directly from your laptop manufacturer's support site – not from Intel's generic site. For example, Dell often customizes their WiFi drivers with specific power management tweaks. I learned this the hard way when I installed a generic Intel driver on a Dell XPS 15 and lost WiFi completely.
One more thing – check your router's 2.4GHz vs 5GHz band
If you've done all three fixes and your WiFi still drops, it might not be your PC at all. Some older routers struggle with mixed-mode networks where 2.4GHz and 5GHz share the same SSID. I've seen this with Netgear Nighthawk R7000 and TP-Link Archer C7 models.
Try splitting the bands in your router settings – name them something like 'HomeWiFi_2G' and 'HomeWiFi_5G'. Connect only to the 5GHz band. The 2.4GHz band is more prone to interference from microwaves, cordless phones, and your neighbor's WiFi.
That's it. Start with Fix 1, then Fix 2, then Fix 3. Most people stop at Fix 2. But if you're still here after 15 minutes, check your router bands. And if nothing works, your WiFi card might be physically failing – but that's a post for another day.
Was this solution helpful?