If you need to see all the existing accounts, Windows 10 includes many ways to view this information using GUI and command-line tools. This guide will teach you four ways to see a listing of every account available on Windows 10.

View all Windows 10 accounts from Settings View all Windows 10 accounts from Computer Management View all Windows 10 accounts from Command Prompt View all Windows 10 accounts from PowerShell

View all Windows 10 accounts from Settings

To see the accounts available on Windows 10 from the Settings app, use these steps: On this page, you can determine the user accounts configured on your computer. However, this page is limited because it doesn’t show built-in user accounts like the built-in “Administrator” account. Also, you will notice that the current user account isn’t listed either, but that’s because this information appears on the “Your info” page.

View all Windows 10 accounts from Computer Management

If you use Windows 10 Pro, use the Computer Management console to view all the accounts configured on your device with these steps: After you complete the steps, you’ll see a list of all the enabled, disabled, and built-in accounts you created on Windows 10.

View all Windows 10 accounts from Command Prompt

To view a complete list of existing accounts configured on Windows 10 from Command Prompt, use these steps: Once you complete the steps, the command’s output will list all the accounts configured on your device.

 

View all Windows 10 accounts from PowerShell

To get a list with details of all the accounts available on Windows 10 from PowerShell, use these steps: After you complete the steps, you’ll see a list of every account configured on your computer with their description and whether they’re active or disabled accounts.

If you need to export the list of accounts to a text file, you can append the export output switch to any of the commands mentioned in this guide. For instance, net user > c:\path\to\output\folder\list.txt or Get-LocalUser > c:\path\to\output\folder\list.txt. If one of the accounts has been created using a Microsoft account, the account name will only include the first five letters of the email address. All content on this site is provided with no warranties, express or implied. Use any information at your own risk. Always backup of your device and files before making any changes. Privacy policy info.