What does BSOD 195 (SYSTEM_IMAGE_BAD_SIGNATURE) mean?

 
Could be also:
ConstantTypeOS
ERROR_INVALID_MINALLOCSIZEWin32 errorWindows

SYSTEM_IMAGE_BAD_SIGNATURE

Bad system-image signature

SYSTEM_IMAGE_BAD_SIGNATURE is bug check code 0x000000C3. This bug check belongs to system image integrity and driver/code signing. It means a boot-critical or kernel-mode image failed a signature/integrity expectation that Windows treats as fatal.

How to read it in a dump

  • The failing image path, signature status, and load phase are more useful than the numeric code alone.
  • This can involve kernel-mode code signing, Secure Boot, catalog files, tampering, or a corrupted system image.
  • It is different from an ordinary application signature warning.

What to check

  • Identify the image being loaded and verify its catalog/signature.
  • Check Secure Boot, Code Integrity events, recent driver installs, servicing operations, and disk corruption.
  • Do not bypass integrity protections before preserving the failing file for analysis.

References


Looking for a different code? Search another status or error code.