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

0xC0000005Critical

STATUS_ACCESS_VIOLATION

Memory access violation. A process attempted to access memory it has no rights to. Often causes application crashes.

NT Status-1073741819
0xC0000008Error

STATUS_INVALID_HANDLE

An invalid handle was specified.

NT Status-1073741816
0xC000000DError

STATUS_INVALID_PARAMETER

An invalid parameter was passed to a service or function.

NT Status-1073741811
0xC000000FError

STATUS_NO_SUCH_FILE

The file does not exist.

NT Status-1073741809
0xC0000016Informational

STATUS_MORE_PROCESSING_REQUIRED

More processing is required. Common in Kerberos/NTLM multi-step authentication.

NT Status-1073741802
0xC0000017Error

STATUS_NO_MEMORY

Not enough virtual memory or paging file quota to complete the operation.

NT Status-1073741801
0xC0000022Error

STATUS_ACCESS_DENIED

A process has requested access to an object but has not been granted those access rights.

NT Status-1073741790
0xC0000034Error

STATUS_OBJECT_NAME_NOT_FOUND

Object name not found. Registry key, file, or device does not exist.

NT Status-1073741772
0xC0000043Warning

STATUS_SHARING_VIOLATION

A file cannot be opened because it has been opened in an incompatible sharing mode.

NT Status-1073741757
0xC000006AWarning

STATUS_WRONG_PASSWORD

The specified password is incorrect.

NT Status-1073741718
0xC000006CWarning

STATUS_PASSWORD_RESTRICTION

Password does not meet domain password policy requirements.

NT Status-1073741716
0xC000006DError

STATUS_LOGON_FAILURE

Logon failure: unknown username or bad password.

NT Status-1073741715
0xC000006EError

STATUS_ACCOUNT_RESTRICTION

Logon failure: account restriction prevents this user from logging on.

NT Status-1073741714
0xC000006FWarning

STATUS_INVALID_LOGON_HOURS

Logon failure: account is not authorized to log on at this time.

NT Status-1073741713
0xC0000070Warning

STATUS_INVALID_WORKSTATION

Logon failure: user is not allowed to log on from this workstation.

NT Status-1073741712
0xC0000071Warning

STATUS_PASSWORD_EXPIRED

Logon failure: the password for this account has expired.

NT Status-1073741711
0xC0000072Warning

STATUS_ACCOUNT_DISABLED

Logon failure: account is currently disabled.

NT Status-1073741710
0xC000007CError

STATUS_NO_LOGON_SERVERS

There are no logon servers available to service the logon request. Domain controller unreachable.

NT Status-1073741700
0xC0000089Error

STATUS_INVALID_IMAGE_FORMAT

The specified image file did not have the correct format.

NT Status-1073741687
0xC000009AError

STATUS_INSUFFICIENT_RESOURCES

Insufficient system resources to complete the API.

NT Status-1073741670
0xC00000BBError

STATUS_NOT_SUPPORTED

The requested operation is not supported.

NT Status-1073741637