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.).

228 codes

0x80070774Warning

ERROR_ACCOUNT_LOCKED_OUT

The referenced account is currently locked out and cannot be logged on to.

AD / Kerberos-2147023244
0x800706BAError

RPC_S_SERVER_UNAVAILABLE

The RPC server is unavailable. Check that the target machine is online and firewall allows RPC.

RPC / Network-2147023174
0x800706BBWarning

RPC_S_SERVER_TOO_BUSY

The RPC server is too busy to complete this operation.

RPC / Network-2147023173
0x800706BEError

RPC_S_CALL_FAILED

The remote procedure call failed. Network issue or service crash on remote end.

RPC / Network-2147023170
0x800706BFError

RPC_S_CALL_FAILED_DNE

The remote procedure call failed and did not execute.

RPC / Network-2147023169
0x800706D9Error

EPT_S_NOT_REGISTERED

No endpoint registered. The service on the remote machine is not running.

RPC / Network-2147023143
0x8007054FError

ERROR_INTERNAL_ERROR (WU)

An internal error occurred in Windows Update.

Windows Update-2147023025
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
0x80072AFCWarning

WSANO_DATA

The requested name is valid, but no data of the requested type was found.

DNS-2147014404
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