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
0x80310001InformationFVE_E_NOT_ENCRYPTED
This drive is not encrypted.
0x80310002ErreurFVE_E_NO_TPM_BIOS
The BIOS did not correctly communicate with the Trusted Platform Module (TPM).
0x80310009AvertissementFVE_E_INVALID_PASSWORD_FORMAT
The BitLocker mot de passe does not meet complexity requirements.
0x8031000AAvertissementFVE_E_IN_REBOOT_PENDING
The drive encryption opération ne peut pas be completed car a restart is requis.
0x80310018ErreurFVE_E_FAILED_AUTHENTICATION
BitLocker Drive Encryption authentification failed. The recovery key may be requis.
0x80310026CritiqueFVE_E_CONV_READ_ERROR
BitLocker encountered an error reading the drive during conversion. The drive may be failing.
0x80310033ErreurFVE_E_TPM_INVALID_PCR
BitLocker detected an invalide PCR value from the TPM. Secure Boot or BIOS settings may have changed.
0x80310038CritiqueFVE_E_NO_RECOVERY_KEY_FOUND
No BitLocker recovery key found. Vérifiez Active Directory or Azure AD for escrowed key.
0xC0000001ErreurSTATUS_UNSUCCESSFUL
General unsuccessful status. Operation failed for an unspecified reason.
0xC0000005CritiqueSTATUS_ACCESS_VIOLATION
Mémoire access violation. A process attempted to access mémoire it has no rights to. Souvent causes application crashes.
0xC0000008ErreurSTATUS_INVALID_HANDLE
An invalide handle was spécifié.
0xC000000DErreurSTATUS_INVALID_PARAMETER
An invalide parameter was passed to a service or function.
0xC000000FErreurSTATUS_NO_SUCH_FILE
The file n'existe pas.
0xC0000016InformationSTATUS_MORE_PROCESSING_REQUIRED
More processing is requis. Common in Kerberos/NTLM multi-step authentification.
0xC0000017ErreurSTATUS_NO_MEMORY
Not enough virtual mémoire or paging file quota to complete the opération.
0xC0000022ErreurSTATUS_ACCESS_DENIED
A process has requested access to an object but has not been granted those access rights.
0xC0000034ErreurSTATUS_OBJECT_NAME_NOT_FOUND
Object name introuvable. Registry key, file, or device n'existe pas.
0xC0000043AvertissementSTATUS_SHARING_VIOLATION
A file ne peut pas be opened car it has been opened in an incompatible sharing mode.
0xC000006AAvertissementSTATUS_WRONG_PASSWORD
Le mot de passe is incorrect.
0xC000006CAvertissementSTATUS_PASSWORD_RESTRICTION
Mot de passe does not meet domain mot de passe policy requirements.
0xC000006DErreurSTATUS_LOGON_FAILURE
Échec de connexion: unknown username or bad mot de passe.
0xC000006EErreurSTATUS_ACCOUNT_RESTRICTION
Échec de connexion: compte restriction prevents this user from logging on.
0xC000006FAvertissementSTATUS_INVALID_LOGON_HOURS
Échec de connexion: compte is not authorized to log on at this time.
0xC0000070AvertissementSTATUS_INVALID_WORKSTATION
Échec de connexion: user is not allowed to log on from this workstation.
0xC0000071AvertissementSTATUS_PASSWORD_EXPIRED
Échec de connexion: the mot de passe for this compte has expiré.
0xC0000072AvertissementSTATUS_ACCOUNT_DISABLED
Échec de connexion: compte is currently disabled.
0xC000007CErreurSTATUS_NO_LOGON_SERVERS
There are no connexion servers disponible to service the connexion request. Contrôleur de domaine injoignable.
0xC0000089ErreurSTATUS_INVALID_IMAGE_FORMAT
Le image file did not have the correct format.
0xC000009AErreurSTATUS_INSUFFICIENT_RESOURCES
Insufficient system resources to complete the API.
0xC00000BBErreurSTATUS_NOT_SUPPORTED
The requested opération is non supporté.

