Start Here: The 30-Second Fix
I know this error is infuriating—you're in the middle of a video call or a game, and suddenly the Wi-Fi icon goes dark. Before you blame your router or call your ISP, try this. It clears the glitchy state 90% of the time.
- Press Win + X and select Device Manager.
- Expand Network adapters.
- Right-click your Wi-Fi adapter (usually says Intel, Realtek, or Qualcomm).
- Select Disable. Wait 5 seconds.
- Right-click again and select Enable.
That's it. This forces Windows to renegotiate with your router. If your Wi-Fi stays connected for the next hour, you're done. If it drops again, move on.
Moderate Fix (5 Minutes): Turn Off Power Saving
This one tripped me up the first time too. Windows 11 has a hidden power management setting that cuts power to your Wi-Fi adapter when it thinks you're not using it—but it misjudges. Short packets from chat apps or IoT checks make the adapter think it's idle, and it shuts down the radio.
- Open Device Manager again.
- Right-click your Wi-Fi adapter, select Properties.
- Go to the Power Management tab.
- Uncheck "Allow the computer to turn off this device to save power".
- Click OK.
While you're there, also check your Windows power plan:
- Open Settings > System > Power & battery.
- Choose Best performance or Balanced. Avoid Power saver—it's notorious for Wi-Fi drops.
This fix has solved persistent drops for clients using Dell XPS and Lenovo ThinkPad laptops running Windows 11 22H2.
Advanced Fix (15+ Minutes): Update the Driver and Check the Band
If you've come this far, the drop is either a driver bug or a band conflict. Let's tackle both.
Step 1: Update Your Wi-Fi Driver
Windows Update sometimes pushes broken Wi-Fi drivers—I've seen it with Intel AX201. Don't rely on Windows Update. Go straight to the manufacturer's website.
- Find your adapter model in Device Manager (it's listed under Network adapters).
- Search for that model on the manufacturer's support page (Intel, Realtek, Qualcomm).
- Download the latest Windows 11 driver (not the generic one from Microsoft).
- Run the installer—usually it's a .exe—and reboot.
If you're not sure which driver you need, use the wmic command in Command Prompt (run as admin):
wmic nic where NetEnabled=true get Name, Manufacturer, PNPDeviceIDThat gives you the exact model and vendor. Look for the latest driver that supports your chipset and Windows 11 64-bit.
Step 2: Force 5GHz Over 2.4GHz
Here's the thing: 2.4GHz has longer range but is crowded—microwaves, Bluetooth, and old Wi-Fi networks all stomp on it. 5GHz is cleaner but shorter range. If you're near your router, force 5GHz.
Open Device Manager, right-click your adapter, select Properties, go to Advanced. Look for Preferred Band or Band—set it to Prefer 5GHz band.
If that option isn't there, your router might be band-steering (combining both bands into one SSID). You can split them on the router admin page—log in, find the wireless settings, and give the 2.4GHz and 5GHz separate SSIDs. Connect to the 5GHz one.
Step 3: Disable IPv6 (Sometimes Helps)
This is a hit-or-miss fix, but I've seen Windows 11 fail on IPv6 and reconnect only after IPv4 takes over. If you're still dropping after the above, try this:
- Open Control Panel > Network and Sharing Center.
- Click Change adapter settings.
- Right-click your Wi-Fi adapter, select Properties.
- Uncheck Internet Protocol Version 6 (TCP/IPv6).
- Click OK and reboot.
Note: Disabling IPv6 is fine for most home networks. Some corporate or IPv6-only networks will break—but you're already having drops, so it's worth a try.
When All Else Fails: Network Reset
If you've done all three and still see the Wi-Fi icon blinking, it's time for the nuclear option. Windows 11 has a built-in network reset that reinstalls all network drivers and resets your network stack.
Go to Settings > Network & Internet > Advanced network settings > Network reset. Click Reset now. Your PC will restart, and you'll need your Wi-Fi password again—it forgets everything. This clears any leftover configuration that's causing the drops.
I've only had to use this once for a stubborn Realtek RTL8821CE adapter, and it worked. But treat it as the final step, not the first.
One More Thing: Router Channel Congestion
If your neighbors all live on the same channel, your Wi-Fi will drop even with a perfect adapter. Use a free tool like Wi-Fi Analyzer (on Android) to see which channels are busy. Then log into your router and set a channel that's clear—usually 1, 6, or 11 on 2.4GHz, or 36-48 on 5GHz.
That's not strictly a Windows fix, but I've solved more than a few "Windows drops" this way. The adapter was fine—it was drowning in radio noise.
Start with the 30-second reset, move through power settings, and only go deep if needed. Most people stop at step 2, and that's okay.