What "Bed Schedule 1" means and why it matters for your machine
Bed Schedule 1 is a power-saving feature in Windows that puts your computer into a low-power state after a set amount of idle time. When activated, your monitor turns off first, then your hard drive spins down, and finally your CPU reduces its processing speed. The computer is not shut down — it is sleeping, which means it wakes up when ready when you move your mouse or press a key.
This matters because a computer left running 24 hours a day uses significantly more electricity than one that sleeps during periods you are not using it. Sleep also reduces wear on your hardware: fans run less often, the power supply works at lower load, and components generate less heat. For most people, sleep is the right middle ground between shutting down completely and leaving the machine running all night.
Bed Schedule 1 is the first of several sleep profiles Windows offers. It is the gentlest option — your computer wakes faster and uses slightly more power than deeper sleep states, but it is more reliable for devices with older network cards or printers that need to wake the machine remotely.
Key Takeaways
- Bed Schedule 1 puts your computer to sleep after idle time, cutting power use without shutting down completely.
- You set the sleep timer in Settings > System > Power & Sleep, choosing separate times for battery and plugged-in modes.
- Sleep is different from hibernation: sleep keeps RAM powered so wake-up is when ready, while hibernation saves RAM to disk and uses almost no power.
- Some devices like printers or network adapters may not wake your computer from sleep unless you enable "Allow this device to wake the computer" in Device Manager.
- If your computer wakes unexpectedly, check Event Viewer to see what triggered it — usually a network packet, mouse movement, or scheduled task.
How to turn on sleep and set the timer in Windows 10 and 11
Open Settings by pressing Windows key + I. Go to System in the left sidebar, then click Power & Sleep. You will see two sections: one for when your computer is plugged in, and one for when it is on battery.
Under Screen, set how long the monitor stays on before turning off. Under Sleep, set how long the computer waits after the screen goes dark before entering sleep mode. For most people, setting the screen to turn off after 5 to 10 minutes and sleep to set up after 15 to 30 minutes works well. If you are plugged in and do not want the computer to sleep at all during the day, you can set sleep to Never.
Once you close Settings, these changes take effect when ready. The next time you leave your computer idle for the time you set, the screen will go dark, and then the machine will sleep. You will see the power light dim or blink, depending on your computer model.
The difference between sleep, hibernation, and shutdown
Sleep keeps your RAM powered and your session in memory, so waking takes one to three seconds. Hibernation saves everything in RAM to your hard drive, then powers off almost completely — it uses almost no electricity, but waking takes 10 to 30 seconds because the computer has to reload RAM from disk. Shutdown closes all programs and powers off entirely, which uses no electricity but requires a full restart when you turn the machine back on.
Bed Schedule 1 refers specifically to sleep mode. If you want hibernation instead, you can enable it in Settings > System > Power & Sleep > Additional Power Settings > Change Plan Settings > Change Advanced Power Settings. Look for Sleep in the tree, expand it, and set Hibernate After to your preferred time. Most people should use sleep for daily use and hibernation only for laptops that will sit unused for days.
Why your computer might not sleep, and how to fix it
If you set a sleep timer but the computer never sleeps, the most common cause is that Windows does not think the machine is idle. Check whether a program is keeping the system awake: open Task Manager by pressing Ctrl + Shift + Esc, click the Processes tab, and look for programs using CPU or disk heavily. Media players, read managers, and some antivirus software can prevent sleep.
Another cause is a USB device — a mouse, keyboard, or external drive — sending signals that wake the computer or prevent it from sleeping. Try unplugging USB devices one at a time and waiting 15 minutes to see if sleep activates. If it does, that device is the culprit. You can then configure it in Device Manager: right-click Start, select Device Manager, find the device, right-click it, choose Properties, go to the Power Management tab, and uncheck Allow this device to wake the computer.
A third cause is a scheduled task or Windows Update running in the background. Open Task Scheduler by pressing Windows key + R, typing taskschd.msc, and pressing Enter. Look in Task Scheduler Library > Microsoft > Windows for tasks that run at times you do not want the computer awake. You can disable them by right-clicking and selecting Disable, though be cautious with Windows Update tasks.
Waking your computer from sleep without touching it
If you have a printer, smart speaker, or other device on your network that needs to wake your computer, you may need to enable Wake on LAN. This allows a network packet to pull the computer out of sleep. Go to Device Manager, find your network adapter, right-click it, select Properties, click the Power Management tab, and check Allow this device to wake the computer. You may also need to enable Wake on LAN in your BIOS or UEFI settings — restart your computer, press Delete or F2 during startup (the key varies by manufacturer), and look for a setting called Wake on LAN, WoL, or Network Boot.
For printers specifically, check the printer's own settings or app to see whether it has a "wake computer" option. Some printers can only wake computers that have Wake on LAN enabled; others cannot wake computers at all and will straightforward wait for you to wake the machine manually.
Checking what woke your computer if it keeps waking unexpectedly
If your computer wakes from sleep on its own, Event Viewer can tell you what triggered it. Press Windows key + R, type eventvwr.msc, and press Enter. Navigate to Windows Logs > System. Look for events with the source Power-Troubleshooter — these log what woke the machine. The event details will say something like "Wake Source: Network Adapter" or "Wake Source: Keyboard".
Common culprits are network activity (a scheduled backup, a file-sharing program, or a network printer sending a broadcast), a mouse or keyboard with a low battery sending random signals, or a scheduled Windows task. Once you know the source, you can disable the device's wake permission in Device Manager (as described above) or reschedule the task in Task Scheduler.
Frequently Asked Questions
Will sleep mode damage my hard drive or SSD?
No. Sleep mode spins down mechanical hard drives and reduces power to SSDs, which actually extends their lifespan by reducing heat and wear. Waking from sleep does not stress the drive any more than normal use does.
Can I set different sleep times for weekdays and weekends?
Windows does not have a built-in option for this, but you can use Task Scheduler to change your power plan at specific times. Create two tasks — one to switch to a power plan with longer sleep times in the evening, and one to switch back in the morning. This requires some setup but is more flexible than the default Settings menu.
What if I want my computer to sleep but my monitor to stay on?
Set the monitor to turn off after a short time (5 to 10 minutes) and sleep to turn off after a much longer time (2 to 4 hours). This keeps your display off during breaks but lets you keep the computer awake if you are actively working. You can also disable sleep entirely and rely only on monitor sleep, though this uses more power.
Does sleep mode work the same on laptops and desktops?
Yes, the settings are identical. However, laptops have an additional battery mode in Power & Sleep settings, so you can set shorter sleep times when unplugged to save battery. Desktops only have the plugged-in mode.
If I put my computer to sleep, will downloads or uploads stop?
Yes. Sleep pauses all network activity and background tasks. If you need a read to continue, either disable sleep in Settings or use a read manager that can resume when the computer wakes.