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
0x00000074CritiqueBAD_SYSTEM_CONFIG_INFO
Registry or BCD store is corrompu. Lancez Startup Repair or restore from backup.
0x0000007ACritiqueKERNEL_DATA_INPAGE_ERROR
Requis page of kernel data could not be read into mémoire. Souvent a failing disk or bad RAM.
0x0000007BErreurERROR_INVALID_NAME
The filename, directory name, or volume label syntax is incorrect.
0x0000007ECritiqueSYSTEM_THREAD_EXCEPTION_NOT_HANDLED
A system thread generated an exception the error handler did not catch. Généralement a problème de driver.
0x0000007EErreurERROR_MOD_NOT_FOUND
Le module could not be found. DLL manquante or dépendance.
0x0000007FCritiqueUNEXPECTED_KERNEL_MODE_TRAP
The CPU generated a trap the kernel did not catch. Souvent hardware failure or overclocking issue.
0x0000007FErreurERROR_PROC_NOT_FOUND
Le procedure could not be found.
0x00000080CritiqueNMI_HARDWARE_FAILURE
Non-maskable interrupt from hardware. Indicates serious hardware failure.
0x0000009FCritiqueDRIVER_POWER_STATE_FAILURE
A driver is inconsistent with power state transitions. Common on laptops during sleep/wake.
0x000000B7AvertissementERROR_ALREADY_EXISTS
Ne peut pas create a file when that file already exists.
0x000000BECritiqueATTEMPTED_WRITE_TO_READONLY_MEMORY
A driver attempted to write to read-only mémoire. Driver bug.
0x000000C2CritiqueBAD_POOL_CALLER
A process made an illegal mémoire pool request. Généralement a défectueux driver.
0x000000C4CritiqueDRIVER_VERIFIER_DETECTED_VIOLATION
Driver Verifier caught a driver violation. Vérifiez Driver Verifier settings.
0x000000C5CritiqueDRIVER_CORRUPTED_EXPOOL
A driver corrompu pool mémoire. Lancez Driver Verifier to identify the culprit.
0x000000D1CritiqueDRIVER_IRQL_NOT_LESS_OR_EQUAL
A driver attempted to access pageable mémoire at an improper IRQL. Common driver bug.
0x000000D8ErreurERROR_NOACCESS
Invalide access to mémoire location.
0x000000E7AvertissementERROR_PIPE_BUSY
All pipe instances are busy.
0x000000EAInformationERROR_MORE_DATA
More data is disponible than the buffer provided.
0x000000EACritiqueTHREAD_STUCK_IN_DEVICE_DRIVER
A thread in a device driver was stuck in an infinite loop. Souvent GPU driver related.
0x000000EFCritiqueCRITICAL_PROCESS_DIED
Un processus système critique est mort. Généralement wininit.exe, csrss.exe, or winlogon.exe.
0x000000F0AvertissementERROR_SESSION_CREDENTIAL_CONFLICT
Multiple connections to a server using more than one username are not allowed.
0x000000F4CritiqueCRITICAL_OBJECT_TERMINATION
A critical process or thread terminated unexpectedly. Souvent a failing disk or corrompu system files.
0x000000FECritiqueBUGCODE_USB_DRIVER
USB driver error. Try unplugging USB devices or updating USB drivers.
0x00000103InformationERROR_NO_MORE_ITEMS
No more items are disponible for enumeration.
0x00000116CritiqueVIDEO_TDR_FAILURE
Video TDR failure — GPU driver stopped responding and failed to recover. Mise à jour GPU drivers.
0x0000013ACritiqueKERNEL_MODE_HEAP_CORRUPTION
Kernel mode heap corruption detected. Généralement a driver bug.
0x00000154CritiqueUNEXPECTED_STORE_EXCEPTION
An unexpected exception occurred in the store stack. Can be causé par failing storage.
0x00000164CritiqueWIN32K_CRITICAL_FAILURE
win32k.sys critical failure. Can be causé par display driver or kernel patch issues.
0x000003E3AvertissementERROR_OPERATION_ABORTED
The I/O opération has been interrompue car of either a thread exit or an application request.
0x000003E5InformationERROR_IO_PENDING
Overlapped I/O opération is in progress.

