Back to Blog
laptop wifipower planwindowswifi slowtroubleshootingwireless adaptercharging

How to Fix WiFi Slowing Down When Your Laptop Is Plugged In: Windows Power Plan, Driver Settings, and Router Fixes

If your WiFi speed drops the moment you plug your laptop into the charger, a Windows Power Plan setting or wireless adapter power management option is almost certainly the culprit. Here’s the complete step-by-step fix for Windows 10 and 11.

How to Fix WiFi Slowing Down When Your Laptop Is Plugged In: Windows Power Plan, Driver Settings, and Router Fixes
6 min read

It sounds backwards: plug in your laptop charger and your WiFi slows down. You’d expect more power to mean better performance, not worse. Yet this is a surprisingly common issue on Windows laptops from ASUS, Dell, HP, Lenovo, and Acer. The causes break into two distinct categories — a Windows software setting that throttles the wireless adapter, and electromagnetic interference (EMI) from a faulty or low-quality charger cable. Both are fixable. This guide walks through each fix in order of likelihood, starting with the one that resolves the problem for roughly 80% of affected users.

Why Does Plugging In Slow Down WiFi?

There are two separate mechanisms at work:

  • Windows Power Plan and adapter power management: Even on “Balanced” or “High Performance” power plans, a hidden wireless adapter setting called Power Saving Mode can throttle the WiFi radio when Windows detects AC power. This is a known Windows driver behavior, documented in Microsoft support forums, where the adapter enters a lower-power state independent of the system-level power plan. The result is reduced transmit power, slower scan rates, and lower throughput — all while your charger is plugged in.
  • Charger electromagnetic interference (EMI): A cheaper or damaged charger cable can emit electrical noise that bleeds into the 2.4 GHz or 5 GHz WiFi spectrum. If your laptop’s WiFi antenna is routed near the charging port or the cable runs alongside the laptop body, this interference can reduce signal quality and drop your effective throughput. This is less common than the software issue but affects a meaningful number of users.

Fix 1: Set the Wireless Adapter Power Saving Mode to Maximum Performance

This is the fix that works for the majority of cases. The setting is buried inside Device Manager’s advanced driver properties and is separate from the main Windows Power Plan.

  1. Press Windows + X and select Device Manager.
  2. Expand Network Adapters and double-click your WiFi adapter (typically named something like “Intel Wi-Fi 6E AX211” or “Realtek RTL8852CE Wireless LAN Adapter”).
  3. Click the Advanced tab.
  4. Scroll through the property list and look for Power Saving Mode, MIMO Power Save Mode, or Power Output depending on your adapter manufacturer.
  5. Set the value to No SMPS, Disabled, or Maximum Performance — the exact label varies by driver.
  6. Click OK and run a speed test to confirm the improvement.

While you’re in Device Manager, also click the Power Management tab and uncheck “Allow the computer to turn off this device to save power.” This prevents Windows from suspending the adapter during brief idle periods, which can cause inconsistent speeds under load.

Fix 2: Change the Windows Power Plan Wireless Adapter Setting

The main Windows Power Plan has its own wireless adapter sub-setting that may be set to power-saving mode even when the plan is nominally “High Performance.”

  1. Press Windows + R, type powercfg.cpl, and press Enter.
  2. Click Change plan settings next to your active plan, then Change advanced power settings.
  3. Expand Wireless Adapter Settings > Power Saving Mode.
  4. Set both the “On battery” and “Plugged in” values to Maximum Performance.
  5. Click Apply and OK.

On Windows 11, some builds hide the classic power options. If you don’t see the “Wireless Adapter Settings” tree, open an elevated Command Prompt and run powercfg /setacvalueindex SCHEME_CURRENT 19cbb8fa-5279-450e-9fac-8a3d5fedd0c1 12bbebe6-58d6-4636-95bb-3217ef867c1a 0 followed by powercfg /setactive SCHEME_CURRENT to force maximum wireless performance on AC power.

Fix 3: Update or Roll Back Your WiFi Driver

A driver update sometimes introduces power-management regressions that only appear when the charger is connected. Conversely, an outdated driver may lack fixes for known throttling behavior on your adapter.

Updating the driver

Go to your laptop manufacturer’s support site (not Windows Update) and download the latest wireless driver for your exact model. Intel adapter users can also use the Intel Driver & Support Assistant to fetch the correct driver automatically. After updating, repeat Fix 1 — driver updates sometimes reset advanced adapter settings to their defaults.

Rolling back the driver

If the slowdown started after a recent Windows Update or driver update, roll back: in Device Manager, right-click your WiFi adapter, choose Properties > Driver > Roll Back Driver. If the option is greyed out, the previous driver was not preserved. In that case, download the previous driver version from the manufacturer’s archived downloads page.

Fix 4: Check for Background Downloads Triggered by AC Power

Windows Update and Microsoft Store are configured by default to defer large downloads until the device is plugged in and idle. When you connect your charger, multiple update downloads can start simultaneously and consume your full available bandwidth. Check whether this is happening before assuming the adapter is throttled:

  • Open Task Manager > Performance > Wi-Fi to see real-time send/receive rates when the charger is connected.
  • Check Settings > Windows Update for active downloads.
  • Open the Microsoft Store and pause any queued app updates.

If background downloads are the cause, your speed will return to normal once they complete. You can defer Windows Update downloads by going to Settings > Windows Update > Advanced Options > Delivery Optimization and enabling bandwidth limits for background downloads.

Fix 5: Address Charger EMI if the Issue Persists

If Fixes 1–4 don’t resolve the problem, electromagnetic interference from your charger is worth investigating. Telltale signs: the slowdown is worst when the charger cable runs along or behind the laptop body, and the issue disappears when you use a different charger.

  • Try a different outlet or power strip: Noisy power wiring can amplify charger-generated interference. A surge-protected outlet or a different circuit in your home can make a meaningful difference.
  • Use the original OEM charger: Third-party chargers — particularly cheap USB-C GaN adapters without proper shielding — emit significantly more EMI than the manufacturer-supplied unit. If you’re using a third-party adapter, swap it out before pursuing other fixes.
  • Add a ferrite bead to the charging cable: A ferrite bead clamp (available for under $10 on Amazon or at electronics stores) snaps onto the charging cable and absorbs high-frequency electrical noise. Place it as close to the laptop end of the cable as possible for maximum effect.
  • Move the charger away from your laptop’s WiFi antenna: On most laptops, the WiFi antenna runs through the display lid hinges. Repositioning the charger brick so it doesn’t sit directly beside or under the laptop can reduce coupling between the charger EMI and the antenna.

Quick Checklist

  1. Set wireless adapter Power Saving Mode to Maximum Performance in Device Manager (Advanced tab)
  2. Uncheck “Allow the computer to turn off this device to save power” in Device Manager (Power Management tab)
  3. Set Windows Power Plan > Wireless Adapter Settings > Plugged in to Maximum Performance
  4. Check Task Manager for active background downloads triggered by AC connection
  5. Update your WiFi driver from the laptop manufacturer’s site; roll back if the issue started after a recent update
  6. Switch to the OEM charger and add a ferrite bead if EMI is suspected

Working through these steps in order resolves the issue for the vast majority of affected Windows laptops. If you’ve done all of the above and still see degraded speeds when plugged in, run a speed test while plugged in and unplugged to document the difference, then check your laptop manufacturer’s support forums for any model-specific firmware or BIOS updates that address power delivery and wireless coexistence. For broader WiFi troubleshooting, see our guide on common WiFi interference sources and how to fix high ping on WiFi.

Related Articles