Fix WiFi Disconnecting Every Few Minutes on Windows

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

Symptoms

  • WiFi disconnects randomly every few minutes while browsing or streaming.
  • Network icon shows limited or no connectivity, then reconnects after a short delay.
  • Other devices on the same network work fine, ruling out ISP issues.
  • Event logs show frequent disconnection events from the wireless adapter.

Root Causes

  • Power Saving Settings: Windows may turn off the WiFi adapter to save power.
  • Outdated or Corrupt Drivers: Incompatible or buggy wireless drivers cause instability.
  • Channel Interference: Overlapping channels from neighboring networks or devices like microwaves.
  • Router Firmware Issues: Outdated router firmware can cause frequent disconnects.
  • DHCP Lease Conflicts: IP address conflicts or short lease times force reconnection.
  • Background Apps: Third-party VPNs or network management software interfere.

Step-by-Step Fix

1. Disable Power Saving for WiFi Adapter

  1. Press Win + X and select Device Manager.
  2. Expand Network adapters, right-click your WiFi adapter, and choose Properties.
  3. Go to the Power Management tab and uncheck Allow the computer to turn off this device to save power.
  4. Click OK and restart your PC.

2. Update WiFi Driver

  1. In Device Manager, right-click the WiFi adapter and select Update driver.
  2. Choose Search automatically for drivers. If no update found, visit the manufacturer's website.
  3. Alternatively, download the latest driver from Intel, Realtek, or your laptop vendor.
  4. Install the driver and reboot.

3. Reset Network Settings

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

4. Change WiFi Channel on Router

  1. Log into your router’s admin panel (usually 192.168.1.1 or 192.168.0.1).
  2. Go to Wireless Settings.
  3. Change the channel from Auto to a specific channel (e.g., 1, 6, or 11 for 2.4 GHz).
  4. Save settings and reboot the router.

5. Disable 802.11n Mode (if using 2.4 GHz)

  1. In Device Manager, open WiFi adapter Properties.
  2. Go to the Advanced tab.
  3. Find 802.11n Mode or Wireless Mode and set to Disabled or 802.11g.
  4. Click OK and test.

Alternative Fixes

  • Run Network Troubleshooter: Go to Settings > Network & Internet > Status > Network troubleshooter.
  • Disable IPv6: In network adapter properties, uncheck Internet Protocol Version 6 (TCP/IPv6).
  • Change DNS: Use Google DNS (8.8.8.8 / 8.8.4.4) or Cloudflare (1.1.1.1).
  • Update Router Firmware: Check manufacturer support site for updates.
  • Use a Wired Connection Temporarily: If possible, test with Ethernet to rule out adapter hardware failure.

Prevention

  • Keep your WiFi drivers and router firmware up to date.
  • Avoid placing the router near metal objects, microwaves, or cordless phones.
  • Use a WiFi analyzer app to find the least congested channel.
  • Set a static IP address for your computer to avoid DHCP conflicts.
  • Regularly restart your router and modem (every few weeks).
  • Consider upgrading to a dual-band router if you have many devices on 2.4 GHz.

By following these steps, you should resolve the intermittent WiFi disconnects. If the problem persists, the wireless adapter may be failing and require replacement.

Related Errors in Network & Connectivity
0X0000233A DNS_ERROR_RCODE_BADTIME (0X0000233A) – DNS Signature Expired Network cable unplugged Network cable unplugged error in Windows 10/11 0XC00A002F 0XC00A002F: Terminal connection driver not found DNS Flush Doesn't Work? Here's the Real Fix

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.