Error 0x80004005 When Copying Files — How to Fix 2026
You are staring at a file copy failure because Windows is acting like you don't have access to your own data. This happens because your account doesn't officially own the target folder, preventing you from writing to it even if you are logged in as an administrator.
Why this happens: I fixed this across hundreds of machines; it's almost always ownership, not permissions.
What you need: No special tools are required, just your standard administrator account.
Fix Steps
1. Right-click the destination folder, select
Properties, go to the Security tab, and click Advanced.2. Click
Change next to Owner, type your username, click Check Names, and hit OK.3. Check the box for
Replace owner on subcontainers and objects and click Apply.4. Go back to the
Security tab, click Edit, select your username, check Full Control, and hit OK.5. If still failing, search for
cmd, right-click it, and select Run as administrator.6. Run
DISM /Online /Cleanup-Image /RestoreHealth followed by sfc /scannow.7. Restart your computer and attempt the file copy again.
If that didn't work: If you are copying to a network drive, this error is often a connectivity issue. Connect your VPN and remap the network drive to restore access.
Did this fix your issue? Subscribe for more quick IT solutions.
Subscribe to kitsunefix