How to Restore Missing Wi-Fi Adapter After a Sleep Cycle
🔍 WiseChecker

How to Restore Missing Wi-Fi Adapter After a Sleep Cycle

Quick fix: Wi-Fi adapter disappears after sleep. Open Device Manager → right-click any device → Scan for hardware changes. Adapter returns. Permanent fix: Device Manager → Network adapters → Wi-Fi → Properties → Power Management → untick “Allow the computer to turn off this device to save power.”

Laptop sleeps. Wake up. No Wi-Fi. Settings → Network shows no Wi-Fi adapter at all. The cause: Windows’s power management turned off the adapter; sometimes doesn’t fully restore on wake. Disable power saving on adapter.

Symptom: Wi-Fi adapter missing entirely after Windows 11 wakes from sleep; not visible in Settings or Device Manager.
Affects: Windows 11 laptops with Wi-Fi adapters.
Fix time: ~10 minutes.

ADVERTISEMENT

What causes this

Windows power management can fully power down USB and PCIe devices during sleep. On wake, devices should re-enumerate. Sometimes they don’t, especially after long sleep periods or hibernate cycles. The adapter disappears until manual re-scan or reboot.

Method 1: Immediate recovery via Device Manager

The quick recovery.

  1. Press Win + XDevice Manager.
  2. Click any device. Then click Action menu → Scan for hardware changes.
  3. Windows re-scans. Wi-Fi adapter should reappear under Network adapters.
  4. If not: power-cycle the Wi-Fi radio. Toggle Settings → Network & internet → Wi-Fi → toggle off / on.
  5. For Bluetooth adapter that disappears similarly: same approach.
  6. If still missing: reboot. Adapter returns post-reboot.

This is the immediate fix.

ADVERTISEMENT

Method 2: Prevent recurrence via Power Management

The permanent fix.

  1. Open Device Manager → Network adapters.
  2. Right-click Wi-Fi adapter → Properties → Power Management tab.
  3. Untick Allow the computer to turn off this device to save power.
  4. Apply.
  5. For USB Wi-Fi adapters: also Device Manager → Universal Serial Bus controllers → each USB Root Hub → Properties → Power Management → untick.
  6. For laptops with multiple Wi-Fi adapters (some have both Wi-Fi and Mobile broadband): repeat for each.
  7. Settings → System → Power & battery → Power mode: Best performance. Reduces aggressive sleep behaviors.

This is the standard prevention.

Method 3: Disable USB selective suspend in power plan

For deeper power-saving disable.

  1. Open Control Panel → Power Options → Change plan settings → Change advanced power settings.
  2. Expand USB settings → USB selective suspend setting. Set to Disabled for both On battery and Plugged in.
  3. Expand Wireless Adapter Settings → Power Saving Mode: set to Maximum Performance for both.
  4. Expand PCI Express → Link State Power Management: Off.
  5. Apply.
  6. Reboot. Sleep / wake should retain Wi-Fi adapter.
  7. Trade-off: battery drains slightly faster — ~2-5% impact. Worth it for reliable Wi-Fi.

This is the deeper fix.

How to verify the fix worked

  • Put PC to sleep. Wait 10 minutes. Wake. Wi-Fi adapter present in Settings & Device Manager.
  • Run Get-NetAdapter in PowerShell post-wake. Wi-Fi listed with Status: Up.
  • Open browser: internet works immediately, no reconnect dance.

If none of these work

If adapter still disappears: Driver bug: update Wi-Fi driver from manufacturer. Intel ProSet/Wireless, Realtek, Qualcomm. BIOS update: outdated BIOS firmware can cause USB / PCIe init issues post-wake. Update from manufacturer. For chronic issue across multiple drivers: replace Wi-Fi adapter. Laptop M.2 Wi-Fi cards are ~$30 and user-replaceable on many laptops. For OEM laptops with embedded Wi-Fi: hardware fault. Vendor warranty or external USB Wi-Fi adapter as workaround. Last resort — disable sleep entirely: Settings → Power → Sleep: Never. Hibernate instead (writes RAM to disk, full power off, fresh enumerate on wake).

Bottom line: Device Manager → Network adapters → Wi-Fi → Properties → Power Management → untick “Allow turn off.” Also disable USB selective suspend in Power Options. Update driver if persistent.

ADVERTISEMENT