Why Your Wi-Fi Keeps Dropping (and Why You're Not Alone)
You're in the middle of a video call, and the Wi-Fi icon shows an exclamation mark for the tenth time today. I know this error is infuriating—I ran a help desk for six years and saw this every single week. Windows 11's Wi-Fi dropping is rarely a hardware failure. It's usually a power setting, a driver quirk, or a router config issue. Let's fix it in order, so you're not wasting time on advanced steps when a 30-second toggle would do.
Step 1: The 30-Second Fix—Disable Wi-Fi Power Saving
Windows 11 loves to put your Wi-Fi adapter to sleep to save power. That's great for battery life on a laptop, but terrible for a stable connection. This is the #1 reason your Wi-Fi drops every few minutes, especially on battery power.
- Press Win + X and select Device Manager.
- Expand Network adapters.
- Right-click your Wi-Fi adapter (look for Intel, Realtek, or Qualcomm) and select Properties.
- Go to the Power Management tab.
- Uncheck "Allow the computer to turn off this device to save power."
- Click OK and restart your PC.
That's it. If your Wi-Fi still drops after this, move to step 2.
Step 2: The 5-Minute Fix—Update Your Wi-Fi Driver (And Don't Skip This)
Outdated or broken drivers are the second biggest culprit, especially on Intel Wi-Fi 6/6E cards. The driver that Windows Update installs is often generic and buggy. You want the manufacturer's driver.
- Open Device Manager again.
- Right-click your Wi-Fi adapter and select Update driver.
- Choose Search automatically for drivers—this might work, but it's not guaranteed.
- If that doesn't help, go to the manufacturer's site. For Intel, use the Intel Driver & Support Assistant. For Realtek, grab the driver from your laptop or motherboard maker's support page.
- Install the latest driver, then reboot.
One thing I've learned: don't use a "driver updater" tool. They install the wrong version half the time. Do it manually.
Step 3: The 10-Minute Fix—Reset Your Network Stack
If drivers aren't the issue, your network configuration might be corrupted. This is where we reset the TCP/IP stack, Winsock, and the Wi-Fi profile. It sounds scary, but it's just a few commands.
- Open Command Prompt as Administrator (right-click Start, select Terminal (Admin)).
- Run these commands one by one, pressing Enter after each:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
- Restart your PC.
This clears out old IP leases and corrupted socket data. A real-world trigger: if you've been switching between a home router, office VPN, and a coffee shop hotspot, this stack gets messy. This reset fixes it.
If your Wi-Fi still drops after this, we're going deeper.
Step 4: The 15-Minute Fix—Change Your Wi-Fi Channel (Router Side)
Your Wi-Fi dropping might not be your PC's fault. If you live in an apartment or a dense neighborhood, your router's auto-channel selection can cause interference. Your signal jumps channels, and your laptop loses the connection.
- Log in to your router's admin page (usually at
192.168.1.1or192.168.0.1). - Find the wireless settings (look for "Advanced" or "Wi-Fi").
- Set the 2.4GHz channel to 1, 6, or 11 (these don't overlap).
- Set the 5GHz channel to something like 36 or 149 if you have that band.
- Save and reboot the router.
I'm opinionated here: don't use "auto" channel selection on a router that's been running for years. It causes more problems than it solves. Pick a fixed channel.
Step 5: The Nuclear Option—Windows 11 Network Reset
If you've made it this far and the Wi-Fi still drops, we're nuking the network settings entirely. This removes all your Wi-Fi profiles, VPN connections, and virtual adapters. You'll have to rejoin your network and re-enter the password. It's a pain, but it works.
- Open Settings (Win + I).
- Go to Network & Internet → Advanced network settings.
- Click Network reset.
- Click Reset now—Windows will restart your PC.
After the reboot, reconnect to your Wi-Fi. If it still drops after this, the problem might be your router itself—try updating its firmware or borrowing a friend's router to test.
When to Stop and Call It
Most people fix this at step 1 or 2. If you're at step 5, you've done what 90% of tech support would do. If the issue persists, it's either a hardware failure (try a USB Wi-Fi dongle to test) or a router issue that's out of your laptop's control.
I've seen a Wi-Fi card die silently on an older Dell XPS—only a USB adapter fixed it. Don't assume it's the OS.