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
0x80310001InformationalFVE_E_NOT_ENCRYPTED
This drive is not encrypted.
0x80310002ErrorFVE_E_NO_TPM_BIOS
The BIOS did not correctly communicate with the Trusted Platform Module (TPM).
0x80310009WarningFVE_E_INVALID_PASSWORD_FORMAT
The BitLocker password does not meet complexity requirements.
0x8031000AWarningFVE_E_IN_REBOOT_PENDING
The drive encryption operation cannot be completed because a restart is required.
0x80310018ErrorFVE_E_FAILED_AUTHENTICATION
BitLocker Drive Encryption authentication failed. The recovery key may be required.
0x80310026CriticalFVE_E_CONV_READ_ERROR
BitLocker encountered an error reading the drive during conversion. The drive may be failing.
0x80310033ErrorFVE_E_TPM_INVALID_PCR
BitLocker detected an invalid PCR value from the TPM. Secure Boot or BIOS settings may have changed.
0x80310038CriticalFVE_E_NO_RECOVERY_KEY_FOUND
No BitLocker recovery key found. Check Active Directory or Azure AD for escrowed key.
0xC0000001ErrorSTATUS_UNSUCCESSFUL
General unsuccessful status. Operation failed for an unspecified reason.
0xC0000005CriticalSTATUS_ACCESS_VIOLATION
Memory access violation. A process attempted to access memory it has no rights to. Often causes application crashes.
0xC0000008ErrorSTATUS_INVALID_HANDLE
An invalid handle was specified.
0xC000000DErrorSTATUS_INVALID_PARAMETER
An invalid parameter was passed to a service or function.
0xC000000FErrorSTATUS_NO_SUCH_FILE
The file does not exist.
0xC0000016InformationalSTATUS_MORE_PROCESSING_REQUIRED
More processing is required. Common in Kerberos/NTLM multi-step authentication.
0xC0000017ErrorSTATUS_NO_MEMORY
Not enough virtual memory or paging file quota to complete the operation.
0xC0000022ErrorSTATUS_ACCESS_DENIED
A process has requested access to an object but has not been granted those access rights.
0xC0000034ErrorSTATUS_OBJECT_NAME_NOT_FOUND
Object name not found. Registry key, file, or device does not exist.
0xC0000043WarningSTATUS_SHARING_VIOLATION
A file cannot be opened because it has been opened in an incompatible sharing mode.
0xC000006AWarningSTATUS_WRONG_PASSWORD
The specified password is incorrect.
0xC000006CWarningSTATUS_PASSWORD_RESTRICTION
Password does not meet domain password policy requirements.
0xC000006DErrorSTATUS_LOGON_FAILURE
Logon failure: unknown username or bad password.
0xC000006EErrorSTATUS_ACCOUNT_RESTRICTION
Logon failure: account restriction prevents this user from logging on.
0xC000006FWarningSTATUS_INVALID_LOGON_HOURS
Logon failure: account is not authorized to log on at this time.
0xC0000070WarningSTATUS_INVALID_WORKSTATION
Logon failure: user is not allowed to log on from this workstation.
0xC0000071WarningSTATUS_PASSWORD_EXPIRED
Logon failure: the password for this account has expired.
0xC0000072WarningSTATUS_ACCOUNT_DISABLED
Logon failure: account is currently disabled.
0xC000007CErrorSTATUS_NO_LOGON_SERVERS
There are no logon servers available to service the logon request. Domain controller unreachable.
0xC0000089ErrorSTATUS_INVALID_IMAGE_FORMAT
The specified image file did not have the correct format.
0xC000009AErrorSTATUS_INSUFFICIENT_RESOURCES
Insufficient system resources to complete the API.
0xC00000BBErrorSTATUS_NOT_SUPPORTED
The requested operation is not supported.

