Your WiFi drops every few minutes, forces you to reconnect manually, then maybe reconnects on its own. Rinse, repeat, all day. You've restarted the router, moved closer to it, checked the password three times. Nothing sticks.
After 15 years fixing this remotely, I can tell you the problem isn't usually the router. Windows 11 has a bad habit of disabling your WiFi adapter to save power, except it "saves power" at the worst possible moments. Or your drivers are outdated. Or your network stack got corrupted somehow. The good news: this is fixable in most cases without touching hardware.
TL;DR
Windows 11 WiFi keeps disconnecting every few minutes usually because power management is automatically disabling your adapter. Disable this in Device Manager, then reset your network stack and update your drivers. 85-90% of people fix this with those three steps.
Key Takeaways
- Power management settings are the single biggest cause, disable it first in Device Manager
- Outdated network drivers cause 40% of remaining cases; update immediately after power management fix
- If those two don't work, reset your network stack entirely via Command Prompt
- Third-party software (VPNs, security tools) causes about 10% of these issues; clean boot testing identifies the culprit
- Once fixed, prevent it by disabling power saving permanently and checking drivers monthly
At a Glance
- Difficulty: Easy to Intermediate
- Time Required: 45 minutes for full troubleshooting
- Success Rate: 85-90% of users with this approach
- Root Cause: Usually power management, sometimes drivers or network stack corruption
What Causes Windows 11 WiFi to Keep Disconnecting Every Few Minutes?
Let's get specific about why this happens. Windows 11 ships with power management enabled by default on almost every WiFi adapter. The idea is sensible: if your laptop isn't using WiFi actively, disable it to save battery. In practice, Windows gets trigger-happy. It disables your adapter even when you're typing an email, watching a video, or in the middle of a Zoom call.
The second major culprit is outdated drivers. Your WiFi adapter's drivers handle all communication between Windows and your hardware. If they're six months or a year old and your laptop shipped with an older version, there's a real chance the driver has bugs or incompatibilities. Microsoft released several Windows 11 updates that changed how the network stack operates, and older drivers sometimes can't keep up.
Third, network stack corruption happens more than most people realise. Your TCP/IP settings, DNS configuration, and network protocols can get tangled if you've uninstalled VPNs incorrectly, had malware (even if you removed it), or experienced a system crash. The corruption doesn't show up as an error message, it just makes your WiFi unstable.
Fourth: WLAN AutoConfig service. This is the Windows service that manages your WiFi connections. If it's not running or set to the wrong startup type, you'll get constant disconnections. And fifth, about 10% of the time, third-party software is to blame. VPN clients, antivirus programmes, and network management tools can fight with Windows 11's built-in WiFi manager, causing drops.
Windows 11 WiFi Keeps Disconnecting, Quick Fix
Disable WiFi Adapter Power Management Easy
This fixes the problem for 7 out of 10 people. It takes 5 minutes and requires only Device Manager.
- Open Device Manager
Right-click the Start menu button (bottom left), and select 'Device Manager' from the context menu that appears. - Find your WiFi adapter
Look for the section called 'Network adapters'. Click the arrow next to it to expand. Your WiFi adapter will be in this list, it usually has 'Wireless', 'WiFi', '802.11', or the manufacturer name (Intel, Realtek, Qualcomm, Broadcom) in the name. Don't confuse it with your Ethernet adapter if you have one. - Open adapter properties
Right-click your WiFi adapter and select 'Properties' from the menu. - Find the Power Management tab
In the Properties window, look for a tab called 'Power Management'. Click it. (If you don't see this tab, your adapter may not support power management, skip to Solution 2.) - Uncheck power saving
You'll see a checkbox that says 'Allow the computer to turn off this device to save power'. Uncheck it. That's the setting causing your disconnections. - Apply and close
Click 'Apply', then 'OK'. Close Device Manager. - Restart your PC
Power off and back on. This ensures the change takes effect properly. Don't just sleep, actually restart. - Test stability
Connect to your WiFi and use it normally for at least 30 minutes. Check if disconnections stop.
More Windows 11 WiFi Solutions
If the power management fix didn't work, the issue is likely driver or network stack corruption. This solution tackles both.
Reset Network Stack and Update Drivers Intermediate
This approach works for 85-90% of remaining cases. It involves resetting your entire network configuration, reinstalling drivers, and verifying the WLAN service is running. You'll need administrator access and about 20-30 minutes. Also: have your WiFi password handy, because the reset will remove all saved networks.
- Reset TCP/IP via Command Prompt
PressWin + R, typecmd, then right-click 'Command Prompt' and select 'Run as administrator'. Run these commands one by one, waiting for each to complete:netsh winsock resetnetsh int ip resetipconfig /releaseipconfig /renewipconfig /flushdnsThese clear corrupted network settings from your system. - Perform Windows network reset
Go to Settings > Network & internet > Advanced network settings. Scroll down until you see 'Network reset', then click it. Click 'Reset now' and confirm when prompted. Your PC will restart automatically. After restart, all network adapters are removed and Windows will reinstall them fresh. - Reconnect to WiFi
After your PC comes back up, click the network icon in your system tray (bottom right), select your WiFi network, and enter your password to reconnect. - Update your WiFi drivers
Open Device Manager again (right-click Start, select Device Manager). Expand 'Network adapters', right-click your WiFi adapter, and select 'Update driver'. Choose 'Search automatically for updated driver software'. Windows will search for newer drivers from its built-in database. - Manual driver update (optional but recommended)
If Windows finds no update, visit your WiFi adapter manufacturer's website. Common ones: Intel Wireless drivers, Realtek (search 'Realtek wireless driver Windows 11'), Qualcomm/Atheros, or Broadcom. Download the latest Windows 11 driver for your exact adapter model, run the installer, and restart your PC. - Re-disable power management
Go back to Device Manager, right-click your WiFi adapter, open Properties, go to Power Management, and uncheck 'Allow the computer to turn off this device to save power' again. (The reset may have re-enabled it.) - Verify WLAN AutoConfig is running
PressWin + R, typeservices.msc, and press Enter. Find 'WLAN AutoConfig' in the list. Check that its Status is 'Running' and Startup type is 'Automatic'. If it's not running, right-click it and select 'Start'. If Startup type is different, right-click, select Properties, and change Startup type to 'Automatic'. - Final restart and test
Restart your PC one more time. Monitor your WiFi connection during normal use for at least 1-2 hours. Open multiple browser tabs, stream video if you can, and check that the connection holds.
Advanced Windows 11 WiFi Fixes
If Solutions 1 and 2 didn't work, the problem is likely third-party software interfering, or in rare cases, a Windows system issue. This solution isolates software conflicts.
Clean Boot to Find Software Conflicts Advanced
This is a forensic approach. You'll boot Windows with only essential services running, test WiFi stability, then re-enable programmes one by one to identify which one causes drops. It takes 45-60 minutes, but if your issue is software-related, this will find it.
- Open System Configuration
PressWin + R, typemsconfig, and press Enter. - Disable non-Microsoft services
Click the 'Services' tab. At the bottom, check the box that says 'Hide all Microsoft services'. Now click 'Disable all' to disable all third-party services. These are typically VPN clients, antivirus, and monitoring software. - Disable startup programmes
Click the 'Startup' tab, then click 'Open Task Manager' (this opens Task Manager to the Startup tab). Disable all enabled startup items by right-clicking each one and selecting 'Disable'. Close Task Manager and return to msconfig. - Apply and restart
Click 'Apply', then 'OK'. When prompted to restart, click 'Restart'. Your PC will boot into clean boot mode with minimal software running. - Test WiFi in clean boot
After restart, connect to WiFi and monitor it for 2-3 hours during normal use. Browse, stream video, download files, use it as you normally would. If WiFi is completely stable in clean boot, a third-party programme is definitely the culprit. - Identify the problematic software (if stable)
If WiFi held up fine, the issue is software. Return to System Configuration, go to Services, and start re-enabling services in small groups (maybe 3-5 at a time). Restart after each batch and test WiFi. When you find the batch that causes problems, re-enable those services one by one to pinpoint the exact app. - Remove or update the conflicting software
Once identified, uninstall that software completely, or check if the manufacturer has a newer version that fixes Windows 11 compatibility. Common culprits: VPN clients, antivirus programmes, and network management tools. - Restore normal startup
Return to System Configuration, click the 'General' tab, select 'Normal startup', click 'Apply' and 'OK', then restart. Your PC will return to normal operation without the problematic software. - Extended stability test
Test your WiFi connection for 24 hours to confirm the issue is fully resolved.
Preventing Windows 11 WiFi from Disconnecting Every Few Minutes
Once you've fixed this, don't let it happen again. Prevention is straightforward.
1. Lock down power management permanently. After applying the power management fix, it sticks. But if Windows Update resets it, you'll be back where you started. Check Device Manager every few months to confirm power management is still disabled.
2. Update drivers proactively. Don't wait for problems. Check your WiFi adapter manufacturer's website monthly for driver updates. Realtek, Intel, Qualcomm, and Broadcom release updates regularly. Set a reminder on your calendar if you need to.
3. Use 5GHz instead of 2.4GHz.** If your router supports dual-band, connect to the 5GHz network. It has less interference from household devices like microwaves and baby monitors, and offers more stable connections at the cost of slightly shorter range.
4. Keep your router firmware up to date.** Log into your router's admin panel (usually 192.168.1.1 in your browser) and check for firmware updates. Old router firmware can cause Windows stability issues.
5. Position your PC away from interference sources.** Microwaves, cordless phones, and baby monitors all broadcast on the 2.4GHz band and can cause drops. Keep your laptop or desktop at least 3-5 feet away from these devices.
6. Restart your router monthly.** Power cycle your WiFi router once a month. Unplug it for 30 seconds, plug it back in, and let it fully boot. This clears memory leaks and temporary connection issues.
7. Avoid stacking VPNs and security software.** Don't install multiple VPN clients or duplicate antivirus programmes. They fight each other and cause WiFi instability. Stick to one of each.
8. Create a restore point before major Windows updates.** Before you install a big Windows 11 update, create a System Restore point. If the update breaks your WiFi, you can roll back to the previous version. Press Win + R, type rstrui, and click 'Create'. Name it something like "Before KB XXXXX update".
Windows 11 WiFi Keeps Disconnecting, Summary
Windows 11 WiFi keeps disconnecting every few minutes because power management settings automatically disable your adapter, your drivers are outdated, or your network stack is corrupted. Start by disabling power management in Device Manager, this fixes it 70-80% of the time. If that doesn't work, reset your network stack and update drivers, which solves 85-90% of remaining cases. If you're still having problems, run a clean boot to identify software conflicts. Once fixed, prevent future issues by keeping drivers updated, disabling power saving permanently, and monitoring your network health monthly. Most disconnections aren't router problems, they're Windows issues, and they're almost always fixable with the right troubleshooting order.

