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.).
9 codes
0x80041001ErrorWBEM_E_FAILED
General WMI failure. Check WMI service and run winmgmt /verifyrepository.
0x80041002ErrorWBEM_E_NOT_FOUND
WMI object or property not found.
0x80041003ErrorWBEM_E_ACCESS_DENIED
WMI access denied. Check DCOM and WMI namespace permissions.
0x80041006ErrorWBEM_E_OUT_OF_MEMORY
WMI ran out of memory to complete the operation.
0x8004100EErrorWBEM_E_INVALID_NAMESPACE
Specified WMI namespace does not exist.
0x80041010ErrorWBEM_E_INVALID_CLASS
Specified WMI class does not exist in the namespace.
0x80041064ErrorWBEM_E_DATABASE_VER_MISMATCH
WMI repository version mismatch. Rebuild with winmgmt /resetrepository.
0x8004106CErrorWBEM_E_QUOTA_VIOLATION
WMI quota was violated. Too many concurrent WMI operations.
0x8004107AErrorWBEM_E_TIMED_OUT
WMI operation timed out. The query or operation took too long to execute.

