ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS - 5067 (0x13CB)

One or more cluster resources depend on the network to provide service to clients. The client access capability cannot be removed from the network.

Updated: Feb 21, 2026

Technical Meaning

The error code ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS (5067, 0x13CB) indicates that one or more cluster resources within a Windows Failover Cluster are dependent on the network to provide service to clients. This means that removing client access capability from the network would disrupt the operation of these dependent resources.

Error Details

This error typically occurs when attempting to modify the network configuration in a way that could affect the availability or functionality of cluster resources. The specific scenario involves cluster resources that rely on the network for their operational integrity and service delivery. Removing such dependencies without proper planning can lead to service interruptions.

Usage Context

The context in which this error is relevant includes scenarios where network configurations are being modified, particularly when changes might impact cluster resources. This could include actions like disabling a network interface, removing a network adapter, or making other network-related adjustments that could affect the availability of cluster services.

Developer Interpretation

Developers should interpret this error as an indication that certain cluster resources cannot be isolated from the network due to their dependency on it for service delivery. This implies that any changes to the network configuration must be carefully planned and executed to avoid disrupting these critical resources.

Related Errors

  • ERROR_CLUSTER_INVALID_NODE (5092, 0x13E4): Indicates an invalid node in a cluster.
  • ERROR_CLUSTER_RESOURCE_VETOED (5078, 0x13B6): A resource vetoed the operation due to potential impact on availability.

FAQ

Q: What does this error mean?

A: This error indicates that one or more cluster resources depend on the network for service delivery and cannot be removed from it without disrupting their functionality.

Q: How can I resolve this issue?

A: Ensure that any changes to the network configuration do not affect dependent cluster resources. Plan your modifications carefully to maintain availability.

Summary

The ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS error (5067, 0x13CB) is a specific indication of dependencies between cluster resources and the network in Windows Failover Clusters. Developers should be cautious when making network changes that could impact these dependencies to avoid service disruptions.