Windows Error Codes
Searchable reference for Windows error codes — system errors, BSOD stop codes, NTSTATUS, WMI, RPC, MSI installer, AD/Kerberos, BitLocker, DNS, VPN, Hyper-V, COM/DCOM and more. Each entry includes the hex/decimal value, severity, root causes, and a step-by-step troubleshooting workflow.
How to read a Windows error code
Windows surfaces error codes through Win32, NTSTATUS, HRESULT, and many subsystem-specific spaces. Each code has a hex form (e.g. 0x80070005), a signed decimal form (-2147024891), and a symbolic name (ERROR_ACCESS_DENIED). This page lets you look up any of those forms, see what triggers the code, and follow a vetted troubleshooting workflow tuned for the originating subsystem (Windows Update, BSOD, AD/Kerberos, BitLocker, etc.).
134 codes
0x8007052EErrorERROR_LOGON_FAILURE
Logon failure: unknown user name or bad password. Most common AD authentication error.
0x80070534ErrorERROR_NONE_MAPPED
No mapping between account names and security IDs was done. User/group not found in AD.
0x8007054BErrorERROR_DOMAIN_CONTROLLER_NOT_FOUND
Could not find the domain controller for this domain. DNS or network issue.
0x8007054FErrorERROR_DS_UNAVAILABLE
The directory service is unavailable. Domain controller is offline or unreachable.
0x800706BAErrorRPC_S_SERVER_UNAVAILABLE
The RPC server is unavailable. Check that the target machine is online and firewall allows RPC.
0x800706BEErrorRPC_S_CALL_FAILED
The remote procedure call failed. Network issue or service crash on remote end.
0x800706BFErrorRPC_S_CALL_FAILED_DNE
The remote procedure call failed and did not execute.
0x800706D9ErrorEPT_S_NOT_REGISTERED
No endpoint registered. The service on the remote machine is not running.
0x8007054FErrorERROR_INTERNAL_ERROR (WU)
An internal error occurred in Windows Update.
0x80072745ErrorWSAECONNABORTED
An established connection was aborted by the software in your host machine.
0x80072746ErrorWSAECONNRESET
An existing connection was forcibly closed by the remote host. VPN server dropped the connection.
0x80072AF9ErrorWSAHOST_NOT_FOUND
No such host is known. The hostname cannot be resolved via DNS.
0x80072EE2ErrorWININET_E_TIMEOUT
The operation timed out. Check network connectivity and proxy settings.
0x80072EE7ErrorWININET_E_NAME_NOT_RESOLVED
The server name or address could not be resolved. DNS issue.
0x80072EFDErrorWININET_E_CANNOT_CONNECT
A connection with the server could not be established.
0x80072EFEErrorWININET_E_CONNECTION_ABORTED
The connection with the server was terminated abnormally.
0x80072EFFErrorWININET_E_CONNECTION_RESET
The connection with the server was reset.
0x80072F0CErrorWININET_E_INVALID_CA
The certificate authority is invalid or incorrect. SSL/TLS certificate issue.
0x80073701ErrorERROR_SXS_ASSEMBLY_MISSING
A required assembly is missing from the WinSxS store. Run DISM /RestoreHealth.
0x80090304ErrorSEC_E_INTERNAL_ERROR
The Local Security Authority cannot be contacted.
0x8009030CErrorSEC_E_LOGON_DENIED
The logon attempt failed. Kerberos logon denied.
0x8009030EErrorSEC_E_NO_CREDENTIALS
No credentials are available in the security package.
0x80090311ErrorSEC_E_NO_AUTHENTICATING_AUTHORITY
No authority could be contacted for authentication. DC unreachable or Kerberos misconfigured.
0x80090316ErrorSEC_E_INVALID_TOKEN
The token supplied to the function is invalid. Kerberos ticket may have expired or been tampered with.
0x8009031AErrorSEC_E_MUTUAL_AUTH_FAILED
Mutual authentication failed. The server password is out of date at the domain controller.
0x80090321ErrorSEC_E_WRONG_PRINCIPAL
The target principal name is incorrect. SPN mismatch — check AD SPN registration.
0x80090322ErrorSEC_E_TIME_SKEW
Clock skew too great between client and server. Kerberos requires time within 5 minutes — sync clocks.
0x80090323ErrorSEC_E_CERT_EXPIRED
The received certificate has expired.
0x80090325ErrorSEC_E_UNTRUSTED_ROOT
The certificate chain was issued by an authority that is not trusted.
0x800B0109ErrorCERT_E_UNTRUSTEDROOT
Certificate chain processed but terminated in a root certificate which is not trusted. VPN certificate issue.

