Quick Links

Windows 10's lock screen is at home on a tablet, but it just adds an additional keypress to the login process on a desktop or laptop.  You can disable the lock screen with a quick registry hack.

We have previously given instructions for disabling the lock screen, but these required the group policy editor.  Once you have made this tweak, Windows will always go straight to the password prompt, skipping the new lock screen.

UPDATE: 5/20/22

We've tested it and this registry hack will disable your lock screen on both Windows 10 and Windows 11.

At one point, Microsoft disabled these tweaks in Windows 10's Anniversary Update, but the company re-enabled them starting in Windows 10's April 2018 Update. On modern versions of Windows 10, it works fine. It still works on Windows 8, too

Quickly Disable the Lock Screen

If you do not want to edit the registry by hand, we have done the work for you.  Just click here and download the .zip file to your computer:

Download DisableLockScreen.zip

The REG files to disable, or enable, the lock screen.

Open the downloaded file and double-click the DisableLockScreen.reg file to disable the lock screen on your computer.  (If you are curious what a .reg file will do, you can right-click it and select Edit to examine it before importing.)

Click "Yes."

Once you have imported the file, you are done --- you do not even have to restart your computer.  If you want the lock screen back later, just double-click the EnableLockScreen.reg file.

Manually Editing the Registry

As always, be careful while editing the registry. Accidentally deleting or modifying registry values can make your PC unstable or even completely inoperable. You should familiarize yourself with the basics first.

If you would rather edit the registry manually, follow the instructions below:

Open the Registry Editor (RegEdit) by pressing the Windows key or opening the Start Menu, typing "regedit" into the search bar, and pressing Enter. You could also click "Open," if you prefer that. Opening RegEdit is the same on Windows 8, Windows 10, and Windows 11, even though the user interface looks different.

Click the "Open" button, or hit Enter.

Navigate to the following registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization

If you do not see the Personalization key, right-click the Windows key above it, then select to New.

Right-click "Windows," click "New," then click "Key."

Then create a key named Personalization.

Right-click in the right pane or the Personalization key and create a new DWORD (32-bit) value named NoLockScreen .

Select the "Personalization" key, then right-click empty space, mouse over "New," and select "DWORD (32-bit) Value."

Double-click "NoLockScreen," set the value to 1, and then click "OK."

Double-click "NoLockScreen," set the value to "1", and then click "Ok."

Close the registry editor and you are done --- you do not even have to restart your computer.

To re-enable the lock screen in the future, either delete the NoLockScreen value from your registry or set it to 0.