The 30-Second Fix: Forget and Reconnect
Open your Wi-Fi settings, click on your network name, and select Forget. Then reconnect by clicking the network again and entering your password.
What's actually happening here is that Windows may have saved a corrupted profile — wrong password hash, stale security settings, or an outdated network key. Forgetting it forces Windows to negotiate a fresh connection with your router.
If your phone and other devices stay connected while your PC drops, this is the first thing to try. It's free, it's fast, and it fixes a surprising number of cases.
Still dropping? Don't waste more time on this — move to the next step.
The 5-Minute Fix: Power Cycle and Driver Update
Power Cycle Your Router and PC
Unplug your router and modem, wait 30 seconds, plug them back in, and let them fully boot. Then restart your PC. This clears the router's ARP cache and renegotiates DHCP leases. It sounds basic, but I've seen routers hold onto a bad channel or a stale IP for days. A hard power cycle fixes that.
Update Your Wi-Fi Adapter Driver
Outdated or buggy drivers are the #1 reason Wi-Fi drops randomly on Windows 10 and 11. Here's the direct route:
- Press
Win + Xand select Device Manager. - Expand Network adapters, find your Wi-Fi adapter (Intel, Realtek, Qualcomm, etc.).
- Right-click it and select Update driver > Search automatically.
Windows Update might not have the latest driver. If the automatic search finds nothing, go to your adapter's manufacturer website — Intel and Realtek publish drivers directly. Download the latest one, run the installer, and reboot.
What gets people: Windows Update often installs a generic Microsoft driver that lacks the power-saving fixes your hardware needs. The manufacturer driver is usually the one that actually works.
Disable Wi-Fi Power Saving
Windows can aggressively power down your Wi-Fi adapter to save battery — which is great for a laptop, terrible for a stable connection. To stop it:
- In Device Manager, right-click your Wi-Fi adapter and select Properties.
- Go to the Power Management tab.
- Uncheck Allow the computer to turn off this device to save power.
This one fix alone solves many intermittent drops, especially on laptops that idle or sleep often.
The 15+ Minute Fix: Reset Winsock and TCP/IP, Change Channel
If you're still dropping, the issue is likely deeper — corrupted network stack or wireless interference. Here's the full treatment.
Reset Winsock and TCP/IP Stack
Windows keeps your network configuration in a set of system files. Corruption there can cause random disconnects. Open Command Prompt as administrator and run these two commands:
netsh winsock reset
netsh int ip reset
Then restart your PC. Winsock handles how programs talk to the network; the IP reset rebuilds your TCP/IP stack. You'll lose any static IP settings, so note those down if you use them.
Renew DNS and IP Address
Sometimes your PC holds onto a stale DHCP lease. Release it and grab a fresh one:
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Run them in order, then try your connection. If the drop happens every few minutes, this often helps.
Change Your Wi-Fi Channel
If you live in an apartment complex, your Wi-Fi is likely fighting with dozens of neighbors on the same channel. That causes packet loss and random disconnects, especially on 2.4 GHz. You can't fix this from your PC — you need router access.
Log into your router's admin page (usually 192.168.1.1 or 192.168.0.1), find the wireless settings, and change the channel to a less crowded one. On 2.4 GHz, channels 1, 6, and 11 don't overlap, so try one of those. If your router supports 5 GHz, switch to that band — it's less congested, though range is shorter.
The reason this matters: Wi-Fi is half-duplex, meaning your card transmits and receives on the same frequency. If the channel is saturated, your packets collide, and Windows interprets that as a lost connection, drops the link, and tries to reconnect.
Run a Network Adapter Diagnostic as a Last Check
Windows has a built-in network troubleshooter that sometimes catches things you missed. Right-click the Wi-Fi icon in the system tray and select Troubleshoot problems. It's not magic, but it can reset your adapter or flag a driver issue you overlooked.
When to Stop and What Actually Fixed It
Honestly, most people stop at the 5-minute mark and fix it with the power saving disable and driver update. The advanced stuff is for stubborn cases — if you've done all three sections and still drop, you may have a faulty adapter or a dying router. Test with a live Linux USB to rule out Windows entirely, or borrow a USB Wi-Fi dongle. If that dongle works fine, your internal adapter is toast.
Don't chase every tweak you find online. Start simple, work up, and stop when it's stable. You'll save yourself hours.