Last Updated on April 25, 2026
When you start your computer, Windows will boot up and take you to the login prompt screen where you can then enter your password, PIN or use another login method such as fingerprint recognition. But if you don’t log in within a certain amount of time, Windows will go to the lock screen which is sort of like a screensaver with a background image that will display on your screen until you press a key on your keyboard or move your mouse. Then you will be taken back to the login screen.
If you lock your computer by pressing Ctrl-Alt-Del, Windows will also go to this lock screen until you are ready to log back in. The image below shows a typical Windows lock screen with the date and time displayed on the screen.
Why Disable the Lock Screen?
For tablet or touch-screen users, the lock screen makes sense as it prevents accidental touches in a bag. However, for traditional desktop and laptop users, it represents an unnecessary “extra click” (or keystroke) that slows down the authentication process.
In Enterprise environments, IT administrators often disable the lock screen globally to streamline user logins, or when setting up “Kiosk” machines that need to boot directly to a specific application prompt. By bypassing this splash screen, you eliminate the friction between waking your PC and entering your credentials.

Then when you press a key on your keyboard or move your mouse, you will be taken to the login screen as seen here.

Method 1: Using the Group Policy Editor (Windows Pro & Enterprise)
If you are running Windows 10 or Windows 11 Pro, Education, or Enterprise, the safest and fastest way to disable the lock screen is by using the Local Group Policy Editor (GPO).
- Press the Windows Key + R, type gpedit.msc, and press Enter.
- In the left pane, navigate to: Computer Configuration > Administrative Templates > Control Panel > Personalization.
- In the right pane, find the policy named “Do not display the lock screen” and double-click it.
- Change the toggle from “Not Configured” to Enabled.
- Click Apply and OK.
The change takes effect immediately. If you are using Windows Home edition, you will not have access to the Group Policy Editor. Instead, you must use the Registry Editor method outlined below.
If you want to disable the Windows lock screen so you can go right to the login prompt when starting your computer, you can do so with a simple registry edit. Just make sure you are comfortable editing the Windows registry before trying something like this because making changes to the registry incorrectly can result in your computer not working properly.
Important: Back Up the Registry Hive
Because the method below involves modifying system-level policies in the HKEY_LOCAL_MACHINE hive, you should always create a backup before creating new keys.
- Open the Registry Editor, click File in the top menu, and select Export.
- Save the backup file to your desktop. If the NoLockScreen value causes any unintended visual glitches on your specific Windows build, you can simply double-click this backup file to restore the original policy structure.
To open the Windows Registry Editor, you can type in regedit in the Windows search box and then click on Registry Editor. You will need to have admin rights on your computer to open the Registry Editor or have access to an account that does.
Once you are in the Registry Editor, you will need to navigate to the following key. You can also copy and paste the location into the address bar.
HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows
Next, you will need to create a new key called Personalization under the Windows key if it is not already there. You can do this by right clicking on the Windows key\folder and choosing New > Key.
Then within the Personalization key, create a new DWORD Value called NoLockScreen by right clicking on Personalization and choosing New > DWORD (32-bit) Value. Make sure you choose the 32-bit option and not the 64-bit option and also make sure you don’t have any spaces and use the capitol letters as shown.
Your screen should then look like the image below.

Finally, you will need to double click on NoLockScreen and set the value to 1 and then click the OK button.

Now every time you start your computer, log off or lock your screen, it will display the user login prompt rather than the Windows lock screen.
Windows Lock Screen FAQ
Will this disable my requirement to enter a password?
No. Disabling the lock screen only removes the “cover image” (the splash screen with the clock). You will still be taken directly to the secure login prompt where you must enter your PIN, Password, or Windows Hello biometrics to gain access to the desktop.
Can I just set the lock screen timeout to “Never”?
Windows does allow you to change your screen timeout and sleep settings under Settings > System > Power & Battery, but if you manually lock the PC (Windows Key + L), the image will still appear unless you use the Registry or GPO fixes above.
How do I undo the Registry edit?
To restore the lock screen, simply open the Registry Editor, navigate back to the Personalization folder, right-click the NoLockScreen DWORD you created, and select Delete. Restart your computer, and the default behavior will return.
For additional training resources, check out our online IT training courses.
Check out our extensive IT book series.






