0XC0232002

Fix wireless LAN power state error 0xC0232002

Your Wi-Fi adapter is stuck in a low power state and won't wake up. These fixes start quick and get more thorough.

What's happening here?

You're seeing STATUS_NDIS_DOT11_POWER_STATE_INVALID (0xC0232002) — which is Microsoft's way of telling you: "Your Wi-Fi adapter is in a low power state and it doesn't want to do what you're asking."

This usually pops up after your laptop wakes from sleep or hibernate. The wireless card didn't properly reinitialize. I've seen this most often on Dell and Lenovo laptops running Windows 10 21H2 or newer, especially with Intel AX200 and Realtek 8822CE adapters.

The fixes below go from the quickest (30 seconds) to the most thorough (15 minutes). Stop when your Wi-Fi comes back.

Fix 1: Soft reset the adapter (30 seconds)

This is the first thing to try. It doesn't require admin rights if you're on a work PC.

  1. Open Device Manager. You can right-click the Start button and pick it, or press Win + X then M.
  2. Expand Network adapters.
  3. Find your Wi-Fi adapter — it'll have "Wireless," "Wi-Fi," or "802.11" in the name. Common ones: Intel(R) Wi-Fi 6 AX200 160MHz or Realtek 8822CE Wireless LAN 802.11ac PCI-E NIC.
  4. Right-click that adapter and select Disable device. After clicking you should see a warning popup — click Yes.
  5. Wait 10 seconds. The adapter list might flash.
  6. Right-click the same adapter again and select Enable device.

Expected outcome: The adapter goes from a grayed-out state to active. Your Wi-Fi icon in the taskbar should show available networks within 15 seconds. If you see networks but can't connect, run the next fix.

Fix 2: Disable power saving on the adapter (5 minutes)

Windows lets the Wi-Fi adapter go to sleep to save battery. That's fine 99% of the time. But on some hardware, it never wakes up properly. Turn off that permission.

  1. Open Device Manager again.
  2. Right-click your Wi-Fi adapter and select Properties.
  3. Click the Power Management tab.
  4. Uncheck Allow the computer to turn off this device to save power.
  5. Click OK.

Why this works: That checkbox tells Windows it's okay to put the adapter to sleep. When unchecked, the adapter stays awake even when the rest of the system goes to sleep. The trade-off is slightly more battery drain — maybe 2-3% over a full day.

While you're here, also check the Advanced tab in the same Properties window. Look for a setting called Wake on Magic Packet or Wake on Pattern Match. Set both to Disabled if they aren't already. Click OK after changes.

Expected outcome: After restarting your PC (or just disabling and re-enabling the adapter again), the error shouldn't come back after sleep. Test by putting your laptop to sleep for 30 seconds, then waking it.

Fix 3: Reset the networking stack (10 minutes)

If the first two didn't stick, the network stack itself might be confused. This is common after cumulative Windows updates that change driver behavior. We'll reset everything from the command line.

  1. Open Command Prompt as Administrator. Press Win + X, then A. Click Yes on the UAC prompt.
  2. Type each of these commands one at a time, pressing Enter after each. Watch for success messages:
netsh winsock reset
netsh int ip reset
ipconfig /release
ipconfig /renew
ipconfig /flushdns

After netsh winsock reset, you should see "Successfully reset the Winsock Catalog." The ipconfig /release will temporarily drop your network connection — that's normal. ipconfig /renew may hang for a few seconds.

  1. Close the command prompt.
  2. Restart your computer — this step matters. Don't skip it.

Expected outcome: After reboot, open your browser. You should be connected. The error 0xC0232002 should be gone.

Fix 4: Update or roll back the Wi-Fi driver (15 minutes)

I've seen bad driver updates from Windows Update cause this exact error — especially the Intel driver version 22.160.0.3 from early 2023. If that's what you have, we need to fix it.

Check your current driver version:

  1. Open Device Manager.
  2. Right-click your Wi-Fi adapter and select Properties.
  3. Click the Driver tab. Look at Driver Version.

Option A: Roll back to a known good driver

If you see version 22.160.0.3 or anything from late 2022 to mid 2023, try rolling back:

  1. In the Driver tab, click Roll Back Driver (only clickable if there's a previous driver saved).
  2. Select Yes when asked why — pick "My previous driver worked better."
  3. Restart your computer after the rollback completes.

Option B: Install a clean driver from the manufacturer

Windows Update often pushes generic drivers that don't match your exact hardware ID. Go straight to the source:

  1. Go to your laptop manufacturer's support site (Dell, Lenovo, HP, ASUS).
  2. Search by your exact model number (you'll find it on a sticker on the bottom).
  3. Download the latest Wi-Fi driver for your wireless chipset. Don't use the one from Windows Update.
  4. Run the installer. Reboot when prompted.

Expected outcome: After reboot, your connection should be stable. The adapter should wake from sleep without errors.

Fix 5: Registry tweak to force adapter power policy (15+ minutes, advanced)

This is your nuclear option. If nothing else worked, we'll tell Windows at the registry level to never power down the Wi-Fi adapter. Only do this if you're comfortable in regedit.

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}
  3. Under that key, you'll see subkeys numbered 0000, 0001, 0002, etc. Click each one until you find the one where the DriverDesc value matches your Wi-Fi adapter name.
  4. Right-click in the right pane, select New > DWORD (32-bit) Value.
  5. Name it PnPCapabilities.
  6. Double-click it and set the value to 24 (hexadecimal). This disables all power management for that device.
  7. Click OK and close regedit.
  8. Restart your computer.

Expected outcome: Your Wi-Fi adapter will never enter a low power state again. The 0xC0232002 error should be permanently gone. Battery life will take a tiny hit — don't expect more than a few percent difference.

When to call it and get help

If you've done all five fixes and the error's still there, you're looking at one of two things:

  • A faulty Wi-Fi card — they do fail, especially after physical bumps or liquid damage.
  • A BIOS bug — some Lenovo ThinkPads (X1 Carbon gen 9 and 10) had a known issue where the wireless module wouldn't reinitialize after sleep. Check your BIOS for an update on the manufacturer's site.

In either case, a USB Wi-Fi dongle (any brand, $15) will get you online immediately while you sort out the hardware.

Related Errors in Windows Errors
0XC0262116 Fix 0xC0262116: Graphics Allocation Content Lost on Windows 0X0000106D Fix WMI Error 0X0000106D in 3 Steps 0X00000283 Active Directory Version Check Failure 0x00000283 0XC000A013 STATUS_PROTOCOL_NOT_SUPPORTED (0XC000A013) – Quick Fix for Windows Pros

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.