STATUS_IMAGE_CHECKSUM_MISMATCH

Code: 0xc0000221 (3221226017)

As HRESULT:As NTSTATUS:

Abstract

{Bad Image Checksum} The image %hs is possibly corrupt. The header checksum does not match the computed checksum.

Description

The STATUS_IMAGE_CHECKSUM_MISMATCH bug check has a value of 0xC0000221. The bug check indicates that a driver or a system DLL is corrupted.

Important

This article is for programmers. If you're a Microsoft customer and your computer displays a blue screen error code, see Troubleshoot blue screen errors.

STATUS_IMAGE_CHECKSUM_MISMATCH parameters

None.

Cause

This bug check results from a serious error in a driver or other system file. The file header checksum doesn't match the expected checksum.

This bug check also might be caused by faulty hardware in the I/O path to the file, such as a disk error, faulty RAM, or a corrupted page file.

Resolution

To resolve this bug check, try the following options:

See also

Bug check code reference

Article text from the Windows driver documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.

Associated Modules

ModuleCodeFound inDescription
ntdll.dll0xc000022178.11011{Bad Image Checksum} The image %hs is possibly corrupt. The header checksum does not match the computed checksum.
1 entry