status Registered
Verified 2026-09-18 · registry updated 2025-09-15

HTTP 507 Insufficient Storage

The server cannot store the representation needed to complete the request.

Use 507 when a WebDAV or storage-backed operation runs out of available space.

httpstatus codewebdavstorage

Response (http)

HTTP/1.1 507 Insufficient Storage

Use 507 when a WebDAV or storage-backed operation runs out of available space.

Common mistakes

  • Failing a WebDAV or storage write with a generic 500 when 507 describes the exhausted storage.

Registry reference: rfc4918

Permalink: https://merginit.com/reference/http/status-507