Fix WiFi Disconnecting Every Few Minutes on Windows

WiFi dropping every few minutes is often caused by power saving settings, driver issues, or interference. This guide provides step-by-step fixes to stabilize your wireless connection.

Symptoms

  • WiFi connection drops every 2–10 minutes, then reconnects automatically after a few seconds.
  • Internet stops working while the WiFi icon still shows connected (limited or no connectivity).
  • Frequent disconnections during video calls, streaming, or gaming.
  • Event Viewer logs show Event ID 1001 or 1003 related to network adapter reset.

Root Causes

  1. Power Saving Settings: Windows or the WiFi adapter driver may turn off the adapter to save power, causing intermittent drops.
  2. Outdated or Corrupt WiFi Driver: Incompatible or buggy drivers can cause the adapter to reset frequently.
  3. Wireless Interference: Overlapping channels, neighbor networks, or devices (microwaves, Bluetooth) on the 2.4GHz band.
  4. Router Overload or Channel Congestion: Too many devices connected or automatic channel selection switching.
  5. DHCP Lease Conflict: Short lease time or IP address conflict forces frequent renewal.

Step-by-Step Fix

1. Disable Power Saving on WiFi Adapter

  1. Press Win + X and select Device Manager.
  2. Expand Network adapters, right-click your WiFi adapter (e.g., Intel Wireless-AC 9560), and choose Properties.
  3. Go to the Power Management tab.
  4. Uncheck Allow the computer to turn off this device to save power.
  5. Click OK and restart your computer.

2. Update or Roll Back WiFi Driver

  1. Open Device Manager again.
  2. Right-click your WiFi adapter and select Update driver > Search automatically for drivers.
  3. If already up-to-date, try Roll Back Driver (if option available) to a previous version.
  4. Alternatively, download the latest driver from the manufacturer’s website (Intel, Realtek, Qualcomm) and install manually.

3. Change Advanced Adapter Settings

  1. In Device Manager, right-click the WiFi adapter > Properties > Advanced tab.
  2. Set Preferred Band to 5GHz if available (less interference).
  3. Set Roaming Aggressiveness to Low or Medium.
  4. Set Transmit Power to Highest.
  5. Click OK and restart.

4. Run Network Troubleshooter

  1. Go to Settings > Network & Internet > Status.
  2. Click Network troubleshooter and follow the prompts.
  3. Apply any suggested fixes (e.g., reset adapter, flush DNS).

5. Reset TCP/IP and Flush DNS

  1. Open Command Prompt as Administrator.
  2. Run the following commands one by one:
    netsh int ip reset
    netsh winsock reset
    ipconfig /release
    ipconfig /renew
    ipconfig /flushdns
  3. Restart your PC.

6. Change WiFi Channel on Router

  1. Log into your router (usually 192.168.1.1 or 192.168.0.1).
  2. Go to Wireless Settings.
  3. Set channel to a fixed value (e.g., 1, 6, or 11 for 2.4GHz) instead of Auto.
  4. Enable 5GHz band if supported.
  5. Save and reboot the router.

Alternative Fixes

  • Disable Bluetooth: Bluetooth can interfere with 2.4GHz WiFi. Turn off Bluetooth in Settings > Bluetooth & devices.
  • Update Router Firmware: Check for firmware updates on your router manufacturer’s support page.
  • Use a USB WiFi Adapter: If internal adapter is faulty, a USB adapter can bypass the issue.
  • Change Power Plan: Set power plan to High Performance in Control Panel > Power Options.

Prevention

  • Keep drivers updated through Windows Update or manufacturer tools.
  • Use 5GHz band whenever possible for less interference.
  • Position router centrally away from metal objects and electronic devices.
  • Limit connected devices and enable QoS if your router supports it.
  • Schedule weekly router reboots to clear cache and renew DHCP leases.

Additional Tips

  • Check for Event ID 1001 in Event Viewer (Windows Logs > System) to confirm adapter reset.
  • If using a VPN, try disconnecting it temporarily as some VPNs cause network instability.
  • Run ping -t 8.8.8.8 in CMD to monitor packet loss during disconnections.

Following these steps should resolve the issue for most users. If the problem persists, consider replacing the WiFi adapter or contacting your ISP for line quality checks.

Related Errors in Network & Connectivity
0X00002556 Fix DNS_STATUS_DOTTED_NAME (0X00002556) in Windows DNS MAC Address Conflict: Why You're Dropping Off the Network 0XC00D2EE1 NS_E_REDIRECT_TO_PROXY (0XC00D2EE1) Fix: Proxy Redirect Error 0XC00D13F1 Fix 0XC00D13F1: HTTP Cache Not Modified Error in Windows

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.