Cause #1: The adapter is being put to sleep to save power
What's actually happening here is that Windows 11, by default, lets the network adapter turn itself off to conserve battery. On laptops this sounds great in theory, but in practice the adapter misinterprets brief idle periods as a reason to power down, and it doesn't wake up cleanly. You lose the connection, and Windows often doesn't reconnect until you disable and re-enable the adapter.
I've seen this on everything from a Dell XPS 13 to a Lenovo ThinkPad T14. The fix is simple and safe—it doesn't hurt battery life in any meaningful way because the real power savings come from the display and CPU, not the Wi-Fi chip.
How to fix it
- Press
Win + Xand select Device Manager. - Expand Network adapters. Find your Wi-Fi adapter. It's usually something like Intel(R) Wi-Fi 6 AX201 or Realtek RTL8822CE.
- Right-click it, choose Properties, then go to the Power Management tab.
- Uncheck Allow the computer to turn off this device to save power.
- Click OK and reboot.
That checkbox is the culprit in maybe 60% of the random disconnection reports I've seen. If your adapter doesn't have a Power Management tab—some Realtek drivers hide it—then right-click the adapter and select Uninstall device (don't delete the driver), then scan for hardware changes. Windows reinstalls the driver and the tab usually appears.
Cause #2: The Wi-Fi driver is outdated or buggy
Driver bugs are the second biggest reason. Intel and Realtek both shipped some real stinkers. Intel's Wi-Fi 6 AX200 and AX201 drivers from early 2021 had a notorious bug where the adapter would drop the link every few minutes, especially on 5 GHz networks with a lot of traffic. The fix isn't just clicking “update driver” in Device Manager—that often finds nothing because Microsoft's catalog lags months behind.
You want the driver directly from the chipset vendor. Not from Windows Update, not from the OEM (Dell, HP, Lenovo), though their sites are a fallback. The vendor's driver is tested against the latest Windows releases and includes fixes for buggy channel switching and power management issues.
How to fix it
- Identify your adapter: open Device Manager, expand Network adapters, note the model.
- Go to the vendor's site. For Intel, use their Intel Driver & Support Assistant—it auto-detects and gives you the latest. For Realtek, go to the download page and search your chipset model.
- Download the latest driver, run the installer. Choose a clean install if offered—that removes old settings that can conflict.
- Reboot, then test for a few hours.
If the problem persists after updating, try rolling back the driver to the previous version. Sometimes the newest driver introduces a regression. I've seen a case where the Intel 22.x driver fixed one bug but broke 5 GHz roaming, and rolling back to 21.x was the stable choice.
Cause #3: Band steering is flipping you between 2.4 GHz and 5 GHz
This one's sneaky because your Wi-Fi looks fine—full bars—but it keeps dropping. What's happening is your router has a feature called band steering (also called smart connect or seamless roaming). It tries to push your device from the 2.4 GHz band to the 5 GHz band when the signal is good, and vice versa. But Windows 11 doesn't handle the handoff well when the router doesn't force a full disconnect. The result: the connection stalls, then drops.
This is especially common on mesh systems like Google Nest Wi-Fi or Eero, and on newer routers with “Smart Connect” enabled. The fix is to disable band steering on your router—or, if you can't, split the SSIDs so 2.4 GHz and 5 GHz have separate names, then connect only to the one that works.
How to fix it
- Log into your router's admin panel (usually
192.168.1.1or192.168.0.1). Check the sticker on the router for credentials. - Look for Wi-Fi settings. Find the option called Smart Connect, Band Steering, or Roaming.
- Disable it. If that's not available, split the SSIDs—give the 2.4 GHz network a different name from the 5 GHz one.
- Connect to the 5 GHz network if you're near the router, or 2.4 GHz if you're far. Don't move between them.
This isn't about your PC—it's the router's choice. But you can force Windows to prefer one band by changing the adapter's preferred band setting in Device Manager. Under the adapter's Advanced settings, set Preferred Band to 5 GHz (or 2.4 GHz if that's what your router does). That doesn't stop band steering entirely, but it makes Windows less likely to hop.
Quick reference
| Cause | Fix | Difficulty |
|---|---|---|
| Power saving on adapter | Disable "Allow the computer to turn off this device" in Device Manager | Beginner |
| Buggy/outdated driver | Install latest driver from chipset vendor (Intel/Realtek), not Windows Update | Intermediate |
| Band steering on router | Disable band steering or split SSIDs, set preferred band in adapter settings | Intermediate |
Start with the power management fix—it's the most common and the easiest. If that doesn't solve it, update the driver. If you're still dropping, look at your router's band steering. In my experience, those three cover 90% of Windows 11 Wi-Fi dropout cases. If you've tried all three and still have problems, it's time to check for interference or a failing adapter—but that's a separate article.