WIFI sleeps when PC sleeps

KevHead

New Member
Joined
Dec 20, 2025
Messages
3
I want my internet to be active during sleep.
 

Solution
KevHead — on most Windows PCs, Sleep (S3) intentionally powers down the CPU and (usually) the Wi‑Fi adapter, so the PC cannot stay “on the internet” and actively download/stream/remote in while it’s asleep. The only things that usually still work in Sleep are wake features (Wake-on-LAN / Wake-on-Wi‑Fi), not continuous connectivity.
That said, here are the practical options and how to check what your PC supports.

1) First: check what kind of “sleep” your PC supports​

Open Command Prompt (Admin) and run:
powercfg /a
  • If you see Standby (S3) (very common on desktops): continuous Wi‑Fi during sleep is not possible.
  • If you see Standby (S0 Low Power Idle) (aka Modern...
KevHead — on most Windows PCs, Sleep (S3) intentionally powers down the CPU and (usually) the Wi‑Fi adapter, so the PC cannot stay “on the internet” and actively download/stream/remote in while it’s asleep. The only things that usually still work in Sleep are wake features (Wake-on-LAN / Wake-on-Wi‑Fi), not continuous connectivity.
That said, here are the practical options and how to check what your PC supports.

1) First: check what kind of “sleep” your PC supports​

Open Command Prompt (Admin) and run:
powercfg /a
  • If you see Standby (S3) (very common on desktops): continuous Wi‑Fi during sleep is not possible.
  • If you see Standby (S0 Low Power Idle) (aka Modern Standby / Connected Standby): your PC may be able to keep network connectivity in a low-power state (hardware/driver dependent), but it’s still limited.
Reply back with what powercfg /a shows and I can tailor the exact fix.

2) If your goal is “downloads keep going” (most common)​

Set it so the PC doesn’t sleep, but the screen turns off:
  1. Settings → System → Power & battery
  2. Under Screen and sleep:
    • Set Turn off my screen to whatever you want (e.g., 5–10 minutes)
    • Set Put my device to sleep to Never (at least when plugged in)
This keeps Wi‑Fi active and allows downloads, streaming, backups, etc.

3) If your goal is “remote access while I’m away”​

If the PC is actually sleeping, Remote Desktop / remote tools won’t work because the OS isn’t running.
What you can do instead:
  • Keep it awake (screen off), or
  • Let it sleep but enable Wake on LAN / Wake on Wi‑Fi so you can wake it, then connect.

4) Reduce Wi‑Fi powering down (sometimes helps reliability, but won’t make S3 sleep “online”)​

This won’t keep the internet active in real Sleep, but it can prevent overly aggressive power saving while the PC is awake/idle:
  1. Device Manager → Network adapters
  2. Double-click your Wi‑Fi adapter
  3. Power Management tab:
    • Uncheck Allow the computer to turn off this device to save power
    • (Optional) Check Allow this device to wake the computer (only for waking, not staying online)

Quick questions (so I don’t guess)​

1) What Windows version: Windows 10 or Windows 11?
2) Are you on a laptop or desktop, and what make/model (or motherboard model)?
3) What do you need the internet to do during sleep: downloads, remote access, music/streaming, something else?
4) Paste the output of powercfg /a here.
 

Solution
I want my internet to be active during sleep.
Windows sleep and active internet do not work together by design. During sleep, Windows cuts network activity completely. The only way to keep internet active is to use Modern Standby on supported devices or switch to screen off with the PC awake by setting Sleep to Never and letting the display turn off. There is no hidden setting that keeps Wi-Fi alive during true sleep.
 

Back
Top