What does NTSTATUS 0xC0000461 (STATUS_DISK_RESOURCES_EXHAUSTED) mean?

 
Previous Next
STATUS_NO_RANGES_PROCESSED STATUS_NEEDS_REMEDIATION

STATUS_DISK_RESOURCES_EXHAUSTED

The disk cannot allocate the physical resources needed

This is not a normal file quota error. It indicates the disk or storage subsystem exhausted resources needed to service the request, such as internal pools, mappings, spare blocks, or virtualization backing resources.

Measure the storage-stack resource that was exhausted at the failing operation, including outstanding requests and device or filter limits. Capacity in bytes is not the same as I/O resource availability.

What to inspect

  • Check disk health and storage-pool capacity.
  • Look for thin-provisioning, snapshot, or controller resource exhaustion.
  • Record whether the target is physical, virtual, or storage-pool backed.

References for STATUS_DISK_RESOURCES_EXHAUSTED


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