WiFi Keeps Disconnecting Every Few Minutes – Fix Guide

WiFi disconnecting every few minutes is often due to signal interference, outdated drivers, or power management settings. This guide provides step-by-step fixes to stabilize your connection.

Symptoms

  • WiFi disconnects and reconnects repeatedly every few minutes.
  • Internet access drops while the WiFi icon still shows connected (limited connectivity).
  • Connection drops especially during high-bandwidth activities like streaming or gaming.
  • Other devices may or may not experience the same issue.

Root Causes

  • Power saving settings: Windows or driver power management may turn off the WiFi adapter to save power.
  • Outdated or corrupted network drivers: Incompatible or buggy drivers cause instability.
  • Wireless interference: Neighboring networks, Bluetooth devices, microwaves, or cordless phones on the same frequency.
  • Router congestion: Too many devices connected or outdated router firmware.
  • DHCP lease renewal issues: Short lease times or conflicts cause periodic disconnects.

Step-by-Step Fix

1. Disable Power Management 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.
  4. Uncheck “Allow the computer to turn off this device to save power”.
  5. Click OK and restart your PC.

2. Update WiFi Driver

  1. In Device Manager, right-click your WiFi adapter and select Update driver.
  2. Choose “Search automatically for drivers”. If no update found, visit your laptop or adapter manufacturer’s website to download the latest driver.
  3. Alternatively, use a driver update tool or manually install the driver from the manufacturer’s support page.

3. Change Wireless Channel (Router Side)

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

4. Renew IP and Flush DNS

  1. Open Command Prompt as Administrator (Win + R, type cmd, press Ctrl+Shift+Enter).
  2. Type the following commands one by one, pressing Enter after each:
    ipconfig /release
    ipconfig /renew
    ipconfig /flushdns
  3. Close the window and test the connection.

5. Reset Network Stack

  1. In the same Command Prompt, run:
    netsh int ip reset
    netsh winsock reset
  2. Restart your computer.

Alternative Fixes

  • Switch to 5GHz band: If your router supports dual-band, connect to the 5GHz network to avoid interference from common household devices.
  • Update router firmware: Check the router manufacturer’s website for the latest firmware and apply it.
  • Reduce number of connected devices: Disconnect unused devices to reduce load on the router.
  • Use a wired connection: Temporarily use Ethernet to confirm if the issue is WiFi-specific.
  • Change WiFi adapter settings: In Device Manager > adapter properties > Advanced tab, try disabling 802.11n mode or WMM.

Prevention

  • Keep your WiFi drivers and router firmware updated regularly.
  • Place the router in a central location away from thick walls and electronic interference.
  • Use a WiFi analyzer app to find the least congested channel and set it manually.
  • Disable power saving for the network adapter permanently.
  • Consider upgrading to a mesh WiFi system if your home is large or has many walls.
  • Schedule a weekly router reboot if possible.

By following these steps, you should be able to stabilize your WiFi connection and eliminate frequent disconnects. If the problem persists, your network adapter may be faulty and require replacement.

Related Errors in Network & Connectivity
0XC0000237 Fix 0xC0000237 Graceful Disconnect Error Fast Wi-Fi Says Connected But No Internet — Real Fix Wi-Fi Network Not Showing Up – What Actually Fixed It DNS server not responding Fix 'DNS server not responding' in 30 seconds or less

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.