is there a way to turn my monitor off instantly in Windows without putting the whole computer to sleep? i run downloads and transfers overnight and i want the screen off but the PC running. power settings just seem to tie them together.
Yes, you can turn the display off independently from sleep. A few ways to do it.
Method 1: Power settings
Settings > System > Power and sleep
Set Screen to a short timeout (e.g. 5 minutes) and set Sleep to Never. The screen turns off on its own after inactivity while the PC keeps running. Cleanest solution for overnight downloads.
Method 2: NirCmd shortcut
NirCmd is a free command-line tool from NirSoft. Download it and create a desktop shortcut with target: nircmd.exe monitor off. Assign a keyboard shortcut in the shortcut’s Properties. Clicking it turns the monitor off instantly. Moving the mouse or pressing a key wakes it.
Method 3: Blank screensaver
Settings > Personalization > Lock screen > Screen saver settings > choose Blank > set a short timeout. The screen goes black after inactivity. Not the same as actually turning off the monitor (panel stays on), but lower effort and sufficient for most use cases.
Method 4: Win+L then manual button
Press Win+L to lock the screen, then press the physical button on your monitor. Simple, reliable, no extra software.
The power settings solution is what I’ve used for years. Display off after 5 minutes, sleep never, and you don’t have to think about it. The monitor turns itself off, downloads keep going, no intervention needed.
NirCmd is worth knowing about for other things too – it’s a surprisingly capable command-line tool for Windows power management beyond just monitor control. once you have it set up you can script all kinds of things.
The distinction between screensaver blank and actually turning the display off matters for energy use. A blank screensaver still powers the panel. Actually turning off the monitor cuts panel power consumption. Small thing but meaningful if you leave it running overnight regularly.
Win+L then pressing the monitor’s own off button is my zero-effort version. Not elegant but takes two seconds and works every time. Good enough for most situations without needing to install anything or change system settings.