Anavem
Languagefr

Windows Error Codes

Searchable reference for Windows error codes — system errors, BSOD stop codes, NTSTATUS, WMI, RPC, MSI installer, AD/Kerberos, BitLocker, DNS, VPN, Hyper-V, COM/DCOM and more. Each entry includes the hex/decimal value, severity, root causes, and a step-by-step troubleshooting workflow.

How to read a Windows error code

Windows surfaces error codes through Win32, NTSTATUS, HRESULT, and many subsystem-specific spaces. Each code has a hex form (e.g. 0x80070005), a signed decimal form (-2147024891), and a symbolic name (ERROR_ACCESS_DENIED). This page lets you look up any of those forms, see what triggers the code, and follow a vetted troubleshooting workflow tuned for the originating subsystem (Windows Update, BSOD, AD/Kerberos, BitLocker, etc.).

228 codes

0x000000B7Warning

ERROR_ALREADY_EXISTS

Cannot create a file when that file already exists.

System errors183
0x000000BECritical

ATTEMPTED_WRITE_TO_READONLY_MEMORY

A driver attempted to write to read-only memory. Driver bug.

BSOD stop190
0x000000C2Critical

BAD_POOL_CALLER

A process made an illegal memory pool request. Usually a faulty driver.

BSOD stop194
0x000000C4Critical

DRIVER_VERIFIER_DETECTED_VIOLATION

Driver Verifier caught a driver violation. Check Driver Verifier settings.

BSOD stop196
0x000000C5Critical

DRIVER_CORRUPTED_EXPOOL

A driver corrupted pool memory. Run Driver Verifier to identify the culprit.

BSOD stop197
0x000000D1Critical

DRIVER_IRQL_NOT_LESS_OR_EQUAL

A driver attempted to access pageable memory at an improper IRQL. Common driver bug.

BSOD stop209
0x000000D8Error

ERROR_NOACCESS

Invalid access to memory location.

System errors216
0x000000E7Warning

ERROR_PIPE_BUSY

All pipe instances are busy.

System errors231
0x000000EACritical

THREAD_STUCK_IN_DEVICE_DRIVER

A thread in a device driver was stuck in an infinite loop. Often GPU driver related.

BSOD stop234
0x000000EAInformational

ERROR_MORE_DATA

More data is available than the buffer provided.

System errors234
0x000000EFCritical

CRITICAL_PROCESS_DIED

A critical system process died. Usually wininit.exe, csrss.exe, or winlogon.exe.

BSOD stop239
0x000000F0Warning

ERROR_SESSION_CREDENTIAL_CONFLICT

Multiple connections to a server using more than one username are not allowed.

System errors240
0x000000F4Critical

CRITICAL_OBJECT_TERMINATION

A critical process or thread terminated unexpectedly. Often a failing disk or corrupt system files.

BSOD stop244
0x000000FECritical

BUGCODE_USB_DRIVER

USB driver error. Try unplugging USB devices or updating USB drivers.

BSOD stop254
0x00000103Informational

ERROR_NO_MORE_ITEMS

No more items are available for enumeration.

System errors259
0x00000116Critical

VIDEO_TDR_FAILURE

Video TDR failure — GPU driver stopped responding and failed to recover. Update GPU drivers.

BSOD stop278
0x0000013ACritical

KERNEL_MODE_HEAP_CORRUPTION

Kernel mode heap corruption detected. Usually a driver bug.

BSOD stop314
0x00000154Critical

UNEXPECTED_STORE_EXCEPTION

An unexpected exception occurred in the store stack. Can be caused by failing storage.

BSOD stop340
0x00000164Critical

WIN32K_CRITICAL_FAILURE

win32k.sys critical failure. Can be caused by display driver or kernel patch issues.

BSOD stop356
0x000003E3Warning

ERROR_OPERATION_ABORTED

The I/O operation has been aborted because of either a thread exit or an application request.

System errors995
0x000003E5Informational

ERROR_IO_PENDING

Overlapped I/O operation is in progress.

System errors997