Software⏱️ 4 min read📅 2026-06-11

How to Fix 0x80070522 Error – Windows 8.1 0x80070522 error on secondary drive

Windows 8.1 error fix for 0x80070522 issue.

Quick Answer: Try running the Command Prompt as administrator and executing the command 'takeown /f C:\Drive\Path' to change the ownership of the drive.

Windows 8.1 users are experiencing an error code 0x80070522 on their secondary drive, preventing them from saving or copying files. This issue occurs when the permissions and ownership of the drive are not properly set, leading to a security restriction that blocks access to the drive.

This problem is frustrating because it can cause data loss and disruption to daily operations. Fortunately, by following these steps, users can resolve the issue without damaging their MBR or installed software.

💡 Why You Are Getting This Error

  • The primary reason for this error is that Windows 8.1 may set the ownership of the drive to TrustedInstaller after installing updates or changes in the MBR. This can occur when the system tries to protect sensitive data by limiting access to the drive.
  • An alternative cause could be a misconfigured permission setting, which may have been changed inadvertently. In this case, the Authenticated User may not have sufficient rights to access the drive.

✅ Best Solutions to Fix It

Resetting Drive Permissions and Ownership

  1. Step 1: Step 1: Open File Explorer and navigate to the secondary drive that is causing issues.
  2. Step 2: Step 2: Right-click on the drive and select 'Properties' from the context menu. In the Properties window, click on the 'Security' tab.
  3. Step 3: Step 3: Click on the 'Edit' button next to 'Group or user names' and then click on the 'Find next object' button. This will search for any objects that have been recently modified. If you find an object with a 'TrustedInstaller' entry, it may be related to the issue.
  4. Step 4: Step 4: Click on the 'Apply' and 'OK' buttons to save the changes. Then, restart your computer to apply the new permissions settings.

Using Command Prompt to Reset Drive Ownership

  1. Step 1: Step 1: Open Command Prompt as an administrator by searching for 'cmd' in the Start menu and right-clicking on it. Select 'Run as administrator'.
  2. Step 2: Step 2: Navigate to the drive that is causing issues using the following command: `cd \\drive_letter` (replace '\\drive_letter' with the actual path of your secondary drive). For example, if the drive is C:, type `cd \\c`.
  3. Step 3: Step 3: Run the following command to reset the ownership of the drive to the current user account: `icacls \\drive_letter /setowner %username%`. This will set the ownership of the drive to the current user's account. Note that you need to replace `%username%` with your actual username.
  4. Step 4: Step 4: Run the following command to reset the permissions of the drive: `icacls \\drive_letter /inheritance:r`. This will reset the permissions of the drive to their default settings.

✨ Wrapping Up

By following these steps, users should be able to resolve the Windows 8.1 error code 0x80070522 on their secondary drive without damaging their MBR or installed software. Remember to always back up important data before making any changes to your system.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions