If your Wi-Fi keeps disconnecting on Windows 11 every few minutes, the most common cause is an outdated driver or a power management setting that turns off your adapter. Start by updating the Wi-Fi driver directly from the manufacturer’s site, then disable the power-saving feature in Device Manager. These two steps resolve the issue for most users. If the problem persists, follow the systematic sequence below to isolate and fix the root cause.
Key Takeaways
- Update your Wi-Fi driver from the manufacturer’s support site rather than relying on Windows Update.
- Disable the power-saving setting that allows Windows to turn off the network adapter.
- Reset network settings using command-line tools (netsh winsock reset, ipconfig /flushdns) to clear corrupted configurations.
- Switch between 2.4 GHz and 5 GHz bands or disable band steering on your router to improve compatibility.
- Turn off Fast Startup if drops occur after waking your PC from sleep.
1. Update Your Wi-Fi Driver – Don’t Rely on Windows Update Alone
Outdated or incompatible drivers are the primary reason Windows 11 Wi-Fi drops repeatedly. Windows Update may not always deliver the latest driver, especially for newer or less common adapters. A manual update from the manufacturer ensures you have a version tested for stability.
Step-by-step:
- Press Win + X and select Device Manager.
- Expand “Network adapters” and locate your Wi-Fi adapter (e.g., Intel Wi-Fi 6 AX201, Realtek RTL8821CE).
- Right-click the adapter and choose “Update driver” > “Browse my computer for drivers” > “Let me pick from a list” – but this often points to cached versions. Go directly to the source.
- Visit the support page of your laptop manufacturer (Dell, HP, Lenovo) or the chipset maker (Intel, Realtek, Broadcom). Enter your model number and download the latest Wi-Fi driver for Windows 11.
- Install the downloaded file and reboot your computer.
Caution: Never use third-party driver updater tools. They can install incorrect or beta drivers that make the connection more unstable. Always use the official support site.
2. Stop Windows from Turning Off Your Wi-Fi Adapter to Save Power
Windows 11 includes a power-saving feature that can automatically disable the Wi-Fi adapter when it thinks the device is idle. On laptops, this often triggers disconnects during brief pauses in activity, such as when switching between tabs or after a few minutes of low usage.
How to disable it:
- Open Device Manager (Win + X > Device Manager).
- Expand “Network adapters” and right-click your Wi-Fi adapter.
- Go to Properties > Power Management tab.
- Uncheck “Allow the computer to turn off this device to save power”.
- Click OK and restart your PC.
Additional check: Go to Control Panel > Power Options > Change plan settings > Change advanced power settings. Find “Wireless Adapter Settings” and set “Power Saving Mode” to “Maximum Performance”. This prevents the adapter from throttling down to save battery.
3. Reset Network Settings and Clear DNS Cache
If drivers and power management are not the issue, corrupted network files or a stuck DNS cache can cause intermittent drops. Windows provides both a graphical troubleshooter and command-line tools for a thorough reset.
Built-in troubleshooter:
- Go to Settings > System > Troubleshoot > Other troubleshooters.
- Run “Network and Internet” troubleshooter. It will scan for common problems and may suggest a reset.
Command-line reset (run as Administrator):
- Open Command Prompt or PowerShell as administrator.
- Type the following commands one by one, pressing Enter after each:
- netsh winsock reset
- netsh int ip reset
- ipconfig /flushdns
- Restart your PC.
Full network reset (more aggressive):
- Go to Settings > Network & internet > Advanced network settings > Network reset.
- Click “Reset now”. Windows will reinstall network adapters and restore default settings.
- Trade-off: This removes all saved Wi-Fi passwords and VPN profiles. Have your network credentials ready before proceeding.
4. Optimize Router Settings for Windows 11 Compatibility
Sometimes the issue lies not in the PC but in how the router communicates with Windows 11. Router settings like band steering, channel congestion, or outdated firmware can cause repeated disconnects.
Switch frequency bands:
- The 2.4 GHz band offers better range and penetrates walls more easily, but is more prone to interference from microwaves, Bluetooth, and neighboring networks. The 5 GHz band provides higher speeds but has shorter range and may drop if the signal is weak.
- Test which band works better: temporarily disable the 5 GHz band in your router’s settings, or connect to a separate 2.4 GHz SSID if available.
Disable band steering:
- Many modern routers seamlessly push devices between bands. Some Windows 11 adapters do not handle this transition well, leading to a lost connection. Log into your router’s admin panel and turn off band steering (sometimes called “Smart Connect”). Use separate SSIDs for each band instead.
Change Wi-Fi channel manually:
- Use a Wi-Fi analyzer app (available on smartphones or Windows Store) to see which channels are least congested in your area. Then set your router to a fixed, less crowded channel.
Update router firmware:
- Visit your router manufacturer’s support page and install the latest firmware. Router updates often include fixes for compatibility with new Windows versions.
Disable IPv6 (temporary test):
- Go to Settings > Network & internet > Advanced network settings > More network adapter options.
- Right-click your Wi-Fi adapter, select Properties, uncheck “Internet Protocol Version 6 (TCP/IPv6)”, and click OK.
- If the drops stop, IPv6 compatibility may be the cause. This is a workaround, not a permanent fix – Microsoft may address it in a future update. Re-enable IPv6 after testing to see if an update resolves the problem.
5. Disable Fast Startup and Check for Known Windows 11 Build Bugs
Fast Startup, enabled by default on Windows 11, hibernates the kernel to speed up boot times. On some systems, this can prevent the Wi-Fi driver from loading correctly after shutdown, causing intermittent disconnects after wake-up.
Disable Fast Startup:
- Open Control Panel > Power Options > Choose what the power buttons do.
- Click “Change settings that are currently unavailable”.
- Under Shutdown settings, uncheck “Turn on fast startup”.
- Save changes and restart.
Check for known Windows 11 build bugs:
- The May 2025 update (KB5037862) may cause Wi-Fi drops on Intel AX211 adapters in certain configurations. While not officially confirmed for all systems, this issue has been observed. To verify if your build is affected, go to Settings > Windows Update > Update history and review the known issues section for your installed update. Microsoft typically documents ongoing problems there.
- If you suspect a specific update, you can temporarily uninstall it (Settings > Windows Update > Update history > Uninstall updates). Only do this if the drops started immediately after an update and the steps above did not help.
When to consider a USB Wi-Fi adapter: If all software and router steps fail, the internal Wi-Fi adapter may have a hardware defect or incompatibility. A USB Wi-Fi adapter bypasses the internal adapter entirely and often resolves driver-related issues because it uses a different chipset. It is a cheaper first step before replacing the router.
FAQ
1. Why does my Wi-Fi keep disconnecting on Windows 11 even after updating drivers? Other factors like power management settings, router interference, or a specific Windows build bug may still be at play. Follow the steps in order, especially disabling power saving and resetting network settings.
2. Will disabling power saving affect my laptop’s battery life? The power saving setting only controls the Wi-Fi adapter, not the entire system. The impact on battery life is negligible compared to the benefit of a stable connection.
3. Do I need to replace my router if the problem persists? Not necessarily. Most drops are caused by software or adapter settings. If all software steps fail, a USB Wi-Fi adapter is a cheaper first step before replacing the router. Try compatibility changes (band, channel) first.