Symptoms
Users experience intermittent WiFi disconnections every few minutes, often without warning. The network icon shows a yellow exclamation mark or disappears temporarily. Reconnecting manually works, but the issue recurs. This can happen on a single device or multiple devices on the same network.
Root Causes
- Power Management Settings: Windows may turn off the wireless adapter to save power, causing disconnections.
- Outdated or Corrupt Wireless Driver: Incompatible or buggy drivers lead to instability.
- Interference: Other electronic devices, thick walls, or overlapping WiFi channels disrupt the signal.
- Router Issues: Overloaded router, outdated firmware, or incorrect channel settings.
- DHCP Lease Conflict: IP address conflicts or short lease times force reconnection.
- Network Adapter Sleep: USB wireless adapters may enter sleep mode due to USB selective suspend.
Step-by-Step Fix
1. Disable Power Management for WiFi Adapter
- Press Win + X and select Device Manager.
- Expand Network adapters.
- Right-click your WiFi adapter (e.g., Intel Wireless-AC) and choose 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.
2. Update Wireless Adapter Driver
- In Device Manager, right-click the WiFi adapter and select Update driver.
- Choose Search automatically for drivers.
- If no update found, visit the manufacturer’s website (Intel, Realtek, Qualcomm) to download the latest driver.
- Install the driver and reboot.
3. Change WiFi Channel on Router
- Log into your router (usually 192.168.1.1 or 192.168.0.1).
- Go to Wireless settings.
- Change the channel from Auto to a specific channel (1, 6, or 11 for 2.4 GHz; higher channels for 5 GHz).
- Save settings and reboot the router.
4. Run Network Troubleshooter
- Go to Settings > Update & Security > Troubleshoot.
- Select Internet Connections and run the troubleshooter.
- Follow on-screen instructions.
5. Reset TCP/IP Stack
- Open Command Prompt as Administrator.
- Type
netsh int ip resetand press Enter. - Type
netsh winsock resetand press Enter. - Restart your computer.
Alternative Fixes
- Disable 802.11n mode: In adapter properties, set 802.11n mode to Disabled (may reduce speed but improves stability).
- Change WiFi frequency band: Force 5 GHz if your router supports it (less interference).
- Update router firmware: Check manufacturer support page for updates.
- Disable USB selective suspend: In Power Options > Change plan settings > Change advanced power settings > USB settings > USB selective suspend setting > Disabled.
- Use a wired connection temporarily to isolate if issue is WiFi-specific.
Prevention
- Keep Windows and drivers updated.
- Place router in a central, elevated location away from electronics.
- Use a WiFi analyzer app to choose the least congested channel.
- Set DHCP lease time to 1 day or more in router settings.
- Consider upgrading to a dual-band or mesh router if interference persists.
| Fix | Difficulty | Effectiveness |
|---|---|---|
| Disable power management | Beginner | High |
| Update driver | Intermediate | High |
| Change WiFi channel | Intermediate | Medium |
| Reset TCP/IP | Intermediate | Low |