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
0x0000007EErrorERROR_MOD_NOT_FOUND
The specified module could not be found. Missing DLL or dependency.
0x0000007FErrorERROR_PROC_NOT_FOUND
The specified procedure could not be found.
0x000000D8ErrorERROR_NOACCESS
Invalid access to memory location.
0x00000641ErrorERROR_INSTALL_SERVICE_FAILURE
Windows Installer service could not be accessed. Start the msiserver service.
0x00000643ErrorERROR_INSTALL_FAILURE
Fatal error during installation. Check MSI log for root cause. Often a permissions or dependency issue.
0x00000645ErrorERROR_UNKNOWN_PRODUCT
This action is only valid for products that are currently installed.
0x00000653ErrorERROR_INSTALL_PACKAGE_OPEN_FAILED
This installation package could not be opened. Check path and permissions.
0x00000654ErrorERROR_INSTALL_PACKAGE_INVALID
This installation package could not be opened. It may be corrupt.
0x00000659ErrorERROR_INSTALL_PACKAGE_REJECTED
Installation rejected by system policy. Check Software Restriction Policies or AppLocker.
0x00000667ErrorERROR_INVALID_COMMAND_LINE
Invalid command line argument for msiexec.
0x0000251DErrorDNS_ERROR_RCODE_FORMAT_ERROR
DNS server unable to interpret format.
0x0000251EErrorDNS_ERROR_RCODE_SERVER_FAILURE
DNS server failure.
0x00002521ErrorDNS_ERROR_RCODE_REFUSED
DNS operation refused.
0x000025B3ErrorDNS_ERROR_ZONE_DOES_NOT_EXIST
DNS zone does not exist.
Page 5 of 5

