How to See Users on Windows 10: A Comprehensive Guide

Windows 10 can show local and Microsoft-linked user accounts through Settings, Control Panel, command-line tools, and Computer Management on editions that include it.

Steps

  1. Open Settings > Accounts > Family & other users to see many configured accounts.
  2. For a quick command-line list, run `net user` in Command Prompt.
  3. On Pro/Enterprise systems, Computer Management > Local Users and Groups shows local accounts in more detail.
  4. Remember that Microsoft accounts may display a friendly name/email while Windows also has an internal local profile/account name.
  5. If auditing a shared PC, check which accounts are administrators before deleting or changing anything.

How it works

A profile folder under `C:\Users` is not definitive proof of a currently active account; folders can remain after migrations/deletions. Domain/Entra accounts may be managed by an organization.

Important considerations

Windows 10 is unsupported. Do not delete unfamiliar accounts on a managed PC; ask the administrator and preserve data first.

Practical guidance

PowerShell can also enumerate local accounts with `Get-LocalUser` on supported Windows editions/environments. For login history or currently signed-in sessions, account enumeration alone is not enough; use appropriate Event Viewer/session tools and organization policy. Avoid exposing usernames unnecessarily when sharing screenshots.

Additional details

Before removing an old user, open that account’s profile data with proper authorization and back up Documents/Desktop/Downloads and app-specific files. OneDrive online-only files may not exist locally. Deleting an account can permanently remove its local profile data.