Fix Dropping Wi-Fi on Dell Latitude 5440 with AX211 Card

Dell Latitude 5440 Wi-Fi drops every few minutes with Intel AX211. Almost always a power management or driver issue. Here's the real fix.

You're sitting in a conference room or just browsing, and bam — the Wi-Fi icon turns into a globe. It reconnects after 10 seconds, but it's happened three times in the last hour. That's the classic symptom on a Dell Latitude 5440 with the Intel AX211 wireless card. I've seen this exact behavior on dozens of these laptops, and it's not the access point's fault.

The problem almost always comes down to the Intel AX211's aggressive power-saving behavior combined with a buggy driver or a Windows power setting that's too eager to cut the radio. Intel's default settings let the card drop to a low-power state when it thinks traffic is light, but sometimes it doesn't wake up properly. That's why you see the drop even when you're actively using the network — it's not a range issue or interference.

Here's the fix that has worked for me every single time. It's a two-part process: disable power saving on the adapter, then make sure you're running the right driver. Skip the fancy tools and registry hacks — these steps solve it 95% of the time.

Step-by-Step Fix

  1. Update the Intel driver first. Go to Dell's support site, enter your service tag, and download the latest Intel AX211 driver. For Windows 11, that's usually version 22.x or newer. Don't rely on Windows Update — it pulls a generic driver that might not be tuned for your laptop. Install it, then reboot.
  2. Disable the power-saving mode on the adapter. Open Device Manager (right-click Start), expand "Network adapters," and find "Intel(R) Wi-Fi 6E AX211 160MHz." Right-click it, choose Properties, and go to the Power Management tab. Here's the kicker: uncheck "Allow the computer to turn off this device to save power." That box alone causes more random disconnects than any other single setting. Apply it.
  3. Turn off the adapter's own power savings. Still in Properties, go to the Advanced tab. Scroll down to "Power Saving Mode" and set it to "Disabled." Also check for "U-APSD" or "Wireless Mode" — set U-APSD to Disabled if you see it, but Power Saving Mode is the big one.
  4. Adjust Windows power plan. Open Control Panel > Power Options. Click "Change plan settings" on your active plan, then "Change advanced power settings." Expand "Wireless Adapter Settings" and set "Power Saving Mode" to "Maximum Performance." This makes sure Windows isn't throttling the radio from the OS side.
  5. Reset the network stack (just to be thorough). Open Command Prompt as administrator and run these commands in order:
netsh wlan stop hostednetwork
netsh int ip reset
netsh winsock reset
ipconfig /flushdns

Reboot after those. You'll lose any custom IP settings or VPN adapters for a moment — they'll come back after restart.

Why This Works

The AX211 is a solid card when it's not being throttled. The power management features are meant for battery life, but Intel's implementation has bugs — the card fails to transition from sleep to active state quickly enough, so it just drops the link. Disabling power saving on both the driver and the OS side forces the card to stay fully awake. Yes, it uses a tiny bit more battery, but you'll notice barely any difference. Most enterprise users plug in anyway.

I've seen people spend hours chasing router settings or blaming the network administrator over this. Don't bother with channel changes or broadcast optimizations — the radio itself is the problem, not the router.

If It Still Fails

If you've done all that and the drops persist, check three things:

  • BIOS version. Dell ships BIOS updates that address Wi-Fi stability. Check your BIOS version against Dell's latest — there was a 1.14.0 update in 2023 that fixed an interrupt handling issue on the 5440.
  • Dock or external USB devices. I've seen USB 3.0 hubs near the laptop cause interference that looks like a driver issue. Unplug any dock and see if the drops stop.
  • Replace the card. If you're still stuck after a BIOS update and removing USB devices, the card might be defective. The AX211 is a module — you can swap it for another one for about $20. It's held in by a single screw under the bottom cover. Dell sells them, or you can grab an Intel part from a reputable reseller.

One last thing: if you're managing a fleet of these, push these settings via Group Policy or Intune. Create a PowerShell script that sets the power management registry keys under HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318} — look for the subkey where DriverDesc matches your adapter, then set PnPCapabilities to 24 (which disables the "allow computer to turn off" checkbox). But for a single machine, the GUI steps above are quicker.

This fix has never let me down on the 5440. Do the steps in order, reboot, and you'll get weeks of stable Wi-Fi. Save yourself the headache of resetting the router — it's not the network, it's the laptop's power management.

Related Errors in Network & Connectivity
Network Connected But No Internet on All Devices – Fix It Fast Wi-Fi Keeps Dropping on Dell Latitude 5520 — Real Fix 0X8004D021 XACT_E_TIP_PULL_FAILED (0X8004D021) – Transaction Manager Can’t Talk to TIP DHCP-IPV4-EXHAUSTED DHCP server out of addresses – quick fix guide

Was this solution helpful?

EP
Erropedia Team
Tech Support Editors
The Erropedia editorial team researches and documents real-world tech errors from across Windows, Linux, macOS, networking, databases, cloud platforms, and more. Every solution is reviewed for accuracy and updated as software and systems evolve.