If you no longer need a local user account on your Windows 11 PC, you can remove it in just a few minutes. Deleting an unused account helps keep your computer organized, frees up storage space, and improves security by preventing unauthorized access. Windows 11 allows you to remove local accounts through the Settings app, Control Panel, Computer Management, or Command Prompt, depending on the edition of Windows you are using.
Before deleting an account, remember that all files, desktop items, downloads, and settings stored under that user profile will also be removed. If the account contains important data, back it up before proceeding.
This guide explains several easy methods to remove a local account from Windows 11.
Things to Know Before Removing a Local Account
There are a few important points to remember before deleting an account.
- Sign in with another administrator account.
- Back up any files stored in the account.
- You cannot remove the account you are currently signed into.
- Administrator accounts can delete standard users or other administrator accounts.
- Deleting an account permanently removes its user profile unless you create a backup first.
Method 1: Remove a Local Account Using Settings
The Settings app is the easiest way to delete a local account in Windows 11.
- Press Windows + I to open Settings.
- Click Accounts.
- Select Other users.
- Under Other users, locate the local account you want to remove.
- Click the account to expand its options.
- Select Remove.
- Click Delete account and data to confirm.
Windows will remove the account along with its files and settings.
Method 2: Delete a Local Account from Control Panel
Control Panel still provides a straightforward way to manage user accounts.
- Press Windows + R, type control, and press Enter.
- Select User Accounts.
- Click Manage another account.
- Choose the local account you want to remove.
- Click Delete the account.
- Decide whether to keep or delete the user’s files.
- Confirm the deletion.
The account will be removed from your computer.
Method 3: Remove a Local Account Using Computer Management
Computer Management is available in Windows 11 Pro, Enterprise, and Education editions.
- Right-click the Start button.
- Select Computer Management.
- Expand Local Users and Groups.
- Click Users.
- Right-click the account you want to delete.
- Choose Delete.
- Click Yes to confirm.
The selected local account will be removed immediately.
Method 4: Delete a Local Account with Command Prompt
Advanced users can quickly remove accounts using Command Prompt.
- Search for Command Prompt.
- Select Run as administrator.
- View all local accounts by entering:
net user
- Delete the desired account:
net user Username /delete
Replace Username with the actual account name.
For example:
net user John /delete
If successful, Windows displays a message confirming that the command completed successfully.
Method 5: Remove a Local Account Using Windows Terminal
Windows Terminal also supports account management commands.
- Right-click the Start button.
- Select Terminal (Admin).
- Enter:
net user
- Delete the account:
net user Username /delete
- Press Enter.
The account is removed instantly.
Method 6: Delete a Local Account Using PowerShell
PowerShell offers another command-line method.
- Open Windows PowerShell as administrator.
- List local accounts:
Get-LocalUser
- Remove the account:
Remove-LocalUser -Name "Username"
Replace Username with the account name.
Example:
Remove-LocalUser -Name "John"
The local account will be deleted.
Method 7: Remove a Local Account Using Netplwiz
Netplwiz provides a simple interface for managing user accounts.
- Press Windows + R.
- Type netplwiz and press Enter.
- Select the account you want to remove.
- Click Remove.
- Confirm the deletion.
If the option is available, Windows removes the selected account.
What Happens After Deleting a Local Account?
When a local account is deleted:
- The user profile is removed.
- Desktop files and personal folders are deleted.
- Installed applications remain available for other users.
- System settings stay unchanged.
- Shared files stored outside the user profile remain intact.
How to Remove a Microsoft Account Instead
If the account uses a Microsoft account instead of a local account:
- Open Settings.
- Go to Accounts > Other users.
- Select the Microsoft account.
- Click Remove.
- Confirm by selecting Delete account and data.
This removes the account from the PC but does not delete the Microsoft account itself.
Common Problems When Removing a Local Account
The Remove button is missing
Ensure you are signed in with an administrator account. Standard users cannot delete other accounts.
You cannot delete the current account
Windows does not allow you to delete the account you are currently using. Sign in with another administrator account first.
Access denied
Run Command Prompt, PowerShell, or Windows Terminal as administrator.
User files are still present
Sometimes the profile folder remains after deletion. Restart your computer and, if necessary, remove the leftover folder from C:\Users after confirming it is no longer in use.
Conclusion
Removing a local account from Windows 11 is a simple process that can be completed using the Settings app, Control Panel, Computer Management, Command Prompt, Windows Terminal, PowerShell, or Netplwiz. The Settings app is the easiest option for most users, while command-line tools are ideal for administrators and advanced users. Before deleting any account, always make sure you have backed up important files because the deletion is permanent.
Frequently Asked Questions
Can I delete the administrator account?
Yes, but only if another administrator account exists on the computer.
Does deleting a local account uninstall programs?
No. Installed applications remain on the PC and can be used by other accounts.
Can I recover a deleted local account?
No. Once deleted, the account cannot be restored unless you previously created a backup.
Will deleting a local account remove personal files?
Yes. Files stored in the user’s profile, including Documents, Desktop, Downloads, Pictures, and Videos, are removed unless backed up first.


