πŸ”₯ 50 Most Common Windows Errors

The most frequently searched Windows system error codes, organized by category with direct links to solutions.

πŸ” Access & Permission Errors

Error 5
ERROR_ACCESS_DENIED
Access is denied. Occurs when permissions are insufficient.
Error 1314
ERROR_PRIVILEGE_NOT_HELD
A required privilege is not held by the client.
Error 32
ERROR_SHARING_VIOLATION
The process cannot access the file because it is being used.
Error 1332
ERROR_NONE_MAPPED
No mapping between account names and security IDs was done.

πŸ“ File & Path Errors

Error 2
ERROR_FILE_NOT_FOUND
The system cannot find the file specified.
Error 3
ERROR_PATH_NOT_FOUND
The system cannot find the path specified.
Error 80
ERROR_FILE_EXISTS
The file exists already.
Error 183
ERROR_ALREADY_EXISTS
Cannot create a file when that file already exists.
Error 112
ERROR_DISK_FULL
There is not enough space on the disk.
Error 206
ERROR_FILENAME_EXCED_RANGE
The filename or extension is too long.

πŸ“¦ DLL & Module Errors

Error 126
ERROR_MOD_NOT_FOUND
The specified module could not be found.
Error 127
ERROR_PROC_NOT_FOUND
The specified procedure could not be found.
Error 193
ERROR_BAD_EXE_FORMAT
Not a valid Win32 application.

🌐 Network & Connectivity Errors

Error 1722
RPC_S_SERVER_UNAVAILABLE
The RPC server is unavailable.
Error 10060
WSAETIMEDOUT
Connection attempt failed β€” timed out.
Error 10061
WSAECONNREFUSED
Connection refused β€” no connection could be made.
Error 1460
ERROR_TIMEOUT
This operation returned because the timeout period expired.

βš™οΈ System & Memory Errors

Error 6
ERROR_INVALID_HANDLE
The handle is invalid.
Error 8
ERROR_NOT_ENOUGH_MEMORY
Not enough memory to complete this operation.
Error 13
ERROR_INVALID_DATA
The data is invalid.
Error 87
ERROR_INVALID_PARAMETER
The parameter is incorrect.
Error 1
ERROR_INVALID_FUNCTION
Incorrect function called.
Error 109
ERROR_BROKEN_PIPE
The pipe has been ended.

πŸ› οΈ Service & Installation Errors

Error 1053
ERROR_SERVICE_REQUEST_TIMEOUT
The service did not respond to the start or control request.
Error 1067
ERROR_PROCESS_ABORTED
The process terminated unexpectedly.
Error 1068
ERROR_DEPENDENCY_SERVICE_FAIL
The dependency service or group failed to start.
Error 1603
ERROR_INSTALL_FAILURE
Fatal error during installation.
πŸ” Browse All 98,077 Error Codes