When we set up Windows 11 for the first time, we create a new user account. Later, we can add new user accounts from the Settings. We are pretty sure that you may have added many user accounts on your Windows 11 PC throughout time.
So, what about knowing all the user accounts you already have? Is there any way to view all user accounts on Windows 11? Yes, there are ways to view all user accounts on Windows 11; here’s how.
1. View all user accounts on Windows 11 via Settings
One of the easiest ways to view all user accounts on Windows 11 is via Settings. Here’s what you need to do.
1. Launch the Settings app on your Windows 11.
2. Switch to the Accounts tab on the left. On the right side, click Other users.
3. Now, you will be able to see all user accounts on your PC and check their type.
2. View all User Accounts Using PowerShell
If you’re comfortable handling the command line utility, you can also use PowerShell to view all user accounts.
1. Type PowerShell on Windows 11 Search. Next, open the PowerShell app from the list of apps.
2. When the Windows PowerShell opens, type Get-LocalUser and press Enter.
3. If you want to save this detail, execute this command:
Get-LocalUser > C:\Users\Amarnath\Desktop\accounts.txt
Note: You can modify the file path that starts with ‘C:\’
3. View all User Accounts Using Command Prompt
Like PowerShell, you can utilize the Windows 11 Command Prompt to view all user accounts. Here’s what you need to do.
1. Open Command Prompt on Windows 11 from the Windows Search.
2. When the Command Prompt opens, execute this command:
net user
3. If you want to output all information in txt file, execute this command:
net user > C:\Users\Amarnath\Desktop\accounts.txt
Note: You can modify the file path that starts with ‘C:\’
4. View All User Accounts Using RUN Command
Another easy way to view all user accounts on Windows 11 is through Netplwiz. You can access this graphical utility via the RUN dialog box. Here’s what you need to do.
1. Press the Windows Key + R button together. This will open the RUN dialog box.
2. On the RUN dialog box, paste the given command and press Enter.
netplwiz
3. You can now see all user account. You can also make changes to the account using this prompt.
5. View All User Account on Windows 11 Using Local Users and Groups
If you’re using the Windows 11 Pro Edition, you can use the Local Users and Groups (lusrmgr) to view all user accounts. Here’s what you need to do.
1. Press the Windows Key + R to open the RUN dialog box.
2. On the Run dialog box, type lusrmgr.msc and press Enter.
3. On the Local Users and Groups Window, you will see all user accounts.
4. You can also disable and delete the account from the same Window.
These are the best ways to view all user accounts on Windows 11. Now that you know how to view all user accounts, you can manage them effectively. If you need more help on this topic, let us know in the comments.