How to Turn On or Off the Lock Screen in Windows 11
The lock screen in Windows 11 is the picture and clock screen that shows up when you start your PC or press the Win+L keys. Turning off this extra screen lets you skip straight to the password or PIN box so you can log in faster.
You need administrator rights to make this change, and the lock screen only shows on your main monitor if you have a multi-monitor setup. If your PC requires you to press Ctrl+Alt+Del before signing in, you must turn off that security setting first.
Disable the lock screen via the Local Group Policy Editor or Registry Editor. For Group Policy, navigate to Computer Configuration Administrative Templates Control Panel Personalization and enable “Do not display the lock screen.” In the Registry Editor, modify the AllowLockScreen value.
What Does the Lock Screen Look Like?

Option 1Turn On or Off Lock Screen Using Local Group Policy Editor
This method works only on Windows 11 Pro, Enterprise, or Education editions.
- Open Local Group Policy Editor: Press Win + R, type
gpedit.msc, and press Enter. - In the window that opens, go to:
Computer Configuration > Administrative Templates > Control Panel > Personalization - On the right side, find and double-click “Do not display the lock screen”.
- To turn ON the lock screen (default):
Select Not Configured, then click OK. - To turn OFF the lock screen:
Select Enabled, then click OK. - You can now close the Local Group Policy Editor.


Option 2Turn On or Off Lock Screen Using Registry Editor
Launch the Terminal app with administrator privileges to execute the registry modification commands.
How to Turn On the Lock Screen (default)
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionAuthenticationLogonUISessionData" /v AllowLockScreen /t REG_DWORD /d 1 /f
reg delete "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsPersonalization" /v NoLockScreen /fHow to Turn Off the Lock Screen
reg add "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsPersonalization" /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.
- If secure sign-in (Ctrl+Alt+Delete) is enabled, you cannot disable the lock screen.
- Changes affect all users on the computer.
Both the Local Group Policy Editor and the Registry Editor let you manage the lock screen across all user accounts. Remember that group policy tweaks require Windows 11 Pro, Enterprise, or Education editions.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips 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.
No comments yet — be the first to share your thoughts!