Verify Windows ISO integrity
A damaged or altered ISO file can lead to installation errors like random BSODs, application crashes, or unstable system behavior. This guide will help you verify your Windows ISO file before proceeding with your installation.
Why verify?
Verifying your ISO ensures:
- Completeness: The file is fully downloaded and unaltered.
- Reliability: Avoids mysterious errors during or after installation.
- Consistency: Confirms the file's integrity, especially if downloaded more than once.
How to verify your ISO
On Windows
Open Command Prompt as Administrator.
Run the following command (replace
<path_to_iso>with the actual path to your ISO file):cmdcertutil -hashfile <path_to_iso> SHA256Download the ISO file twice from the same source. Compare the hash values of both downloads using the command provided above. If the hash values match, your ISO file is intact and safe to use. If they do not match, try downloading the file again and repeat the verification process.
Note
Due to the large number of language editions available, we do not list individual hash values for each variant. Instead, verify your download's consistency by comparing checksums from separate downloads if you suspect any issues.
Next steps
Once you have confirmed the ISO's integrity, create bootable media or mount the ISO and continue with Download & verify ISO and the rest of Windows Setup.