Windows 10 has the ability to mount ISO files inherently without the need for 3rd party applications. This feature was not available in Windows 7 and has been extremely useful after its introduction. By simply double-clicking on an ISO image file, a virtual drive gets created, which can be accessed and even the files can be copied to the PC.
If you are unable to mount image files on Windows 10 and the disc image file is corrupted error pops up while trying it, then it may not only be the image file’s issue. In this article, I have discussed what to do when the disc image file is corrupted in Windows 10.
What Triggers The Error ‘Disc Image File Is Corrupted’ In Windows 10?
Contents
When you are unable to mount an image file and the error message shows that the ISO file is corrupted, then it may not be always as the error shows. The basic assumption from the error is that the ISO file is corrupted, and you need to get the uncorrupted copy to use it. However, the following causes can also trigger this issue:
- 3rd party applications: If are using 3rd party applications to mount ISO files, then the application can be faulty or corrupted.
- Corrupted System files: If your Windows 10 is unable to mount an image file, but the file can be mounted by using a 3rd party application or on another PC, the system files can be corrupted.
How To Fix The Disc Image File Is Corrupted Error?
Now that you know the different causes of this error, it is time to troubleshoot it. Follow the troubleshooting procedure provided below to effectively solve this issue.
Check If The Image File Mounts On Other PCs
The first thing you need to do is check whether the image file is actually corrupted or not. To check that, simply copy that ISO file to another PC running Windows 10 and try mounting it. If the other Windows 10 mounts the image file easily, then the issue is with your PC and not with the image file.
However, if the image file does not mount in the other Windows 10 PC also, then there is a possibility that the ISO file is corrupted. Based on these observations, proceed with the following troubleshooting methods.
Solution 1: Run SFC And DISM Scans
If you find that the ISO file is mounting on the other PC, then the issue likely stems from corrupted system files. There is a utility in Windows 10 that can check for corruption in the system files and fix it. The name of this utility is System File Checker, which can be done by using the sfc /scannow command line. To run the System File Checker, follow the steps given below:
- Press the Windows + R keys to open the Run utility.
- Type cmd in the search box and press Ctrl + Shift + Enter to open an elevated panel.
- Now, type sfc /scannow and press Enter to run the System File Checker.
- Wait for the SFC scan to finish. It will take some time to finish, so don’t worry and don’t close it prematurely.
- Restart your PC after the scan finishes.
After the System File Checker finishes running, check if the ISO file is mounting. If no, then try running the DISM scan, which repairs the Windows image. To run the DISM scan, follow the steps given below:
- Open an elevated Command Prompt again.
- Type the following commands and press Enter after finishing each one of them:
a) Dism /Online /Cleanup-Image /CheckHealth
b) Dism /Online /Cleanup-Image /ScanHealth
c) Dism /Online /Cleanup-Image /RestoreHealth - Wait for the DISM scans to finish running and restart your PC.
Now, check if the ISO files are mounting or not. If system files were preventing the ISO files from mounting, then this solution should fix it.
Solution 2: Repair The 3rd Party Image Mounting Application
If you were using a 3rd party app to mount the ISO file, then the application files may have become corrupted. Try repairing the ISO file, and see whether it fixes this issue:
- Right-click on the start menu and select the Run option. This will open the Run utility.
- Type appwiz.cpl and press Enter to open the Programs and Features panel.
- Locate the 3rd party image mounting app and right-click on it.
- Select the Repair option.
- Follow the on-screen instructions to complete the process.
After you have repaired the ISO application, check if the issue persists.
Solution 3: Reinstall The 3rd Party Mounting Application
If repairing the 3rd party mounting application didn’t fix this issue, then try reinstalling it. To reinstall the mounting application, follow the steps given below:
- Type Control Panel in the Windows Start menu and select the top result.
- Change the View by option to Large icons.
- Locate the Programs and features option and click on it.
- Among the applications listed there, locate the image mounting application and right-click on it.
- Select the Uninstall option from the right-click context menu.
- Follow the on-screen instructions to complete the process.
- After the application has been uninstalled, visit its official website and download it.
- Install the application again and try mounting the ISO file with it.
Solution 4: Use A Different Image Mounting Application
If the image mounting application is still unable to mount the ISO file, then you should try using a different application. You will find many of these mounting software available online. Try any one of them and see if you can mount the ISO file.
Solution 5: Re-Download The ISO File
If none of the above solutions could help you fix this issue, and you were unable to mount the ISO file on other PCs, then the ISO file is corrupted as per the error message. In this situation, you will have to get another copy of the ISO file, which is not corrupted.
Wrapping Up
So, there you have it. Now you know what causes the disc image file is corrupted error and how to troubleshoot it. The above troubleshooting methods should help you fix this issue. If you have any questions regarding this topic, ask them in the comment section below.
Mark Webber says
.img files are made so 3rd party apps can open them but Win10 can not. Pretty wordy explanation for something pretty obvious.