How to Fix Error 0x80071160 on Windows 11: Step-by-Step Solutions

Error 0x80071160 is a common issue that Windows 11 users may encounter when trying to copy, move, or delete files. This error typically indicates a problem with file system permissions or corrupted files. It can interrupt your workflow and prevent you from managing your files properly.

Fixing this error is usually straightforward and does not require advanced technical knowledge. By following simple step-by-step solutions, you can resolve the issue quickly and get back to using your system without problems.

This guide will walk you through basic to advanced methods to fix error 0x80071160 on Windows 11. Each step is explained clearly to help you understand why it matters and how to perform it.

Let’s begin with some quick notes before diving into the troubleshooting steps.

Quick Note Before You Start

  • Backup Important Files: Always create a backup of your important files before performing troubleshooting steps involving file operations or system changes.
  • Check Disk Space: Ensure your drive has enough free space to copy or move files. Low disk space can cause errors.
  • Restart Your PC: Sometimes, a simple restart can fix temporary glitches causing the error.
  • Update Windows: Make sure your Windows 11 is up to date, as updates often fix file management bugs.

Step 1: Run the Windows File and Folder Troubleshooter

Windows provides a built-in troubleshooter specifically designed to detect and fix common file operation issues. This tool is easy to use and often solves errors like 0x80071160.

  1. Press Windows + I to open Settings.
  2. Go to System > Troubleshoot > Other troubleshooters.
  3. Find the File and Folder Troubleshooter (or a similar tool) and click Run.
  4. Follow the on-screen instructions to let Windows detect and fix any problems.

This step is important because the troubleshooter automatically applies fixes for common permission or file corruption issues.

Step 2: Check File and Folder Permissions

Error 0x80071160 can occur if your user account lacks the proper permissions to access or modify certain files. Adjusting permissions can resolve this.

  1. Right-click the file or folder giving the error and select Properties.
  2. Go to the Security tab.
  3. Click Edit to change permissions.
  4. Select your user account from the list.
  5. Make sure Full Control is checked under the Allow column.
  6. Click Apply and then OK.

By ensuring you have full control, Windows will allow you to move, copy, or delete files without permission errors.

Step 3: Run System File Checker (SFC) and DISM Commands

Corrupted system files can cause error 0x80071160. Running the System File Checker and DISM (Deployment Image Servicing and Management) tools helps repair these files.

  1. Press Windows + S, type cmd, right-click Command Prompt, and select Run as administrator.
  2. Type the following command and press Enter:
    sfc /scannow
  3. Wait until the scan completes. It will automatically fix corrupted files.
  4. Next, run these commands one by one, pressing Enter after each:
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online /Cleanup-Image /RestoreHealth
  5. These commands scan and repair Windows image files, which can fix deeper system issues.
  6. Restart your computer after the scans finish.

This step is crucial because system file corruption often leads to file operation errors.

Step 4: Disable Third-Party Antivirus Temporarily

Sometimes, third-party antivirus or security software can interfere with file operations. Temporarily disabling your antivirus can help identify if it’s causing the error.

  1. Locate your antivirus program icon in the system tray.
  2. Right-click it and find an option like Disable or Pause Protection.
  3. Choose to disable it temporarily (usually 15 minutes to 1 hour).
  4. Try copying, moving, or deleting the file again.
  5. If the error goes away, consider adjusting your antivirus settings or switching to a different program.

Remember to re-enable your antivirus after testing to keep your PC protected.

Step 5: Use Safe Mode to Perform File Operations

Booting Windows 11 in Safe Mode loads only essential drivers and services. This environment can bypass software conflicts causing error 0x80071160.

  1. Press Windows + I to open Settings.
  2. Go to System > Recovery.
  3. Under Advanced startup, click Restart now.
  4. After restart, choose Troubleshoot > Advanced options > Startup Settings > Restart.
  5. Press 4 or F4 to enter Safe Mode.
  6. Try performing the file operation that caused the error.
  7. Restart normally after finishing.

This approach helps you rule out software conflicts with file operations.

Alternative Method: Use Command Prompt to Move or Delete Files

If normal file operations fail, sometimes using Command Prompt commands can bypass errors caused by the graphical interface.

  1. Open Command Prompt as administrator (see Step 3).
  2. To delete a file, type:
    del "C:PathToYourFile.txt"
  3. To move a file, type:
    move "C:PathToSourceFile.txt" "C:PathToDestination"
  4. Press Enter and check if the command works without error.

This method is useful when Windows Explorer is unable to complete file tasks.

Frequently Asked Questions (FAQs)

What causes error 0x80071160 on Windows 11?

This error usually occurs due to permission problems, corrupted system files, conflicts with security software, or issues with the file system.

Can I fix error 0x80071160 without reinstalling Windows?

Yes. Most cases are fixed by checking permissions, running system scans, or disabling antivirus temporarily. Reinstalling Windows is rarely needed.

Is it safe to disable antivirus during troubleshooting?

Temporarily disabling antivirus for a short period is generally safe as long as you do not browse suspicious sites or download unknown files during that time.

Will running SFC or DISM commands delete my files?

No. These tools only scan and repair system files and do not affect your personal data.

How do I know if a file is corrupted?

If you frequently encounter errors when accessing, copying, or deleting a file, it may be corrupted. Running system scans can help confirm this.

When Nothing Works

If you have tried all the steps above and still face error 0x80071160, consider the following final options:

  • Create a New User Account: Sometimes user profiles get corrupted. A fresh account can fix permission-related problems.
  • Check Disk for Errors: Run chkdsk /f /r in Command Prompt to fix disk-related issues.
  • Restore Windows: Use System Restore to revert to a previous point when the error did not occur.
  • Contact Microsoft Support: Visit Microsoft’s official support for personalized help.

Conclusion

Error 0x80071160 on Windows 11 can be frustrating but is often fixable with simple troubleshooting. Always start with basic checks like permissions and running Windows troubleshooters. If needed, move on to system scans and temporarily disabling antivirus software.

Using Safe Mode and Command Prompt commands provide alternative ways to manage stubborn files. Remember to back up your data regularly and keep your system updated to prevent such errors.

By following these clear, step-by-step solutions, you can resolve error 0x80071160 and enjoy smooth file operations on your Windows 11 PC.

Leave a Reply