Anavem
Languagefr

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

0x80072745Error

WSAECONNABORTED

An established connection was aborted by the software in your host machine.

VPN / Remote-2147014843
0x80072746Error

WSAECONNRESET

An existing connection was forcibly closed by the remote host. VPN server dropped the connection.

VPN / Remote-2147014842
0x80072AF9Error

WSAHOST_NOT_FOUND

No such host is known. The hostname cannot be resolved via DNS.

DNS-2147014407
0x80072EE2Error

WININET_E_TIMEOUT

The operation timed out. Check network connectivity and proxy settings.

RPC / Network-2147012894
0x80072EE7Error

WININET_E_NAME_NOT_RESOLVED

The server name or address could not be resolved. DNS issue.

RPC / Network-2147012889
0x80072EFDError

WININET_E_CANNOT_CONNECT

A connection with the server could not be established.

RPC / Network-2147012867
0x80072EFEError

WININET_E_CONNECTION_ABORTED

The connection with the server was terminated abnormally.

RPC / Network-2147012866
0x80072EFFError

WININET_E_CONNECTION_RESET

The connection with the server was reset.

RPC / Network-2147012865
0x80072F0CError

WININET_E_INVALID_CA

The certificate authority is invalid or incorrect. SSL/TLS certificate issue.

RPC / Network-2147012852
0x80073701Error

ERROR_SXS_ASSEMBLY_MISSING

A required assembly is missing from the WinSxS store. Run DISM /RestoreHealth.

Windows Update-2147010559
0x80090304Error

SEC_E_INTERNAL_ERROR

The Local Security Authority cannot be contacted.

AD / Kerberos-2146893052
0x8009030CError

SEC_E_LOGON_DENIED

The logon attempt failed. Kerberos logon denied.

AD / Kerberos-2146893044
0x8009030EError

SEC_E_NO_CREDENTIALS

No credentials are available in the security package.

AD / Kerberos-2146893042
0x80090311Error

SEC_E_NO_AUTHENTICATING_AUTHORITY

No authority could be contacted for authentication. DC unreachable or Kerberos misconfigured.

AD / Kerberos-2146893039
0x80090316Error

SEC_E_INVALID_TOKEN

The token supplied to the function is invalid. Kerberos ticket may have expired or been tampered with.

AD / Kerberos-2146893034
0x8009031AError

SEC_E_MUTUAL_AUTH_FAILED

Mutual authentication failed. The server password is out of date at the domain controller.

AD / Kerberos-2146893030
0x80090321Error

SEC_E_WRONG_PRINCIPAL

The target principal name is incorrect. SPN mismatch — check AD SPN registration.

AD / Kerberos-2146893023
0x80090322Error

SEC_E_TIME_SKEW

Clock skew too great between client and server. Kerberos requires time within 5 minutes — sync clocks.

AD / Kerberos-2146893022
0x80090323Error

SEC_E_CERT_EXPIRED

The received certificate has expired.

AD / Kerberos-2146893021
0x80090325Error

SEC_E_UNTRUSTED_ROOT

The certificate chain was issued by an authority that is not trusted.

AD / Kerberos-2146893019
0x800B0109Error

CERT_E_UNTRUSTEDROOT

Certificate chain processed but terminated in a root certificate which is not trusted. VPN certificate issue.

VPN / Remote-2146762487