How to Completely Disable the Lock Screen in Windows 11

When you boot up a Windows 11 computer or wake it from sleep, you are first greeted by the “Lock Screen”—a full-screen image displaying the time, date, and various notifications. While aesthetically pleasing, it requires you to click your mouse or press a key on your keyboard simply to reveal the actual login screen where you type your PIN or password.

For many power users, this extra, mandatory click is an unnecessary delay. If you want to jump straight to the password prompt the moment you wake your computer, you can disable the Lock Screen entirely using the Windows Registry.

How to Disable the Lock Screen via Registry Editor

Because Microsoft does not provide a simple toggle switch for this feature in the Settings app, you must modify a specific registry key. Warning: Editing the registry involves core system files. Follow these steps precisely.

  1. Click the Start button, type regedit in the search bar, and press Enter to open the Registry Editor. (Click “Yes” if prompted by User Account Control).
  2. Using the folder tree on the left-hand side, navigate to the following path:
    HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
  3. You need to look for a folder named Personalization under the “Windows” folder.
    • If it exists: Click on the Personalization folder to highlight it.
    • If it does not exist: Right-click on the Windows folder, select New > Key, and type Personalization as the name. Then, click on this newly created folder.
  4. With the “Personalization” folder selected on the left, move your mouse to the empty white space on the right side of the window.
  5. Right-click in the empty space, select New, and then select DWORD (32-bit) Value.
  6. Name this new value exactly as follows (no spaces):
    NoLockScreen
  7. Double-click your newly created NoLockScreen value.
  8. A small box will appear. Change the Value data from 0 to 1.
  9. Click OK.

Verifying the Change

You can close the Registry Editor immediately. To test if the change was successful, simply lock your computer by pressing Windows Key + L.

Instead of seeing the standard Lock Screen wallpaper with the time in the corner, you will be instantly presented with the password/PIN entry box. Every time you wake the computer from sleep or boot it up from cold, it will skip the aesthetic screen and go straight to business.

How to Revert the Change

If you decide you miss the Lock Screen images (perhaps you enjoyed the rotating Windows Spotlight wallpapers), restoring the feature is simple.

  1. Reopen the Registry Editor.
  2. Navigate back to HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization.
  3. Double-click the NoLockScreen value.
  4. Change the Value data back to 0 (or simply right-click the NoLockScreen value and select Delete).

Leave a Reply

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

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.