Wi-Fi Keeps Dropping on Windows 11: The Real Fix for Disconnects

Wi-Fi drops every few minutes on Windows 11, usually after sleep or when moving rooms. Here's why it happens and the fix that actually works.

You're in a Zoom call or mid-download, and suddenly the Wi-Fi icon turns into a globe with a yellow triangle. The network drops for ten seconds, reconnects, then drops again five minutes later. This happens most often on laptops running Windows 11 22H2 or 23H2, especially after the machine wakes from sleep or when you move from one room to another.

The killer part? Your phone and other devices work fine on the same router. It's not your internet. It's Windows 11 fighting with your Wi-Fi adapter's power management and roaming logic.

Why Windows 11 Keeps Dropping Your Wi-Fi

Windows 11 has a feature called "Power Saving Mode" for Wi-Fi adapters. When the OS thinks you're not using the network heavily, it tells the adapter to drop to a lower power state. That sounds harmless, but on many Intel (AX200, AX210) and Realtek (RTL8821CE, RTL8852AE) adapters, this causes the radio to lose sync with the router. When traffic spikes—like a video call or a big file transfer—the adapter wakes up too late and the connection times out.

There's also the roaming aggressiveness setting. Windows lets the adapter decide when to switch to a stronger access point. On default settings, that threshold is too low, so the adapter flips between networks or even drops the current one when the signal dips slightly, like when you walk to the kitchen.

Both issues are fixable, and you don't need a new router or a fresh Windows install.

The Fix: Disable Power Management and Tweak Roaming

Step 1: Turn Off Power Saving on the Adapter

  1. Press Win + X and select Device Manager.
  2. Expand Network adapters. Find your Wi-Fi adapter (look for Intel, Realtek, or Qualcomm).
  3. Right-click it and choose Properties.
  4. Go to the Power Management tab.
  5. Uncheck "Allow the computer to turn off this device to save power". Also uncheck "Allow this device to wake the computer"—it's useless for Wi-Fi.
  6. Click OK.

This alone fixes about 60% of drop issues. But if you still see disconnects, move to step 2.

Step 2: Change Roaming Aggressiveness (Intel Adapters)

If you have an Intel Wi-Fi adapter, there's a hidden setting that controls how eagerly it switches networks:

  1. In Device Manager, right-click your Wi-Fi adapter and select Properties again.
  2. Go to the Advanced tab.
  3. Scroll down to Roaming Aggressiveness.
  4. Set it to Lowest. Yes, lowest, not medium. You want the adapter to stick to your current router unless the signal is truly terrible.
  5. Also set Throughput Booster to Enabled if you see it. That's a separate fix for sluggish speeds but helps stability too.
  6. Click OK.

Step 3: Disable the "Preferred Band" Auto-Select

Some adapters try to jump between 2.4 GHz and 5 GHz bands automatically. That handoff often causes a brief disconnect. To stop it:

  1. In the same Advanced tab, look for Preferred Band or Band.
  2. Set it to 5 GHz if you're within range of your router, or 2.4 GHz if you're far away. Pick one and stick with it.
  3. If you don't see this option, skip it—not all drivers expose it.

What If It Still Drops?

Try these in order:

  • Update the driver—but not to the latest. Download the driver from your laptop manufacturer's site (Dell, HP, Lenovo), not from Intel or Realtek directly. OEM drivers are tested for your specific hardware. I've seen the latest generic drivers break things.
  • Roll back the driver—if you recently updated and then the drops started, go to Device Manager > Driver tab > Roll Back Driver.
  • Change the power plan. In Control Panel > Power Options, select High Performance for your plan. Then click Change plan settings > Change advanced power settings > Wireless Adapter Settings > Power Saving Mode and set it to Maximum Performance.
  • Run a network reset. Go to Settings > Network & Internet > Advanced network settings > Network reset. This reinstalls your network drivers and clears all cached network settings. It's a nuclear option, so back up your Wi-Fi passwords first.

If you've done all that and it still drops, the adapter might be dying. It happens—especially on older laptops. Try a USB Wi-Fi adapter for a day and see if that fixes it. If it does, your internal card is toast.

The irony is that Windows 11's "smart" power management is anything but smart. Turning it off is the first thing I do on every laptop I set up.

One more thing: if you're on a corporate network with strict 802.1x authentication, your IT team might have policies that force periodic re-authentication. That'll look like a disconnect even when everything else is fine. Check with them before you blame your hardware.

Related Errors in Network & Connectivity
0X00000069 Fix ERROR_SEM_OWNER_DIED (0x00000069) on Windows 10/11 0X00000288 Fix 0x288 Device Enumeration Error on USB and Internal Devices 0XC00D0FCD NS_E_FILE_FAILED_CHECKS (0XC00D0FCD) — quick fix for Windows Media Center 0XC0230002 Fixing STATUS_NDIS_CLOSING 0xC0230002 on NDIS bindings

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.