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

134 codes

0xC004F017Error

SL_E_PRODUCT_SKU_NOT_INSTALLED

The software license product SKU is not installed.

Office activation-1073415145
0xC004F074Error

SL_E_ACTIVATION_FAILED_KMS

KMS activation failed. No KMS host could be found. Check DNS SRV records or KMS host availability.

Office activation-1073415052
0x00000001Error

ERROR_INVALID_FUNCTION

Incorrect function called or unknown function number.

System errors1
0x00000002Error

ERROR_FILE_NOT_FOUND

The system cannot find the file specified.

System errors2
0x00000003Error

ERROR_PATH_NOT_FOUND

The system cannot find the path specified.

System errors3
0x00000004Error

ERROR_TOO_MANY_OPEN_FILES

The system cannot open the file. Too many open file handles.

System errors4
0x00000005Error

ERROR_ACCESS_DENIED

Access is denied. Check permissions or run as administrator.

System errors5
0x00000006Error

ERROR_INVALID_HANDLE

The handle is invalid. Often caused by a closed or corrupted handle.

System errors6
0x00000008Error

ERROR_NOT_ENOUGH_MEMORY

Not enough storage is available to process this command.

System errors8
0x0000000DError

ERROR_INVALID_DATA

The data is invalid.

System errors13
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
0x0000001FError

ERROR_GEN_FAILURE

A device attached to the system is not functioning.

System errors31
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
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