How to Show or Hide the Lock Screen Background on the Sign-in Screen in Windows 11
The sign-in screen background in Windows 11 is the picture that appears on your display right before you enter your password or PIN. Turning off this background removes the image and leaves a solid accent color behind your login box on Windows 11 Home, Pro, and Enterprise editions.
Hiding the picture creates a clean, distraction-free startup look, while keeping it enabled matches your personalized lock screen. You can change this display setting at any time inside the main Windows settings app.
Open Settings , go to Personalization, then Lock screen. Toggle “Show the lock screen background picture on the sign-in screen” to On to display it, or Off to hide it.
Option 1Turn On or Off the Lock Screen Background for Your Account Using Settings
- Press
Win + Ion your keyboard to open Settings . - Click on Personalization on the left side.
- Click Lock screen on the right side.
- Look for the setting called “Show the lock screen background picture on the sign-in screen”.
- Turn it On to show the picture, or Off to hide it.
- You can now close the Settings window.
You can easily change your Windows 11 lock screen background on the sign-in screen by using the main Settings app . This method updates the display picture only for your current user account without touching other profiles on the computer. Open the personalization menu in Settings to locate the toggle switch for the background picture and turn it on or off instantly.

Lock screen settings in Windows 11
Turn the lock screen background on or off here
Option 2Use Windows Terminal and Registry Editor (For Advanced Users)
Advanced users can configure the Windows 11 lock screen background across the entire computer or for specific user accounts by using Windows Terminal and the Registry Editor (a tool for changing low-level system settings). This approach works best if you need to manage multiple user profiles at once or set system-wide preferences through command-line tools.
- Open Windows Terminal by right-clicking the Start button and selecting it, then choose Command Prompt or PowerShell.
- Type this command and press Enter to see the list of user accounts and their SID (Security Identifier):
wmic useraccount get domain,name,sid - Find your user name in the list and copy the SID next to it. It looks like a long number starting with "S-1-5-21-...".
- Press
Win + R, typeregedit, and press Enter to open the Registry Editor. - In Registry Editor, navigate to this path (replace <SID> with your actual SID):
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\System\ProtectedUserData\<SID>\AnyoneRead\LockScreen - In the right pane, double-click HideLogonBackgroundImage.
- Change the value to:
0to show the lock screen background (default)1to hide the background
- Click OK.
- Close the Registry Editor and Windows Terminal when done.
Option 3Turn On or Off the Lock Screen Background for All Users (Administrator Only)
⚠️ Admin privileges required
Shared machines benefit from registry-level tweaks applied across all user accounts. Administrator credentials are required to execute these changes.
To Enable the Lock Screen Background for Everyone (Default)
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v DisableLogonBackgroundImage /f
To Disable the Lock Screen Background for Everyone
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v DisableLogonBackgroundImage /t REG_DWORD /d 1 /f
Summary
- You decide: You can turn the lock screen background picture on or off based on what you like.
- Multiple ways: Use Settings for easiest control, or Windows Terminal and Registry Editor for more options.
- Admin control: If you manage a computer with many users, you can set this for everyone.
- Default setting: Windows shows the lock screen background by default, but you can change it anytime.
- Look and feel: Showing the background picture makes signing in look nicer and more personal.
Controlling the Windows 11 lock screen background on your sign-in screen gives you a quick way to customize your computer display. You can use the standard Settings app for your personal account, or turn to administrative tools if you need to apply changes for every user on the system. Default settings show the background automatically, but you control how your sign-in screen looks.
How do I change the Lock screen settings in 🪟 Windows 11?
Type and search [Lock screen settings] in the Windows search bar①, and then click [Open]②. In Lock screen, you can select the background as Windows spotlight, Picture, or create a Slideshow of pictures③.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!