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.).
134 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.
0x800706BAErreurRPC_S_SERVER_UNAVAILABLE
The RPC server is unavailable. Vérifiez that the target machine is en ligne and firewall allows RPC.
0x800706BEErreurRPC_S_CALL_FAILED
The distant procedure call failed. Network issue or service crash on distant end.
0x800706BFErreurRPC_S_CALL_FAILED_DNE
The distant procedure call failed and did not execute.
0x800706D9ErreurEPT_S_NOT_REGISTERED
No endpoint registered. The service on the distant machine is not running.
0x8007054FErreurERROR_INTERNAL_ERROR (WU)
An internal error occurred in Windows Mise à jour.
0x80072745ErreurWSAECONNABORTED
An établie connexion was interrompue by the software in your host machine.
0x80072746ErreurWSAECONNRESET
An existing connexion was forcibly closed by the distant host. VPN server dropped the connexion.
0x80072AF9ErreurWSAHOST_NOT_FOUND
No such host is known. The hostname ne peut pas be resolved via DNS.
0x80072EE2ErreurWININET_E_TIMEOUT
L'opération a expiré. Vérifiez network connectivity and proxy settings.
0x80072EE7ErreurWININET_E_NAME_NOT_RESOLVED
The server name or address could not be resolved. DNS issue.
0x80072EFDErreurWININET_E_CANNOT_CONNECT
A connexion with the server could not be établie.
0x80072EFEErreurWININET_E_CONNECTION_ABORTED
The connexion with the server was terminated abnormally.
0x80072EFFErreurWININET_E_CONNECTION_RESET
The connexion with the server was reset.
0x80072F0CErreurWININET_E_INVALID_CA
The certificat authority is invalide or incorrect. SSL/TLS certificat issue.
0x80073701ErreurERROR_SXS_ASSEMBLY_MISSING
A requis assembly is missing from the WinSxS store. Lancez DISM /RestoreHealth.
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.
0x800B0109ErreurCERT_E_UNTRUSTEDROOT
Certificat chain processed but terminated in a root certificat which is not trusted. VPN certificat issue.

