Last updated: February 2026 | Tested on Windows 11 23H2 and 24H2 builds
If your Wi-Fi keeps disconnecting after installing the Windows 11 23H2 or 24H2 update, you are likely facing a driver conflict, power management issue, or corrupted network configuration.
This guide provides tested, step-by-step fixes that restore a stable connection without reinstalling Windows.
Why Wi-Fi Stops Working After Windows 11 Updates
After major Windows 11 updates (especially 23H2 and 24H2), several things may break your wireless connection:
-
Driver conflicts (Intel, Realtek, Qualcomm)
-
Windows replacing manufacturer drivers with generic versions
-
Power management resetting adapter behavior
-
Corrupted Winsock or TCP/IP stack
-
Old network profiles conflicting with new security settings
Before You Start: The 30-Second Checks
I know you want to skip straight to the fixes, but don't. These two rapid checks can save you an hour of unnecessary troubleshooting.
Check 1: Is it just you?
- Connect another device (like your phone) to the same Wi-Fi.
- If the other device works, the issue lies with your Windows 11 machine—not your network.
Check 2: The 30-second router reboot
- Unplug your router for 30 seconds, then plug it back in.
- Wait 2 minutes for a full system restart.
- Try connecting again.
Still no luck? Good. Now we get to work.
Fix #1: Rest the Windows Network Stack Using Command Line
Many guides suggest using the "Network Reset" button in Windows Settings. However, that often only deletes your saved passwords without fixing underlying driver issues. For a deep reset, use the Command Prompt.
- Press Windows key + X and select Terminal (Admin) or Command Prompt (Admin).
- Type the following commands, pressing Enter after each:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Pro Tip: Restart your computer immediately after running these. This rebuilds the entire Windows network stack from scratch—a process the standard GUI reset often misses.
Fix #2: Clear Corrupted "Ghost" Wi-Fi Profiles
Windows 11 saves every network you have ever joined. Over time, these old profiles—like that coffee shop Wi-Fi from years ago—can conflict with your current settings after a major update.
- Open Command Prompt as Administrator.
- Type:
netsh wlan show profilesto see every saved network. - To remove a redundant or duplicate profile, type:
netsh wlan delete profile name="NETWORK_NAME"(replace "NETWORK_NAME" with the actual name). - Keep only your essential home or work networks.
My result: This resolved a "Connected, no internet" error where an old profile had corrupted security settings that the update exposed.
Fix #3: Disable Aggressive Power Management
Windows 11 frequently tries to save power by "suspending" your Wi-Fi adapter. While efficient in theory, it often leads to constant disconnects.
- Press Windows key + X and select Device Manager.
- Expand Network adapters and right-click your Wi-Fi adapter (e.g., Intel, Realtek, or Qualcomm).
- Select Properties and navigate to the Power Management tab.
- Uncheck "Allow the computer to turn off this device to save power."
- Click OK.
Bonus Optimization:
- In the Advanced tab of the same menu, find Wireless Mode (or Preferred Band) and set it to a specific band (e.g., Dual Band) rather than "Auto."
- Find Roaming Aggressiveness and set it to Lowest. This prevents Windows from "searching" for a better signal and dropping your current one.
Fix #4: Manually Reinstall the Correct Wi-Fi Driver (Intel / Realtek / Qualcomm)
This is where most users fail. Right-clicking your adapter and hitting "Update driver" usually just reinstalls the same problematic Windows-certified driver. To fix this, you must go to the source.
Step 1: Identify your exact hardware ID
- Open Device Manager → Network adapters.
- Right-click your Wi-Fi adapter → Properties → Details tab.
- Select Hardware Ids from the dropdown.
- Copy the first line (e.g.,
PCI\VEN_8086&DEV_A0F0) and search for it on Google to find your specific manufacturer.
Step 2: Visit the Manufacturer’s Website
- Intel: Intel Download Center
- Realtek: Realtek PCIE Software
- Qualcomm: Qualcomm Support
Pro Tip: Interestingly, in 2026, we’ve found that drivers from late 2024 or 2025 are often more stable than the absolute newest releases. Look for "WHQL Certified" versions for maximum stability.
Step 3: Perform a Clean Installation
- In Device Manager, right-click your adapter → Update driver.
- Select Browse my computer for drivers → Let me pick from a list → Have Disk.
- Browse to your downloaded file. Critical: Ensure you check "Delete the driver software for this device" if prompted when removing the old one to prevent Windows from reverting to the broken version.
Fix #5: Correct WLAN Service Startup in Windows Registry (Advanced)
backup your registry before making changes. Press Win + R, type regedit, and go to File → Export to save a backup.
A known bug in Windows 11 24H2 sometimes incorrectly sets critical Wi-Fi services to "Manual" or "Disabled." This fix forces them to start automatically.
- Press Windows key + R, type
regedit, and press Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSvc - Double-click Start on the right side and change the value to 2.
- Next, navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Ndisuio - Double-click Start and change this value to 2 as well.
- Restart your computer.
Fix #6: Resolving IPv6 Protocol Conflicts
While IPv6 is intended to be the future of internet connectivity, many Windows 11 installations experience stability issues with it following major updates. In 2026, many home routers still struggle with IPv6 priority, leading to "Limited Connectivity" errors.
Open Command Prompt and type: ping -6 google.com
- If it times out but a standard
ping google.comworks, IPv6 is causing a conflict. - If both work, your issue likely lies elsewhere.
The Fix: Disabling IPv6
- Navigate to Control Panel > Network and Internet > Network Connections.
- Right-click your active Wi-Fi adapter and select Properties.
- Locate Internet Protocol Version 6 (TCP/IPv6) in the list and uncheck the box.
- Click OK and restart your system to apply the changes.
Why this works: Windows 11 often forces IPv6 priority. If your ISP or router has a handshake issue with the IPv6 protocol, your connection will drop or lag while Windows tries (and fails) to use it before falling back to IPv4.
My Result: On my gaming PC, the "No Internet" warning disappeared immediately, and I actually measured a 12% increase in speeds via Speedtest.net due to reduced protocol overhead.
Fix #7: The BIOS/UEFI Wi-Fi Setting Everyone Forgets
Modern laptops often have a hardware-level Wi-Fi kill switch in the BIOS/UEFI. System updates can occasionally reset these toggles to "Disabled" without warning.
How to Check:
- Restart your computer and repeatedly press F2, F10, F12, or Del (depending on your manufacturer).
- Locate the Wireless, WLAN, or Network settings menu.
- Ensure Wireless LAN is set to Enabled.
- Look for "Wake on WLAN" or "Power on by PCI-E" and disable these to prevent power-state conflicts.
My result: An HP Pavilion test machine had its "Wireless LAN" toggled to "Disabled" after an update. Re-enabling it in the BIOS fixed the issue instantly.
Fix #8: The "Nuclear Option" (New User Profile)
If your hardware is fine but your software refuses to connect, your Windows user profile might be corrupted. This is a common side effect of major version jumps (like moving to 24H2).
The Profile Test:
- Go to Settings → Accounts → Family & other users → Add account.
- Create a Local Account (no Microsoft email required).
- Log out of your current account and into the new one.
- Try connecting to Wi-Fi. If it works, your original profile is corrupted.
Pro Tip: If the new account works, you can export your Wi-Fi settings to the old one using this command in the Admin Command Prompt of the working account:
netsh wlan export profile key=clear
Then, in your old account, import it using:
netsh wlan add profile filename="Wi-Fi-NetworkName.xml"
Advanced Fix: Roll Back Windows11 Update
- Go to Settings → System → Recovery → Go back.
- Pause Windows Updates Temporarily after Rollback
If the issue started immediately after installing 23H2 or 24H2, you can roll back:
Once your connection is stable, take these three steps to "bulletproof" your system:
- Create a System Restore Point: Do this before every major update (Search "Create a restore point" in the Start menu).
- Set Wi-Fi to "Metered": Go to Settings → Network & Internet → Wi-Fi → Properties and toggle Metered connection to ON. This prevents Windows from automatically downloading new drivers.
- Keep a Backup Driver: Save your working Wi-Fi driver installer to a USB drive today.
When to Admit Defeat (Hardware vs. Software)
If none of the above fixes work, you may be facing a hardware failure or a deep-seated router incompatibility. If your laptop's internal card has died, a $20 USB Wi-Fi adapter (like the TP-Link Archer T3U) is a much cheaper fix than a new motherboard.
What Worked for You?
I tested these steps on three different machines, but every PC is unique. Which fix solved your Wi-Fi problem? Drop a comment below with your laptop model and Windows build—it helps the next person find the solution faster!
Still stuck? Tell me your exact symptoms (e.g., "can't see any networks" vs. "connected but no internet") and I’ll help you troubleshoot.
Related Troubleshooting Guides:
- How to Fix WiFi works on your Phone but not your PC After Sleep
- Windows 11 Update Stuck at 98%? Here is the Safe Fix
Frequently Asked Questions
Why does Wi-Fi work on my phone but not my Windows 11 PC?
Because the issue is typically caused by a Windows driver conflict rather than a router failure.
Does Windows 11 24H2 cause Wi-Fi problems?
Some users report driver instability after upgrading to 24H2, especially with Intel and Realtek adapters.
Should I uninstall the latest Windows update?
Only if driver reinstall and network reset do not solve the problem.
Can power management cause Wi-Fi disconnects?
Yes. Windows 11 may disable the adapter to save power.
Is this a hardware issue?
If the adapter does not appear in Device Manager, hardware failure is possible.






