Site icon EfmSoft

What does NTSTATUS 0xC0000044 (STATUS_QUOTA_EXCEEDED) mean?

 
Previous Next
STATUS_SHARING_VIOLATION STATUS_INVALID_PAGE_PROTECTION

STATUS_QUOTA_EXCEEDED

The request crossed an enforced quota boundary

Available bytes reported for the volume do not guarantee that a write can proceed. NTFS disk quotas charge space to a user SID, and other kernel resources can also expose quota-style limits. The failing allocation must therefore be tied to the quota domain reported by the caller.

For file writes, check the user’s hard limit and charged usage rather than treating the result as a physical-disk-full condition. Retrying unchanged writes only repeats the accounting failure.

What to inspect

References


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

Exit mobile version