Intel Wi-Fi 6 AX200 keeps disconnecting on Windows 11? Random drops, “No Internet, Secured” errors, or the adapter disappearing from Device Manager are all symptoms of the same driver and power management issue. The AX200 is one of the most common desktop and laptop WiFi cards, and Windows 11 driver conflicts are well-documented.
I have seen this on three different desktops with AX200 cards after Windows 11 24H2 updates. In all cases, disabling power management and updating to Intel’s latest driver resolved the drops completely.

Why AX200 Disconnects on Windows 11
The Intel AX200 connects at 802.11ax (Wi-Fi 6) on both 2.4GHz and 5GHz bands with support for 160MHz channel width. Disconnection issues come from three main sources:
- Power management: Windows aggressively suspends the AX200 to save power, and the adapter sometimes fails to wake correctly
- Driver version mismatch: Windows Update installs a WHQL-certified version that may be older than Intel’s latest and missing bug fixes
- 160MHz channel width: Not all routers support 160MHz cleanly — the AX200 at 160MHz can cause frequent disconnects if the router firmware is old
Fix 1: Disable Power Management (Do This First)
- Device Manager → Network adapters → right-click Intel(R) Wi-Fi 6 AX200 160MHz
- Properties → Power Management tab
- Uncheck Allow the computer to turn off this device to save power
- Click OK
Also: Control Panel → Power Options → Change plan settings → Change advanced power settings → Wireless Adapter Settings → Power Saving Mode → set to Maximum Performance.

Fix 2: Update to Intel’s Latest AX200 Driver
- Go to Intel’s Wi-Fi driver download page
- Download the latest driver package for Windows 11
- Run the installer — it updates both the Wi-Fi driver and Bluetooth
- Restart
Fix 3: Adjust AX200 Advanced Settings
Device Manager → right-click AX200 → Properties → Advanced tab:
| Setting | Change To | Why |
|---|---|---|
| Channel Width for 5GHz | Auto or 80MHz | 160MHz causes drops on many routers |
| Roaming Aggressiveness | Medium (3) | Prevents sticky connection to weak AP |
| U-APSD Support | Disabled | Fixes disconnect on some router firmware versions |
| Sleep on WoWLAN Disconnect | Disabled | Prevents adapter sleeping on disconnects |
Per Kevin L., a senior network engineer at a regional ISP: “We see AX200 disconnect issues most often when the router is running 160MHz width. Dropping the client to 80MHz is counterintuitive since it reduces throughput, but it eliminates the stability issue on 90% of affected units. The throughput loss is minimal for most users.”
Fix 4: Reset Network Stack
In elevated Command Prompt:
netsh winsock reset netsh int ip reset ipconfig /release ipconfig /flushdns ipconfig /renew
Restart after running these.
Check for Intel PROSet/Wireless Software Conflict
If Intel PROSet/Wireless WiFi Software is installed alongside the standard driver, it can cause conflicts. Check Apps → Installed apps for Intel PROSet/Wireless. If present and you are not using its features, uninstall it — it can interfere with the base driver on some Windows 11 builds.
Frequently Asked Questions
My AX200 shows “No Internet, Secured” but the password is correct — why?
This is usually a DNS or IP assignment failure, not a driver problem. Run ipconfig /release then ipconfig /renew in Command Prompt. Also check that DHCP Client service is running.
Does reducing from 160MHz to 80MHz significantly reduce speed?
In practice, no. 160MHz provides higher peak throughput but requires perfect RF conditions and router support. For typical home internet connections (under 1Gbps), 80MHz delivers the same real-world speeds with much better stability.
My AX200 disappears from Device Manager randomly — is it a hardware fault?
Not necessarily. This symptom is often caused by a power management issue putting the M.2 slot into a low-power state. Check BIOS for PCIe Power Management settings and disable Active State Power Management (ASPM) for M.2 slots.
Will switching to a different Wi-Fi card fix this permanently?
If all driver and settings fixes fail, the AX200 may have a hardware defect (it is a common failure point). The Intel AX210 is the recommended replacement — it is the next generation and resolves most AX200 stability issues.
Windows keeps reverting to an older AX200 driver after updates — how do I stop it?
Settings → System → About → Advanced system settings → Hardware → Device Installation Settings → No. Then manually check Intel’s download page for updates.
Conclusion
Intel AX200 disconnecting on Windows 11 is almost always a power management or channel width issue. Disable power management first, update to Intel’s latest driver, and drop 160MHz to 80MHz if your router does not reliably support it. If the adapter disappears from Device Manager, check BIOS ASPM settings. Hardware replacement with AX210 is a last resort.
Ryan holds a Computer Science degree and has over 20 years of hands-on experience with PC hardware, software, and driver troubleshooting. He is the author behind softwaredriverdownload.com, where he helps everyday users fix driver issues quickly and accurately. Ryan has personally tested most of the fixes on this site across a range of Windows 10 and Windows 11 machines.
Leave a Reply