What does NTSTATUS 0xC0000802 (STATUS_DISK_QUOTA_EXCEEDED) mean?

 
Previous Next
STATUS_DS_DOMAIN_RENAME_IN_PROGRESS STATUS_CONTENT_BLOCKED

STATUS_DISK_QUOTA_EXCEEDED

The request exceeded the applicable disk quota

This status points to quota accounting rather than raw disk failure. The caller can have available free space on the volume while still failing because the user, directory, or storage policy quota is exhausted.

Check the quota that applies to the requesting identity or storage scope and compare current usage with its limit. Free space on the underlying volume can remain available while quota enforcement rejects the write.

What to inspect

  • Identify which quota policy applies to the caller.
  • Compare quota usage with volume free space.
  • Free space under the same quota or adjust the quota policy.

References for STATUS_DISK_QUOTA_EXCEEDED


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