Skip to content
Follow
Windows

How to Delete a User Account in Windows 11

Richard
Written by
Richard
Feb 13, 2026 Updated Jul 12, 2026 2 min read
How to Delete a User Account in Windows 11
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.

⚡ Quick Answer

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

  1. Press Win + I to open Settings.
  2. Click Accounts on the left menu.
  3. Select Family & other users (or Other Users).
  4. Find the user account you want to delete under Other users, click on it, then click Remove.
  5. Click Delete account and data to confirm the removal.
  6. You can now close Settings.
Other users tile windows 11
Windows 11 Settings showing the 'Other users' section.

Windows 11 Settings showing Family & other users account removal option
Windows 11 Settings showing Family & other users account removal option


Method 2Delete User Account Using Control Panel

  1. Open the Control Panel. To do this, type Control Panel in the search box and click it.
  2. Set the view to Small icons or Large icons (top-right dropdown).
  3. Click User Accounts.
  4. Click Manage another account.
  5. Choose the account you want to delete.
  6. Click Delete the account.
  7. Choose whether to Delete Files or Keep Files (your choice if you want to keep the user’s files or remove them).
  8. Click Delete Account to confirm.
  9. Close Control Panel when done.
Remove user control panel
Remove user control panel

Control Panel User Accounts screen for deleting user account in Windows 11
Control Panel User Accounts screen for deleting user account in Windows 11

Remove user control panel options
Remove user control panel options


Method 3Delete User Account Using Command Prompt

  1. Right-click the Start button and select Windows Terminal (Admin).
  2. Make sure you are in the Command Prompt tab (you can switch from the dropdown arrow at the top).
  3. Type net user and press Enter to see a list of user accounts on your PC.
  4. Find the exact name of the account you want to delete.
  5. Type the following command and press Enter (replace UserName with the real user name):
    💻Code
    net user "UserName" /delete
  6. Close Windows Terminal when done.
Remove user control panel account command prompt
Remove user control panel account command prompt


Method 4Delete User Account Using PowerShell

  1. Right-click the Start button and select Windows Terminal (Admin).
  2. Switch to the PowerShell tab.
  3. Type Get-LocalUser and press Enter to see all user accounts.
  4. Note the user account name you want to delete.
  5. Type the following command and press Enter (replace UserName with the actual name):
    💻Code
    Remove-LocalUser -Name "UserName"
  6. Close Windows Terminal when finished.
remove user powershell
remove user powershell


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?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to List User Profiles and Accounts in Windows 11
Windows How to List User Profiles and Accounts in Windows 11
Understanding And Managing User Accounts In Windows 11
Windows Understanding And Managing User Accounts In Windows 11
Remove PIN from Account in Windows 11
Windows Remove PIN from Account in Windows 11
How to Change Account Type in Windows 11
Windows How to Change Account Type in Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

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