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.).
19 codes
0xC0000001ErreurSTATUS_UNSUCCESSFUL
General unsuccessful status. Operation failed for an unspecified reason.
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.
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.
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.
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é.
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.
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.

