Generic W10 RegEdit Header

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.)

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

Warning: 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.

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.

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 .

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.

Profile Photo for Chris Hoffman Chris Hoffman
Chris Hoffman is Editor-in-Chief of How-To Geek. He's written about technology for over a decade and was a PCWorld columnist for two years. Chris has written for The New York Times and Reader's Digest, been interviewed as a technology expert on TV stations like Miami's NBC 6, and had his work covered by news outlets like the BBC. Since 2011, Chris has written over 2,000 articles that have been read more than one billion times---and that's just here at How-To Geek.
Read Full Bio »
Profile Photo for Nick Lewis Nick Lewis
Nick Lewis is a staff writer for How-To Geek. He has been using computers for 20 years --- tinkering with everything from the UI to the Windows registry to device firmware. Before How-To Geek, he used Python and C++ as a freelance programmer. In college, Nick made extensive use of Fortran while pursuing a physics degree.
Read Full Bio »