Codes d'erreur Windows
Référence interrogeable des codes d'erreur Windows — erreurs système, codes d'arrêt BSOD, NTSTATUS, WMI, RPC, MSI installer, AD/Kerberos, BitLocker, DNS, VPN, Hyper-V, COM/DCOM et plus. Chaque entrée détaille la valeur hexadécimale et décimale, la sévérité, les causes racines et un workflow de diagnostic pas-à-pas.
Comment lire un code d'erreur Windows
Windows expose des codes d'erreur via Win32, NTSTATUS, HRESULT et de nombreux espaces spécifiques aux sous-systèmes. Chaque code a une forme hexadécimale (ex. 0x80070005), une forme décimale signée (-2147024891) et un nom symbolique (ERROR_ACCESS_DENIED). Cette page vous permet de rechercher n'importe quelle forme, comprendre ce qui déclenche le code et suivre un workflow de diagnostic ajusté au sous-système d'origine (Windows Update, BSOD, AD/Kerberos, BitLocker, etc.).
228 codes
0xC0000101AvertissementSTATUS_DIRECTORY_NOT_EMPTY
Le répertoire n'est pas vide.
0xC0000120InformationSTATUS_CANCELLED
L'opération was annulée.
0xC0000135ErreurSTATUS_DLL_NOT_FOUND
A requis DLL was introuvable.
0xC0000139ErreurSTATUS_ENTRYPOINT_NOT_FOUND
The procedure entry point could not be located in the DLL.
0xC0000142ErreurSTATUS_DLL_INIT_FAILED
DLL initialization routine failed. Indicates a dépendance or system file issue.
0xC0000185CritiqueSTATUS_IO_DEVICE_ERROR
The request could not be performed car of an I/O device error. Souvent a failing disk.
0xC000018AErreurSTATUS_NO_TRUST_LSA_SECRET
The SAM database on the server does not have a computer compte for this workstation confiance relationship.
0xC000018DErreurSTATUS_TRUSTED_RELATIONSHIP_FAILURE
The confiance relationship between this workstation and the primary domain failed. Rejoin the domain.
0xC0000192ErreurSTATUS_NETLOGON_NOT_STARTED
An attempt was made to connexion but the Netlogon service was not started.
0xC0000193AvertissementSTATUS_ACCOUNT_EXPIRED
The user compte has expiré.
0xC0000224AvertissementSTATUS_PASSWORD_MUST_CHANGE
User must change mot de passe before logging on the first time.
0xC0000234AvertissementSTATUS_ACCOUNT_LOCKED_OUT
Compte verrouillé due to too many invalide connexion attempts.
0xC0000257CritiqueSTATUS_DOWNGRADE_DETECTED
A downgrade attack has been detected. Kerberos security failure.
0xC004B100ErreurSL_E_CHPA_PRODUCT_KEY_BLOCKED
The product key is blocked. It may have been reported as stolen or misused.
0xC004C003ErreurSL_E_ACTIVATION_FAILED
Office activation failed. The activation server determined the spécifié product key is blocked.
0xC004C060ErreurSL_E_GRACE_TIME_EXPIRED
Office grace period has expiré. Activation requis immediately.
0xC004F017ErreurSL_E_PRODUCT_SKU_NOT_INSTALLED
The software license product SKU is not installed.
0xC004F025CritiqueSL_E_NOT_GENUINE
The software is not genuine. License validation failed.
0xC004F074ErreurSL_E_ACTIVATION_FAILED_KMS
KMS activation failed. No KMS host could be found. Vérifiez DNS SRV records or KMS host availability.
0xC004F079AvertissementSL_E_ACTIVATION_THRESHOLD_NOT_MET
KMS activation count threshold not met. KMS exige minimum 5 clients (25 for Office).
0xC1900101CritiqueMOSETUP_E_DRIVER_FAILURE
Feature mise à jour failed due to a problème de driver. Common during Windows 10/11 upgrades. Mise à jour or remove problematic drivers.
0xC1900107AvertissementMOSETUP_E_CLEANUP_PENDING
A cleanup opération is still pending from a previous upgrade. Redémarrer and retry.
0xC1900200CritiqueMOSETUP_E_COMPAT_SYSREQ_BLOCK
System does not meet minimum requirements for the Windows upgrade.
0xC1900208CritiqueMOSETUP_E_COMPAT_INSTALLREQ_BLOCK
An application incompatible is bloquant the Windows upgrade. Désinstallez flagged apps and retry.
0xDEADDEADInformationMANUALLY_INITIATED_CRASH
Crash was manually triggered via keyboard shortcut or NotMyFault tool.
0x00000000InformationERROR_SUCCESS
Operation completed avec succès.
0x00000001ErreurERROR_INVALID_FUNCTION
Fonction incorrecte appelée or numéro de fonction inconnu.
0x00000002ErreurERROR_FILE_NOT_FOUND
Le système ne peut pas trouver the file spécifié.
0x00000003ErreurERROR_PATH_NOT_FOUND
Le système ne peut pas trouver the path spécifié.
0x00000004ErreurERROR_TOO_MANY_OPEN_FILES
The system ne peut pas open the file. Trop de handles de fichier ouverts.

