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.).
8 codes
0x80370000ErrorVM_E_CANNOT_FIND_VM
The virtual machine cannot be found. It may have been deleted or renamed.
0x80370002ErrorVM_E_DRIVER_NOT_PRESENT
The Hyper-V driver is not present. Ensure the Hyper-V role is installed.
0x80370003ErrorVM_E_HYPERVISOR_NOT_PRESENT
The hypervisor is not running. Check that virtualization is enabled in BIOS/UEFI.
0x80370005ErrorVM_E_INVALID_PROCESSOR_COUNT
The specified processor count is not valid for this virtual machine configuration.
0x8037000AErrorVM_E_INVALID_FILE_FORMAT
The virtual hard disk file format is invalid or not supported.
0x80370010ErrorVM_E_CANNOT_ACCESS_FILE
Cannot access the virtual machine file. Check permissions and that the path exists.
0x8037001EErrorVM_E_INSUFFICIENT_MEMORY
There is not enough memory in the system to start the virtual machine.
0x80370031ErrorVM_E_INVALID_CHECKPOINT
The specified checkpoint does not exist or is invalid.

