Skip to content

Windows Take Ownership Of Folder Guide

Report compiled based on Windows 10/11 and Windows Server 2019/2022 behavior.

| Error / Symptom | Likely Cause | Solution | |----------------|--------------|----------| | “Access denied” when changing owner | Folder owned by TrustedInstaller and current admin token not elevated | Run Explorer as administrator or use elevated command prompt. | | “The security ID (SID) is not valid” | Target user account is local but command run under system context | Use SID format: S-1-5-21-...-500 for Administrator. | | Ownership reverts after reboot | Parent folder’s inheritance reapplies restrictive ACL | Disable inheritance before changing owner. | | takeown succeeds but still can’t read files | Ownership transferred, but DACL still denies read | After takeown , run icacls /grant for explicit read. | windows take ownership of folder

Taking ownership of a folder in Windows can be a useful troubleshooting step when dealing with permission issues. By following these steps, you should be able to take ownership of a folder using File Explorer, Command Prompt, or PowerShell. Report compiled based on Windows 10/11 and Windows