Files Won't Copy On Windows? Fix! 0x80004005

KitsuneGuide Watch on YouTube ↗

You are just trying to move a file, but Windows is stopping you cold with error 0x80004005. Even as an administrator, you are being blocked from writing to the folder, which usually happens because Windows doesn't officially recognize your user account as the owner of the destination.

Why this happens

This error is almost always caused by a permissions mismatch where your account lacks 'Full Control' or ownership rights over the target folder. Windows blocks the copy operation to protect system files or restricted directories from unauthorized changes.

What you'll need

You will need an active administrator account on your PC. If you are copying to a network drive, ensure your VPN is connected first.

Steps

  1. 01
    Right-click the destination folder and select Properties, then click the Security tab and hit the Advanced button.
  2. 02
    Click Change next to the Owner field, type your username, click Check Names, and select OK.
  3. 03
    Check the box for Replace owner on subcontainers and objects, then click Apply and OK.
  4. 04
    Go back to the Security tab in Properties, click Edit, select your username, check the box for Full Control, and click OK.
  5. 05
    If the error persists, open the Command Prompt as an administrator and run DISM /Online /Cleanup-Image /RestoreHealth followed by sfc /scannow to repair system files.
  6. 06
    Restart your computer to apply the changes, then attempt the file copy again.

Still not working?

If you are still blocked, check if the file you are copying is currently in use by another program or if the target location is a restricted system directory. For network drives, verify that the drive is correctly mapped and that you have the necessary read/write permissions from the server administrator.

Frequently asked questions

Will changing ownership delete any of my files?

No, taking ownership only grants your user account the permission to modify or move files within that folder; it does not change or delete existing data.

Does this error affect my entire system or just this folder?

It is usually localized to the specific folder you are trying to modify. If you see this error across multiple random folders, it may indicate a deeper corruption in your user profile.