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.).
12 codes
0x80310001InformationalFVE_E_NOT_ENCRYPTED
This drive is not encrypted.
0xC0000016InformationalSTATUS_MORE_PROCESSING_REQUIRED
More processing is required. Common in Kerberos/NTLM multi-step authentication.
0xC0000120InformationalSTATUS_CANCELLED
The operation was cancelled.
0xDEADDEADInformationalMANUALLY_INITIATED_CRASH
Crash was manually triggered via keyboard shortcut or NotMyFault tool.
0x00000000InformationalERROR_SUCCESS
Operation completed successfully.
0x00000012InformationalERROR_NO_MORE_FILES
There are no more files to enumerate.
0x00000026InformationalERROR_HANDLE_EOF
Reached end of file.
0x000000EAInformationalERROR_MORE_DATA
More data is available than the buffer provided.
0x00000103InformationalERROR_NO_MORE_ITEMS
No more items are available for enumeration.

