How to View the List of Users in Windows

If you need to see all registered users on a computer running Windows, there are several easy ways to do it. Here’s a guide with a few methods to quickly access the list of users.

1. Using Command Prompt

One of the simplest ways to view the user list is through the Command Prompt:

  1. Press Win + R to open the "Run" dialog box.
  2. Type cmd and hit Enter.
  3. In the Command Prompt window, type net user and press Enter.

After running this command, you’ll see a list of all user accounts on this computer.

2. Using Computer Management

You can also view users through the "Computer Management" tool:

  1. Right-click on the Start button and select Computer Management.
  2. In the Computer Management window, go to Local Users and Groups, then open the Users folder.
  3. Here, you’ll find a list of all local users on this device.

3. Using PowerShell

For those who prefer PowerShell, there’s a command to retrieve user information:

  1. Open PowerShell by pressing Win + R, typing powershell, and pressing Enter.
  2. Type the following command: Get-LocalUser and press Enter.

This command will display a list of all local users on your computer.

4. Viewing Accounts via Control Panel

Another option is to use the Control Panel:

  1. Open the Control Panel and select User Accounts.
  2. Then, go to Manage another account.
  3. Here, you’ll see a list of users who can sign into your computer.