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.
Affects: Windows 11 laptops with Wi-Fi adapters.
Fix time: ~10 minutes.
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.
- Press
Win + X→ Device Manager. - Click any device. Then click Action menu → Scan for hardware changes.
- Windows re-scans. Wi-Fi adapter should reappear under Network adapters.
- If not: power-cycle the Wi-Fi radio. Toggle Settings → Network & internet → Wi-Fi → toggle off / on.
- For Bluetooth adapter that disappears similarly: same approach.
- If still missing: reboot. Adapter returns post-reboot.
This is the immediate fix.
Method 2: Prevent recurrence via Power Management
The permanent fix.
- Open Device Manager → Network adapters.
- Right-click Wi-Fi adapter → Properties → Power Management tab.
- Untick Allow the computer to turn off this device to save power.
- Apply.
- For USB Wi-Fi adapters: also Device Manager → Universal Serial Bus controllers → each USB Root Hub → Properties → Power Management → untick.
- For laptops with multiple Wi-Fi adapters (some have both Wi-Fi and Mobile broadband): repeat for each.
- 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.
- Open Control Panel → Power Options → Change plan settings → Change advanced power settings.
- Expand USB settings → USB selective suspend setting. Set to Disabled for both On battery and Plugged in.
- Expand Wireless Adapter Settings → Power Saving Mode: set to Maximum Performance for both.
- Expand PCI Express → Link State Power Management: Off.
- Apply.
- Reboot. Sleep / wake should retain Wi-Fi adapter.
- 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-NetAdapterin 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.