Start Here: Diagnose Before You Fix
Wi-Fi connection drops on Windows almost always trace to one of four root causes: power management, driver issues, network profile corruption, or actual signal/interference problems. We’ll walk through how to isolate which one you have.
Quick Test #1: Is It Only Your Computer?
Check whether other devices on the same network are also dropping. If yes, the problem is your router or ISP. If only your Windows machine is affected, the problem is almost certainly within Windows. We’ll assume the latter for the rest of this guide.
Fix #1: Disable Power Saving on the Wi-Fi Adapter
This is the most common cause of “Wi-Fi randomly disconnects” on laptops.
- Press Win+X → Device Manager
- Expand “Network adapters”
- Right-click your Wi-Fi adapter → Properties
- Go to “Power Management” tab
- Uncheck “Allow the computer to turn off this device to save power”
- Click OK
If your drops happened mostly when the laptop was idle or under low CPU load, this will probably fix you. Roughly 60% of “random Wi-Fi drop” complaints we’ve seen trace to this single setting.
Fix #2: Update the Wi-Fi Driver Manually
Windows Update sometimes ships outdated Wi-Fi drivers. Go to your laptop manufacturer’s support page (Dell, Lenovo, HP, ASUS, etc.) and download the latest Wi-Fi driver directly. Install it, restart, and test. If you have an Intel Wi-Fi chip (most laptops do), Intel’s own driver from intel.com is often newer than what the OEM ships.
Fix #3: Forget and Re-Add the Network
Corrupted network profiles cause intermittent drops that look random.
- Settings → Network & Internet → Wi-Fi → Manage known networks
- Click your network → Forget
- Reconnect to it from the system tray, entering the password again
Fix #4: Reset the TCP/IP Stack
If your Wi-Fi connects but pages don’t load, or DNS errors appear randomly, the TCP/IP stack may be corrupted.
- Open Command Prompt as Administrator
- Run these commands one by one:
netsh winsock reset netsh int ip reset ipconfig /release ipconfig /renew ipconfig /flushdns
Restart your computer when done.
Fix #5: Disable IPv6 Temporarily
Some routers and Windows have edge-case interactions with IPv6 that cause periodic disconnects. As a test:
- Settings → Network & Internet → Wi-Fi → Hardware properties
- Click “Edit” next to IP assignment
- Turn IPv6 off, keep IPv4 on
If drops stop, the issue is router-side IPv6 implementation. Contact your ISP or update router firmware. Don’t leave IPv6 disabled long-term — it’s important for the modern internet.
Fix #6: Change Wi-Fi Channel on the Router
If you live in a dense apartment building, channel congestion can cause drops. Log into your router admin page, change the 2.4 GHz channel to 1, 6, or 11, and the 5 GHz to a less-crowded channel (use a Wi-Fi analyzer app on your phone to check).
Fix #7: Roll Back a Recent Windows Update
If your drops started right after a Windows update:
- Settings → Windows Update → Update history → Uninstall updates
- Sort by date, uninstall the most recent update
Fix #8: Replace the Wi-Fi Card
If you’ve tried everything and it’s only this one machine dropping, the Wi-Fi card itself may be failing. A USB Wi-Fi adapter (Wi-Fi 6, $40) is a quick diagnostic — if drops stop with the USB adapter, the internal card is the problem. On most laptops, the M.2 Wi-Fi card is user-replaceable for around $30.
Nuclear Option: Network Reset
If nothing above works, Windows 11 has a complete network reset:
- Settings → Network & Internet → Advanced network settings → Network reset
- Click “Reset now”
This removes all network adapters, all saved networks, all VPN configurations — and reinstalls them fresh. You’ll need to set up everything again, but persistent corrupted state will be gone.