Network Adapter Stuck Disabled – 3 Fixes That Actually Work

Network & Connectivity Beginner 👁 11 views 📅 Jun 19, 2026

Your network adapter is grayed out and won't turn on. Here are three real fixes from the help desk trenches, starting with the most likely cause.

1. Power Management Settings Are Blocking the Adapter

This is the fix I've used more than any other. Windows has a power-saving feature that turns off network adapters to save battery. It sounds helpful, but it often gets stuck in the "off" position. You'll see this most often on laptops after they come back from sleep or hibernate.

Here's what you'll see: The adapter shows up in Device Manager, but it's grayed out. Right-clicking and selecting "Enable" does nothing, or you get a spinning cursor that never finishes. This happens because Windows Power Management sets the adapter to a low-power state and can't wake it back up.

  1. Press Windows Key + X and select Device Manager.
  2. Expand Network adapters. You'll see a list of adapters — look for one with a down arrow icon or that's grayed out.
  3. Right-click that adapter and select Properties.
  4. Click the Power Management tab.
  5. Uncheck "Allow the computer to turn off this device to save power".
  6. Click OK. After clicking OK, you should see the adapter icon change within 5–10 seconds — if not, no worries, we'll force it.
  7. Right-click the adapter again and choose Enable device. If it's still grayed out, move to the next step.
  8. Open a Command Prompt as Administrator — hit Windows Key, type cmd, right-click "Command Prompt", and pick Run as administrator.
  9. Type netcfg -d and press Enter. This resets all network settings. Your screen will flash, and you'll lose any VPN or custom DNS settings, so write those down first.
  10. Restart your PC.

After the restart, Windows reinstalls the driver. The adapter should be active. If it isn't, check the adapter's Properties again — make sure that power management box stayed unchecked. Some driver updates re-check it, so you might need to do this twice.

2. Corrupted or Missing Network Drivers (Error Code 31 or 43)

If power management wasn't the issue, it's probably a driver problem. You'll often see a yellow exclamation mark next to the adapter in Device Manager, or an error code in the Properties window. Error 31 means the driver failed to load. Error 43 means the hardware reported a problem — but 9 times out of 10, it's still driver-related.

The real fix here isn't just updating — Windows Update often pushes the same broken driver. You need to remove the driver completely and let Windows find a fresh copy.

  1. Open Device Manager again (Windows Key + X → Device Manager).
  2. Expand Network adapters.
  3. Right-click the problem adapter and select Uninstall device.
  4. In the dialog that pops up, check the box that says "Delete the driver software for this device". If you skip this, Windows reinstalls the same broken driver.
  5. Click Uninstall. The adapter disappears from the list.
  6. Restart your PC. On reboot, Windows automatically detects the missing adapter and installs a generic driver. You should see it come back as a working device.

If it's still broken after restart, you'll need to download the exact driver from your PC manufacturer's website. For a Realtek adapter on a Dell laptop, go to Dell's support site, enter your service tag, and grab the network driver. Don't use the "Let me pick from a list" option in Device Manager — that gives you Microsoft's generic driver, which lacks features and can be flaky.

3. The Adapter Is Physically Disabled or in Airplane Mode

This one sounds obvious, but I've had three calls this month where someone had accidentally hit the laptop's airplane mode key. It's usually a function key combo — Fn + F2 or Fn + F12 — but it varies by brand. On Dell, it's often Fn + PrtScr (the key with the airplane icon). On Lenovo, it's Fn + F7.

Here's the giveaway: The network icon in the system tray (bottom-right) shows an airplane. Clicking it shows "Airplane mode: On". If that's the case, clicking the airplane mode button to turn it off brings back the adapter.

But sometimes the hardware switch is the culprit. Some older laptops (think Dell Latitude E-series, HP ProBook) have a physical slide switch on the side or front edge. If it's slid to "Off," no amount of software fixes will bring the adapter back. Check your laptop's edges — you're looking for a small switch with a wireless icon next to it.

If you're on a desktop, you might have a PCIe network card that's come loose. If you're comfortable opening the case, reseat the card — remove it, blow out the dust, and push it back into the slot until it clicks. Then boot up and check Device Manager.

Quick-Reference Summary Table

Cause How to Spot It Fix
Power Management setting Adapter grayed out after sleep; won't enable Uncheck "Allow computer to turn off device" in Power Management tab, then run netcfg -d
Corrupted driver Yellow exclamation mark; Error 31 or 43 in Properties Uninstall device with driver deletion, restart, install manufacturer's driver
Physical/airplane mode switch Airplane icon in tray, or physical switch on laptop edge Toggle airplane mode off; flip hardware switch

Was this solution helpful?