Windows

How to List User Profiles and Accounts in Windows 11

Richard
Written by
Richard
Mar 25, 2024 Updated Apr 17, 2026 3 min read

This guide explains how to see and match user profile folders with account names in Windows 11.

When you sign in to Windows for the first time, the system creates a profile. This folder stores your files, desktop icons, and app settings. These folders are usually kept in the C:\Users folder.

Why do this? If you rename a user account, Windows does not rename the folder. This can make it hard to tell which folder belongs to which person. Matching these helps you keep your files organized.

What happens when done? You will have a clear list that links every user account to its specific data folder on your hard drive.

Step 1: Find Your Profile Folders

To see all the profile folders currently on your computer, navigate to this location in File Explorer:

C:\Users

Windows user profiles folders

Step 2: Match Profiles to Account Names

To see which folder belongs to which account, follow these steps. Note: You must have admin privileges to run these commands.

First, open the Windows Terminal app and select the PowerShell tab.

Copy and paste the command below into the terminal window and press Enter:

Get-ItemProperty -Path 'Registry::HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\*' | Select-Object -Property PSChildName, ProfileImagePath

Next, run this command to see your user account names and their security IDs:

wmic useraccount get name,SID

list and match user profiles with accounts

Compare the list from the first command with the list from the second command. The ProfileImagePath should point to the folder for that specific user account (such as C:\Users\username).

Summary

Windows saves user settings in individual profile folders. Because these folder names do not change when you rename an account, it can become confusing to identify them. By using the terminal commands provided above, you can easily match each profile folder to the correct user account. This makes managing your storage and user settings much easier.

How do I find user profile folders in Windows 11?

To find user profile folders in Windows 11, open File Explorer and navigate to the path C:Users. Here, you will see the folders for each user account on the computer.

What is the purpose of a user profile folder in Windows?

A user profile folder in Windows contains user-specific data and settings, including desktop settings, application data, documents, and downloads. It helps maintain a personalized environment for each user account.

How can I match user profiles with account names in Windows 11?

To match user profiles with account names, open the Windows Terminal app, select PowerShell, and run the command 'Get-ItemProperty -Path Registry::HKLMSOFTWAREMicrosoftWindows NTCurrentVersionProfileList*'. This will display the profile paths associated with each account.

What happens to the profile folder if I change my account name in Windows 11?

If you change your account name in Windows 11, the profile folder name will not automatically change. The folder will still retain the original name, which may not match the new account name.

Can I use PowerShell to list user accounts in Windows 11?

Yes, you can use PowerShell to list user accounts in Windows 11 by running the command 'wmic useraccount get name,SID'. This command will display the account names along with their Security Identifiers (SIDs).

Was this guide helpful?

Tags: #Windows 11
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, the owner and lead writer at Geek Rewind, is a tech enthusiast passionate about simplifying complex IT topics. His years of hands-on experience in system administration and enterprise IT operations have honed his ability to provide practical insights 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.

One response to “How to List User Profiles and Accounts in Windows 11”

Leave a Reply

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

Exit mobile version