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.).
9 codes
0x80310000ErrorFVE_E_LOCKED_VOLUME
This drive is locked by BitLocker Drive Encryption. Unlock the drive before proceeding.
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.

