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.).
11 codes
0xC0000043WarningSTATUS_SHARING_VIOLATION
A file cannot be opened because it has been opened in an incompatible sharing mode.
0xC000006AWarningSTATUS_WRONG_PASSWORD
The specified password is incorrect.
0xC000006CWarningSTATUS_PASSWORD_RESTRICTION
Password does not meet domain password policy requirements.
0xC000006FWarningSTATUS_INVALID_LOGON_HOURS
Logon failure: account is not authorized to log on at this time.
0xC0000070WarningSTATUS_INVALID_WORKSTATION
Logon failure: user is not allowed to log on from this workstation.
0xC0000071WarningSTATUS_PASSWORD_EXPIRED
Logon failure: the password for this account has expired.
0xC0000072WarningSTATUS_ACCOUNT_DISABLED
Logon failure: account is currently disabled.
0xC0000101WarningSTATUS_DIRECTORY_NOT_EMPTY
The directory is not empty.
0xC0000193WarningSTATUS_ACCOUNT_EXPIRED
The user account has expired.

