Skip to content
Follow
Windows

How to View All User Accounts in Windows 11

Richard
Written by
Richard
Dec 1, 2022 Updated Aug 13, 2026 3 min read
How to Enable Variable Refresh Rate in Windows 11
How to Enable Variable Refresh Rate in Windows 11

Viewing all user accounts in Windows 11 lets you see every profile on your PC, including hidden administrator accounts and old logins you no longer need. A standard Windows 11 setup usually includes at least one personal account and a built-in administrator account.

User accounts are separate profiles on the same computer that keep your personal files, desktop settings, and app data away from other people. Checking who has access to your PC helps keep your private files safe and frees up disk space by letting you delete old profiles.

⚡ Quick Answer

Access the “Family & other users” section in Windows Settings for a basic list, or use Computer Management, Command Prompt (type “net user”), or PowerShell (type “Get-LocalUser”) for a complete list including hidden accounts. These methods show all profiles on your system.

View accounts using the Windows Settings app

The Settings app provides a quick overview of everyday profiles. Opening Settings, navigating to Accounts, and selecting Family & other users reveals everyone configured on the device.

Click the Start menu and select Settings. You can also press Win+I on your keyboard.

windows 11 new settings button
windows 11 new settings button

When the app opens, click the Account button on the left side.

windows 11 account tile in settings
windows 11 account tile in settings

On the right side, select the Family & other users tile to see more options.

windows 11 account family and other users tile
windows 11 account family and other users tile
📝Good to Know
Look under the "Other users" section to see a list of accounts on your system. Accounts that use a Microsoft account appear under "Your family." Note that this method does not show hidden system accounts.
windows 11 account family and other users list
windows 11 account family and other users list

See all user accounts using Computer Management

The Computer Management tool helps you see every user account on your Windows 11 computer, including ones that might be hidden or turned off. Open Computer Management by searching for it, then click Local Users and Groups, followed by the Users folder to find the complete list.

Click the Start menu and search for "Computer Management." Open the app from the search results.

windows 11 search for computer managment app
windows 11 search for computer managment app

On the left sidebar, click the arrow next to "Local Users and Groups," then select the "Users" folder. You will see every account currently on your computer listed on the right.

list account under computer management app windows 11
list account under computer management app windows 11

List all user accounts using Windows Command Prompt

Listing all user accounts in Windows 11 is possible using the Command Prompt with the following command.

net user

This command shows you a list of all accounts on your system. Alternatively, you can use this command for a cleaner list:

wmic useraccount get name

View all user accounts using Windows PowerShell

Windows PowerShell gives you a detailed look at all user accounts in Windows 11, showing their status like enabled or disabled. Launch PowerShell with elevated privileges (as an administrator) and run Get-LocalUser to generate the complete roster.

Get-LocalUser

This table shows you a detailed list of all user accounts, including whether each account is enabled or disabled. You need administrator privileges to view this list, meaning you must be logged in as an administrator or have admin rights to make changes.

Understanding Account Types and Troubleshooting

Windows 11 user account types, such as Microsoft accounts and local accounts, differ in how they connect to the internet. Understanding the difference between these account types helps you manage them better.

Summary

You can view user accounts through the Settings app for a basic overview or use Computer Management, Command Prompt, and PowerShell for a complete list that includes hidden or disabled profiles. These tools ensure you stay in control of who can access your Windows 11 device.

Why can't I see all user accounts in 🪟 Windows 11 Settings?

You can't see all user accounts in Windows 11 Settings because it's designed for basic management and hides system or disabled accounts to prevent accidental changes.

How do I check if a user account is disabled?

Checking if a user account is disabled in Windows 11 works using the PowerShell command Get-LocalUser, which shows the account's status.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to List User Profiles and Accounts in Windows 11
Windows How to List User Profiles and Accounts in Windows 11
How to Open PowerShell in Windows 11
Windows How to Open PowerShell in Windows 11
How to Access Command Prompt in Windows 11
Windows How to Access Command Prompt in Windows 11
How to Create a Microsoft Account in Windows 11
Windows How to Create a Microsoft Account in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *