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

0x8037000AError

VM_E_INVALID_FILE_FORMAT

The virtual hard disk file format is invalid or not supported.

Hyper-V-2144927734
0x80370010Error

VM_E_CANNOT_ACCESS_FILE

Cannot access the virtual machine file. Check permissions and that the path exists.

Hyper-V-2144927728
0x8037001EError

VM_E_INSUFFICIENT_MEMORY

There is not enough memory in the system to start the virtual machine.

Hyper-V-2144927714
0x80370031Error

VM_E_INVALID_CHECKPOINT

The specified checkpoint does not exist or is invalid.

Hyper-V-2144927695
0x80310000Error

FVE_E_LOCKED_VOLUME

This drive is locked by BitLocker Drive Encryption. Unlock the drive before proceeding.

BitLocker-2144272384
0x80310002Error

FVE_E_NO_TPM_BIOS

The BIOS did not correctly communicate with the Trusted Platform Module (TPM).

BitLocker-2144272382
0x80310018Error

FVE_E_FAILED_AUTHENTICATION

BitLocker Drive Encryption authentication failed. The recovery key may be required.

BitLocker-2144272360
0x80310033Error

FVE_E_TPM_INVALID_PCR

BitLocker detected an invalid PCR value from the TPM. Secure Boot or BIOS settings may have changed.

BitLocker-2144272333
0xC0000001Error

STATUS_UNSUCCESSFUL

General unsuccessful status. Operation failed for an unspecified reason.

NT Status-1073741823
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
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
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
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