Neither Windows 10 nor Windows 11 offer a convenient keyboard shortcut to turn off your screen. Depending on your settings, it can take minutes or hours until your display switches off automatically. We'll show you the easiest ways to control your screen and turn it off whenever you want. Not only will this save you energy, but you'll also prevent screen burn-in and long-term damage.

1. Turning Off Your Screen With a Laptop Hotkey

While Windows doesn't include a keyboard shortcut, your laptop might come with a hotkey to turn the screen off. This varies depending on the laptop manufacturer and model. Check the top row of keys, typically F1-12 keys, for a screen off symbol and try it out. You might have to hold the Fn key (typically in the bottom left) to override the F key and activate the hotkey functionality, though sometimes it's the other way around.

2. Updating Your Windows Power Management Settings

Windows offers multiple power management settings. Let's see how you can use these to control your screen on and off time.

How to Make the Screen Turn Off Automatically in Windows 11

To make Windows 11 turn your monitor off, go to Start > Settings > System > Power > Screen and sleep and select your preferred timeouts.

Windows 11 System Power Screen and Sleep

Note that this setting won't impact games or video-based media, since those should keep your display always on. This means you can continue to watch a movie or a show without the screen turning off on you, even when the screen off times are set to merely minutes.

How to Make the Screen Turn Off Automatically in Windows 10

To control how fast your displays turn off, head to Start > Settings > System > Power & sleep and customize the times under the Screen header. On battery power, we recommend letting your screen turn off after 5 minutes or less. When plugged in, you can let it stay on for a little longer, but 10 or 15 minutes should be your max.

Windows 10 Power and Sleep Settings

How to Turn the Screen Off Using the Power Button

To manually turn your screen off at the touch of a button, head into the Control Panel and repurpose the power button on WIndows to turn off your display. This works on laptops and desktop PCs and will save you more energy than letting Windows turn off its screen automatically after it's been inactive for a few minutes.

In Windows 10, go to Start > Settings > System > Power & sleep > Related settings, and click Additional power settings. This will lead you to the old Windows Control Panel.

In Windows 11, you'll have to manually navigate to the Control Panel. The following path also works in Windows 10: Press Windows key + Q, search for Control Panel, and open the respective result. In the top right corner of the Control Panel, make sure to select View by: Large icons or View by: Small icons, then select Power Options. In the left-hand pane, click Choose what the power button does.

Windows 10 Control Panel Power Options Power Plan

In the next window, under When I press the power button, you can make it turn off the display while on battery or plugged in. (If you don't see that option, check below.) Click Save changes to lock in your preferences.

Windows 10 Power Options Turn Off Display With Power Button

With this setting enabled, all you have to do to turn off your Windows screen is to press the power button. Note that you can still shut down your computer forcefully (in case it's locked up) by holding the power button for a few seconds.

Is the "Turn Off the Display" Option Missing in the Control Panel?

If you don't see the "turn off the display" option in your Control Panel, you probably have a computer with Modern Standby. To find out, press CTRL+R, type cmd, and click OK to open the command prompt. Type powercfg -a into the prompt and hit Enter. If you see the option Standby (S0 Low Power Idle), you have a Modern Standby machine. You might also see that other standby options are not available.

Windows 10 Command Prompt listing available Standby options

How to Add a "Turn Off Display" on a Modern Standby Windows PC

Turning off the display using the power button is such a convenient solution. And there may be a way to add it back. But we'll have to head into the registry to do this. Please follow these instructions carefully, as you won't want to break anything critical.

Press Windows+R to launch the Run menu, enter regedit, and click OK to open the Windows Registry Editor. Within the registry, head to the following location:

        Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Power
    

Once there, find the entry CsEnabled, change its value from 1 to 0, and click OK to save your changes. If the DWORD (32-bit) Value entry doesn't exist, you can manually create it, but it might not work. A recent Windows update seems to have destroyed this workaround.

Windows 10 Registry Editor CsEnabled

To find out whether it worked for you, exit the registry editor, reboot Windows, and return to the system settings outlined above to hopefully find the "Turn off display option" back where it belongs.

The Best Tools to Turn Off Your Screen on Windows

Maybe you don't want to manually turn off your PC monitor. Or maybe you don't want to change your power button's default settings. You can use a third-party Windows tool to turn off your display. Below are the three best ones.

1. Turn Off Monitor

Turn Off Monitor is a small executable utility that just does one job: turning your display off. You don't have to install it. Just download the file, unpack the ZIP archive, store the utility on your desktop, and double-click whenever needed. You can assign a keyboard shortcut to run the utility, which I'll explain below.

If you see a security warning, you can bypass it by removing the checkmark next to Always ask before opening this file.

Note that in Windows 10, when you used this utility and are ready to resume work, the screen will wake to the lock screen. If you'd rather not type in your login credentials every time you turn off the screen, you could disable the lock screen. However, that means anyone will be able to access your desktop while you're not around.

The download for Turn Off Monitor is provided by Softpedia, one of the safer sites for free software downloads. A similar tool that works exactly like Turn Off Monitor is Display Power Off (via Sourceforge).

Download: Turn Off Monitor (Free)

2. Turn Off Screen

Turn Screen Off Bat File

Someone at Microsoft must have noticed how nice it is to have a shortcut to turn off the screen because they wrote a script for it. For a while, you could download it through Microsoft's own TechNet, but the free batch script file has since been removed. You can now find it on GitHub.

Save the ZIP archive, unpack it, find the BAT file inside, and double-click to run it. You can even change the icon and assign a shortcut, which you can find instructions for below.

Download: Turn Off Screen (Free)

3. BlackTop

Can't be bothered with manually assigning a keyboard shortcut? BlackTop comes with its own: Ctrl+Alt+B. Unfortunately, you can't change the key combination.

Note that this utility requires the Windows .NET Framework 3.5 feature. If you don't have the right .NET Framework version installed, yet, Windows will offer to download and install it after you finish the installation. The .NET Framework installation might take a while.

Windows Features NET Framework Installation

Download: BlackTop (Free)

4. NirCmd

NirCmd is a command-line utility, which can complete a range of tasks, including turning your monitor off. You can run NirCmd without installation. However, if you want to use it regularly, it's more convenient to install it and thus not having to type the full path every time you want to run a command.

To install NirCmd in Windows 10, unpack the ZIP archive, right-click nircmd.exe, and select Run as administrator. Next, click the Copy To Windows Directory button. Confirm with Yes in the following window. Once the operation is completed, click OK in the previous window.

NirCmd With Copy to Windows Directory Button and Confirmation

Now that you installed NirCmd, you can use it to turn off your monitor and complete other tasks. Admittedly, opening the command line and typing a command every time you want to turn off your screen is probably the most inconvenient solution of all. However, you only have to do it once in order to create a shortcut, which you can then assign a hotkey to.

Press Win+R to open the Run utility, then type cmd and click OK.

In the command line, type the following command:

        nircmd.exe cmdshortcutkey "c:\temp" "Turn Monitor Off" monitor off
    

Hit Enter to run the command.

If you did not copy nircmd.exe to the Windows Directory, spell out the full path. Instead of "c:\temp" you can choose any other location for the shortcut file. "Turn Monitor Off" will be the name of the shortcut file, but you can choose a different name.

Download: NirCmd (Free)

3. How to Assign a Hotkey to Run Any Tool

This works for any executable, including the tools above. First, right-click the EXE file and select Create shortcut. Note that you have already created a shortcut for NirCmd if you followed the steps above.

Next, right-click the shortcut file and select Properties. Place the mouse in the Shortcut key: field, which should say "None", and click your keyboard shortcut, for example, Ctrl+Alt+J. Click OK to confirm.

Windows 10 Creating a Shortcut Key

Finally, test your shortcut key and enjoy!

Your Monitor Is Now Under Control

We showed you how to control your computer display, from customizing power settings to using third-party utilities to turn the screen off. Now it's your turn to use your favorite solution. And when you're ready, we have a ton more ways to customize your Windows computer.