How to Delete a User Account in Windows 10
Removing a user account from a Windows 10 PC is one of those tasks that sounds straightforward — and usually is — but the right method and the right level of caution depend on your specific situation. Whether you're cleaning up after a family member, decommissioning a shared work computer, or just tidying up your own machine, understanding what actually happens when you delete an account helps you avoid surprises.
What Happens When You Delete a Windows 10 User Account
Deleting a user account in Windows 10 removes that user's ability to log in. But more importantly, it can also permanently delete all files, folders, desktop items, and settings associated with that account — including documents, downloads, browser profiles, and saved app data stored under that user's profile folder (C:Users[username]).
This is the part most people don't realize until it's too late. The account and the data are two separate things, but Windows ties them tightly together by default.
There are two main account types you'll encounter:
- Local accounts — exist only on that specific PC, with no cloud sync
- Microsoft accounts — linked to an email address, with settings and some data backed up to OneDrive and Microsoft's servers
Deleting either type removes local access and local data. The difference is that Microsoft account data (OneDrive files, account settings) remains accessible from other devices or by signing back in elsewhere.
The Standard Method: Settings App
The most common way to delete a user account in Windows 10 is through the Settings app. You'll need to be signed in as an Administrator to do this — standard user accounts don't have permission to remove other accounts.
Steps:
- Open Settings (Windows key + I)
- Go to Accounts
- Select Family & other users from the left sidebar
- Under "Other users," click the account you want to remove
- Click Remove
- Windows will warn you that deleting the account also deletes all associated data — confirm by clicking Delete account and data
The warning screen is not decorative. Once you confirm, the profile folder and its contents are gone. There's no Recycle Bin recovery for this.
The Control Panel Method
Windows 10 still supports the older Control Panel path, which gives you a slightly different experience and, importantly, offers to save the user's files before deleting the account.
Steps:
- Open Control Panel (search for it in the Start menu)
- Go to User Accounts
- Click Manage another account
- Select the account you want to delete
- Click Delete the account
- Windows will ask: Keep Files or Delete Files
Choosing Keep Files copies the user's desktop, documents, favorites, music, pictures, and videos to a folder on your own desktop before removing the account. This is a useful safety net if there's any chance the data is still needed.
Using Computer Management (Advanced Option) 🖥️
For more control — especially on business or domain-joined machines — you can use Computer Management:
- Right-click the Start button and select Computer Management
- Expand Local Users and Groups
- Click Users
- Right-click the account you want to remove and select Delete
This method removes the account entry without automatically purging the profile folder. The user can no longer log in, but their files under C:Users[username] remain on the drive until you manually delete them. This approach is common in IT environments where data may need to be transferred or reviewed before deletion.
Key Variables That Affect the Process
Not every deletion scenario plays out the same way. Several factors shape what you should do and what to expect:
| Variable | Why It Matters |
|---|---|
| Account type (local vs. Microsoft) | Microsoft accounts retain cloud data; local accounts don't |
| Administrator vs. standard user | Only admins can delete other accounts |
| Whether the account is currently signed in | Windows may block deletion of an active session |
| Domain-joined vs. workgroup PC | Domain accounts are managed through Active Directory, not local settings |
| Data backup status | Unrecoverable if deleted without backup |
| Windows version/build | UI may differ slightly across Windows 10 versions |
What You Can't Delete
Windows 10 won't let you delete the account you're currently signed into. You also cannot delete the last remaining Administrator account — Windows protects against locking yourself out of your own system. If you need to remove an admin account that's the only one on the machine, you'd first need to create a new administrator account, then sign in with that one to remove the other.
The built-in Administrator account (disabled by default) and the Guest account have their own special handling and aren't managed the same way as standard user accounts.
The Part That Varies Most
The method that makes sense for you comes down to details only you know: whether you need to preserve that user's files, whether the machine is personal or shared, whether you're dealing with a local or Microsoft-linked account, and whether you have the right permissions to begin with.
A family PC cleanup looks very different from decommissioning a work laptop — and on domain-joined machines, the process moves entirely out of local Windows settings and into network-level account management. 🔐 Understanding which scenario you're actually in is what determines which path to follow.