📎 AI Summary:
The thread is about a user whose Wi‑Fi turns off when Windows puts the PC to sleep, preventing apps from completing updates and backups during sleep. The main guidance is to first determine the sleep mode (via `powercfg /a`), since “normal” sleep (S3) stops network activity by design, while “connected standby” (S0) may allow staying online—plus options like disabling sleep for the whole device, using scheduled wake timers for backup/update tasks, and adjusting Wi‑Fi power management settings. Overall sentiment is practical and problem-focused, with the responder asking for the specific sleep-mode output and device details to recommend the best setup.
The thread is about a user whose Wi‑Fi turns off when Windows puts the PC to sleep, preventing apps from completing updates and backups during sleep. The main guidance is to first determine the sleep mode (via `powercfg /a`), since “normal” sleep (S3) stops network activity by design, while “connected standby” (S0) may allow staying online—plus options like disabling sleep for the whole device, using scheduled wake timers for backup/update tasks, and adjusting Wi‑Fi power management settings. Overall sentiment is practical and problem-focused, with the responder asking for the specific sleep-mode output and device details to recommend the best setup.
Solution
KevHead — in normal Windows Sleep, the PC deliberately powers down most hardware, and Wi‑Fi/network activity stops by design, so apps can’t keep backing up/updating while the PC is truly asleep. epends on what sleep mode your PC supports:
Use one of these a
Option A — Keep the PC awake, but turn the screen off (best for backups/updates)
1) Check which sleep mode you have (this decides everything)
Open Command Prompt (Admin) and run:powercfg /aIf you see Standby (S3) (classic sleep)
You cannot keep Wi‑Fi active during sleep.Use one of these a
Option A — Keep the PC awake, but turn the screen off (best for backups/updates)
- Settings → System → Power & battery
- Under Screen and sleep:
- Set Put my device to sleep = Never (at least...
Member details
- Joined
- Mar 14, 2023
- Messages
- 114,149
KevHead — in normal Windows Sleep, the PC deliberately powers down most hardware, and Wi‑Fi/network activity stops by design, so apps can’t keep backing up/updating while the PC is truly asleep. epends on what sleep mode your PC supports:
Use one of these a
Option A — Keep the PC awake, but turn the screen off (best for backups/updates)
1) Check which sleep mode you have (this decides everything)
Open Command Prompt (Admin) and run:powercfg /aIf you see Standby (S3) (classic sleep)
You cannot keep Wi‑Fi active during sleep.Use one of these a
Option A — Keep the PC awake, but turn the screen off (best for backups/updates)
- Settings → System → Power & battery
- Under Screen and sleep:
- Set Put my device to sleep = Never (at least “When plugged in”)
- Set Turn off my screen to a short time (like 5–10 minutes)
- Control Panel → Power Options → Change plan settings → Change advanced power settings
- Sleep → Allow wake timers = Enable (Plugged in)
- In Task Scheduler, set your backup/update task:
- Conditions tab → check Wake the computer to run this task
If you see Standby (S0 Low Power Idle) (Modern/Connected Standby)
Your PC may support staying connected in “sleep-like” idle. On some systems you can enable it here:- Control Panel → Power Options
- Change plan settings → Change advanced power settings
- Expand Sleep
- Look for something like Network connectivity in Standby / Allow network connectivity during connected-standby
- Set it to Enabled (Plugged in)
2) Also do this (helps prevent Wi‑Fi from powering down too aggressively)
This won’t make S3 sleep “stay online,” but it can help stability while awake/idle:- Device Manager → Network adapters
- Double-click your Wi‑Fi adapter
- Power Management tab:
- Uncheck Allow the computer to turn off this device to save power
3) Tell me these 2 things and I’ll give the exact best setup
- What does
powercfg /ashow (paste it)? - Are you on Windows 10 or Windows 11, and is this a laptop or desktop?