How to Check Users in Windows 11: A Step-by-Step Guide

Managing user accounts in Windows 11 is an essential part of keeping your computer organized and secure. Whether you’re the administrator of your PC, a parent setting up accounts for kids, or just someone who wants to see who has access to the system, knowing how to check users is a handy skill.

In this guide, we’ll explore multiple ways to view all the users on your Windows 11 device. From the easy-to-use Settings app to more advanced tools like Command Prompt and PowerShell, you’ll learn step-by-step how to see who’s on your machine.


Why Check User Accounts in Windows 11?

Before we dive into the “how,” let’s quickly talk about why you might need to check user accounts:

  • Security: Make sure no unauthorized accounts exist.

  • Organization: Different users can have their own settings, apps, and files.

  • Parental Control: Keep track of accounts used by kids.

  • Troubleshooting: Some problems are account-specific, so knowing the users can help.


Check Users Through Settings

The simplest way to check users is by using the Settings app.

  1. Press Windows + I to open Settings.

  2. Go to Accounts.

  3. Click Family & other users on the left panel.

Here, you’ll see a list of all accounts currently set up on your device, including local users and Microsoft accounts.


Check Users with Control Panel

If you’re more comfortable with the classic Control Panel, you can use it too.

  1. Press Windows + S and search for Control Panel.

  2. Go to User Accounts.

  3. Click Manage another account.

This shows you all the accounts available on your PC.


Check Users with Command Prompt

Command Prompt is a powerful tool that can quickly list all user accounts.

  1. Press Windows + S, type cmd, and select Run as administrator.

  2. In the Command Prompt window, type:

    net user
  3. Press Enter.

You’ll see a list of all users on your system.


Check Users with PowerShell

PowerShell offers more detailed account information.

  1. Right-click the Start button and select Windows Terminal (Admin).

  2. In the PowerShell window, type:

    Get-LocalUser
  3. Hit Enter.

This will display all local accounts, including their status (enabled or disabled).


Check Active User (Who’s Logged In Now)

If you only want to know who’s currently logged in, here’s how:

  • Open Command Prompt and type:

    whoami

    This shows the currently active user.

  • Alternatively, press Ctrl + Shift + Esc to open Task Manager and go to the Users tab. You’ll see who is logged in right now.


Check Users with Computer Management

Computer Management gives you an overview of all accounts on the system.

  1. Right-click the Start menu and choose Computer Management.

  2. Expand Local Users and Groups.

  3. Click on Users.

Here you’ll see every account, including built-in ones like Administrator and Guest.


Check Microsoft vs. Local Accounts

Windows 11 allows two types of accounts:

  • Microsoft Account: Synced with email, OneDrive, and settings across devices.

  • Local Account: Works only on your PC, not connected to Microsoft services.

To check which type of account someone is using:

  • Go to Settings > Accounts.

  • If you see an email under the username, it’s a Microsoft account.

  • If not, it’s a local account.


Check Admin vs. Standard Users

Not all users have the same permissions. Some are admins, while others are standard users.

  1. Open Settings > Accounts > Family & other users.

  2. Look under each account’s name.

    • If it says Administrator, the user has full control.

    • If it says Standard User, their permissions are limited.


Check Hidden or Built-In Accounts

Windows 11 has some hidden accounts, like the built-in Administrator. To check for these:

  1. Open Command Prompt (Admin).

  2. Type:

    net user administrator
  3. Press Enter.

This shows details about the hidden Administrator account, including whether it’s active.


Check Users with Run Command

You can also quickly open the user accounts panel via Run.

  1. Press Windows + R.

  2. Type:

    netplwiz
  3. Press Enter.

This opens a list of all user accounts on your PC.


Check Domain Users (Work or School Accounts)

If your computer is connected to a domain (common in offices or schools), you may need to check domain users.

  1. Open Command Prompt (Admin).

  2. Type:

    whoami /user
  3. This will show your domain and username.

For a full list of domain users, you’ll need admin rights on the domain controller.


Check User Profiles in File Explorer

Each user gets their own folder in Windows.

  1. Open File Explorer.

  2. Go to:

    C:\Users
  3. Each folder represents a user account profile on your system.


Check Logged-In Users with Task Manager

If multiple people are logged in at the same time, you can see them in Task Manager.

  1. Press Ctrl + Shift + Esc.

  2. Go to the Users tab.

  3. You’ll see all active accounts, along with their resource usage.


Check Users with Local Security Policy (Advanced)

For more control, use the Local Security Policy tool.

  1. Press Windows + S, search for Local Security Policy, and open it.

  2. Navigate to Local Policies > User Rights Assignment.

  3. This shows detailed permissions for different accounts.


Conclusion

Windows 11 makes it easy to check users, whether you prefer the modern Settings app or powerful tools like Command Prompt and PowerShell. From seeing who’s currently logged in to reviewing hidden administrator accounts, you now have a complete toolbox for managing users on your PC.

Remember, keeping track of accounts is crucial for both security and organization. The next time you wonder, “Who has access to my computer?”, you’ll know exactly how to find out.


FAQs

Q1: Can I see all users without admin rights?
You can see some user info without admin rights, but for full details, you’ll need administrator access.

Q2: What’s the difference between “Users” in Settings and “Users” in Computer Management?
Settings shows family and other users for everyday management, while Computer Management gives you a deeper look at all local accounts, including hidden ones.

Q3: Can I check users remotely in Windows 11?
Yes, with remote administration tools or PowerShell remoting, but you need the right permissions.

Q4: How do I remove users after checking them?
Go to Settings > Accounts > Family & other users, select the user, and click Remove.

Q5: Is it safe to enable the hidden Administrator account?
It’s not recommended unless necessary for troubleshooting, as it can pose security risks if left enabled.


Scroll to Top