Windows Error Code Lookup
Where this data comes from
NTSTATUS values are this site's existing 1,799-entry dataset, sourced from Microsoft's
[MS-ERREF] specification. Win32 error codes (164 of the most common ones, not
the full ~800+ in WinError.h) are pulled directly from Microsoft's own
System Error Codes
documentation pages, not retyped from memory. "Typical causes" and "common fixes" are only
shown for a curated subset of around 40 operationally significant codes — the rest show
Microsoft's own description text only, rather than inventing investigation notes for codes
nobody's actually verified. HRESULT coverage is a modest curated list of common standalone
constants (COM/Automation/SSPI/certificate errors) plus the bit-math decode that handles
every Win32-wrapped HRESULT automatically — it is not an exhaustive HRESULT reference.