Sometimes you just want your screen to turn off while keeping everything else running. Maybe you’re downloading large files, listening to music, running a long render, or leaving apps open for monitoring. What you don’t want is your PC going to sleep and interrupting everything.
Windows doesn’t offer a one-click “Turn off display” button, but there are several reliable ways to do it without suspending your system. In this guide, we’ll show you all the practical methods to turn off your display on Windows 10 and Windows 11 without putting your PC to sleep.
Turn Off the Display Without Sleep on Windows
Below are all the most effective ways to turn off your monitor while keeping your system awake.
1. Use a Custom Keyboard Shortcut with the Built-in Monitor Off Script
Windows includes a hidden command that lets you turn off the screen using a custom shortcut.
Create the shortcut:
- Right-click on your desktop.
- Select New > Shortcut.
- In the location box, paste:
powershell.exe -command "(Add-Type '[DllImport(\"user32.dll\")] public static extern int SendMessage(int hWnd, int hMsg, int wParam, int lParam);' -Name a -Pas)::SendMessage(-1, 0x0112, 0xF170, 2)" - Click Next and name it Turn Off Display.
- Right-click the shortcut and choose Properties.
- Click Change Icon and assign any icon you like.
Assign a shortcut key:
- In the Properties window, click inside Shortcut key.
- Press a combination like Ctrl + Alt + D.
- Click Apply.
Now pressing your shortcut instantly turns off your screen without putting the system to sleep.
2. Change Power Settings to Keep the System Awake While Turning Off the Display
Windows allows you to turn off your display after a certain idle period while keeping the PC awake.
- Open Settings.
- Go to System > Power & battery.
- Under Screen and sleep, set:
- Turn off my screen after → Your preferred time
- Put my device to sleep after → Never
This way the display turns off automatically while your system keeps running.
3. Use the Built-in Command to Turn Off the Monitor Manually
You can manually trigger the monitor-off action using a command.
- Press Windows + R.
- Type cmd and press Enter.
- Run the command:
nircmd.exe monitor off
Note: This requires the tiny NirCmd utility, which is safe and widely trusted.
4. Use NirCmd to Create a One-Click Monitor-Off Button
NirCmd is a lightweight tool that can turn off your display instantly.
Set it up:
- Download NirCmd from the official NirSoft website.
- Extract it to a folder like C:\Tools.
- Right-click the desktop and create a new shortcut.
- Enter:
C:\Tools\nircmd.exe monitor off - Name it Turn Off Display.
Now one click turns off your screen without sleeping your PC.
5. Change Power Button Actions Without Using Sleep
You can configure your PC’s power button to turn off only the display.
- Open Control Panel.
- Go to Hardware and Sound > Power Options.
- Click Choose what the power buttons do.
- Next to When I press the power button, select:
- Turn off the display
Now pressing the physical power button switches off the screen while keeping Windows active.
6. Use Windows Mobility Center (Laptop Only)
Some laptops include a built-in Display Off button in the Mobility Center.
- Press Windows + X.
- Select Mobility Center.
- Look for an option called Turn off display.
This varies by manufacturer, but Lenovo, Dell, and HP often include it.
7. Prevent Sleep Mode During Long Tasks Using PowerToys Awake
Microsoft PowerToys includes a tool called Awake, which keeps your PC active without touching display settings.
- Install PowerToys from the Microsoft Store.
- Open it and select Awake.
- Turn on Keep awake indefinitely or Keep awake for a set time.
This ensures your PC never sleeps while you manually turn off the display with one of the methods above.
Wrapping Up
Turning off your display without putting your PC to sleep can make long downloads, rendering sessions, or background processes much more efficient. Whether you use a keyboard shortcut, a custom command, or adjust your power settings, Windows gives you multiple ways to keep the system awake while shutting off the screen.
If you want the fastest method, creating a desktop shortcut or using NirCmd gives you instant control. For automated screen-off behavior, tweaking power settings is the simplest option. Either way, you’ll be able to keep your PC running your tasks without wasting energy on the display.