How to Fix Corrupt Files

Corrupted files are a source of frustration. In the worst-case scenario, you may lose valuable data and your PC or portable device becomes unresponsive.

How to Fix Corrupt Files

Fortunately, there are methods you can use to remedy the problem. In this article, you’ll find out how to fix various errors from corrupt files across a number of the most popular devices.

How to Fix Corrupted Files in Windows 11

Software problems are a major cause of corrupted files. First, update the software and hardware before attempting the following fixes.

Fix 1: Update Windows 11

  1. Click on “Windows.”
  2. Click on “Settings.”
  3. Select “Windows Update.”
  4. Click on “Check for updates.”
  5. If there’s an update available, it will start updating your PC.
  6. After updating, restart your PC.

Fix 2: Start-Up Repair

  1. Shut down your PC.
  2. Press the power button to restart your computer.
  3. Force shut down your PC by pressing and holding down the power button.
  4. Repeat the process two or three times.
  5. Next, boot up your PC normally.
  6. A new screen will appear called “Automatic Repair.”
  7. Click on “Ädvance Options.”
  8. Click on “Troubleshoot.”
  9. Choose “Advanced Options.”
  10. Click on “Start-up repair” and follow the onscreen instructions.

Fix 3: Perform a System File Check

  1. Press the “Window key.”
  2. Type “Command Prompt.”
  3. Right-click on “Command Prompt.”
  4. Select “Run as administrator.”
  5. Type “sfc/scannow
  6. Wait for the process to complete. Note that this can take up to 20 minutes.

Fix 4: Run a CHKDSK Scan Fix Repair

  1. Click on “Search.”
  2. Search “Control Panel” and open it.
  3. Click on “Troubleshooting.”
  4. In the left pane, click on “View all.”
  5. Select “System Maintenance.”

After the troubleshooting is complete, run Windows in safe mode. Follow these steps to do so:

  1. Press the “Window key + R.”
  2. Type “msconfig
  3. Press “Enter.”
  4. “System Configuration” window will open.
  5. Click on “Boot.”
  6. Tick the checklist “Safe boot.”
  7. Click on “Apply” and “OK.”
  8. Reboot your PC.

Fix 5: Scan System File

  1. Press the “Window Key.”
  2. Type “Command Prompt.”
  3. Select “Run as administrator.”
  4. Type “DISM.exe/Online/Cleanup-image/Res
  5. Press “Enter.”
  6. When finished, type “sfc/scannow
  7. Press “Enter.”

Fix 6: Reset the PC

  1. Press the “Window Key + I.”
  2. Go to “Settings.”
  3. Choose “System.”
  4. Scroll down and click on “Recovery.”
  5. Under “Recovery options,” select “Reset PC.”
  6. Choose “Keep my files” or “Remove Everything.”
  7. Select “Cloud download” or “Local Reinstall for Windows.”
  8. Follow the onscreen prompts to reset your PC.

How to Fix Corrupted Files in Windows 10

Windows 10 follows a similar repair process.

Fix 1: Use the SFC Tool

  1. Type “cmd” in the “Search box.”
  2. Click on “Run as Administrator.”
  3. In “Command Prompt” type “sfc /scannow
  4. Wait for the scan to complete.
  5. Type the following command: “findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >sfcdetails.txt
  6. Press “Enter.”
  7. Open the sfcdetails.txt.
  8. Check the results of the SFC scan.

Fix 2: Use the DISM Tool

  1. Press the “Windows key + X.”
  2. Click on “Windows PowerShell “ or “Command Prompt.”
  3. Type the following command: “DISM /Online /Cleanup-Image /RestoreHealth
  4. Press “Enter.”
  5. The repair process can take 10 minutes or more.
  6. After the DISM tool repairs your files, restart your PC.

Fix 3: Run an SFC Scan From Safe Mode

  1. Press the “Windows key.”
  2. Click on the” Power” button, while holding the “Shift” key, select “Restart.”
  3. Select “Troubleshoot.”
  4. Select “Advanced” options.
  5. Click “Startup Settings.”
  6. Click the “Restart” button.
  7. Select the “Safe Mode” version of your choice.
  8. When “Safe Mode “starts, repeat the steps from Fix 1 to perform an SFC scan.

Fix 4: Run a CHKDSK Scan Fix Repair

  1. Click on “Search.”
  2. Search “Control Panel” and open it.
  3. Click on “Troubleshooting.”
  4. In the left pane, click on “View all.”
  5. Select “System Maintenance.”

After the troubleshooting is complete, run Windows in safe mode. Follow these steps:

  1. Press the “Window key + R.”
  2. Type “msconfig
  3. Press “Enter.”
  4. “System Configuration” window will open.
  5. Click on “Boot.”
  6. Tick the checklist “Safe boot.”
  7. Click on “Apply” and “OK.”
  8. Reboot your PC.

How to Fix Corrupted Files on a Mac

Macs have a specific error code for corrupted system files, called a Hard Disk Corruption. This can be tricky to resolve, but the build-in utilities sometimes take care of it.

Step 1: Scanning for Hard Disk Errors on Mac

  1. Boot the “Terminal” app. You can find it in the Finder.
  2. Type the following command in the terminal: diskutil list
  3. Press “Enter” to run the command.
  4. If you have multiple disk partitions, which is often the case with newer devices, you can differentiate between them by their size.
  5. Write down the identifier of the partition you need to check.
  6. Type and run the following command: diskutil verifyVolume [drive identifier/name]
  7. Wait for the process to complete, at which point the terminal will print the result of the verification.
  8. If the final lines read “The volume /dev/rdisk3s1 appears to be OK,” that partition isn’t corrupted, and you’ll need to repeat the process with another drive. If the system detected a corruption, proceed with the instructions below.

Step 2: Backing Up Files

Before you start making sweeping changes to system files, you need to have a safe backup of all your files. Some system processes can inadvertently copy corrupted sections to other files and spread the errors.

After you’ve backed up all your files, apply one of the following fixes to restore them.

Fix 1: Repair the Hard Disk With DiskUtil

  1. Type this command into Terminal: diskutil verifyVolume [drive name], where drive name is the identifier of the corrupted drive from the scan above.
  2. Press “Enter” to run the command and wait until the process is complete.
  3. You should receive a status update or might need to run the scan again afterward. If the drive is not repaired, proceed to the next step.

Fix 2: Fix File System Inconsistency With FSCK

FSCK is a system utility only available in the Single User mode, which is a DOS-like terminal accessible when the PC boots. Here’s what you need to do.

  1. Restart your device.
  2. When the system starts booting (usually with a beep or a chime), hold the “Command” and “S” keys to enter Single User mode.
  3. Wait for the Command Prompt at the bottom of the screen to stop scrolling text. The command prompt should read “root#” followed by a blinking cursor.
  4. Type in the command fsck –fy and press “Enter.” If that doesn’t work, try /sbin/fsck –fy and run that instead.
  5. FSCK will automatically try to fix any corruptions and present results in the terminal.

How to Fix Corrupted Files on an Android

Fix 1: Clear App Data

  1. Through your “Notifications” or “Settings,” open the “Settings” menu.
  2. Scroll down and look for “App Management.”
  3. Tap on the app with the corrupted files.
  4. You will see information about the app like “Storage”, “permission”, etc.
  5. Tap on the “Clear Cache” option to erase all data.

Fix 2: Download the File Converter App From Google Play Store

The file or document might not be working on your Android because it doesn’t have a supported format or codecs. Downloading a File Converter app may solve the problem.

  1. Go to the Google Play Store on your device.
  2. Type “format converter” in the text field.
  3. Choose a highly-rated file converter app for your specific file type.

Fixing Files Made Easy

File corruptions shouldn’t cause any undue panic. Fortunately, most devices have built-in ways to solve the problem. If you still can’t repair the files, look for online repair tools for help or consult your local PC guru for assistance.

Have you ever had to fix corrupt files? Do you have any suggestions for a data recovery app that works great? Let us know in the comments section below.

Disclaimer: Some pages on this site may include an affiliate link. This does not effect our editorial in any way.