Wi-Fi that keeps disconnecting is different from Wi-Fi that won’t connect at all. The connection establishes, works for a while, then drops — and this specific pattern points at a handful of specific causes rather than the full range of Wi-Fi troubleshooting. If you want the full context, see our Complete Guide to Fixing Windows, Browser, and Software Errors.
The most important diagnostic question: how long does it stay connected before dropping? Disconnections every 2–5 minutes are almost always power management cutting the adapter. Disconnections after exactly 30–60 minutes might be the DHCP lease expiring and not renewing properly. Disconnections that happen at random intervals with no pattern — especially when moving around the house — suggest a signal strength issue. Disconnections that began after a Windows update point at a driver regression.
Fix 1: Disable USB Selective Suspend and Adapter Power Management
This is the fix that works for the most people, particularly when disconnections happen every few minutes or when coming back to the laptop after a period of inactivity. Windows aggressively powers down the Wi-Fi adapter to save battery — a setting that works in theory but causes the adapter to fail to reconnect properly after the power-save state.
There are two places to disable this:
Via Power Options: Control Panel → Power Options → your current plan → Change plan settings → Change advanced power settings → Wireless Adapter Settings → Power Saving Mode → change to Maximum Performance.
Via Device Manager: Device Manager → Network Adapters → right-click your Wi-Fi adapter → Properties → Power Management → uncheck “Allow the computer to turn off this device to save power.”
Both changes together are more effective than either alone. Test for disconnections after applying both. On many laptops, this single change stops the disconnection cycle completely.
Fix 2: Update or Roll Back the Wi-Fi Driver
A driver update that introduced a power management regression, or a Windows update that replaced the working manufacturer driver with a generic version, are both common triggers for sudden-onset disconnection problems. If disconnections started around a specific date, checking whether a driver update happened around that time is the most efficient diagnostic.
If you need to update: Check the PC manufacturer’s support page for your specific model and download the current Wi-Fi driver. Manufacturer drivers are better tested and more feature-complete than what Windows Update provides. Intel Wi-Fi adapter drivers from Intel’s website are specifically worth checking on Intel-based laptops.
If disconnections started after an update: Device Manager → right-click Wi-Fi adapter → Properties → Driver tab → Roll Back Driver. This restores the previous driver version. If Roll Back Driver is greyed out, the previous version isn’t stored — download it from the manufacturer’s site or check archived driver versions.
Fix 3: Advanced Adapter Settings
Wi-Fi adapter drivers include several advanced settings that affect connection stability but are buried in Device Manager and rarely touched. These are worth checking when basic power management fixes don’t resolve the disconnections:
Device Manager → right-click Wi-Fi adapter → Properties → Advanced tab. Settings to check:
- 802.11 Power Save Mode — Set to “Off” or “Disabled”
- Power Management Level — Change to “Maximum Performance” or “High”
- Roaming Aggressiveness — For laptops that move between rooms, set to “Highest” for faster access point switching
- Band Preference — If available, explicitly select 5 GHz for better range/reliability near the router, or 2.4 GHz for better range when farther away
The available options vary by adapter manufacturer and driver version — Intel, Qualcomm, Realtek, and MediaTek adapters all have different option sets. Not all of these will appear in every adapter’s Advanced tab.
Fix 4: Forget and Reconnect to the Network
The saved Wi-Fi network profile stores credentials and connection parameters. When this profile becomes corrupted or mismatched with the current router configuration — which happens after router firmware updates, router replacements, or certain Windows updates — Windows reconnects but then drops when the stored configuration doesn’t match what the router expects.
Click the Wi-Fi icon in the taskbar → click the arrow next to your network → Forget. Wait a few seconds. Click the network name → Connect → re-enter the password. Windows creates a completely fresh profile. If this resolves the disconnections, the old profile was conflicting with the current network configuration.
Fix 5: DNS-over-HTTPS as a Hidden Disconnect Source
Chrome and Firefox both have built-in DNS-over-HTTPS (DoH) that can create a pattern that looks like Wi-Fi disconnecting. What actually happens: the DoH provider becomes temporarily unreachable, DNS lookups fail, pages stop loading, and it appears that the connection dropped. But the Wi-Fi adapter never actually disconnected — only DNS broke.
Test this: when a “disconnection” happens, open Command Prompt and type ping 8.8.8.8. If this gets replies, the Wi-Fi is connected — only DNS is failing. In Chrome: Settings → Privacy and security → Security → Use secure DNS → set to “With your current service provider” (disables Chrome’s independent DoH). In Firefox: Settings → General → Network Settings → Enable DNS over HTTPS → uncheck. If the apparent disconnections stop after disabling browser DoH, the DoH provider was causing the problem.
Fix 6: Router Channel and Band Interference
In apartments and dense neighbourhoods, dozens of nearby routers may all broadcast on the same 2.4 GHz channel, causing interference that produces disconnections. Windows connects to the network but the competing signals cause the connection to drop repeatedly.
Log into your router admin panel (usually 192.168.1.1) and check the Wi-Fi channel settings. For 2.4 GHz, channels 1, 6, and 11 are non-overlapping — pick whichever one has the fewest competing networks. A free Wi-Fi Analyzer app on Android or iOS shows all nearby networks and their channels, making it easy to identify the least crowded option. For 5 GHz, there are more non-overlapping channels available — switching to 5 GHz with a less crowded channel often resolves disconnections entirely in interference-heavy environments.
Fix 7: Network Stack Reset
When disconnections persist through driver updates, power management changes, and adapter settings adjustments, the Windows network stack itself may have accumulated corruption. Resetting it is more thorough than any individual setting change:
netsh winsock reset
netsh int ip reset
ipconfig /flushdnsRun from an administrator Command Prompt, then restart the PC. After restarting, the Wi-Fi adapter reinitialises with a clean network stack. Also consider a full Network Reset if this doesn’t help: Settings → Network and internet → Advanced network settings → Network reset → Reset now. This is more disruptive (removes VPN adapters, clears saved passwords) but resolves the deepest stack-level issues.
WLAN-AutoConfig Event Log for Precise Diagnosis
Windows logs the specific reason for every Wi-Fi disconnection in Event Viewer. After a disconnection, open: Event Viewer → Applications and Services Logs → Microsoft → Windows → WLAN-AutoConfig → Operational. Look for “Disconnection reason” entries timestamped at the moment of the last drop.
Common reason codes:
- Reason code 4 — The router sent a disassociation notice. The router is actively disconnecting the device — often a WPA3 compatibility issue or a router-side resource constraint
- Reason code 15 — 4-way handshake timeout during authentication. Could be a driver bug or security protocol mismatch
- Reason code 34 — The adapter chose to disconnect. Usually power management or roaming aggressiveness
- Reason code 0 — Explicit disconnect from Windows itself. Often caused by Windows Update restarting network services
This ten-minute diagnostic takes “the Wi-Fi keeps dropping” from a vague complaint to “reason code 34 every time — it’s the adapter choosing to disconnect, so fix the power management settings.” That specificity makes every subsequent fix more targeted.
Mesh Wi-Fi Roaming Issues
Mesh Wi-Fi systems (Eero, Google Nest, Orbi, Deco) create a single network from multiple access points. The roaming between them should be seamless, but Windows 11’s roaming aggressiveness setting affects how willingly the adapter switches to a stronger access point. When the adapter clings to a weak signal from a distant node rather than switching to a nearby node, the deteriorating signal eventually causes a disconnection.
The Device Manager Advanced tab setting “Roaming Aggressiveness” (or equivalent in other adapters) controls this. Setting it to Highest tells the adapter to switch to a better access point sooner. Combined with ensuring the mesh nodes are running current firmware and broadcasting the same SSID, this resolves most roaming-related disconnection patterns on mesh networks.
Our guide on Wi-Fi not working on Windows 11 covers the complete connection failures that sometimes precede the intermittent disconnection pattern — if the machine never connects at all, those fixes apply. For the DNS failures that look like disconnections but leave the Wi-Fi adapter connected, our DNS server not responding guide covers the resolver and cache issues in depth. Microsoft’s WLAN troubleshooting documentation covers the full WLAN-AutoConfig event reason code list with explanations of each specific code and the recommended response.
DHCP Lease Expiry Disconnections
Every device on a Wi-Fi network has a DHCP lease — a temporary IP address assigned by the router that expires after a set time (typically 24 hours, but configurable per router). When the lease expires, the device and router negotiate renewal. If this renewal fails — because the router is slow to respond, because the router’s DHCP pool is exhausted, or because a network stack issue prevents the renewal packet from being processed — the device loses its valid IP address and the connection drops.
The symptom: disconnections happening at regular intervals (every 24 hours, or every few hours if the router has a short lease time). The machine drops connection, reconnects within a minute, and everything is fine again. Check whether your disconnections follow a predictable schedule — if they happen at approximately the same time each day, DHCP lease renewal is the probable cause.
Fix: shorten the renew cycle by using a static IP for the device. Settings → Network and internet → Wi-Fi → your network → IP settings → Edit → Manual → enter a static IP in your network range (usually 192.168.1.x for home routers, with an address in the 100–200 range to avoid conflicts), subnet mask 255.255.255.0, gateway as your router’s IP, and DNS as 1.1.1.1. With a static IP, there’s no lease to renew and no renewal-failure disconnections.
USB 3.0 Radio Frequency Interference
USB 3.0 devices emit radio frequency interference in the 2.4 GHz range. On laptops where USB ports are close to the Wi-Fi antenna, a USB 3.0 external drive, hub, or webcam can degrade the 2.4 GHz Wi-Fi signal enough to cause intermittent disconnections. The adapter stays connected but the signal quality degrades below usable levels, triggering reconnection.
The diagnostic: unplug all USB 3.0 devices and observe whether disconnections stop. If they do, one of those USB 3.0 devices was causing interference. Solutions: use a USB extension cable to move the device further from the laptop’s antenna, switch Wi-Fi to 5 GHz (which doesn’t experience USB 3.0 interference), or use a powered USB hub that positions the devices away from the antenna.
VPN and Wi-Fi Disconnection Interactions
VPN clients often change the default route for all network traffic, and reconnecting the VPN after it drops can briefly interrupt the underlying Wi-Fi connection’s routing table — which Windows sometimes interprets as a disconnection. Conversely, some VPN clients aggressively close the underlying network connection when the VPN drops as a “kill switch” feature, which causes Windows to show the Wi-Fi as disconnected even though the underlying connection is fine.
If disconnections correlate with VPN connection events: check whether disabling the VPN eliminates the disconnections. If yes, the VPN is either causing them through kill switch behavior or is interfering with the routing table during reconnection. Most enterprise VPN clients have a configurable kill switch setting that can be made less aggressive. Consumer VPN clients (ExpressVPN, NordVPN, etc.) have the kill switch in their settings with the option to disable it — noting that disabling the kill switch means traffic flows unprotected if the VPN drops, which may or may not be acceptable depending on the use case.
Windows Insider Builds and Wi-Fi Stability
If the machine is enrolled in the Windows Insider Program (Settings → Windows Update → Windows Insider Programme), Wi-Fi disconnections can be an expected side effect of pre-release Windows builds that have known driver or network stack issues. Insider builds are released before full testing and known instability is common.
Check: Settings → System → About → Edition shows “Windows 11 Insider Preview” if enrolled. If so, a known Insider build issue with Wi-Fi drivers is worth checking first in the Windows Insider feedback hub (search for “Wi-Fi disconnecting” in the known issues list). The practical fix for persistent Wi-Fi instability on Insider builds is either unenrolling from Insider and returning to stable release, or switching to a less volatile Insider channel (Release Preview instead of Dev or Canary). Known issues in Insider builds are fixed on the Insider timeline, not on demand, so the fastest resolution is often moving back to the stable release channel. Our guide on How to Fix Chrome Keeps Crashing covers an adjacent issue.







