Skip to content
Follow
Windows

How to Turn On or Off the Lock Screen in Windows 11

Richard
Written by
Richard
Feb 15, 2026 Updated Aug 13, 2026 2 min read
How to Enable or Disable the Lock Screen in Windows 11
How to Enable or Disable 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.

⚡ Quick Answer

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?

Windows 11 lock screen with time and date display
Windows 11 lock screen with time and date display

Option 1Turn 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
do not display lock screen gpo options
do not display lock screen gpo options

Option 2Turn On or Off Lock Screen Using Registry Editor

⚠️Warning
Be careful when editing the registry (the central database storing Windows configuration settings). Backing up the registry before making changes prevents unforeseen system issues.

Launch the Terminal app with administrator privileges to execute the registry modification commands.

How to Turn On the Lock Screen (default)

🗝️Registry
reg add "HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionAuthenticationLogonUISessionData" /v AllowLockScreen /t REG_DWORD /d 1 /f

reg delete "HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsPersonalization" /v NoLockScreen /f

How to Turn Off the Lock Screen

🗝️Registry
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?

Was this helpful?
Richard

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.

📚 Related Tutorials

How to Access Settings in Windows 11
Windows How to Access Settings in Windows 11
Windows 11 Control Panel Shortcuts Guide
Windows Windows 11 Control Panel Shortcuts Guide
How to Restore Default Settings of Library in Windows 11
Windows How to Restore Default Settings of Library in Windows 11
How to Enable or Disable Lock Screen Slideshow in Windows 11
Windows How to Enable or Disable Lock Screen Slideshow in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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