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.).
7 codes
0x00000020WarningERROR_SHARING_VIOLATION
The process cannot access the file because it is being used by another process.
0x00000050WarningERROR_FILE_EXISTS
The file already exists.
0x000000B7WarningERROR_ALREADY_EXISTS
Cannot create a file when that file already exists.
0x000000E7WarningERROR_PIPE_BUSY
All pipe instances are busy.
0x000000F0WarningERROR_SESSION_CREDENTIAL_CONFLICT
Multiple connections to a server using more than one username are not allowed.
0x000003E3WarningERROR_OPERATION_ABORTED
The I/O operation has been aborted because of either a thread exit or an application request.
0x000004D5WarningERROR_RETRY
The operation could not be completed. A retry should be performed.

