How to View All Accounts on Windows 11

On Windows 11, checking all accounts on your computer can be useful in many cases. For example, you want to check if a user already has an account on the system or need to know if there are hidden accounts available on the installation. Here is a guide to view all accounts on Windows 11.

 

Check all Windows 11 accounts from Settings

Step 1:

Open Settings on Windows 11, then click on Accounts and look to the side, then click on Other people to see the accounts on the computer.

How to View All Accounts on Windows 11 Picture 1

 

If you have another account, you will see the account information displayed here.

How to View All Accounts on Windows 11 Picture 2

Step 2:

Tap Family to see family group members.

How to View All Accounts on Windows 11 Picture 3

 

View all accounts from Computer Management Windows 11

You enter the keyword Computer Management in the search bar to access. Then you access the path Local Users and Groups > Users .

How to View All Accounts on Windows 11 Picture 4

After completing the steps, you will have a list of all enabled, disabled, and built-in accounts on Windows 11. These steps apply to Windows 11 Pro only.

How to View All Accounts on Windows 11 Picture 5

 

Check Windows accounts from Control Panel

Step 1:

Open Control Panel on your computer and click User Accounts to do this.

How to View All Accounts on Windows 11 Picture 6

Step 2:

Switch to the new interface, users click on Manage another account .

How to View All Accounts on Windows 11 Picture 7

If you have other accounts on your computer you will also see them in this interface.

How to View All Accounts on Windows 11 Picture 8

 

How to Check Account from Command Prompt Windows 11

First, open Command Prompt with Admin rights, then enter the command below to check all existing accounts on Windows 11.

net user

How to View All Accounts on Windows 11 Picture 9

As a result you also see a list of accounts on your computer.

How to View All Accounts on Windows 11 Picture 10

Also type the following command to list the names of all existing accounts and press Enter.

wmic useraccount get name

How to View All Accounts on Windows 11 Picture 11

Check Account Using PowerShell Windows 11

You also open PowerShell with Admin rights , then enter the command below to display the list of accounts that exist on the computer.

Get-LocalUser

The command will list every account configured on the computer with a description and information about whether the account is enabled or disabled.

How to View All Accounts on Windows 11 Picture 12

4 ★ | 1 Vote

May be interested