| Previous | Next |
| ERROR_WMI_GUID_DISCONNECTED | ERROR_WMI_DP_FAILED |
ERROR_WMI_SERVER_UNAVAILABLE
The management service path is unavailable
This status says that the WMI service layer needed to process the request cannot be used at the moment. It is different from a missing data provider: a provider may be correctly registered, yet the management service, its host process, or the required connection path may not be available to dispatch the request.
For a driver author, this is not evidence that the driver's GUID, instance, or binary MOF is invalid. For an administrator, it is also not enough to assume repository corruption. The relevant evidence is the service state, provider-host failures, access context, and the event logs around the time the request was made.
Targeted investigation
- Confirm that the WMI service and the relevant provider host are running before changing provider registration.
- Inspect WMI and System event logs for service startup, provider-host, security, or repository messages that match the request time.
- After service recovery, reissue a fresh query and distinguish service availability from a subsequent provider or instance error.
References
- Windows WDK: troubleshooting specific WMI problems
- Windows WMI SDK: provider registration
- Windows WDK: WMI request handling
Looking for a different code? Search another status or error code.