What does Windows error code 10091 (WSASYSNOTREADY) mean?

 
Previous Next
WSAEREMOTE WSAVERNOTSUPPORTED

WSASYSNOTREADY

WSASYSNOTREADY means that the underlying network subsystem is not ready for use. It is normally returned while initializing Winsock rather than by an individual socket operation.

Where to look

The failure can be caused by a local networking stack or service problem, not by a remote host. Retrying the same socket call without restoring local networking availability is unlikely to help.

What to check

  • Adapter state, network-related services, and recent driver or VPN changes.
  • System event logs for startup or protocol-stack failures.
  • That the application performs WSAStartup during initialization and handles a failure before creating sockets.

Microsoft: WSAStartup · Microsoft: Windows Sockets Error Codes


Looking for a different code? Search another status or error code.