Software⏱️ 3 min read📅 2026-06-15

How to Fix 0x80070780 Error – Windows 11 can't access files copied from Windows 10, error 0x80070780

Windows 11 can't access files copied from Windows 10 error 0x80070780

Quick Answer: Try using the built-in 'Check Disk' utility to scan for errors and fix file system issues.

Windows 11 users who have recently transferred files from Windows 10 may encounter an error when trying to access certain files. The error, code 0x80070780, indicates that the file cannot be accessed by the system. This issue can be frustrating for users who rely on these files for work or personal purposes.

In this troubleshooting guide, we will walk you through the steps to resolve this issue and regain access to your inaccessible files.

⚠️ Common Causes

  • The primary cause of this error is related to file system compatibility issues between Windows 10 and Windows 11. When you copied files from the Desktop folder in Windows 10 to a new location on your Windows 11 machine, some file attributes may have been lost or altered during the transfer process.
  • Another possible reason for this issue is that the files may be corrupted or have incorrect metadata, which can prevent them from being accessed by Windows 11.

✅ Best Solutions to Fix It

Re-associate file attributes using PowerShell

  1. Step 1: Open PowerShell as an administrator on your Windows 11 machine.
  2. Step 2: Run the following command to re-associate the file attributes: Get-ItemProperty -Path \? oot ile systemadstore -Filter * | Where-Object {$_.PSObjectProperties['Name'] -eq 'BadStore'} | ForEach-Object {Set-ItemProperty -Path $_.PSObjectProperties['Name'] -Value 0x80000000})
  3. Step 3: Restart your Windows 11 machine and try accessing the files again.

Use Robocopy to recover file metadata

  1. Step 1: Open Command Prompt as an administrator on your Windows 11 machine.
  2. Step 2: Run the following command to recover the file metadata: robocopy C:\fileToMove D:\temp\ (copy) /mov /x /y /log+C:\temp\robocopy.log
  3. Step 3: This command will copy the files from the specified location to a temporary folder, preserving their original metadata.
  4. Step 4: Once the recovery process is complete, you can try accessing the files again.

🎯 Final Words

In this troubleshooting guide, we have outlined two primary methods to resolve the Windows 11 error 0x80070780. By re-associating file attributes using PowerShell or recovering file metadata using Robocopy, you should be able to regain access to your inaccessible files. Remember to restart your system after applying either method and try accessing the files again.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions