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.).
14 codes
0x8007052EErreurERROR_LOGON_FAILURE
Échec de connexion: unknown user name or bad mot de passe. Most common AD authentification error.
0x80070534ErreurERROR_NONE_MAPPED
No mapping between compte names and security IDs was done. User/group introuvable in AD.
0x8007054BErreurERROR_DOMAIN_CONTROLLER_NOT_FOUND
Could not find the contrôleur de domaine for this domain. DNS or network issue.
0x8007054FErreurERROR_DS_UNAVAILABLE
Le répertoire service is unavailable. Contrôleur de domaine is hors ligne or injoignable.
0x80090304ErreurSEC_E_INTERNAL_ERROR
The Local Security Authority ne peut pas be contacted.
0x8009030CErreurSEC_E_LOGON_DENIED
The connexion attempt failed. Kerberos connexion refusé.
0x8009030EErreurSEC_E_NO_CREDENTIALS
No credentials are disponible in the security package.
0x80090311ErreurSEC_E_NO_AUTHENTICATING_AUTHORITY
No authority could be contacted for authentification. DC injoignable or Kerberos misconfigured.
0x80090316ErreurSEC_E_INVALID_TOKEN
The token supplied to the function is invalide. Kerberos ticket may have expiré or been tampered with.
0x8009031AErreurSEC_E_MUTUAL_AUTH_FAILED
Mutual authentification failed. The server mot de passe is out of date at the contrôleur de domaine.
0x80090321ErreurSEC_E_WRONG_PRINCIPAL
The target principal name is incorrect. SPN mismatch — vérifiez AD SPN registration.
0x80090322ErreurSEC_E_TIME_SKEW
Clock skew trop important between client and server. Kerberos exige time within 5 minutes — sync clocks.
0x80090323ErreurSEC_E_CERT_EXPIRED
The received certificat has expiré.
0x80090325ErreurSEC_E_UNTRUSTED_ROOT
The certificat chain was issued by an authority that is not trusted.

