How to Hide Users on Windows 11 Sign-in Screen
Managing the Windows 11 login screen customization is a great way to improve privacy. When you remove a user from the sign-in list, you prevent unauthorized people from seeing which accounts exist on your machine. This guide covers how to hide local accounts from the welcome screen using advanced tools.
Why Hide Users on Windows 11?
You might want to hide specific accounts for security or privacy. By hiding a user, you stop their name from appearing on the list. This is useful if you have a hidden administrative account or a guest account you do not want others to see
Why do this? It adds a layer of security by obscuring the usernames available on your system.
What happens when done? The user account remains fully functional, but it will no longer appear on the sign-in screen, requiring you to type the username manually to log in.
Before You Begin: Safety First
Editing the Windows Registry is powerful. A mistake can cause system issues. Always create a System Restore point before proceeding. This allows you to revert your system to a working state if something goes wrong.
Method 1: Using the Registry Editor (Advanced)
This method uses regedit.exe to target specific user accounts. [Admin privileges required]
- Press
Win + R, typeregedit, and press Enter. - Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon - If the
SpecialAccountskey does not exist underWinlogon, right-clickWinlogon, select New > Key, and name itSpecialAccounts. - Inside
SpecialAccounts, create another key namedUserList. - Right-click in the right pane of
UserList, select New > DWORD (32-bit) Value. - Name the DWORD exactly as the username you wish to hide (e.g.,
GenericUser). - Double-click the new DWORD and set the
Value datato0.

Downloadable Registry File
You can automate this by saving the following code as a .reg file:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList]
"GenericUser"=dword:00000000
Method 2: Using Group Policy Editor (Pro/Enterprise Only)
If you use Windows 11 Pro or Enterprise, you can use gpedit.msc. [Admin privileges required]
- Press
Win + R, typegpedit.msc, and hit Enter. - Go to
Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options. - Find
Interactive logon: Do not display last signed-inand set it to Enabled.

Summary
Hiding users on the Windows 11 sign-in screen is an effective way to manage account visibility. By using the Registry Editor or Group Policy, you can keep your system clean and secure. Remember to back up your registry before making changes. These steps ensure your hidden accounts remain accessible while keeping them off the main login list.” }
Does hiding a user account delete the data inside it?
No, hiding a user account does not delete any files or data. The account remains completely intact and functional. You are simply removing the visual reference to that account from the Windows sign-in screen for privacy or aesthetic reasons. You can still access the account by typing the username manually.
Can I still log into a hidden account?
Yes, you can still log into a hidden account. Because the account is not deleted, it remains active. When you reach the sign-in screen, you will need to select the option to sign in with a different user and manually type the exact username and password to gain access.
Why does the registry path not exist on my Windows 11 version?
If a registry path like SpecialAccounts does not exist, it simply means the key has not been created yet. Windows does not create these keys by default. You can safely create the keys manually by right-clicking the parent folder and selecting New Key to build the required path structure.
Was this guide helpful?
[…] display name in Windows refers to the full name of an account shown on the Sign-in screen, Start Menu, and Settings. This name can differ from the username used to sign in to the […]
[…] can turn Voice Access on or off from the lock screen using the accessibility menu on the Lock screen. Or you can have it start automatically every time by checking the setting “Start voice […]