Skip to main content
RebootDoctor

WiFi Keeps Disconnecting on Windows 11? Complete Fix Guide

By Mike Chen Fact-checked by Mike Chen (CompTIA A+ Certified) on

Short answer: Three highest-impact fixes for Windows 11 WiFi dropping every few minutes: (1) Device Manager → Network adapters → right-click your WiFi adapter → Properties → Power Management → uncheck 'Allow the computer to turn off this device to save power' (this single setting fixes ~40% of intermittent disconnect cases); (2) update WiFi driver from Intel/Realtek/Qualcomm directly or from your laptop OEM's support page (not Windows Update); (3) switch your network from 2.4GHz to 5GHz (look for the network name with '_5G' in it) to escape interference. If all three fail, the WiFi card itself may be dying — a $20 M.2 module swap is the fix.

A guy in Tampa messaged us at 2 AM last August. He worked the overnight shift and his home WiFi had been disconnecting every 8-10 minutes all evening, ruining his work. Local laptop, three years old, Windows 11 24H2. The first thing I asked him to do was check the Power Management tab on his WiFi adapter. “Allow the computer to turn off this device to save power” was checked. He unchecked it, his WiFi held its connection for the next four hours straight, and he sent us a tip in the morning.

That setting is one of those “Microsoft thinks they’re helping but they’re actually hurting” defaults. Windows is trying to save laptop battery by putting the WiFi adapter to sleep when traffic is idle. The problem is that some adapters don’t wake back up cleanly, and what looks like “WiFi keeps disconnecting” is actually “Windows is putting WiFi to sleep and then can’t reconnect properly.”

We see it constantly. About four in every ten WiFi disconnect tickets we close fix this way. Five-second setting change, no driver work, no router changes.

Why Does Windows 11 WiFi Keep Disconnecting?

The major causes, in rough order of frequency we encounter them at RebootDoctor:

Power-saving putting the adapter to sleep too aggressively is the biggest single category — around four in ten cases. Driver problems including Windows Update replacing the OEM driver are next at around a quarter. Channel congestion (your neighbors flooding the 2.4GHz band) and signal strength issues together are about another fifth. The remaining 15% is split between router-side problems, antenna issues inside the laptop (cable disconnected from the wireless card), and actual failing wireless modules.

The diagnostic order I use is: power settings first (free, 30 seconds), driver updates next (free, 10 minutes), then router/channel checks (free, varies), then physical inspection if everything else fails.

How Do You Stop Windows from Turning Off Your WiFi Adapter?

This is the first thing I check on any “WiFi keeps disconnecting” call:

Right-click Start → Device Manager → expand “Network adapters” → right-click your WiFi adapter (usually has “Wireless” or “WiFi” in the name) → Properties → Power Management tab.

Uncheck the box that says “Allow the computer to turn off this device to save power.” Click OK.

That’s it. That’s the whole fix for the most common cause of WiFi disconnects. The setting exists to save battery on laptops, but the trade-off is that some WiFi cards never reconnect cleanly after Windows powers them down. The setting is on by default, which means most laptops ship with this problem latent and only some users notice.

While you’re in the Power Management tab, also check Settings → System → Power & battery → Power mode. If you’re on “Best power efficiency” the system will aggressively put devices to sleep including WiFi. “Balanced” or “Best performance” handles this better. If your laptop battery is draining fast and you switched to power saver mode to compensate, that’s probably what triggered the WiFi drops — fix the battery drain at the source instead of throttling everything.

Have You Tried Forgetting and Reconnecting?

Corrupted WiFi connection profiles cause random drops that look exactly like hardware problems. Windows stores the authentication credentials, band preference, and proxy settings for every network you’ve ever joined, and that stored profile can get corrupted — especially after Windows Updates or password changes on the router.

To clear and rebuild the profile:

  1. Settings → Network & Internet → WiFi → Manage known networks.
  2. Find your home network → click Forget.
  3. Wait 10 seconds. Click the WiFi icon in the system tray, find your network again, enter the password, and reconnect.

This forces Windows to build a fresh connection profile with current settings. If your router’s password changed or the security protocol was updated (say, WPA2 to WPA3), the old profile has stale credentials and Windows keeps half-connecting, half-dropping.

Is the WLAN AutoConfig Service Running?

Windows manages all WiFi connections through a background service called WLAN AutoConfig. If this service stops or crashes — which happens occasionally after updates or aggressive third-party “optimization” tools — WiFi drops instantly and won’t reconnect.

Quick check:

  1. Win+R → type services.msc → Enter.
  2. Scroll to WLAN AutoConfig.
  3. Check the Status column. It should say “Running.” If it’s blank or says “Stopped,” right-click → Start.
  4. Double-click it → set Startup type to Automatic → OK.

If WLAN AutoConfig keeps stopping on its own, a system file is corrupted. Run sfc /scannow in an admin Command Prompt. If SFC finds and fixes something, restart and monitor WLAN AutoConfig again.

How Do You Fix WiFi Driver Issues?

If power management isn’t the issue, drivers are the next likely cause. Open Device Manager → Network adapters → right-click your WiFi adapter → Properties → Driver tab.

If the driver date is more than a few months old, install a fresh one. The two best sources, in order:

  1. Your laptop manufacturer’s support page. Search “[Your laptop model] WiFi driver” and download from the official OEM site (Dell, HP, Lenovo, ASUS). The OEM-tested driver is calibrated for your specific hardware combination.
  2. The chipset manufacturer. If you can’t find an OEM driver or it’s too old, go to Intel’s driver download page (most modern laptops use Intel AX200/AX210/BE200), AMD’s site for Ryzen integrated WiFi, or Realtek/Qualcomm for those chipsets.

Avoid using Windows Update for WiFi drivers. Microsoft’s WHQL certification process is slow, and the version that Windows Update pushes is often months behind what the OEM has tested and approved.

For a really clean driver swap: uninstall the device entirely from Device Manager (right-click → Uninstall device → check “Delete the driver software for this device” → restart). Windows will install fresh defaults on boot. Then install the OEM driver on top of that.

"On Windows 11, never trust Windows Update for WiFi drivers. Microsoft's WHQL-signed versions lag months behind what Intel, AMD, and Realtek have actually shipped, and the gap has caused half the WiFi disconnect tickets I've handled this year. The OEM driver from your laptop manufacturer's support page is consistently more stable."

Mike Chen, Lead Technician at RebootDoctor

Did a Windows Update Break Your WiFi?

This is more common than most people realize. Microsoft has shipped multiple Windows 11 updates that broke WiFi for specific adapter models:

  • KB5046617 (October 2024) — broke Intel WiFi 6/6E adapters on several laptop lines. Symptoms: adapter disappears entirely from Device Manager after update.
  • KB5068861 (January 2025) — WiFi icon vanishes from taskbar, adapter shows “This device cannot start (Code 10)” in Device Manager.
  • KB5032288 / KB5033375 — broke WiFi on Realtek and Qualcomm adapters, causing repeated disconnects every 5-15 minutes.

If WiFi broke immediately after a Windows Update:

  1. Settings → Windows Update → Update history → Uninstall updates.
  2. Find the most recent update, click Uninstall.
  3. Restart. If WiFi is back, that update was the problem.
  4. Pause updates for 1-2 weeks (Settings → Windows Update → Pause updates) — Microsoft usually ships a fix within 7-10 days of the bad update being reported at scale.

Alternatively, roll back via Command Prompt: wusa /uninstall /kb:5068861 /norestart (replace the KB number with the actual one).

Should You Be on 2.4GHz or 5GHz?

Modern WiFi routers broadcast two bands simultaneously: 2.4GHz and 5GHz. They’re effectively two different networks, and which one your laptop picks affects everything about reliability.

2.4GHz: Longer range, penetrates walls better, but crowded. Most consumer IoT devices (smart bulbs, doorbells, baby monitors), older laptops, microwave ovens, and your neighbors’ routers all share this band. In a typical urban apartment, you might see 15-25 competing 2.4GHz networks within range. If your Bluetooth is also acting up, this is probably why — Bluetooth shares the exact same 2.4GHz spectrum and gets squeezed out when WiFi traffic is heavy.

5GHz: Faster, much less congested (only newer devices use it), but shorter range and more attenuation through walls. If you’re within 30 feet of your router or in the same room as it, 5GHz is almost always better.

How to check which band you’re on: click the WiFi icon in the system tray → click the small arrow next to your network name → Properties. Look at “Network band.” If it says 2.4 GHz and you’ve been getting drops, try connecting to the 5GHz network. Routers usually broadcast both with names like “MyNetwork” (2.4) and “MyNetwork_5G” (5GHz). On some routers they have the same name and the device picks automatically — in that case, you might need to log into the router and manually separate them.

Could Channel Congestion Be the Cause?

Even on the same band, your WiFi quality depends on what channel your router is broadcasting on. The 2.4GHz band has only three non-overlapping channels (1, 6, 11). The 5GHz band has many more, but routers don’t always pick well.

Free tools to check what’s happening:

  • WiFi Analyzer (free Windows app from Microsoft Store) — shows you all visible WiFi networks and their channels in a graph form. You can see immediately if 10 networks are all crammed onto channel 6.
  • NetSpot — more advanced, also free for personal use.

If your router is on a congested channel, log into the router admin panel (usually 192.168.1.1 or 192.168.0.1) and either set the channel manually to the least-used one or enable “Auto channel” which picks dynamically. Save and reboot the router. WiFi reliability often improves dramatically with no other changes.

How Do You Test if It’s the Router or the Laptop?

A simple isolation test: connect a different device (phone, another laptop) to the same WiFi network from the same location. If the other device is rock-solid stable and your problem laptop keeps disconnecting, the laptop is the issue. If both devices are flaky, the router or the band you’re using is the issue.

Another useful test: tether your laptop to your phone’s mobile hotspot for an hour. If WiFi-style disconnects continue on the phone hotspot, the laptop’s WiFi card is the problem. If the laptop holds the phone hotspot connection cleanly, your home WiFi or router is at fault.

A real story from January. A customer’s HP Spectre dropped WiFi every few minutes at home but was fine at her office. We immediately suspected the home router. But when she ran a hotspot test from her phone, the laptop also disconnected from the hotspot. The router was innocent — her laptop’s WiFi driver was buggy. Driver update from HP’s support page fixed it.

Does Your WiFi Drop After Sleep?

A specific failure mode: WiFi works fine, but disconnects after the laptop wakes from sleep mode, never reconnecting until you reboot or manually toggle WiFi off and on.

This is a known Windows 11 issue with how some WiFi drivers handle wake-from-sleep. Two fixes:

  1. Update to the latest WiFi driver. Intel and Realtek have fixed multiple wake-from-sleep bugs over the past year. The version from October 2025 or later is much more stable on AX210/BE200 cards.
  2. Disable Modern Standby and use legacy S3 sleep. This is BIOS-level on most laptops — boot into BIOS (F2 during startup), look for “Sleep state” or “Sleep mode” options. Switch from “Modern Standby” or “S0i3” to “S3” if available. Not all laptops expose this option; on those that don’t, the driver update is the only fix.

Tried power management and drivers but WiFi still drops? Send us a screenshot of Device Manager → Network adapters → your WiFi adapter properties on WhatsApp. We can usually identify the specific issue in under a minute.

Send Screenshot on WhatsApp

Have You Reset the Network Stack?

If individual fixes haven’t worked, resetting the entire Windows networking stack clears corrupted TCP/IP settings, DNS cache, and Winsock catalog entries that accumulate over time.

Quick reset (command line):

Open Command Prompt as admin and run these four commands in sequence:

  1. netsh winsock reset — resets the Winsock catalog (corrupted entries from VPNs, firewalls, and uninstalled software)
  2. netsh int ip reset — resets TCP/IP stack to factory defaults
  3. ipconfig /flushdns — clears cached DNS records
  4. ipconfig /release && ipconfig /renew — forces a fresh IP address from the router

Restart after running all four.

Nuclear reset (Settings):

If the command-line reset doesn’t help: Settings → Network & Internet → Advanced network settings → Network reset. This removes all network adapters and reinstalls them, deletes all stored WiFi passwords, and resets every network setting to factory defaults. You’ll need to re-enter WiFi passwords afterward. This is the last resort before suspecting hardware — it catches configuration corruption that individual fixes miss.

Could Your DNS Server Be the Problem?

Sometimes WiFi stays “connected” but pages won’t load, or loads are extremely slow before eventually timing out. This looks like disconnection but it’s actually DNS failure — your ISP’s DNS server is slow or unresponsive.

Switch to faster DNS:

  1. Settings → Network & Internet → WiFi → your network name → Hardware properties → Edit (next to DNS server assignment).
  2. Switch to Manual → toggle IPv4 on.
  3. Preferred DNS: 1.1.1.1 (Cloudflare) or 8.8.8.8 (Google)
  4. Alternate DNS: 1.0.0.1 or 8.8.4.4
  5. Save.

Cloudflare’s 1.1.1.1 averages 11ms response time globally vs 30-70ms for most ISP DNS servers. Google’s 8.8.8.8 is similarly fast. The speed difference alone fixes the “connected but nothing loads” symptom, and both services have near-100% uptime — your ISP’s DNS does not.

Should You Disable IPv6?

IPv6 and IPv4 coexist on most networks, but older routers handle the dual-stack negotiation poorly. The symptom: WiFi connects briefly, then drops, reconnects, drops again — a rhythmic cycle every 2-5 minutes.

Test by disabling IPv6:

  1. Control Panel → Network and Sharing Center → Change adapter settings.
  2. Right-click your WiFi adapter → Properties.
  3. Uncheck Internet Protocol Version 6 (TCP/IPv6).
  4. Click OK.

Monitor for an hour. If the disconnection cycle stops, your router can’t handle dual-stack properly. This isn’t a permanent fix — IPv6 is the future — but it stabilizes the connection until you update router firmware or get a newer router.

Is WPA3 Causing Compatibility Issues?

Windows 11 prefers WPA3 security when connecting to routers that advertise it. The problem: many routers from 2019-2021 added WPA3 support via firmware updates, but their implementation is buggy. Windows negotiates WPA3, the handshake completes, and then the connection drops within minutes because the router’s WPA3 session management can’t keep up.

Symptoms that point to WPA3:

  • WiFi drops on your Windows 11 PC but older Windows 10 devices (which default to WPA2) stay connected on the same router
  • Connection drops happen during high-traffic periods (streaming, video calls) more than during idle browsing
  • Your router is 3+ years old and running a firmware update that “added WPA3 support”

Fix: log into your router admin panel (192.168.1.1 or 192.168.0.1) → Wireless Security settings → change from “WPA3” or “WPA2/WPA3 Mixed” to WPA2 only. If stability improves dramatically, your router’s WPA3 implementation is the problem. Either keep WPA2 (still perfectly secure for home use) or update to a newer router with native WPA3 support.

Could Antivirus or VPN Be Causing Disconnects?

Before you start uninstalling things, run the built-in diagnostic: Settings → System → Troubleshoot → Other troubleshooters → Network and Internet → Run. It’s not powerful, but it catches broken adapter configurations and resets them automatically. Takes 60 seconds.

If the troubleshooter finds nothing, the issue might be third-party software. Some “internet security” suites install network filter drivers that interpose between your WiFi adapter and Windows. When those drivers misbehave, you get intermittent disconnects that look like WiFi problems but are actually software interception failures.

Most common culprits: McAfee Total Protection, Norton 360 with VPN, AVG Security, and aggressive corporate VPN clients (Cisco AnyConnect, Pulse Secure, Palo Alto GlobalProtect).

Test: temporarily disable or uninstall the security suite, monitor WiFi for a few hours. If WiFi suddenly stabilizes, you’ve found your culprit. Windows Defender plus Malwarebytes free for occasional manual scans is more than enough security for most home users and won’t cause this problem.

VPN-specific: try connecting without the VPN active and see if disconnects continue. If VPN-off is stable, the VPN is dropping the underlying WiFi connection when it reconnects.

Systematic clean boot (when you can’t pinpoint which software): Win+R → msconfig → Services tab → check “Hide all Microsoft services” → Disable all → Startup tab → Open Task Manager → disable all startup items → Restart. If WiFi is stable after clean boot, the culprit is one of those disabled services or startup programs. Re-enable them in groups of 3-4, restarting each time, until the disconnects return — then narrow down to the specific one.

When Is It Actually a Failing WiFi Card?

If you’ve ruled out power management, drivers, channel congestion, router-side issues, sleep behavior, and software interference, you’re looking at hardware failure.

A definitive test: boot a Linux live USB (an Ubuntu installer USB works perfectly) and connect to your WiFi. If Linux holds the connection rock-solid and Windows keeps dropping, it’s a Windows-side issue (driver, service, software). If Linux also drops the connection, your laptop’s WiFi module hardware is dying.

The wireless card in most modern laptops is an M.2 module (usually M.2 2230 form factor) the size of a stick of gum. Replacement Intel AX210 modules run $20-30 on Amazon. The swap takes 10-15 minutes: remove the bottom panel, unscrew the antenna leads (two tiny coaxial cables), unscrew the module, slide it out, insert the new one, reattach antennas, reinstall the bottom panel. It’s one of the most DIY-friendly laptop repairs.

If you don’t want to open the laptop, a USB WiFi adapter ($15-30 on Amazon — look for ones with Realtek RTL8821CU or RTL8852BE chipsets, both well-supported on Windows 11) is a fast workaround.

What If Nothing Worked?

You’ve turned off power management, updated drivers from the OEM, switched to 5GHz, ruled out the router with a hotspot test, disabled aggressive security software, and the WiFi still drops.

Our remote WiFi diagnostic runs $9.90 and takes about 20-30 minutes. We walk through every check above on screen-share, pull Event Viewer logs for network-related errors, examine your adapter’s specific firmware version, and tell you with high confidence whether the issue is software-fixable or whether the wireless card needs replacement. If software, we fix it during the same session. If hardware, we tell you exactly which replacement M.2 module to buy and how to install it.

For users who’d prefer to avoid the whole diagnostic, a USB WiFi adapter is the fastest workaround. They cost less than our diagnostic, plug in instantly, and bypass whatever’s wrong with your laptop’s built-in wireless completely.

Message us on WhatsApp — describe your laptop model, when disconnects happen (random? after sleep? only on certain networks?), and what you’ve already tried.

If your wireless printer started showing offline at the same time as WiFi issues, that’s not coincidence — both share the network. Our printer offline on Windows 11 guide covers the IP-address fix that solves the most common printer side of this combined problem.

Last verified: May 2026 against Windows 11 24H2 and major WiFi chipset drivers from Intel, AMD, Realtek, and Qualcomm.

Frequently Asked Questions

Why does my Windows 11 WiFi keep disconnecting?

Four main causes: (1) Windows is putting the WiFi adapter to sleep to save power — disable it under Device Manager → adapter properties → Power Management; (2) outdated or buggy WiFi driver — get the latest from your laptop OEM's site, not Windows Update; (3) router channel conflict with neighbors on the same channel; (4) weak signal at the laptop's location. About 65% of cases are fixed by the first two.

How do I stop Windows 11 from turning off my WiFi adapter?

Device Manager → Network adapters → right-click your WiFi adapter → Properties → Power Management tab → uncheck 'Allow the computer to turn off this device to save power.' This single setting resolves a huge percentage of intermittent WiFi disconnections on laptops, especially during video calls or downloads.

Should I use the 2.4GHz or 5GHz WiFi band?

5GHz for speed and reliability when you're close to the router (within 30 feet, same room or one wall away). 2.4GHz for range when you need to cover the whole house. 5GHz has way less interference because fewer devices use it. If your laptop is connecting to 2.4GHz and dropping constantly, switch to the 5GHz band (look for the network with '_5G' or '5GHz' in the name).

Why does my WiFi disconnect after Windows wakes from sleep?

Windows 11 has known issues with how some WiFi drivers reinitialize after sleep, especially on Intel AX200 and AX210 cards. Two fixes: (1) disable Modern Standby in Power Options (advanced) or BIOS — go to old-school S3 sleep instead of S0i3; (2) update to the latest WiFi driver from Intel directly. Both reduce post-sleep WiFi failure rates significantly.

How can I tell if my WiFi adapter is failing?

Boot a Linux live USB (Ubuntu installer USB works) and see if WiFi works there. If WiFi is rock-solid on Linux and broken on Windows, it's a driver/software problem. If WiFi is broken on both Linux and Windows, the wireless module hardware has failed. M.2 wireless module replacements run $20-40 and take 10-15 minutes to install on most laptops.

Need Expert Help?

If these steps didn't fix your issue, our certified technicians can diagnose and resolve it remotely —usually in under 30 minutes.

24/7 · Online Now Chat on WhatsApp