You're sitting at your desk, the Latitude 5520 is connected to Wi-Fi, and then — bam — the network icon turns into a globe with an exclamation mark. It reconnects after a few seconds, but it keeps happening every ten minutes or so. This is typical when the laptop is idle or the screen dims, but also when you're in a Teams call and the connection hiccups at the worst moment. I've seen this exact behavior on hundreds of Latitude 5520s, and it's not the access point's fault.
Root Cause — It's the Driver, Not Your Router
The culprit here is almost always the Intel Wi-Fi 6 AX201 adapter and its driver. Windows, in its infinite wisdom, decides the adapter should power down when it thinks you're not using it. The driver listens to that command, drops the connection, and then fails to wake up properly. You'd think a modern driver would handle this, but Intel's default power management settings are aggressive, and Microsoft's power policy doesn't help either.
Another common factor is an outdated driver. The original driver that Dell shipped with the 5520 in 2021 was buggy as hell. It had a known issue where the adapter would randomly disconnect after a few hours of uptime. Intel fixed it in later releases, but Dell's update utility sometimes misses those because the hardware ID changes slightly between revisions.
The Fix — Stop Windows From Killing Your Wi-Fi
Here's what you do. It's a series of settings changes that take about five minutes, and they've solved this problem on every machine I've touched.
- Update the driver first. Don't skip this, even if you think it's not the driver. Go to Dell's support site, enter your service tag, and grab the latest Intel Wi-Fi driver. At the time of writing, that's version 23.x.x.x. If you're on a corporate network, use your company's update tool, but make sure it's not stuck on an old version.
- Open Device Manager. Press
Win + Xand select Device Manager. Expand "Network adapters" and find "Intel(R) Wi-Fi 6 AX201 160MHz". - Right-click the adapter, go to Properties, then the Power Management tab. Uncheck "Allow the computer to turn off this device to save power". This is the big one. Windows will no longer shut down the adapter when it feels like it. Click OK.
- Change the power saving mode in the Intel driver settings. Go back to the adapter's Properties, click the Advanced tab. Look for "Power Saving Mode" or "Preferred Band". Set Power Saving Mode to "Disable" or "Maximum Performance". The setting might be under "802.11 Power Save" depending on your driver version. If you see "U-APSD Support", set that to Disable too. This forces the adapter to stay awake and not negotiate sleep modes with the access point.
- Check your power plan. Go to Control Panel > Power Options. Make sure you're not on "Power Saver". Set it to "Balanced" or "High Performance". Then click "Change plan settings" > "Change advanced power settings". Expand "Wireless Adapter Settings" and set "Power Saving Mode" to "Maximum Performance" for both battery and plugged in.
After those steps, reboot the laptop. Yes, reboot — don't just close the lid and hope. That reboot resets the adapter's state and applies all the settings.
Still Dropping? Then Do This
If it still drops, you've got something else going on. Here's the checklist I run when the basic fix doesn't hold.
1. Forget the Network and Reconnect
Sometimes the profile gets corrupted. Go to Settings > Network & Internet > Wi-Fi > Manage known networks. Find your SSID, click Forget, then reconnect. This clears any cached authentication settings that might be causing disconnects.
2. Reset the Network Stack
Open Command Prompt as administrator and run these commands:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Then reboot. This resets the TCP/IP stack and clears any bad DNS or DHCP leases.
3. Update the BIOS
Yeah, I said driver, but the BIOS on the 5520 has had its own power management quirks. Dell has pushed several BIOS updates that specifically address Wi-Fi stability. Check Dell's site — if there's a newer BIOS than what you have, update it. It won't hurt, and it might fix the underlying power negotiation issue.
4. Check for Dual-Band Issues
If you're connecting to a 2.4GHz network, try switching to 5GHz if you have it. The AX201 can have issues with certain 2.4GHz channels, especially if the router is set to auto-channel. Log into your router and set the 2.4GHz channel to 1, 6, or 11 — not auto. Or better, separate the SSIDs and connect to the 5GHz one.
5. Look at Event Viewer
This is the sysadmin move. Open Event Viewer, go to Windows Logs > System, and filter for source "Netwtw" (that's the Intel driver). If you see event ID 5005 or 5010, that's the adapter resetting. If you see 5015, it's a power transition. If it's 5005, you might need to disable the adapter's roaming aggressiveness in the Advanced settings — set Roaming Aggressiveness to "Low" or "Medium" if it's on "Highest". Roaming aggressively can cause disconnects if you're in an area with multiple access points that have the same SSID.
If none of that works, you might have a hardware issue. I've seen the AX201 module fail on a few units — it's a cheap card, and if it's dying, no driver fix will help. At that point, you could swap it out for an Intel AX210 (about $20 on Amazon) — it's a drop-in replacement and generally more stable. But that's a last resort, not a first step.
One more thing — don't bother with third-party "Wi-Fi optimizer" tools. They mess with the same settings you just changed, often wrong, and they add bloat. Stick with the above, and you'll be fine.