Windows 11 Wi-Fi Keeps Disconnecting? Here Are the 7 Fixes That Actually Solve It
Your other devices — phone, tablet, smart TV — hold a solid connection all day. Your Windows 11 PC drops Wi-Fi every 20 minutes, every time it wakes from sleep, or every time you need it most.
This is one of the most-reported Windows 11 problems of 2026. I have diagnosed this exact issue on multiple machines and the fix depends entirely on which of four root causes is triggering it on your specific setup. Most guides give you a list of ten things to try. This guide diagnoses your problem first, then sends you to the right fix directly.
![]() |
| Your Wi-Fi adapter name in Device Manager tells you exactly which driver to update — the single most important piece of information for diagnosing Wi-Fi drops in Windows 11 |
Five minutes of reading. One correct fix. No guessing.
Step 0: Diagnose First — Which Type of Disconnection Do You Have?
Before trying anything, identify your pattern. This saves you from applying the wrong fix.
Pattern A — Drops after sleep or screen lock: Your Wi-Fi disconnects every time your PC wakes from sleep, the screen turns off, or you lock the computer. Works fine when actively in use. → Go to Fix 1 (Power Management)
Pattern B — Random drops every 15–45 minutes with no pattern: Connection drops unpredictably during use. No sleep involved. Other devices on the same network are fine. → Go to Fix 2 (Wi-Fi Adapter Driver)
Pattern C — Drops after a specific Windows update: Everything was fine until a particular Windows update installed. Wi-Fi has been unstable ever since. → Go to Fix 4 (Roll Back Update or Driver)
Pattern D — Wi-Fi disappears completely and only comes back after restart: The Wi-Fi icon shows a red X or "No Internet." Reconnecting doesn't help. Only a full restart restores connectivity. → Go to Fix 5 (WLAN AutoConfig + Network Stack Reset)
Fix 1: Disable Power Management on the Wi-Fi Adapter (Solves Pattern A — 70% of cases)
This is the single most effective fix and solves the majority of sleep-related Wi-Fi drops in Windows 11. Windows 11 is aggressively configured to cut power to the Wi-Fi adapter during sleep and low-battery states — and it frequently fails to restart the adapter properly on wake.
How to disable it:
- Right-click the Start button → select Device Manager
- Expand Network Adapters
- Right-click your Wi-Fi adapter (e.g., Intel Wi-Fi 6 AX210, Realtek RTL8852BE, Qualcomm Atheros)
- Select Properties → click the Power Management tab
- Uncheck "Allow the computer to turn off this device to save power"
- Click OK
Also do this in Advanced settings:
While still in Properties, click the Advanced tab. Scroll through the list and look for any of these properties — set each one you find to the value shown:
- Power Saving Mode → set to Disabled or Maximum Performance
- Wireless Mode → leave as-is
- Roaming Aggressiveness → set to Lowest
- Preferred Band → set to 5GHz if your router supports it
Restart your PC after making these changes. For Pattern A users, this fix has an approximately 70–80% success rate on the first attempt.
Fix 2: Update Your Wi-Fi Adapter Driver — The Right Way (Solves Pattern B)
The most important thing here: Windows Update's "automatic" driver updates are often not the latest version from the adapter manufacturer. For Wi-Fi stability, you need the actual latest driver from Intel, Realtek, or Qualcomm directly.
First, find your adapter name: Device Manager → Network Adapters → note the exact adapter name.
Then download from the manufacturer:
Intel Wi-Fi adapters (Intel Wi-Fi 6 AX200, AX210, AX211, BE200): Visit: intel.com/content/www/us/en/support/detect.html Intel's automatic detection tool finds and installs the correct driver for your adapter.
Realtek adapters (RTL8852BE, RTL8852CE — extremely common in HP, Asus, Lenovo budget laptops): This adapter has well-documented Wi-Fi drop issues in Windows 11. Search "RTL8852BE driver" on your laptop manufacturer's website (HP Support, Asus Support, Lenovo Support) and download the latest Wi-Fi driver from there — not from Realtek directly, as manufacturer-customised drivers are more stable on specific hardware.
Qualcomm adapters (common in Dell, Surface devices): Visit your laptop manufacturer's support page, search by your model number, and download the latest Qualcomm Wi-Fi driver from the Drivers section.
How to install the new driver:
- Device Manager → right-click your Wi-Fi adapter → Uninstall device
- Check "Delete the driver software for this device"
- Restart your PC (Windows will briefly use a generic driver)
- Install the downloaded driver from the manufacturer
- Restart again
After this, test for 24 hours before concluding whether it worked.
Fix 3: Stop Windows 11 From Auto-Connecting to Weaker Networks
This is an overlooked cause that produces the Pattern B symptom — random drops that feel like crashes but are actually Windows silently switching your connection to a different saved network that happens to be in range (a neighbour's network you connected to once, a coffee shop Wi-Fi, a phone hotspot).
How to fix:
Go to Settings → Network & Internet → Wi-Fi → Manage known networks
You will see a list of every Wi-Fi network your PC has ever connected to. For every network except your current home or office network, click the network name and toggle "Connect automatically" to Off. Alternatively, click Forget on networks you no longer need.
This prevents Windows 11 from silently switching your connection mid-session to a weaker saved network nearby.
Fix 4: Roll Back the Problematic Driver or Windows Update (Solves Pattern C)
If your Wi-Fi drops started immediately after a Windows update, the update likely installed a new Wi-Fi driver version that is incompatible with your adapter.
Roll back the driver first:
- Device Manager → right-click Wi-Fi adapter → Properties → Driver tab
- If "Roll Back Driver" is available (not greyed out), click it
- Select "Previous version of the driver did not support a feature that the new driver does" and confirm
- Restart your PC
If roll back is greyed out — uninstall the Windows update:
Settings → Windows Update → Update History → Uninstall updates
Look for the most recent cumulative update (identified by KB number and date). The January 2026 update KB5074109 and the March 2026 KB5053657 have both been associated with Wi-Fi driver regressions on Realtek and some Intel adapters. If either of these is in your update history and your Wi-Fi started dropping around those dates, uninstalling it is worth trying.
After uninstalling, go to Settings → Windows Update → Pause updates for 7 days to prevent automatic reinstallation while you verify the fix.
Fix 5: Reset the Network Stack (Solves Pattern D)
When Wi-Fi disappears completely and only restarts after a full reboot, the issue is usually in the Windows network stack itself — corrupted TCP/IP settings or a stuck WLAN AutoConfig service — rather than the adapter hardware.
Reset the full network stack:
- Open Command Prompt as Administrator (search "cmd", right-click → Run as administrator)
- Run these commands one at a time, pressing Enter after each:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /flushdns
ipconfig /renew
- Restart your PC after all commands complete
Also verify WLAN AutoConfig is running:
- Press Win + R → type
services.msc→ press Enter - Scroll to WLAN AutoConfig
- Check that its Status is Running and Startup type is Automatic
- If it is stopped, right-click → Start
- If Startup type is not Automatic, double-click → change to Automatic → OK
Fix 6: Change Your DNS Server
A slow or unreliable DNS server causes a symptom that looks exactly like a Wi-Fi drop — pages stop loading, connections time out — but your Wi-Fi is actually still connected. The fix takes 60 seconds.
How to change DNS:
- Settings → Network & Internet → Wi-Fi → click your connected network → DNS server assignment
- Click Edit → change from Automatic to Manual
- Enable IPv4
- Set Preferred DNS:
1.1.1.1(Cloudflare — fastest globally) - Set Alternate DNS:
8.8.8.8(Google) - Click Save
After changing DNS, open a browser and test loading several websites. If connectivity is immediately restored, your ISP's DNS was the culprit.
Fix 7: Change Your Router's Wi-Fi Channel Width (For 5GHz Users)
This fix is specifically for users who have already tried everything above with no success, and who are connecting on a 5GHz network.
Windows 11 has a known compatibility issue with certain routers broadcasting 5GHz at 160MHz channel width. On some Intel and Realtek adapters, this causes frequent disconnects that look identical to driver problems.
How to fix on your router:
Log into your router admin panel (usually 192.168.1.1 or 192.168.0.1 in your browser, credentials on the back of your router).
Find the wireless settings for your 5GHz band and change Channel Width from Auto or 160MHz to 80MHz.
Save and apply. Reconnect your PC. This fix is specific but solves a very stubborn disconnection pattern that no amount of driver updates or Windows settings changes will resolve.
Quick Diagnosis Table
| Your Pattern | Root Cause | Best Fix |
|---|---|---|
| Drops after sleep / screen off | Power management cutting adapter | Fix 1 |
| Random drops every 15–45 min | Buggy/outdated driver or network switching | Fix 2 + Fix 3 |
| Started after Windows update | Update installed bad driver | Fix 4 |
| Wi-Fi disappears, needs restart | Network stack corruption | Fix 5 |
| "Connected" but pages won't load | DNS failure | Fix 6 |
| Nothing works, 5GHz user | Router channel width incompatibility | Fix 7 |
Frequently Asked Questions
Will updating the driver delete my saved Wi-Fi passwords? No. Driver updates do not affect saved network credentials. Your passwords stay saved.
I have a Realtek RTL8852BE adapter and nothing works. Is this a known issue? Yes. The RTL8852BE has had persistent Windows 11 compatibility problems throughout 2025 and 2026. The most reliable fix for this specific adapter is downloading the driver from your laptop manufacturer's support page (not Windows Update or Realtek's site), installing it clean, and applying Fix 1 (power management). Some users have permanently resolved it only by switching to a USB Wi-Fi adapter using a different chipset.
Should I use a Wi-Fi extender or mesh node to fix this? Not as a first step. If the problem is specific to your Windows 11 PC while other devices connect fine, the issue is with Windows or the driver — not your network signal. A mesh node will not fix a driver problem.
Is this fixable without technical knowledge? Fix 1 and Fix 6 require only Settings navigation — no technical background needed. Fix 2 (driver update) requires downloading a file and running an installer, which most users can do in 10 minutes following the steps above.
Final Word
Windows 11 Wi-Fi disconnections have one of four causes: power management, a bad driver, network stack corruption, or a router compatibility issue. The key is matching your symptom pattern to the right fix rather than working through every option blindly.
Start with the fix that matches your pattern in the diagnosis table. For the majority of users — particularly those on HP, Asus, or Lenovo laptops with Realtek adapters — Fix 1 combined with Fix 2 resolves the issue completely.
About the author: Gnaneshwar Gaddam is an Electrical Engineer with 15+ years of hands-on experience diagnosing PC hardware, Windows systems, and network issues. He founded Digitnaut to provide practical, tested tech solutions without the jargon.
Did one of these fixes solve your Wi-Fi problem? Which adapter are you running? Leave a comment — your experience helps other readers find their fix faster.


Join the conversation