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

0x0000001ECritical

KMODE_EXCEPTION_NOT_HANDLED

Kernel mode exception was not handled. Check minidump for offending driver.

BSOD stop30
0x0000001FError

ERROR_GEN_FAILURE

A device attached to the system is not functioning.

System errors31
0x00000020Warning

ERROR_SHARING_VIOLATION

The process cannot access the file because it is being used by another process.

System errors32
0x00000023Critical

FAT_FILE_SYSTEM

Problem in the FAT file system. Run CHKDSK.

BSOD stop35
0x00000024Critical

NTFS_FILE_SYSTEM

Problem with the NTFS file system driver. Run CHKDSK on the affected volume.

BSOD stop36
0x00000026Informational

ERROR_HANDLE_EOF

Reached end of file.

System errors38
0x00000027Error

ERROR_HANDLE_DISK_FULL

The disk is full.

System errors39
0x0000002ECritical

DATA_BUS_ERROR

Parity error in system memory. Usually indicates faulty RAM or motherboard.

BSOD stop46
0x00000032Error

ERROR_NOT_SUPPORTED

The request is not supported.

System errors50
0x00000035Error

ERROR_BAD_NETPATH

The network path was not found. Check UNC path and network connectivity.

System errors53
0x0000003BCritical

SYSTEM_SERVICE_EXCEPTION

A system service threw an exception. Often caused by a faulty driver. Check minidump for offending module.

BSOD stop59
0x00000041Error

ERROR_NETWORK_ACCESS_DENIED

Network access is denied.

System errors65
0x00000044Critical

MULTIPLE_IRP_COMPLETE_REQUESTS

A driver attempted to complete an IRP more than once.

BSOD stop68
0x00000050Critical

PAGE_FAULT_IN_NONPAGED_AREA

Invalid memory referenced. Caused by faulty RAM, drivers, or system files.

BSOD stop80
0x00000050Warning

ERROR_FILE_EXISTS

The file already exists.

System errors80
0x00000051Critical

REGISTRY_ERROR

Error related to the registry. May indicate disk failure or corrupted hive.

BSOD stop81
0x00000052Error

ERROR_CANNOT_MAKE

The directory or file cannot be created.

System errors82
0x00000057Error

ERROR_INVALID_PARAMETER

The parameter is incorrect.

System errors87
0x0000005ACritical

CRITICAL_SERVICE_FAILED

A critical service failed to start during boot.

BSOD stop90
0x00000069Critical

IO1_INITIALIZATION_FAILED

I/O initialization failed during boot.

BSOD stop105
0x00000070Error

ERROR_DISK_FULL

There is not enough space on the disk.

System errors112