ERROR_DS_SAM_INIT_FAILURE_CONSOLE - 8562 (0x2172)
Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2. Please click OK to shutdown the system. You can use the recovery console to diagnose the system further.
Updated: Feb 21, 2026
Technical Meaning
The error code ERROR_DS_SAM_INIT_FAILURE_CONSOLE with the numeric value 8562 and hexadecimal representation 0x2172 indicates that the Security Accounts Manager (SAM) initialization process has failed. The SAM is a critical component of Windows, responsible for storing user account information.
Error Details
The error message states: 'Security Accounts Manager initialization failed because of the following error: %1. Error Status: 0x%2.' This indicates that there was an underlying issue during the initialization process, and the specific error status is provided in hexadecimal format (0x%2).
Usage Context
This error typically occurs when Windows fails to initialize the SAM database or related components. It can be encountered during system startup or shutdown processes.
Developer Interpretation
As a developer, this error suggests that there was an issue with the initialization of the Security Accounts Manager. The specific cause is indicated by the error status (0x%2), which should be investigated to determine the root cause. This error can impact user logon and system functionality.
Related Errors
ERROR_DS_SAM_INIT_FAILURE(8561)ERROR_DS_CANT_START(8579)
FAQ
Q: What does this error mean?
A: The SAM initialization failed, which can affect user logon and system operations.
Q: How can I troubleshoot this issue?
A: Review the specific error status for clues on what went wrong during initialization. Use tools like Event Viewer to find more detailed logs.
Summary
The ERROR_DS_SAM_INIT_FAILURE_CONSOLE (8562) is a critical system error indicating that the Security Accounts Manager failed to initialize properly. This can impact user logon and system stability, requiring investigation of the underlying cause.