Why is my resized volume smaller than I expected?

Validated on 20 Jan 2025 • Last edited on 18 Mar 2026

If you resize a volume and the reported size or available space is smaller than expected, this is usually due to how filesystems allocate and report disk space.

Some common reasons include:

  • Filesystem metadata overhead: Filesystems reserve space for metadata, which reduces usable space. For example, a 500 GiB volume may appear slightly smaller in df output because some space is used internally by the filesystem.

  • Reserved space for the root user: Many filesystems (such as ext4) reserve a portion of disk space for the root user by default (typically 5%), which is not counted as available by df. For example, on a 500 GiB ext4 volume, about 25 GiB may be reserved, making the available space appear lower.

    You can modify reserved blocks and other filesystem parameters using tune2fs for ext4 filesystems or xfs_io for XFS filesystems.

  • Differences in size units: Some tools report sizes in gibibytes (GiB, base-1024) while others use gigabytes (GB, base-1000). For example, a 500 GiB volume is approximately 536 GB, so tools using decimal units may show a larger number. We display volume sizes in GiB. For consistency, use df -h, which also reports sizes in GiB.

Before and after resizing, check the following:

  • Confirm the resize in the control panel. Go to the control panel, click Volumes Block Storage in the left menu, and find the volume’s new size under its name.
  • Verify the filesystem was expanded. Use df -h to compare reported and available space.
  • Account for filesystem overhead and reserved space when evaluating available space.
Why is my snapshot's size different from reported disk usage?

Snapshots of Droplets are a best estimate based on the disk usage. Snapshots of volumes operate at the block storage level, so the snapshot size may not match what the filesystem reports.

Can I make my Droplet smaller?

You cannot resize Droplets to smaller plans, but you can migrate your data to a smaller Droplet.

Can I resize a DOKS node?

You can resize a DOKS node by creating a new node pool of the desired size.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.