WiFi Keeps Disconnecting? How to Fix Unstable WiFi

3 min read
Beginner WiFi Disconnect Fix Router

Your WiFi connects, works for a while, then drops. You reconnect and it drops again. This is different from "no WiFi at all" — the connection works but is unstable.

Quick Fixes (Try First)

  1. Restart your router — unplug, wait 30 seconds, plug back in
  2. Move closer to the router — if it stops disconnecting when close, it is a signal/range issue
  3. Restart your device — full reboot, not just sleep/wake

Windows Fixes

Fix 1: Disable Power Management for WiFi

Windows puts the WiFi adapter to sleep to save power, causing drops:

  1. Device Manager → Network adapters → right-click WiFi adapter → Properties
  2. Power Management tab → UNCHECK "Allow the computer to turn off this device to save power"
  3. Click OK

Fix 2: Change WiFi Driver Power Setting

  1. Device Manager → Network adapters → right-click WiFi adapter → Properties
  2. Advanced tab → find "Power Saving Mode" or "Roaming Aggressiveness"
  3. Set Power Saving to Disabled or Maximum Performance
  4. Set Roaming Aggressiveness to Medium or Lowest

Fix 3: Forget and Reconnect

Settings → Network & Internet → WiFi → Manage known networks → click your network → Forget → reconnect with password

Fix 4: Set to Private Network

Settings → Network & Internet → WiFi → click your network → set to Private (not Public)

Fix 5: Reset Network Stack

Open Command Prompt as admin:

netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew

Restart computer.

Fix 6: Update WiFi Driver

Device Manager → Network adapters → right-click WiFi adapter → Update driver → Search automatically

Or download from your laptop manufacturer's website (Dell, HP, Lenovo, etc.)

Mac Fixes

Fix 1: Renew DHCP

System Settings → Network → WiFi → Details → TCP/IP → Renew DHCP Lease

Fix 2: Delete WiFi Preferences

sudo rm /Library/Preferences/SystemConfiguration/com.apple.wifi.message-tracer.plist
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
sudo rm /Library/Preferences/SystemConfiguration/preferences.plist

Restart your Mac.

Fix 3: Create New Network Location

System Settings → Network → Location → Edit Locations → add new → Apply

iPhone

  1. Settings → WiFi → tap (i) next to network → Forget → rejoin
  2. Turn off Private WiFi Address temporarily: Settings → WiFi → (i) → Private Address OFF
  3. Reset Network Settings: Settings → General → Transfer or Reset → Reset → Reset Network Settings

Android

  1. Settings → WiFi → long-press network → Forget → reconnect
  2. Settings → WiFi → Advanced → Turn off WiFi automatically when asleep → set to Never
  3. Settings → Battery → disable battery optimization for WiFi

Router Fixes

If the problem affects all devices:

Change WiFi Channel

Your channel might be congested (especially in apartments):

  1. Log into router (192.168.1.1)
  2. WiFi settings → Channel → try channels 1, 6, or 11 (for 2.4 GHz)
  3. For 5 GHz, most channels work fine

Update Router Firmware

Router admin page → System/Administration → Firmware Update → check and install

Reduce Connected Devices

Too many devices overload the router's WiFi radio:

  • Disconnect devices not in use
  • Connect stationary devices via ethernet instead

Check for Interference

Move the router away from:

  • Microwaves, baby monitors, cordless phones (2.4 GHz interference)
  • Metal objects, mirrors, aquariums
  • Other routers/access points too close

Replace the Router

If your router is 5+ years old, it may just be failing. WiFi radios degrade over time. A new WiFi 6 router ($80-150) solves most home WiFi problems.

Related Tools