---
title: Volume Limits
description: Limits and known issues for DigitalOcean Volumes Block Storage.
product: Volumes
url: https://docs.digitalocean.com/products/volumes/details/limits/
last_updated: "2026-08-05"
---

> **For AI agents:** The documentation index is at [https://docs.digitalocean.com/llms.txt](https://docs.digitalocean.com/llms.txt). Markdown versions of pages use the same URL with `index.html.md` in place of the HTML page (for example, append `index.html.md` to the directory path instead of opening the HTML document).

# Volume Limits

Volumes are network-attached block storage. You can use them with Droplets or Kubernetes clusters, move or resize them, and create snapshots at any time.

- You cannot rename volumes. To use a different name, [create a new volume](https://docs.digitalocean.com/products/volumes/how-to/create/index.html.md) instead.
- You can only attach a volume to one Droplet at a time. To use the same data on another Droplet, move the volume to that Droplet using the [move volumes workflow](https://docs.digitalocean.com/products/volumes/how-to/mount-unmount/index.html.md).
- You can attach a maximum of 15 volumes to any one Droplet.
- You can attach a maximum of 15 volumes to any one DOKS node.
- You can create up to 5000 volumes per account. If your workload requires more volumes, [contact support](https://cloudsupport.digitalocean.com).
- Volumes range from 1 GiB to 16384 GiB (16 TiB) in size.
- One-Click apps do not support automatic formatting and mounting.
- Volumes are not included in Droplet backups. To protect volume data, create [volume snapshots](https://docs.digitalocean.com/products/snapshots/how-to/snapshot-volumes/index.html.md) and create new volumes from those snapshots using the [snapshot restore workflow](https://docs.digitalocean.com/products/snapshots/how-to/create-volumes/index.html.md).
- [Tags](https://docs.digitalocean.com/products/droplets/how-to/tag/index.html.md) for volumes are only supported through the [Block Storage API](https://docs.digitalocean.com/reference/api/reference/block-storage/index.html.md).
- Volume IOPS and throughput depend on the Droplet type the volume is attached to:

  | Type              | IOPS   | Throughput |
  |-------------------|--------|------------|
  | Shared            | 7,500  | 300 MB/s   |
  | Shared (burst)    | 10,000 | 450 MB/s   |
  | Dedicated         | 10,000 | 450 MB/s   |
  | Dedicated (burst) | 15,000 | 525 MB/s   |
- Some accounts may have limits on volume creation. If you encounter a limit that you are not expecting, [contact support](https://cloudsupport.digitalocean.com).