First find whether only this PC drops or every device drops together; that check splits the problem. If only your PC drops, the top fix is hidden in Windows: Device Manager > Network adapters > your adapter > Power Management, then uncheck ‘Allow the computer to turn off this device to save power.’ Whole-network drops mean the router or ISP.
By LK Wood IV · 2026-07-06 · ~9 min read · St. Louis County, MO
Some retailer links below are Amazon affiliate links; if you buy through them TechFuel HQ may earn a small commission at no extra cost to you. As an Amazon Associate I earn from qualifying purchases. Commissions never influence what gets recommended — see our disclosure.
Search “WiFi keeps disconnecting” and the answer at the top of the page — and most of the ISP pages under it — tell you the same thing: restart your router, move it to the middle of the room, done. Sometimes that’s the fix. Often it does nothing, because a Wi-Fi drop has two completely different homes, and the fix for one is useless on the other.
The single question that decides everything: when the Wi-Fi drops, does it drop on every device, or just this one? Answer that first and you’ve already cut the problem in half.
Step 1: Isolate — one device, or the whole network?
Before you change a single setting, watch what happens the next time it drops. Look at your phone, another laptop, a smart TV — anything else on the same Wi-Fi.
| What you see when it drops | Where the problem lives | Where to work |
|---|---|---|
| Only this PC drops; phone and other devices stay online | The device — its Wi-Fi adapter, driver, or power settings | Step 2 (the Windows fixes) |
| Every device drops at the same moment | The router, modem, or ISP | Step 4 (the router fixes) |
| Drops only in certain rooms / far from the router | Signal / range | Step 4, then the hardware section |
| Drops at predictable times (evenings, weekends) | Congestion / interference | Step 4 (channel + band) |
This one observation is what almost every guide skips — and it’s why “restart your router” so often fails. Restarting the router cannot fix a laptop whose Wi-Fi adapter is being switched off to save battery. If only your PC drops, leave the router alone and go to Step 2.
Step 2: If it’s only this PC — the Windows fixes, in order
These are ordered by how often they actually solve it. Do them top to bottom and stop when the drops stop.
1. Turn off adapter power saving (the fix Windows hides)
This is the number-one cause of a single Windows machine dropping Wi-Fi, and it’s buried where nobody looks. Windows has a power-saving feature that quietly switches the Wi-Fi adapter off to save energy — and sometimes it doesn’t switch it back on cleanly.
- Right-click Start → Device Manager.
- Expand Network adapters, right-click your Wi-Fi adapter, choose Properties.
- Open the Power Management tab.
- Uncheck “Allow the computer to turn off this device to save power,” and click OK.
That’s it. For a lot of people the drops stop here, in under five minutes. (On a laptop, also open Settings → System → Power and make sure a battery-saver profile isn’t re-applying aggressive power limits.)
2. Update — or roll back — the Wi-Fi driver
A buggy or outdated Wi-Fi driver is the next most common cause, and Windows Update often installs a generic driver that behaves worse than the one from the hardware maker.
- If the drops are long-running: get the latest Wi-Fi driver from your laptop maker’s support page (Dell, HP, Lenovo, ASUS…) or the adapter chipset maker (Intel, Realtek, MediaTek, Qualcomm). Install it over the top.
- If the drops started right after a Windows or driver update: roll it back. Device Manager → your adapter → Properties → Driver → Roll Back Driver. A regression in a new driver is a classic trigger.
3. Check the WLAN AutoConfig service
Windows manages your Wi-Fi through a service called WLAN AutoConfig. If it’s stopped or set to Manual, connections get flaky.
- Press Windows Key + R, type
services.msc, Enter. - Find WLAN AutoConfig, double-click it, set Startup type: Automatic, and make sure it’s Running.
4. Tame roaming aggressiveness (only if you have more than one access point)
If you use a mesh system or more than one router/AP, your adapter constantly decides whether to jump to a “better” signal. Set too aggressive, it hops back and forth and drops mid-hop.
- Device Manager → your Wi-Fi adapter → Properties → Advanced tab → Roaming Aggressiveness (some adapters call it Roaming Sensitivity).
- The default is usually Medium (3). If you’re getting drops as you move around a multi-AP home, try Medium-Low or Low so the PC stays put longer.
- On a single-router home this setting doesn’t matter — skip it.
5. Prefer 5 GHz over 2.4 GHz
The 2.4 GHz band reaches farther but is slower and crowded — it’s shared with neighbors, microwaves, Bluetooth, and smart-home gear. Where the signal is strong, 5 GHz is far more stable. In your adapter’s Advanced tab you can set Preferred Band to 5 GHz, or simply connect to the network’s 5 GHz name if the router broadcasts them separately.
6. Reset the network stack
If it still drops, flush Windows’ networking state. Open Command Prompt as administrator and run these one at a time, then reboot:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
7. Turn off Fast Startup
Fast Startup half-hibernates the PC instead of doing a clean shutdown, and it’s a frequent cause of Wi-Fi that won’t reconnect after a cold boot. Control Panel → Power Options → “Choose what the power buttons do” → “Change settings that are currently unavailable” → uncheck “Turn on fast startup.”
Step 3: Read the report Windows already keeps
Here’s the step that turns guessing into knowing — and, like reading Event Viewer for a freezing PC, it’s the part almost every guide leaves out. Windows can generate a full WLAN report: a timeline of every connect, disconnect, and the reason for each.
- Open Command Prompt as administrator.
- Run
netsh wlan show wlanreport. - It creates an HTML report — the command prints the path (usually
C:\ProgramData\Microsoft\Windows\WlanReport\wlan-report-latest.html). Open it in a browser.
The report shows a graph of your connection sessions with red markers on the disconnects, and for each one it lists a reason code — whether you roamed to another AP, whether the adapter dropped the link, or whether you simply lost the IP/DNS lease. That distinction tells you which of the fixes above to trust:
- “Roamed” / lots of session switches → it’s the roaming/signal problem (Step 2.4 and 2.5, or a range issue).
- Adapter reset / driver events → it’s power management or the driver (Step 2.1–2.2).
- DHCP/DNS failures → it’s the router handing out addresses, not the PC (Step 4).
You can also run netsh wlan show interfaces right before and after a drop to watch the signal strength and state change in real time.
Step 4: If every device drops — work the router
When the whole house loses Wi-Fi at once, no amount of PC tweaking will help. Work the network equipment instead:
- Power-cycle properly. Unplug the modem and router, wait 30 seconds, plug the modem back first, let it fully sync, then the router. This clears the most common transient faults.
- Fix channel congestion. In a dense area, several neighbors on the same 2.4 GHz channel will cause mutual drops. Log into your router and set the 2.4 GHz channel to 1, 6, or 11 (the only non-overlapping ones), and enable 5 GHz for devices that support it.
- Update the router firmware. Years-old firmware is a real source of instability; check the admin page for an update.
- Check for overheating and placement. A router baking on top of a receiver, or crammed behind a TV, will drop connections when it gets hot. Give it air and a central, open spot away from thick walls, metal, and water (fish tanks, radiators).
- Snug the cables. A slightly loose coax or WAN cable causes intermittent whole-network drops that look exactly like a Wi-Fi problem.
If every device still drops after all of that, the problem is likely upstream — the modem, the line, or the ISP. Note the times it happened and call your provider with specifics.
When the real fix is new hardware
Sometimes the adapter or router is simply old and struggling. A few honest upgrade paths once you’ve ruled out settings:
- A dead or ancient laptop/desktop adapter: a plug-in USB Wi-Fi 6 adapter is the fastest way to bypass a flaky built-in card without opening anything. For a desktop with an open slot, a PCIe Wi-Fi 6E card with real antennas gives a far stronger, more stable link than a tiny dongle.
- Drops that are really a range problem (only in far rooms): a single router can’t cover every home. A mesh system fixes dead zones properly — and if you’re weighing whether the newest standard is worth it, our Wi-Fi 7 for the home network guide breaks down when it actually helps and when Wi-Fi 6E is the smarter buy.
The quick version
- Watch a drop. Only this PC, or every device?
- Only this PC → turn off adapter power saving, update/roll back the driver, check WLAN AutoConfig, tame roaming, prefer 5 GHz, reset the network stack, disable Fast Startup.
- Read
netsh wlan show wlanreportto see why it dropped, and confirm which fix to trust. - Every device → power-cycle the modem+router, fix the channel, update firmware, cool and reposition the router, check cables — then call the ISP if it persists.
Isolate first, and you never waste an hour restarting a router for a problem that was living inside your PC the whole time.
Frequently asked questions
How do I fix an unstable WiFi connection?
How do I get my WiFi to stay connected?
How do I fix frequent internet disconnection?
Why is my WiFi good one day and bad the next?
Why does my laptop keep disconnecting from WiFi but not my phone?
Is my WiFi disconnecting because someone hacked it?
Evidence ledger
- Last updated
- Methodology
- This guide was written and edited by Lowell K. Wood IV in St. Louis County, MO. Specs and prices verified against vendor and project documentation current on the date above. Full editorial standard: methodology.
- Update log
- 2026-08-02 — Last reviewed and updated.
- Corrections
- Spotted an error or a stale number? Email hello@techfuelhq.com. Confirmed corrections are added to the update log above.