How to Enable or Disable Console lock display off timeout in Windows 11
The Console Lock Display Off Timeout is a specific power setting in Windows 11. It controls how long your screen stays lit after you lock your computer. By default, Windows turns off the display after just one minute to save energy. This happens even if your standard power plan is set to keep the screen on for much longer.
Why change this?
You might want to see notifications or glance at your screen without waking the PC. Changing this setting keeps your monitor active for longer periods.
What happens when done?
Your screen will stay lit for the exact number of minutes you choose before it goes dark. This does not put your computer to sleep; it only turns off the display.
Prerequisites
To modify these settings, you must have administrative privileges. If you are on a work computer, your IT department may have locked these settings via Group Policy.
Method 1: Using PowerCfg Command Line
If the setting is hidden, you can unhide it using the Command Prompt. This requires administrative privileges.
- Press the Windows key, type cmd, right-click it, and select Run as administrator.
- Type the following command to unhide the setting: Code
powercfg /attributes SUB_VIDEO 8EC4B3A5-6868-48c2-BE75-4F3044BE88A7 -ATTRIB_HIDE
- Press Enter.
Method 2: Using the Registry Editor
Warning: Modifying the registry can cause system issues if done incorrectly. Always back up your registry first.
- Press Win + R, type regedit, and press Enter.
- Navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\7516b95f-f776-4464-8c53-06167f40cc99\8ec4b3a5-6868-48c2-be75-4f3044be88a7 - Double-click Attributes and change the value to 2 to make it visible in Power Options.
Method 3: Group Policy (GPO) for IT Admins
For enterprise environments, use the Group Policy Management Console to enforce this setting across multiple machines. Navigate to Computer Configuration > Administrative Templates > System > Power Management > Video and Display Settings and enable the Specify the console lock display off timeout policy.
Summary Table
| Method | Requirement | Action |
|---|---|---|
| PowerCfg | Admin CMD | Run command to unhide |
| Registry | Regedit | Set Attributes to 2 |
| Control Panel | Standard User | Adjust advanced power settings |
Summary
You can manage your lock screen display timeout by unhiding the setting via PowerCfg or the Registry Editor. Once visible, you can adjust the duration in the Advanced Power Settings menu. This ensures your screen stays on for as long as you need while your computer remains locked and secure.” } ]
Why does my screen turn off faster than the power plan settings?
Windows uses a specific hidden attribute called Console Lock Display Off Timeout for the lock screen. This setting overrides your standard power plan display settings to ensure security and power savings when the system is unattended, often defaulting to just one minute of inactivity.
Is this setting available on Windows 11 Home edition?
Yes, the Console Lock Display Off Timeout setting is available on Windows 11 Home. While Group Policy is restricted to Pro and Enterprise editions, you can still use the Command Prompt or Registry Editor methods to unhide and adjust this setting on the Home edition.
Was this guide helpful?
Leave a Reply Cancel reply