What sleep mode does and why you might disable it
Sleep mode puts your computer into a low-power state after a period of inactivity — the screen goes dark, the hard drive stops spinning, and most processes pause. When you move the mouse or press a key, the computer wakes up in a few seconds and you're back where you left off.
You might want to disable sleep mode if you're running a long task like a file transfer or video render that shouldn't be interrupted, if you're using your computer as a media server that needs to stay responsive, or if you find the wake-up delay annoying. Disabling it entirely means your computer will stay fully powered on until you manually shut it down or it runs out of battery.
Windows gives you several ways to control sleep mode, from a quick temporary fix to permanent settings. The method you choose depends on whether you want to stop it just once or change the default behavior.
Key Takeaways
- The fastest way to prevent sleep mode for one session is to open Settings, go to System > Power & battery, and change the sleep timeout to Never.
- You can also use the power menu (Windows key + X) to select a power plan that disables sleep, though this affects all future sessions.
- If you're running a specific task, you can use the command line tool powercfg to prevent sleep for just that program without changing your default settings.
- Disabling sleep mode entirely means your computer will consume more power and run longer without rest, which can shorten hardware lifespan over time.
Disable sleep mode through Settings
Open Settings by pressing Windows key + I. Navigate to System in the left sidebar, then select Power & battery. Under Screen and sleep, you'll see two dropdown menus: one for "Screen times out after" and one for "Sleep times out after." Click the Sleep dropdown and select Never.
This change takes effect when ready and applies to your current user account. If you share the computer with others, their accounts keep their own sleep settings. If you later want to re-enable sleep mode, return to the same menu and choose a time interval like 10 minutes or 30 minutes instead of Never.
This method works on Windows 10 and Windows 11. The exact wording of the menu items may vary slightly between versions, but the location and function remain the same.
Use the power menu for a quick change
Press Windows key + X to open the power menu, then select Power options. This opens the Power & battery settings page described above. From here, follow the same steps: click the Sleep dropdown and select Never.
This route takes one extra step but gets you to the same place. Some people find it faster than opening Settings and navigating through the sidebar, especially if they use it frequently.
Prevent sleep mode for a single task
If you want to keep sleep mode enabled for normal use but prevent it during a specific task, you can use the command line tool powercfg. Open Command Prompt by pressing Windows key + R, typing cmd, and pressing Enter. Type the command: powercfg /change monitor-timeout-ac 0. This sets the monitor to never turn off while plugged in, which also prevents sleep.
When your task is complete, return to Command Prompt and type: powercfg /change monitor-timeout-ac 10 (or whatever your preferred timeout was). This restores your previous setting without affecting the rest of your power configuration.
This approach is useful if you run long backups, video exports, or file transfers occasionally but want sleep mode active most of the time. It's more precise than changing your default settings and then remembering to change them back.
Disable sleep mode in advanced power settings
For more granular control, open Settings, go to System > Power & battery, and scroll down to Related settings. Click Additional power settings. This opens the Control Panel power options window, which shows your current power plan (usually Balanced or Power saver).
Click Change plan settings next to your active plan, then click Change advanced power settings. A window opens with a tree of options. Expand Sleep, then expand Allow hybrid sleep and set it to Off. Expand Sleep after and set the minutes to Never or a very high number.
These settings give you finer control over how sleep behaves — for example, you can disable hybrid sleep (which saves your session to disk before sleeping) while keeping regular sleep enabled. Most people don't need this level of detail, but it's available if your situation requires it.
What happens when sleep mode is disabled
With sleep mode set to Never, your computer stays fully powered on and responsive at all times. The screen will still turn off after the timeout you set under "Screen times out after" (separate from sleep), but the computer itself keeps running. This means background tasks, downloads, and network services continue uninterrupted.
The tradeoff is higher power consumption. A computer in sleep mode uses roughly 1 to 3 watts; a fully awake computer uses 50 to 150 watts depending on what it's doing. Over weeks or months, this adds up in your electricity bill. Additionally, running continuously without rest can gradually wear out components like the power supply and cooling fans.
For laptops, disabling sleep mode drains the battery much faster if you're unplugged. If you use a laptop away from power, consider leaving sleep mode enabled and instead using the temporary command-line method for specific tasks.
Re-enable sleep mode when you're done
To turn sleep mode back on, return to Settings > System > Power & battery and click the Sleep dropdown. Select a time interval like 10 minutes, 30 minutes, or 1 hour. Your computer will now sleep after that period of inactivity.
If you used the command-line method, open Command Prompt again and type: powercfg /change monitor-timeout-ac 10 (or your preferred number of minutes). This restores the previous behavior without affecting other settings.
If you changed advanced power settings in Control Panel, return to Additional power settings, click Change plan settings, then Change advanced power settings, and adjust the Sleep values back to your preferred timeout.
Frequently Asked Questions
Will disabling sleep mode affect my monitor separately?
Yes. Sleep mode and screen timeout are separate settings. You can disable sleep mode while keeping the screen set to turn off after 10 minutes, which saves some power without interrupting your tasks. The screen will go dark but the computer stays awake and responsive.
Can I disable sleep mode only when plugged in?
Yes. In Settings > System > Power & battery, you can set different timeouts for plugged-in and battery modes. Set sleep to Never when plugged in, then set a shorter timeout (like 5 minutes) for battery mode. This prevents sleep during desk work but preserves battery life when you're mobile.
Does disabling sleep mode affect Windows updates?
No. Windows can still read and install updates whether sleep mode is on or off. However, some updates require a restart, which will interrupt your work regardless of sleep settings. Check Settings > System > About for pending updates before you disable sleep for a long task.
What's the difference between sleep and hibernate?
Sleep keeps your session in RAM and uses a small amount of power; hibernate saves everything to disk and uses almost no power. Windows 10 and 11 use hybrid sleep by default, which does both. If you disable sleep mode, your computer won't enter either state unless you manually put it into hibernation.
Why does my computer still sleep even though I set it to Never?
Check that you changed the setting for the correct power plan. If you're using a laptop, you may have separate settings for plugged-in and battery modes — make sure you changed the right one. Also verify the setting took effect by going back to Settings and confirming it still shows Never.