Find user SSID

1 min. readlast update: 10.23.2025
 

You can find a user's Security Identifier (SID) using the Command Prompt or PowerShell. Open the Command Prompt and run whoami /user for the current user's SID, or wmic useraccount get name,sid

Was this article helpful?