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.).
44 codes
0x0000009FCritiqueDRIVER_POWER_STATE_FAILURE
A driver is inconsistent with power state transitions. Common on laptops during sleep/wake.
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.
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.
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.
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.
Page 2 sur 2

