Skip to content
Follow
Windows

How to Delete Guest Accounts in Windows 11

Richard
Written by
Richard
Feb 6, 2022 Updated Aug 13, 2026 3 min read
How to Delete Guest Accounts in Windows 11
How to Delete Guest Accounts in Windows 11

Deleting a guest account in Windows 11 removes a temporary visitor profile that someone else used on your PC. Clearing out unused accounts stops strangers from looking at your personal files and frees up disk space.

You can clear these profiles in a few clicks using either the Settings app or the Computer Management tool built into Windows 11 version 22H2 and newer.

⚡ Quick Answer

To delete a temporary user account in Windows 11, go to Settings Accounts Family & other users Click the account name, then select Remove and confirm. Alternatively, use the command prompt: type net user username /delete, replacing username with the account name.

Understanding Guest Accounts in 🪟 Windows 11

Windows 11 lacks a traditional built-in Guest account like older versions. Standard user accounts serve as alternatives for temporary visitors instead.

Why remove guest accounts?

Unused accounts consume disk space and create security vulnerabilities. Removing dormant accounts keeps the system clean and secure.

What happens when you are done?

Deleting an account strips it completely from the login screen. All files, photos, and settings associated with that user vanish permanently from the hard drive. Warning: Always back up any important data from the user’s folder before proceeding, as this action cannot be undone.

How to Delete a User Account via Settings

Removing a user account through the Settings app requires administrative privileges. Open Settings, navigate to Accounts, and select ‘Family & other users’ to locate the target account. Click the ‘Remove’ button to finish deleting the account.

  1. Open the Start menu and select Settings.
  2. Go to Accounts, then click on Family & other users.
Windows 11 Family and other users settings menu for account management
windows 11 family and other users
  • Look under the Other users section.
  • Click on the account name you want to remove to expand the menu.
  • Click the Remove button.
Clicking the remove button to delete a guest account in Windows 11
windows 11 delete guest account
  • A prompt will appear. Click Delete account and data to confirm.
Confirming the deletion of a Windows 11 account and user data
windows 11 delete account and data

How to Delete an Account Using Command Prompt

Command Prompt offers a faster removal method when run with administrator rights. Search for 'cmd', right-click the result, and pick 'Run as administrator'. Type 'net user username /delete', replacing 'username' with the actual account name.

For a quicker workflow, utilize a command-line approach. Search for 'cmd' in the Start menu, right-click the result, and choose 'Run as administrator.'

Type the command below and hit Enter:

💻Code
net user username /delete

Substitute 'username' with the exact name of the account targeted for removal. This command strips the user profile from the system entirely.

Advanced Troubleshooting: Removing Stuck Accounts

Settings app deletions occasionally fail. This usually happens when the User Profile Service (a background process managing user data) encounters an error or leftover registry entries persist.

Using Local Users and Groups (Pro Version Only)

Windows 11 Pro users can access the lusrmgr.msc tool (local user manager). Press Win + R, type lusrmgr.msc, and hit Enter. Navigate to Users, right-click the account, and select Delete.

Registry and Folder Cleanup

Lingering files in the registry and the Users folder may require manual cleanup after account deletion to purge all traces from Windows 11.

Summary

Temporary local accounts vanish via the Settings app or Command Prompt. Microsoft omits a native Guest account from this OS edition.

Why can't I see a Guest account in 🪟 Windows 11?

Windows 11 dropped the built-in Guest account feature present in legacy versions. Microsoft recommends setting up a 'Standard' local account for temporary visitors instead. Absence of a Guest account stems from deliberate changes to the default operating system configuration.

How do I delete a user account that is stuck?

Stubborn accounts require the 'net user' command in an elevated Command Prompt. Booting into Safe Mode offers a fallback if standard deletion fails. Confirm that no background processes hold locks on user files prior to launching another removal attempt.

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 Create a Guest Account on Windows 11
Windows How to Create a Guest Account on Windows 11
How to Access Command Prompt in Windows 11
Windows How to Access Command Prompt in Windows 11
How to View All User Accounts in Windows 11
Windows How to View All User Accounts in Windows 11
How to List User Profiles and Accounts in Windows 11
Windows How to List User Profiles and Accounts 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 *