How to Delete an Account on Windows 11: A Step-by-Step Guide

Managing accounts on your Windows 11 computer is sometimes necessary. Maybe you created a temporary account that you don’t need anymore. Or perhaps you’re cleaning up old profiles that are taking up valuable storage space. Whatever the case, learning how to delete an account on Windows 11 is a handy skill that keeps your PC organized and clutter-free.

The good news? It’s easier than you think. In this step-by-step guide, I’ll show you different ways to remove accounts—whether it’s a local user account, a Microsoft account, or even an administrator account. Let’s dive in.


Why Delete an Account in Windows 11?

Before jumping to the steps, you might be wondering: Why would I need to delete an account?

Here are the most common reasons:

  • Freeing Up Space – Old accounts often leave behind large user profile folders.

  • Security Concerns – Removing unused accounts prevents unauthorized access.

  • Reducing Clutter – Fewer accounts mean simpler sign-in options.

  • Changing Ownership – If you’re giving away your PC, you’ll want to clear old profiles.

  • Resetting Accounts – Sometimes deleting and recreating an account fixes permission issues.


Important Things to Know Before Deleting an Account

Deleting an account isn’t something you should rush into. Here are a few key things to keep in mind:

  • Backup Data First – Any documents, photos, or files stored in that account’s profile will be deleted.

  • Admin Privileges Needed – You must be logged in as an administrator to remove another account.

  • Primary Account Can’t Be Removed – You can’t delete the account currently logged in.

  • Microsoft Accounts Get Disconnected – Removing a Microsoft account from Windows 11 doesn’t delete the account itself—it just unlinks it from your PC.

Think of it like cleaning out a closet: make sure you don’t accidentally throw away something valuable.


Method 1: Delete a Local Account via Settings

The easiest way to delete an account in Windows 11 is through the Settings app.

Step 1: Open Settings

  • Press Win + I to launch the Settings app.

Step 2: Navigate to Accounts

  • Go to Accounts > Family & other users.

Step 3: Select the Account

  • Under Other users, find the account you want to delete.

  • Click on it, then select Remove.

Step 4: Confirm Deletion

  • A prompt will appear warning you that files and data will be deleted.

  • Click Delete account and data.

And that’s it—the account is gone!


Method 2: Delete a Microsoft Account from Windows 11

If the account you want to remove is a Microsoft account, the process is similar.

  1. Open Settings (Win + I).

  2. Go to Accounts > Your Info.

  3. Select Sign in with a local account instead (this allows switching accounts if needed).

  4. Then head to Accounts > Family & other users.

  5. Select the Microsoft account → Remove → confirm with Delete account and data.

Remember, this only removes the Microsoft account from your PC—it doesn’t delete the actual Microsoft account itself. You can still use it to sign in on other devices.


Method 3: Delete an Account Using Control Panel

Old-school users might prefer the Control Panel method.

Step 1: Open Control Panel

  • Press Win + S, type Control Panel, and hit Enter.

Step 2: Go to User Accounts

  • Click User Accounts > Remove user accounts.

Step 3: Select the Account

  • Pick the account you want to remove.

Step 4: Confirm Deletion

  • Choose Delete the account.

  • You can either delete files or keep them saved in a folder on your desktop.

This method is handy if you like the classic Windows interface.


Method 4: Delete a User Account with Command Prompt

For advanced users, Command Prompt provides another way.

  1. Open Command Prompt as Administrator.

    • Press Win + S, type cmd, right-click, and select Run as administrator.

  2. Type the following command to list accounts:

    net user
  3. To delete an account, type:

    net user "username" /delete

(Replace “username” with the actual account name.)


Method 5: Delete a User Account with PowerShell

PowerShell is another powerful option.

  1. Open PowerShell as Administrator.

    • Press Win + X → select Windows Terminal (Admin).

  2. Type the following command:

    Get-LocalUser
  3. Then remove an account with:

    Remove-LocalUser -Name "username"

This method is great for system admins managing multiple users.


Method 6: Delete an Account from User Profiles

Sometimes you might want to delete an account’s profile data without removing the account itself.

  1. Press Win + R, type:

    SystemPropertiesAdvanced
  2. In the User Profiles section, click Settings.

  3. Select the profile you want to delete.

  4. Click Delete.

This removes files but doesn’t delete the account login.


Method 7: Remove a Work or School Account

If your PC is linked to a work or school account, here’s how to remove it:

  1. Open Settings > Accounts > Access work or school.

  2. Select the account you want to remove.

  3. Click Disconnect.

  4. Confirm by selecting Yes.


Method 8: Delete the Administrator Account

Deleting an administrator account is possible, but only if there’s at least one other admin account available.

  1. Log in with another admin account.

  2. Go to Settings > Accounts > Family & other users.

  3. Select the admin account you want to remove.

  4. Click RemoveDelete account and data.

⚠️ Be careful—if you delete the only admin account, you’ll lose the ability to make system-wide changes.


Method 9: Use Safe Mode for Stubborn Accounts

Sometimes an account refuses to be deleted due to errors. In that case:

  1. Restart your PC in Safe Mode.

    • Go to Settings > System > Recovery > Advanced startup > Restart now.

    • Navigate to Troubleshoot > Advanced options > Startup Settings > Restart.

    • Select Safe Mode with Networking.

  2. Once logged in, repeat the Settings or Control Panel method to remove the account.


Tips to Avoid Issues When Deleting Accounts

  • Always back up important data before removing accounts.

  • Keep at least one admin account active.

  • If you’re selling your PC, consider factory resetting instead of deleting accounts one by one.

  • Use temporary guest accounts instead of creating multiple permanent ones.


Conclusion

Learning how to delete an account on Windows 11 is simple once you know the steps. Whether you’re removing a local account, a Microsoft account, or even an administrator account, there are multiple methods—Settings, Control Panel, Command Prompt, PowerShell, and more.

Just remember: always back up your data before deleting, and never remove the only admin account. With this guide, you’ll have full control over your system’s accounts and keep things clean, secure, and organized.


FAQs

Q1: Can I delete my own account while logged in?
No, you must log in with another admin account to delete your own.

Q2: Does deleting a Microsoft account from Windows 11 delete the actual account?
No, it just unlinks it from your PC. The Microsoft account still exists online.

Q3: What happens to files when I delete an account?
All personal files linked to that account are deleted unless you choose to save them first.

Q4: Can I delete the only administrator account?
No, Windows requires at least one administrator account to remain active.

Q5: Is factory reset better than deleting accounts one by one?
Yes, if you’re giving away or selling your PC, a factory reset is the cleaner option.

Scroll to Top