Where to find your system username on each operating system

Your system username is the account name your computer uses to identify you — it's different from your email address or the name you see on your screen. On Windows, it's usually hidden in Settings or visible in File Explorer. On Mac, it lives in System Settings under Users & Groups. On Linux, you can see it in the terminal or in your home folder path. The fastest way depends on which operating system you're using.

You need your system username when you're setting up software that requires local account details, troubleshooting permission problems, or connecting to a network drive. It's not the same as your Microsoft account name (on Windows) or your Apple ID (on Mac) — those are cloud accounts. Your system username is what the computer itself calls you.

Key Takeaways

  • On Windows, open Settings, go to Accounts, and look at the top of the page under "Your info" to see your username.
  • On Mac, open System Settings, click Users & Groups, and your username appears next to your account picture.
  • On Linux, type whoami in the terminal, or look at the folder path in your file manager — your username comes after /home/.
  • Your system username is not your email address or display name, even if they look similar.
  • If you see a different name on your login screen than in your account settings, the login screen name is your system username.

Finding your username on Windows 10 and 11

Open Settings by pressing the Windows key and typing "Settings," then click the app that appears. Once Settings opens, click on "Accounts" in the left sidebar. At the top of the page under "Your info," you'll see your account picture and your username directly below it. That's your system username — write it down exactly as it appears, including any numbers or special characters.

If you don't see a username there, or if you see only an email address, your account is linked to a Microsoft account. In that case, look at the line that says "Signed in as" — the part before the @ symbol is often your system username, but not always. The most reliable way to confirm is to open File Explorer, click "This PC" on the left, then look at the address bar. Type your username into the path and see if it works — if the folder opens, that's your correct username.

Another method: right-click on the Start button, select "Run," type whoami, and press Enter. A command window will open and display your username in the format COMPUTERNAME\username. The part after the backslash is your system username.

Finding your username on Mac

Click the Apple menu in the top-left corner and select "System Settings." In System Settings, click "General" in the sidebar, then scroll down and click "Users & Groups." You may need to click the lock icon at the bottom and enter your password to make changes. Your account will be highlighted, and your username appears directly under your account picture. This is the name your Mac uses to identify you internally.

If you're not sure which account is yours, look for the one with a house icon next to it — that's your home account. The username is the short name, not the full display name. For example, your display name might be "Sarah Johnson," but your username might be "sarahjohnson" or "sjohnson."

A faster way: open Terminal (search for it in Spotlight by pressing Command + Space and typing "Terminal"). Type whoami and press Enter. The terminal will print your username when ready.

Finding your username on Linux

Open a terminal window — the method varies by distribution, but usually you can right-click on the desktop and select "Open Terminal Here," or search for "Terminal" in your applications menu. Type whoami and press Enter. The terminal will display your username on the next line.

If you prefer not to use the terminal, open your file manager and look at the address bar or sidebar. Your home folder is usually labeled with your username, or the path shows /home/username. The username is the part between the last forward slash and the end of the path.

You can also check by typing id in the terminal, which shows your username, user ID, group ID, and group memberships all at once. This is useful if you need to troubleshoot permission problems later.

The difference between display name and system username

Your display name is what appears on your login screen and in menus — it can have spaces, capital letters, and special characters. Your system username is what the operating system uses internally — it's usually lowercase, has no spaces, and is shorter. For example, your display name might be "Marcus Chen" but your system username might be "mchen" or "marcus.chen."

This matters because some software asks for your system username, not your display name. If you type your display name and get an error, try your system username instead. They're stored separately, and the computer treats them as different things.

What to do if you can't find your username

If you've checked Settings or System Settings and still don't see a clear username, your account may be set up under a Microsoft account (Windows) or Apple ID (Mac). In that case, the system username is usually a shortened version of your email address or a name you created when you first set up the computer. Check the "Signed in as" line in Settings — the part before the @ is often your system username.

On any system, if you're still stuck, the terminal method works universally. Open Terminal or Command Prompt and type whoami — this will always show you your system username, no matter how your account is configured.

Frequently Asked Questions

Is my system username the same as my email address?

Not necessarily. Your email address is a cloud account identifier, while your system username is what your computer calls you locally. They may look similar — for example, both might contain "marcus" — but they're stored separately and used for different purposes. If you're unsure which one a program is asking for, try your system username first.

Can I change my system username?

On Windows and Mac, you can change your display name easily, but changing your actual system username is more complex and can break some programs. On Windows, you'd need to create a new account and transfer files over. On Mac, it requires terminal commands and can cause permission issues. Unless you have a specific reason, it's usually better to leave it as is.

Why does my login screen show a different name than my Settings?

The login screen shows your display name, while Settings shows your system username. They're intentionally different — the display name is for you to read, and the system username is for the computer to use. Both are correct; they're just serving different purposes.

Do I need my system username to log in?

On most modern computers, you log in with your password or biometric (fingerprint, face), not your username. However, some older systems, network computers, or remote access tools do ask for your username at login. If you're setting up a new device or connecting to a work network, you may need it.

What if I see "Administrator" as my username?

That means your account has administrator privileges on the computer. "Administrator" is not your actual username — it's a role. Look in Settings or use the whoami command to find your real username. Administrator is just a label that tells you what permissions your account has.