Windows 11 Account Disappears From Login Screen, Two Registry Changes Bring It Back
A Windows 11 user has documented an unusual account issue where an existing administrator profile completely disappeared from the sign in screen despite the account itself remaining active and its files still being present on the PC. Two Windows Registry settings ultimately restored access, offering a potentially useful troubleshooting path for users who encounter the same symptoms without immediately resorting to creating another profile or resetting Windows.
According to the original Reddit report, the affected account was still enabled, retained administrator privileges and continued to appear through the Get LocalUser command. Its original profile and files also remained under C:\Users, while the associated Microsoft account was still connected to the machine. The problem was specifically that Windows no longer displayed the account on the sign in screen and provided no normal way to switch back to it.
The first setting responsible was located at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList. A DWORD matching the affected username had been assigned a value of 0, which tells Windows to hide that user from the sign in interface. Changing the value to 1 made the account visible again. This behavior is consistent with guidance published through Microsoft Q&A, where the same SpecialAccounts\UserList configuration is used deliberately to hide specific Windows accounts without deleting or disabling them.
A second Registry setting was also preventing normal account switching. Under HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System, the HideFastUserSwitching value had been set to 1. Changing it to 0 restored the Switch User interface. Microsoft officially documents this setting through its Windows Logon policy documentation, confirming that a value of 1 hides Switch User from the Windows Logon interface, Start menu and Task Manager, while the default value of 0 leaves the functionality available.
After both values were corrected, the missing administrator account immediately appeared under Other user without requiring Windows to be restarted. Because the active account was only a standard user, the user could not initially modify the Registry with administrator privileges. Instead, regedit.exe was opened from the Windows directory using Run as different user, allowing the credentials from the hidden administrator account to authorize the changes.
There is no indication at this stage that Microsoft has identified this as a widespread Windows 11 defect, and the original report does not establish what changed the Registry values in the first place. Users experiencing a missing account should therefore first confirm that the profile still exists and that the account remains enabled before assuming these particular Registry settings are responsible. Registry changes should also be approached carefully. Microsoft recommends backing up the Registry before making modifications because incorrect changes can create additional Windows problems.
The report arrives during a period in which Windows 11 users have encountered several unrelated configuration and compatibility problems. Microsoft recently addressed issues involving desktop personalization, mouse customization and gaming instability, including the Windows 11 RGB driver problem affecting several games. The missing account case appears unrelated to those update issues, but it is another reminder that Windows configuration problems can sometimes look considerably more serious than they actually are when the underlying user profile and data remain intact.
A user account disappearing from the Windows login screen can easily look like profile corruption or data loss, but this case demonstrates why checking account status and Windows policies should come before more destructive recovery options. Both Registry values involved are legitimate Windows controls designed to hide accounts or disable Fast User Switching, which means the real unanswered question is why they were configured this way on the affected system. Until a broader pattern emerges, this is better treated as a useful troubleshooting case rather than evidence of a new widespread Windows 11 bug.
Have you ever had a Windows account disappear from the sign in screen while the profile and files were still present?
