How to Change Screen Timeout Settings in Windows 11

Windows 11 offers several ways to customize your screen timeout settings, allowing you to balance energy efficiency with convenience. Whether you’re using a laptop or desktop, adjusting these settings can help conserve battery life and protect your privacy when you step away from your device.

Using the Settings App

The Settings app provides the most straightforward method to change your screen timeout:

Step 1: Press Windows key + I to open the Settings app.

Step 2: Navigate to System > Power & battery.

Step 3: Scroll down to the “Screen and sleep” section.

Step 4: Adjust the dropdown menus for “On battery power, turn off my screen after” and “When plugged in, turn off my screen after” to your desired time intervals.

These settings allow you to set different timeouts for when your device is running on battery versus when it’s plugged in, giving you more granular control over power management.


Using Control Panel

For those who prefer the classic Windows interface:

Step 1: Open Control Panel by searching for it in the Start menu.

Step 2: Set the view to “Large icons” and click on “Power Options.”

Step 3: Click “Change plan settings” next to your current power plan.

Step 4: Adjust the “Turn off the display” settings for both “On battery” and “Plugged in” scenarios.

Step 5: Click “Save changes” to apply your new settings.

This method allows you to configure screen timeout as part of a broader power plan, which can include other power-saving features.


Using Command Prompt or PowerShell

For advanced users or those who prefer command-line interfaces:

Step 1: Open Command Prompt or PowerShell as administrator.

Step 2: To change the screen timeout when plugged in, use this command:

powercfg -change -monitor-timeout-ac [minutes]

Step 3: To change the screen timeout on battery power, use:

powercfg -change -monitor-timeout-dc [minutes]

Replace [minutes] with your desired timeout duration in minutes. For example, to set a 10-minute timeout when plugged in:

powercfg -change -monitor-timeout-ac 10

This method is particularly useful for system administrators who need to configure multiple machines or for creating scripts to automate power settings.


Using Registry Editor

Modifying the registry can unlock additional power settings:

Step 1: Press Windows key + R, type regedit, and press Enter to open Registry Editor.

Step 2: Navigate to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8EC4B3A5-6868-48c2-BE75-4F3044BE88A7

Step 3: Double-click the “Attributes” value and change its data to 2.

Step 4: Close Registry Editor and open Power Options in Control Panel.

Step 5: Click “Change plan settings” > “Change advanced power settings”.

Step 6: You’ll now see a new option called “Console lock display off timeout” which you can adjust.

This method unlocks hidden power settings, giving you more control over your device’s behavior when locked.


After adjusting your screen timeout settings, consider your device’s overall power management strategy. Balancing screen timeout with sleep and hibernate settings can significantly improve your battery life and system performance. Remember that very short timeouts might be annoying, while very long ones could waste energy and potentially compromise security if you forget to manually lock your device.