Unknown Account

Micheal Swart 20 Reputation points
2026-06-23T07:44:36.89+00:00

We are clearing up some space from the server what takes the most space id old users that no longer work at the client's company, not wanting to delete it from the C:\Users folder, Ive been told that's its best to delete it from the User Profiles Settings in System Properties This particular screen

User's image

The administrator deleted it from the active directory and this caused the profile to become an Unknown Account, I'd like to remove this Unknown Account, how do I remove these profiles safely? deleting the profile from the root folder will free up some space however I'm trying to follow best practice and deleting them in this manner I assume that this could cause issues like leftover registries.

Any advice and help will be appreciated, Thank you:)

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
0 comments No comments

Answer accepted by question author

VPHAN 38,605 Reputation points Independent Advisor
2026-06-23T08:28:58.97+00:00

Hi Micheal Swart,

You are perfectly safe to proceed with the deletion directly from the User Profiles Settings window. When a user is removed from your Active Directory domain controller, the local server loses its ability to translate their Security Identifier (SID) into a readable username. Because the Active Directory object no longer exists to provide that translation context, the server displays the profile as an Unknown Account. This is standard enterprise behavior and confirms the domain deletion was successful.

Executing the removal through this graphical interface is the exact Microsoft best practice because it performs a complete and clean removal. Behind the scenes, the operating system securely deletes the physical user folder from the C:\Users directory while simultaneously diving into the registry to sever the connection located at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList.

Manually deleting the folder via File Explorer is strongly discouraged. Doing so leaves the aforementioned registry keys orphaned in the ProfileList hive, which frequently causes temporary profile errors, such as users being logged into temporary profiles during future sessions. Relying on the System Properties window ensures your server reclaims space without risking any registry corruption or lingering system conflicts.

Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.

VPHAN

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.