Anavem
Languagefr

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.).

228 codes

0xC0000193Warning

STATUS_ACCOUNT_EXPIRED

The user account has expired.

NT Status-1073741421
0xC0000224Warning

STATUS_PASSWORD_MUST_CHANGE

User must change password before logging on the first time.

NT Status-1073741276
0xC0000234Warning

STATUS_ACCOUNT_LOCKED_OUT

Account locked out due to too many invalid logon attempts.

NT Status-1073741260
0xC0000257Critical

STATUS_DOWNGRADE_DETECTED

A downgrade attack has been detected. Kerberos security failure.

NT Status-1073741225
0xC004B100Error

SL_E_CHPA_PRODUCT_KEY_BLOCKED

The product key is blocked. It may have been reported as stolen or misused.

Office activation-1073422592
0xC004C003Error

SL_E_ACTIVATION_FAILED

Office activation failed. The activation server determined the specified product key is blocked.

Office activation-1073418237
0xC004C060Error

SL_E_GRACE_TIME_EXPIRED

Office grace period has expired. Activation required immediately.

Office activation-1073418144
0xC004F017Error

SL_E_PRODUCT_SKU_NOT_INSTALLED

The software license product SKU is not installed.

Office activation-1073415145
0xC004F025Critical

SL_E_NOT_GENUINE

The software is not genuine. License validation failed.

Office activation-1073415131
0xC004F074Error

SL_E_ACTIVATION_FAILED_KMS

KMS activation failed. No KMS host could be found. Check DNS SRV records or KMS host availability.

Office activation-1073415052
0xC004F079Warning

SL_E_ACTIVATION_THRESHOLD_NOT_MET

KMS activation count threshold not met. KMS requires minimum 5 clients (25 for Office).

Office activation-1073415047
0xC1900101Critical

MOSETUP_E_DRIVER_FAILURE

Feature update failed due to a driver issue. Common during Windows 10/11 upgrades. Update or remove problematic drivers.

Windows Update-1056505599
0xC1900107Warning

MOSETUP_E_CLEANUP_PENDING

A cleanup operation is still pending from a previous upgrade. Reboot and retry.

Windows Update-1056505593
0xC1900200Critical

MOSETUP_E_COMPAT_SYSREQ_BLOCK

System does not meet minimum requirements for the Windows upgrade.

Windows Update-1056505344
0xC1900208Critical

MOSETUP_E_COMPAT_INSTALLREQ_BLOCK

An incompatible app is blocking the Windows upgrade. Uninstall flagged apps and retry.

Windows Update-1056505336
0xDEADDEADInformational

MANUALLY_INITIATED_CRASH

Crash was manually triggered via keyboard shortcut or NotMyFault tool.

BSOD stop-559038771
0x00000000Informational

ERROR_SUCCESS

Operation completed successfully.

System errors0
0x00000001Error

ERROR_INVALID_FUNCTION

Incorrect function called or unknown function number.

System errors1
0x00000002Error

ERROR_FILE_NOT_FOUND

The system cannot find the file specified.

System errors2
0x00000003Error

ERROR_PATH_NOT_FOUND

The system cannot find the path specified.

System errors3
0x00000004Error

ERROR_TOO_MANY_OPEN_FILES

The system cannot open the file. Too many open file handles.

System errors4