How to Delete a User Account on Mac
Removing a user account from a Mac is a straightforward process — but the steps involved, and the decisions you make along the way, can have lasting consequences for the data tied to that account. Whether you're handing off a machine, consolidating household users, or cleaning up old profiles, understanding exactly what happens during deletion helps you avoid accidentally losing files or locking yourself out of important data.
What Deleting a User Account Actually Does
When you delete a user account on macOS, you're removing that account's login credentials and profile from the system. The Home folder — which contains the user's documents, downloads, desktop files, application data, and settings — is what makes this decision meaningful.
macOS gives you three options for how to handle that Home folder at the point of deletion:
- Save the home folder in a disk image — macOS packages the folder into a
.dmgfile stored in the/Users/Deleted Users/directory. The account disappears, but the data is preserved and accessible if you mount the disk image. - Don't change the home folder — The account is removed from the login screen, but the folder itself stays in
/Users/untouched. Useful if you want to retain access to those files without compression. - Delete the home folder — Everything associated with that user is permanently removed. This is irreversible without a backup.
Choosing the wrong option here is one of the most common ways people accidentally lose files, so it's worth being deliberate before confirming.
Step-by-Step: How to Delete a User on Mac
You need administrator privileges to remove another user account. If you're on the account you want to delete, you'll need to log in as a different admin user first.
On macOS Ventura, Sonoma, or Later
- Click the Apple menu (🍎) in the top-left corner
- Go to System Settings
- Select Users & Groups in the sidebar
- Click the Info button (the
iicon) next to the user you want to delete - Click Delete User…
- Choose what to do with the Home folder (see options above)
- Confirm by clicking Delete User
On macOS Monterey or Earlier
- Click the Apple menu and open System Preferences
- Click Users & Groups
- Click the lock icon and enter your admin password to make changes
- Select the user from the left-hand list
- Click the minus (–) button below the list
- Choose your Home folder option
- Click Delete User
The interface changed significantly with the move to System Settings in Ventura, but the underlying process is the same.
User Types and What You Can (and Can't) Delete
Not all accounts behave the same way, and macOS treats different user types differently.
| Account Type | Can Be Deleted? | Notes |
|---|---|---|
| Standard User | ✅ Yes | Most common deletion scenario |
| Administrator | ✅ Yes | Must have at least one other admin on the Mac |
| Guest User | ⚠️ Disable only | No deletion option; toggle it off in Users & Groups |
| Sharing Only | ✅ Yes | Limited accounts used for file sharing access |
| Root User | ❌ No | System-level; should be disabled, not deleted |
One important rule: you cannot delete the only administrator account on a Mac. If there's only one admin, you'd need to promote another user to admin status first, or create a new admin account before removing the existing one.
Things to Check Before You Delete
A few conditions can complicate or block the deletion process:
The user is currently logged in. macOS won't let you delete an account that's actively in use — including via Fast User Switching. Log the user out completely before proceeding.
FileVault is enabled. If the Mac uses FileVault disk encryption, deleting a user revokes their ability to unlock the drive at startup. If that user was the only FileVault-enabled account, this matters significantly for system access.
iCloud or Apple ID is linked. If the user account is tied to an Apple ID with iCloud Drive syncing, locally stored iCloud content may not fully transfer or sync before deletion. It's worth signing the user out of iCloud first — via System Settings > [Username] > Sign Out — before removing the account.
Shared app licenses or purchases. Some applications store license data tied to a specific user profile. Deleting the account won't automatically recover or transfer those licenses.
🗂️ Recovering Data After Deletion
If you saved the Home folder as a disk image, you can access it later by navigating to /Users/Deleted Users/ in Finder and double-clicking the .dmg file. You'll be prompted for the deleted user's password if the image was encrypted.
If you chose "Don't change the home folder," the files remain in /Users/[username]/ but are owned by that now-deleted account. An administrator can still access them, but you may need to adjust folder permissions manually in Get Info or via Terminal.
If the Home folder was deleted outright, recovery depends entirely on whether you have a Time Machine backup or another backup method in place. macOS itself does not retain deleted user data.
Variables That Shape Your Situation
The right approach to deleting a Mac user account depends on several factors that vary from one setup to the next: how many admin accounts are on the machine, whether FileVault is active, what version of macOS is running, whether the user's data needs to be preserved, and how the Mac is being used — personally, professionally, in a family context, or as a shared device.
Each of those factors changes which steps to take, in what order, and how carefully you need to move before clicking Delete.