How to Delete a User Account in Windows 11
If you share your Windows 11 PC with others, each person usually has their own user account. This keeps files, settings, and apps separate for everyone.
Sometimes, you might have a user account that’s no longer needed. You can delete that account to free up space and keep your PC tidy.
Important: You must be signed in as an administrator to delete user accounts. Also, you cannot delete an account that is currently signed in — you’ll need to sign out of that account first.
Open Settings and navigate to Accounts > Family & other users. Select the account to delete, click Remove, and confirm. Alternatively, use Control Panel, Command Prompt, or PowerShell, ensuring you are logged in as an administrator and have backed up any necessary files.
Learn More
For official information, see Manage User Accounts in Windows – Microsoft Support.
Method 1Delete User Account Using Settings
- Press Win + I to open Settings.
- Click Accounts on the left menu.
- Select Family & other users (or Other Users).
- Find the user account you want to delete under Other users, click on it, then click Remove.
- Click Delete account and data to confirm the removal.
- You can now close Settings.


Method 2Delete User Account Using Control Panel
- Open the Control Panel. To do this, type
Control Panelin the search box and click it. - Set the view to Small icons or Large icons (top-right dropdown).
- Click User Accounts.
- Click Manage another account.
- Choose the account you want to delete.
- Click Delete the account.
- Choose whether to Delete Files or Keep Files (your choice if you want to keep the user’s files or remove them).
- Click Delete Account to confirm.
- Close Control Panel when done.



Method 3Delete User Account Using Command Prompt
- Right-click the Start button and select Windows Terminal (Admin).
- Make sure you are in the Command Prompt tab (you can switch from the dropdown arrow at the top).
- Type
net userand press Enter to see a list of user accounts on your PC. - Find the exact name of the account you want to delete.
- Type the following command and press Enter (replace
UserNamewith the real user name):Codenet user "UserName" /delete - Close Windows Terminal when done.

Method 4Delete User Account Using PowerShell
- Right-click the Start button and select Windows Terminal (Admin).
- Switch to the PowerShell tab.
- Type
Get-LocalUserand press Enter to see all user accounts. - Note the user account name you want to delete.
- Type the following command and press Enter (replace
UserNamewith the actual name):CodeRemove-LocalUser -Name "UserName" - Close Windows Terminal when finished.

Tips Before Deleting a User Account
- Make sure the account you want to delete is no longer needed.
- Backup any important files from that user before deleting.
- You must be signed in as an administrator account to delete users.
- Don’t delete an account that is currently signed in.
- Choose the deletion method you feel most comfortable with.
Summary
Deleting a user account in Windows 11 is easy and helps keep your PC organized. You have many ways to do this: through Settings, Control Panel, or advanced tools like Command Prompt and PowerShell. Always be careful to backup data you want to keep before deleting an account.
Was this guide helpful?
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.
No comments yet — be the first to share your thoughts!