Skip to content
Follow
Windows

How to Show or Hide the Lock Screen Background on the Sign-in Screen in Windows 11

Richard
Written by
Richard
Mar 6, 2026 Updated Aug 13, 2026 3 min read
How to Show or Hide the Lock Screen Background on the Sign-in Screen in Windows 11
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 image that shows up right before you type your password or PIN. Turning off this background hides the picture and gives you a plain, solid color behind the login box. Windows 11 Home, Pro, and Enterprise editions all include this display setting.

Hiding the picture creates a clean, simple look, while keeping it on keeps your desktop personalized from the start. You can change this setting at any time in the main Windows settings app.

⚡ Quick Answer

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

  1. Press Win + I on your keyboard to open Settings .
  2. Click on Personalization on the left side.
  3. Click Lock screen on the right side.
  4. Look for the setting called “Show the lock screen background picture on the sign-in screen”.
  5. Turn it On to show the picture, or Off to hide it.
  6. You can now close the Settings window.

Press Win+I to open Settings . Select Personalization from the left menu, then click Lock screen. Find the toggle labeled “Show the lock screen background picture on the sign-in screen” to show or hide the image.

Windows 11 lock screen with background picture displayed
Windows 11 Personalization settings showing Lock screen options.

Lock screen settings in Windows 11

Toggle show lock screen background
Toggle show lock screen background

Turn the lock screen background on or off here

Option 2Use Windows Terminal and Registry Editor (For Advanced Users)

Advanced tools like Windows Terminal and the Registry Editor provide granular control over the Windows 11 lock screen background on the sign-in screen. These utilities work well when configuring machines system-wide or managing multiple user profiles.

  1. Open Windows Terminal by right-clicking the Start button and selecting it, then choose Command Prompt or PowerShell.
  2. Type this command and press Enter to see the list of user accounts and their SID (Security Identifier):

    wmic useraccount get domain,name,sid
  3. 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-...".
  4. Press Win + R, type regedit, and press Enter to open the Registry Editor.
  5. 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
  6. In the right pane, double-click HideLogonBackgroundImage.
  7. Change the value to:
    • 0 to show the lock screen background (default)
    • 1 to hide the background
  8. Click OK.
  9. 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)

🗝️Registry
reg delete "HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\System" /v DisableLogonBackgroundImage /f

To Disable the Lock Screen Background for Everyone

🗝️Registry
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.

Multiple paths exist for showing or hiding the Windows 11 lock screen background picture on the sign-in screen. Settings handles daily adjustments, whereas Windows Terminal and Registry Editor cater to advanced, system-wide deployments.

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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Set Windows Terminal to Open with Command Prompt on Windows 11
Windows How to Set Windows Terminal to Open with Command Prompt on Windows 11
How to Turn On or Off the Lock Screen in Windows 11
Windows How to Turn On or Off the Lock Screen in Windows 11
How to Enable or Disable Lock Screen Slideshow in Windows 11
Windows How to Enable or Disable Lock Screen Slideshow in Windows 11
How to Turn On or Off Lock Screen Background Motion in Windows 11
Windows How to Turn On or Off Lock Screen Background Motion in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *