How to Fix Error 0X80071AC3 ‘The Volume is Dirty’

While trying to access the files on or copy files to a disk, if Windows is unable to read the data on the disk or write data to the disk, it will lob an error message containing error code 0x80071AC3 at you. This issue affects all currently supported versions of the Windows Operating System, and while more common on external data storage disks such as external hard drives and USB sticks, the issue has also been known to affect internal hard drives and SSDs.

Error code 0x80071AC3 is accompanied by an error message that states Windows could not complete the operation in question because the volume (the disk Windows is trying to read or write to) is dirty. This problem can be caused by anything from bad sectors on the disk in question to a feature such as ReadyBoost preventing Windows from reading or writing to the disk in question. Thankfully, though, as long as the affected data storage disk is not dying or dead, there’s a lot you can do to try and get rid of error code 0x80071AC3 and have Windows successfully read or write to the affected disk.

The following are some of the absolute most effective solutions that you can use to try and resolve this problem:

Solution 1: Use CHKDSK to try and resolve the problem

CHKDSK is a Windows utility that can scan any data storage disk for issues such as bad sectors and file system errors and try to repair them. Running CHKDSK on the affected disk is a pretty good idea since CHKDSK might be able to successfully detect and fix whatever’s causing you to see error code 0x80071AC3. To run CHKDSK on a specific storage disk, you need to:

  1. Navigate to Computer, either through the Windows Explorer or through the Start Menu.
  2. Right-click on the storage disk being affected by this problem, and click on Properties.
  3. Navigate to the Tools tab.
  4. Click on Check now… or Check (whichever applies) under the Error-checking section.
  5. In the dialog that opens, check both the options to enable them and click on Start.
  6. Wait for CHKDSK to complete the scan and try to get rid of any issues that it finds.
  7. Once CHKDSK is done working its magic, try doing whatever you were doing before that was causing you to run into error code 0x80071AC3, and see whether or not the problem still persists.

Solution 2: Disable ReadyBoost

Many external USB sticks come with the ReadyBoost Disk Caching feature built into them. ReadyBoost is designed to improve USB flash drive performance, but it can also, in some cases, lead to the user seeing error code 0x80071AC3 when trying to read or write to the drive. If you are experiencing this problem while trying to read or write to a USB drive and ReadyBoost is the culprit, disabling ReadyBoost might just be enough to resolve the problem. To disable ReadyBoost, you need to:

  1. Navigate to Computer, either through the Windows Explorer or through the Start Menu.
  2. Locate the external USB drive affected by the problem, right-click on it and click on Properties.
  3. Navigate to the ReadyBoost tab.
  4. Enable the Do not use this device option.
  5. Click on Apply.
  6. Click on OK.

When done, check to see whether or not the problem has been resolved.

Solution 3: Reinstall the drivers for the affected disk drive

  1. Press the Windows Logo key + X to open the WinX Menu.
  2. Click on Device Manager.
  3. Double-click on the Disk drives section to expand it.
  4. Locate the drive being affected by this problem, right-click on it and click on Uninstall.
  5. When asked to confirm the action, click on OK.
  6. Remove the disk from your computer and restart your computer.
  7. When your computer boots up, repeat steps 1 and 2.
  8. Connect the disk drive to your computer and click on Action > Scan for hardware changes.
  9. Wait for the Windows to successfully reinstall the disk drive and its drivers, and then check to see if error code 0x80071AC3 still persists.

Solution 4: Make sure writing to disk drives is allowed in the Registry

You might be running into error code 0x80071AC3 because your computer’s Registry is configured to not allow your computer to write to disk drives in general or the disk drive you are experiencing this problem with. To make sure writing to disk drives is allowed in your computer’s registry, you need to:

  1. Press the Windows Logo key + R to open a Run dialog.
  2. Type regedit into the Run dialog and press Enter to launch the Registry Editor.
  3. Navigate to the following directory in the left pane of the Registry Editor:

HKEY_LOCAL_MACHINE > SYSTEM > CurrentControlSet > Control

  1. In the left pane of the Registry Editor, locate and click on the StorageDevicePolicies key to have its contents displayed in the right pane.
  2. In the right pane of the Registry Editor, locate and double-click on the registry value named WriteProtect.
  3. See what the Value for the WriteProtect value is. If the Value field contains 1, that’s your problem – your registry is set to prevent your computer from writing to the disk drive in question. If that’s the case, replace the 1 in the Value field with 0 and click on OK.
  4. Close the Registry Editor and restart your computer.
  5. When your computer boots up, check to see if the problem has been resolved.

Solution 5: Try repairing the disk drive from a Command Prompt

  1. Press the Windows Logo key + X to open the WinX Menu.
  2. Click on Command Prompt (Admin) in the WinX Menu to launch an elevated Command Prompt with administrative privileges.
  3. Type the following into the elevated Command Prompt, replacing X with the drive letter corresponding to the disk drive being affected by this problem, and press Enter:

chkdsk X: /B

  1. This specific iteration of the chkdsk command will get the utility to check the affected disk drive for faulty clusters, bad sectors and other issues and try to repair them. All you need to do is wait for the utility to perform the scan and repairs.

Once the process is complete, try doing whatever it was that you were doing before and see if you are still met with error code 0x80071AC3.

Solution 6: Format the affected disk drive

If all else fails, you still have one more option short of simply replacing the affected disk drive with a new one – formatting it. A complete format of the affected disk drive will get rid of anything and everything on the drive, including any data stored on the drive and (hopefully) whatever’s causing you to see error code 0x80071AC3 while trying to read or write to the disk. To format the affected disk drive, you need to:

  1. Navigate to Computer, either through the Windows Explorer or through the Start Menu.
  2. Locate the affected disk drive, right-click on it and click on Format….
  3. Click on the Restore device defaults option.
  4. Click on Start.
  5. If asked to confirm the action, confirm it.
  6. Wait for the disk drive to be completely formatted.

Once the disk drive has been formatted, check to see if the problem has been resolved.

ABOUT THE AUTHOR

Kevin Arrows


Kevin Arrows is a highly experienced and knowledgeable technology specialist with over a decade of industry experience. He holds a Microsoft Certified Technology Specialist (MCTS) certification and has a deep passion for staying up-to-date on the latest tech developments. Kevin has written extensively on a wide range of tech-related topics, showcasing his expertise and knowledge in areas such as software development, cybersecurity, and cloud computing. His contributions to the tech field have been widely recognized and respected by his peers, and he is highly regarded for his ability to explain complex technical concepts in a clear and concise manner.