How to Disable the Windows 10 Lock Screen

In Windows 10, you’ll encounter the sign-in window if you’ve recently booted your computer or have been away from the machine for awhile. For many, the Windows lock screen seems to be an unnecessary extra step that they need to do every time they boot or wake their computer.
To unlock the computer, the user not only needs to enter his or her password or PIN, but they also need to dismiss the lock screen as well. In this article, I’ll show you how to eliminate a step by disabling the lock screen to save you some more time.

The Windows 10 lock screen. (Image Credit: Daniel Petri)
The Windows 10 lock screen. (Image Credit: Daniel Petri)


As a reminder, here’s the log on screen using a PIN:

Log on screen with a PIN in Windows 10. (Image Credit: Daniel Petri)
Log on screen with a PIN in Windows 10. (Image Credit: Daniel Petri)

And here’s the log on screen using a password:

Log on screen in Windows 10 with a password. (Image Credit: Daniel Petri)
Log on screen in Windows 10 with a password. (Image Credit: Daniel Petri)

Note: If you or an administrator has enabled the secure sign-in option for users, which requires them to hit the CTRL + ALT + DELETE keys on the keyboard before signing in, the lock screen cannot be disabled.
The actual reason for having the Windows lock screen in the first place is to prevent devices that have touch screens from accidentally getting to the user credential login page, where any accidental touch on the screen may cause characters or numbers to be entered by mistake, where this by itself may lead to false user login attempts, and in turn may lock the user’s account or even cause the device to be wiped in extreme cases. Therefore, the lock screen is just another extra measure that a human needs to take in order to get to the login page. By itself, it does not have any security benefits as anyone can simply bypass it.
There are two methods of enabling or disabling the Windows lock screen: The first one is using the Windows registry, and the second would be by using Group Policy, either the local policy, or a Domain-based GPO.

Method 1: Using the Registry

Before proceeding, please read carefully:

Warning: This document contains instructions for editing the registry. If you make any errors while editing the registry, you can potentially cause Windows to fail or be unable to boot, requiring you to reinstall Windows. Edit the registry at your own risk. Always back up the registry before making any changes. If you do not feel comfortable editing the registry, do not attempt these instructions. Instead, seek the help of a trained computer specialist.

1. Open the Registry Editor. You can do this by clicking on Start and typing regedit. Click Enter. You may be prompted with a UAC prompt, click Yes.
2. Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization
If it doesn’t exist, create the Personalization key under Windows.
3. Create a new DWORD value named, NoLockScreen.
disable-windows10-logon-screen-2
Double-click on the new value and enter one of the following:
0 or delete = enable lock screen
1 = disable lock screen
disable-windows10-logon-screen-3
4. When finished, close the Registry Editor window.
5. To verify, press the Windows + L keys to lock the computer.

Method 2: Using Group Policy

Group Policy (GPO) settings allow the administrator to centrally control various operating system computer and user settings. These can be done locally, on each computer, or centrally using Group Policy Objects (GPOs) in an Active Directory environment. Although this article focuses on local Group Policies, you can easily do the same using GPOs and assign these settings to multiple computers.
1. Open the local Group Policy editor. You can do this by clicking on Start and typing gpedit.msc. Click Enter. You may be prompted with a UAC prompt, click Yes.
2. Navigate to the following path:
Computer Configuration > Administrative Templates > Control Panel > Personalization
3. In the right pane, double click on the Do not display the lock screen policy.
Note: This is a double-negative setting, meaning Enabled will actually remove the logon screen, while Disabled will show it. Also Not Configured is the default setting.
disable windows10 logon screen 1
4. Close the Group Policy Editor window when you’re finished.
5. To verify, press the Windows + L keys to lock the computer.

Related Article: