What does BSOD 0x63 (SECURITY1_INITIALIZATION_FAILED) mean?

 
Could be also:
ConstantTypeOS
EADDRNOTAVAILerrnoLinux
ENOSTRerrnoMac
ENOPROTOOPTerrnoSolaris
Previous Next
OBJECT1_INITIALIZATION_FAILED SYMBOLIC_INITIALIZATION_FAILED

SECURITY1_INITIALIZATION_FAILED

Later security subsystem initialization failure for SECURITY1_INITIALIZATION_FAILED

SECURITY1_INITIALIZATION_FAILED is bug check code 0x00000063.

This code indicates that a later phase of kernel security initialization could not complete. It can involve token infrastructure, access checks, auditing, logon-session bookkeeping, or security descriptor setup.

How to read it in a dump

  • The nested status and call stack decide which security facility failed.
  • Treat it as boot-time security infrastructure failure, not a failed interactive logon.
  • Security products loaded early can be relevant if they appear in the stack.

What to check

  • Check system file integrity, early security/filter drivers, and registry/security policy corruption.
  • Use recovery logs and boot debugging if the system cannot write a dump.
  • Look for paired logon-session reference bug checks on the same system.

References


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