Wi-Fi disconnects, sudden speed drops, "limited connectivity" — common Windows symptoms with often surprisingly simple causes. In approximately 60% of all cases, a driver problem is responsible. The remaining 40% are environmental: overcrowded channels, distance to the router, or hardware defects. We show how to identify and fix Wi-Fi driver problems systematically.
Step 1: Driver problem or environment problem?
Quick test: do disconnects happen on multiple devices simultaneously, or only on your PC?
- Multiple devices simultaneously: environment (router, channel, neighbour networks). Driver is fine.
- Only your PC: very likely driver. Continue with the steps below.
Common driver fixes
Disable power management
Windows energy management can put the Wi-Fi card into sleep mode — and sometimes it doesn't wake properly.
- Device Manager → Network adapters → Wi-Fi card → Properties
- Tab "Power Management"
- Uncheck "Allow the computer to turn off this device to save power"
- OK → reboot
For laptops: this slightly increases idle power consumption (~1–2W) but eliminates a typical disconnect cause.
Update the Wi-Fi driver
Windows Update often delivers Microsoft-generic Wi-Fi drivers — they ensure basic functionality but aren't optimised for your card.
- Identify the Wi-Fi card: Device Manager → Network adapters → name (e.g. "Intel Wi-Fi 6E AX211")
- Download manufacturer driver:
- Intel: intel.com/content/www/us/en/download-center
- Realtek: via the laptop manufacturer (Lenovo/HP/Acer)
- Killer (Intel/Rivet): intel.com
- Broadcom: via the laptop manufacturer
- Install, reboot.
Reset the Windows network stack
If the problem persists after a driver update: reset Windows network stack.
netsh winsock reset netsh int ip reset ipconfig /release ipconfig /renew ipconfig /flushdns
Then reboot. After this you may need to reset Wi-Fi profiles (Settings → Network → Wi-Fi → Manage known networks).
AVG Driver Updater compares your Wi-Fi card against the latest manufacturer driver — and warns about known disconnect bugs.
2.4 GHz versus 5 GHz versus 6 GHz
Modern Wi-Fi cards support multiple frequency bands. The default Windows behaviour: choose automatically. But "automatically" means: not always optimal.
- 2.4 GHz — long range, but heavily overcrowded. Better only as a fallback for distant rooms.
- 5 GHz — clean, fast, but doesn't penetrate walls as well
- 6 GHz (Wi-Fi 6E) — almost empty, very fast, range comparable to 5 GHz
Forcing band preference:
- Device Manager → Wi-Fi card → Properties
- Tab "Advanced"
- Property: "Preferred Band" — set to "5 GHz" or "6 GHz"
Known driver bugs
Intel AX210/AX211 Wi-Fi 6E disconnect
Intel Wi-Fi 6E cards have had repeated disconnects in 2.4 GHz environments. Solution: install at least driver version 22.180.x or newer. For some configurations also: in router settings disable WMM Power Save or set 2.4 GHz channel to a fixed channel (1, 6, or 11).
Killer Wireless-AC 1535 / E2400 driver bugs
Older Killer cards (in 2017–2019 gaming laptops) have multiple known issues. Solution: replace the Killer driver suite with the pure Intel driver — works for almost all Killer cards because the chip is identical (Intel under Killer brand).
Realtek RTL8821CE in budget laptops
Notorious for slow speeds and disconnects. Often the only solution: hardware replacement (e.g. Intel AX200 — fits in many laptops). The Realtek driver itself is hard to fix.
Check the environment
If all driver fixes haven't helped, check the environment systematically:
- Wi-Fi Analyzer (free in Microsoft Store): shows which channels are crowded
- Router channel: change from "Auto" to a fixed clean channel (1/6/11 for 2.4 GHz; 36/40/44/48 for 5 GHz)
- Distance to router: below -70 dBm signal strength expect issues
- Outdated router firmware: updates from manufacturer
- Mesh issue: in some networks the client clings to a weak access point. Manual roaming via "forget network" + reconnect helps temporarily.
Further sources
Authoritative sources for deeper information:
- Wi-Fi 6 (IEEE 802.11ax) — Wikipedia
- Wi-Fi 7 (IEEE 802.11be) — Wikipedia
- Intel Wireless Drivers (official)
- Killer Networking Support (official)
Frequently asked questions
Often a DHCP-Lease-Renewal issue. Set "DHCP Lease Time" in the router higher (24h instead of 1h). Or check Power Management — sometimes the Wi-Fi card sleeps after exactly 5 or 10 minutes idle.
Driver problem on PC. Phone uses different chip and protocol stack. Update PC Wi-Fi driver from manufacturer.
5 GHz almost always — significantly cleaner spectrum. Only switch to 2.4 GHz if the device is more than 10 metres from the router or has multiple walls between.
In a Wi-Fi 6 environment (router + client + clear spectrum): yes, dramatically. Without all three: noticeable but not life-changing improvement.
Generally: no. IPv6 issues are very rare these days. Disabling IPv6 was a 2010s troubleshooting tip, today seldom helpful.
Roll back the driver: Device Manager → Wi-Fi card → Properties → Driver tab → Roll back. If unavailable: install the older manufacturer driver manually.