Quick answer
Open Device Manager, find your network adapter under Network adapters, right-click → Properties → Power Management tab, uncheck Allow the computer to turn off this device to save power. Click OK. Done.
Why this happens
Windows 10 and 11 have a default power management setting that tells your WiFi adapter to go to sleep when the system thinks it's idle. What's actually happening here is that Windows is trying to be helpful — it's a laptop battery saving trick from the Vista days that should have died with netbooks. But it's still enabled by default on desktops and laptops alike.
Your adapter will disconnect mid-streaming, during a Zoom call, or right when you're downloading something important. The adapter appears as connected in the system tray, but nothing loads until you disconnect and reconnect. The real cause isn't a driver problem — it's Windows power policy overriding the adapter's own logic.
Fix steps
- Right-click the Start button and select Device Manager.
- Expand Network adapters. You'll see one or more entries — look for something with "WiFi", "Wireless", or your card's model (like Intel Wi-Fi 6 AX201 or Realtek RTL8821CE).
- Right-click that adapter and choose Properties.
- Go to the Power Management tab.
- Uncheck Allow the computer to turn off this device to save power.
- Click OK and close Device Manager.
That's it. No reboot required — the change applies immediately. Run a speed test or watch a video for a few minutes to confirm the drops stop.
If that didn't work
Sometimes the adapter's driver is aggressive about sleeping even after Windows stops telling it to. Here are the next things to try:
Update or roll back the driver
Open Device Manager, right-click your WiFi adapter → Update driver → Browse my computer → Let me pick. Try an older driver if you recently updated. Intel's 2022 drivers had a known issue with power management that they fixed in mid-2023. Realtek adapters on Dell laptops were a mess for years.
Change the power plan
Go to Control Panel → Power Options → Change plan settings → Change advanced power settings. Find Wireless Adapter Settings → Power Saving Mode and set it to Maximum Performance. This overrides any per-app power settings.
Disable 802.11n or band preference
In the adapter's Properties (same place as step 3), go to the Advanced tab. Look for 802.11n mode or Preferred Band. Setting the band to 5GHz only can sometimes fix dropouts if you're near a lot of 2.4GHz interference. Disabling 802.11n (and dropping to g) is a last resort — it kills your speed but may stabilize an old router.
Prevention tip
Next time you buy a laptop, check what WiFi chip it uses. Intel's AX200 and AX210 are solid. Realtek and Qualcomm Atheros adapters are the usual suspects for this problem. If you're building a desktop, spend the extra $15 on an Intel card instead of a cheap USB dongle. Also, keep your router firmware updated — old router firmware can trigger aggressive power savings in the adapter as a reaction to flaky signal strength reports.
One more thing: if you use a VPN, some VPN clients (especially older WireGuard implementations) can cause the adapter to drop because the driver sees the tunnel as idle traffic. Disable the VPN's "kill switch" feature if you have one, or switch to OpenVPN mode temporarily to test.