Anavem
Languageen

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

0xC0000005Critique

STATUS_ACCESS_VIOLATION

Mémoire access violation. A process attempted to access mémoire it has no rights to. Souvent causes application crashes.

NT Status-1073741819
0xC0000008Erreur

STATUS_INVALID_HANDLE

An invalide handle was spécifié.

NT Status-1073741816
0xC000000DErreur

STATUS_INVALID_PARAMETER

An invalide parameter was passed to a service or function.

NT Status-1073741811
0xC000000FErreur

STATUS_NO_SUCH_FILE

The file n'existe pas.

NT Status-1073741809
0xC0000016Information

STATUS_MORE_PROCESSING_REQUIRED

More processing is requis. Common in Kerberos/NTLM multi-step authentification.

NT Status-1073741802
0xC0000017Erreur

STATUS_NO_MEMORY

Not enough virtual mémoire or paging file quota to complete the opération.

NT Status-1073741801
0xC0000022Erreur

STATUS_ACCESS_DENIED

A process has requested access to an object but has not been granted those access rights.

NT Status-1073741790
0xC0000034Erreur

STATUS_OBJECT_NAME_NOT_FOUND

Object name introuvable. Registry key, file, or device n'existe pas.

NT Status-1073741772
0xC0000043Avertissement

STATUS_SHARING_VIOLATION

A file ne peut pas be opened car it has been opened in an incompatible sharing mode.

NT Status-1073741757
0xC000006AAvertissement

STATUS_WRONG_PASSWORD

Le mot de passe is incorrect.

NT Status-1073741718
0xC000006CAvertissement

STATUS_PASSWORD_RESTRICTION

Mot de passe does not meet domain mot de passe policy requirements.

NT Status-1073741716
0xC000006DErreur

STATUS_LOGON_FAILURE

Échec de connexion: unknown username or bad mot de passe.

NT Status-1073741715
0xC000006EErreur

STATUS_ACCOUNT_RESTRICTION

Échec de connexion: compte restriction prevents this user from logging on.

NT Status-1073741714
0xC000006FAvertissement

STATUS_INVALID_LOGON_HOURS

Échec de connexion: compte is not authorized to log on at this time.

NT Status-1073741713
0xC0000070Avertissement

STATUS_INVALID_WORKSTATION

Échec de connexion: user is not allowed to log on from this workstation.

NT Status-1073741712
0xC0000071Avertissement

STATUS_PASSWORD_EXPIRED

Échec de connexion: the mot de passe for this compte has expiré.

NT Status-1073741711
0xC0000072Avertissement

STATUS_ACCOUNT_DISABLED

Échec de connexion: compte is currently disabled.

NT Status-1073741710
0xC000007CErreur

STATUS_NO_LOGON_SERVERS

There are no connexion servers disponible to service the connexion request. Contrôleur de domaine injoignable.

NT Status-1073741700
0xC0000089Erreur

STATUS_INVALID_IMAGE_FORMAT

Le image file did not have the correct format.

NT Status-1073741687
0xC000009AErreur

STATUS_INSUFFICIENT_RESOURCES

Insufficient system resources to complete the API.

NT Status-1073741670
0xC00000BBErreur

STATUS_NOT_SUPPORTED

The requested opération is non supporté.

NT Status-1073741637