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.).

36 codes

0x0000000EError

ERROR_OUTOFMEMORY

Not enough storage is available to complete this operation.

System errors14
0x0000000FError

ERROR_INVALID_DRIVE

The system cannot find the drive specified.

System errors15
0x00000012Informational

ERROR_NO_MORE_FILES

There are no more files to enumerate.

System errors18
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
0x00000026Informational

ERROR_HANDLE_EOF

Reached end of file.

System errors38
0x00000027Error

ERROR_HANDLE_DISK_FULL

The disk is full.

System errors39
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
0x00000041Error

ERROR_NETWORK_ACCESS_DENIED

Network access is denied.

System errors65
0x00000050Warning

ERROR_FILE_EXISTS

The file already exists.

System errors80
0x00000052Error

ERROR_CANNOT_MAKE

The directory or file cannot be created.

System errors82
0x00000057Error

ERROR_INVALID_PARAMETER

The parameter is incorrect.

System errors87
0x00000070Error

ERROR_DISK_FULL

There is not enough space on the disk.

System errors112
0x0000007BError

ERROR_INVALID_NAME

The filename, directory name, or volume label syntax is incorrect.

System errors123
0x0000007EError

ERROR_MOD_NOT_FOUND

The specified module could not be found. Missing DLL or dependency.

System errors126
0x0000007FError

ERROR_PROC_NOT_FOUND

The specified procedure could not be found.

System errors127
0x000000B7Warning

ERROR_ALREADY_EXISTS

Cannot create a file when that file already exists.

System errors183
0x000000D8Error

ERROR_NOACCESS

Invalid access to memory location.

System errors216
0x000000E7Warning

ERROR_PIPE_BUSY

All pipe instances are busy.

System errors231
0x000000EAInformational

ERROR_MORE_DATA

More data is available than the buffer provided.

System errors234

Page 1 of 2

Next →