How to Enable or Disable the Lock Screen in Windows 11

Richard
Written byRichardTech Writer, IT Professional
Feb 15, 2026 Updated Mar 31, 2026 2 min read

The lock screen is the first screen you see when you turn on your computer or press Win + L to lock it. You have to close the lock screen to reach the sign-in screen where you enter your password or PIN.

You can turn off the lock screen if you want. This means you will skip the lock screen and go straight to the sign-in screen when you start or lock your PC. The background picture you set will still show on the sign-in screen.

If you have more than one monitor, the lock screen only appears on your main screen.

Important: You must be signed in as an administrator to change these settings. Also, if your PC requires users to press Ctrl + Alt + Delete before signing in, you cannot turn off the lock screen.

What Does the Lock Screen Look Like?

Windows 11 lock screen with time and date display

Option 1: Turn On or Off Lock Screen Using Local Group Policy Editor

This method works only on Windows 11 Pro, Enterprise, or Education editions.

  1. Open Local Group Policy Editor: Press Win + R, type gpedit.msc, and press Enter.
  2. In the window that opens, go to: Computer Configuration > Administrative Templates > Control Panel > Personalization

  3. On the right side, find and double-click “Do not display the lock screen”.

  4. To turn ON the lock screen (default): Select Not Configured, then click OK.

  5. To turn OFF the lock screen: Select Enabled, then click OK.

  6. You can now close the Local Group Policy Editor.

do not display lock screen gpo

do not display lock screen gpo options

Option 2: Turn On or Off Lock Screen Using Registry Editor

Warning: Be careful when editing the registry. It’s a good idea to back up your registry before making changes.

Open the Terminal app on your device as administrator. Then run the command below to turn the lock screen on or off in Windows 11.

How to Turn On the Lock Screen (default)

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI\SessionData" /v AllowLockScreen /t REG_DWORD /d 1 /f
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v NoLockScreen /f

How to Turn Off the Lock Screen

reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization" /v NoLockScreen /t REG_DWORD /d 1 /f

Summary

  • You can turn the lock screen on or off for all users using either the Local Group Policy Editor or the Registry Editor.
  • The Local Group Policy Editor is only available on Windows 11 Pro, Enterprise, and Education editions.
  • You need administrator rights to change these settings. %%SC0%%
  • If secure sign-in (Ctrl+Alt+Delete) is enabled, you cannot disable the lock screen.
  • Changes affect all users on the computer.

Follow these simple steps to customize how your computer shows the lock and sign-in screens. You can make your Windows 11 experience faster or more secure depending on your preference.

Richard2454 articles

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Expertise:Windows 11Ubuntu LinuxCMSApps and Browsers
View all articles by Richard →

Categories:

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *

Exit mobile version