You can enable the built-in administrator account on your Windows computer to get unrestricted access to your system. Once enabled, it will appear on the login screen the next time you try to log in. However, if the built-in administrator account does not appear, even after enabling it, it may be hidden in the Registry Editor.

Here we show the two ways to unhide the hidden administrator account in the login screen on Windows 10 and 11 running systems.

1. Check if the Hidden Administrator Account Is Disabled in the Registry Editor

delete registry editor value administrator account

You can hide user accounts on your PC from the sign-in screen using a registry tweak. Check if you have hidden the built-in administrator account in Registry Editor first. If not, you can restore the account by loading a registry Hive.

Also, make sure you have enabled the hidden administrator account. If yes, follow these steps to confirm the built-in administrator account is not hidden in Registry Editor.

Note that incorrect modifications to your Windows Registry can cause your system to malfunction. We recommend you create a registry backup and a system restore point on Windows as a recovery option.

  1. Press Win + R to open Run.
  2. Type regedit and click OK.
  3. In Registry Editor, navigate to the following location:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList
  4. In the right pane, locate and right-click on Administrator DWORD Value.
  5. Select Delete and click Yes to confirm the action. If such a value does not exist, skip to the next solution.
  6. Close Registry Editor and restart your PC to see the changes.

If you encounter an insufficient permission issue, take full ownership of the registry keys and then try to delete the value again.

2. Unhide the Hidden Administrator Account Using the Registry Editor

You can recover the hidden administrator account using a Registry Editor hack. For this, however, you’ll need to boot into Windows Recovery Environment and then load the registry database to make necessary modifications.

Even if you can log in with a different user account, you may not be able to load the registry hive to make modifications. So, follow these steps after booting into Windows Recovery Environment.

  1. First, boot into Windows Recovery Environment.
  2. In the Choose an option screen, click on Troubleshoot.
    Choose an option windows 11
  3. Next, click on Advanced options.
    command prompt windows recovery environment
  4. Click on Command Prompt.
  5. In the Command Prompt window, type regedit and press Enter:
    command prompt windows recovery environment regedit
  6. In Registry Editor, select HKEY_LOCAL_MACHINE in the left pane.
  7. Next, click on File and select Load Hive.
    hkey local machine load hive registry editor
  8. When the pop-up dialog appears, select your system drive where the Windows OS is installed. This step is extremely important. Otherwise, you may not be able to load the necessary registry file and encounter the file in use by another process error.
  9. Next, navigate to the following location.
    Windows\System32\config
  10. Next, locate the Software file inside the Config folder.
    registry editor load hive software file
  11. Select the Software file and click Open.
  12. Next, type a key name. For example, type Recovery in the Key Name field and click OK.
  13. Next, navigate to the following location in Registry Editor. You can copy and paste the key path for quicker navigation:
    HKLM\Recovery\Microsoft\Windows NT\CurrentVersion\Winlogon\SpecialAccounts\UserList
  14. In the right pane, locate and right-click on the Administrator DWORD value.
    delete administrator account entry registry editor
  15. Select Delete from the context menu and click Yes to confirm the action.
  16. In the left pane, select the Recovery key (if you have named it something else, select that instead).
  17. With the Recovery key highlighted, click on File and select Unload Hive.
    unload registry hive registry editor gui
  18. Click Yes to confirm the action.
  19. Close Registry Editor and restart your PC. After the restart, the hidden administrator account should appear on the sign-in screen.

If you can get an error saying "Load Hive, access is denied;" this is due to Registry Editor still using the file. To fix this, you’ll need to unload the registry hive using Command Prompt.

To unload registry Hive using Command Prompt:

  1. Close Registry Editor to get back to Command Prompt.
    unload registry hive command prompt
  2. In the Command Prompt window, type the following command:
    Reg unload HKLM\recovery
  3. Wait for the "operation completed successfully" message. Next, type exit and press Enter to close Command Prompt.
  4. In Windows Recovery Environment, click on Continue to restart Windows. The Administrator account should now appear on the sign-in screen.

Unhide the Built-in Administrator Account on Your Sign In Screen

The hidden administrator account should appear on the sign-in screen as you enable it via Command Prompt or user account dialog. If it does not, it is likely because you or someone else may have disabled it in Registry Editor.

You can unhide the administrator account by tweaking your registry. That said, for security reasons, make sure to disable the built-in Administrator account once you are done using it for troubleshooting your computer.