Vultr DocsLatest Content

Associated Doc

Why Is My Snapshot's Size Different From Reported Disk Usage?

Updated on 20 November, 2025

Explains why Vultr snapshots may appear larger than reported disk usage due to capturing all allocated disk blocks rather than just used space.


A Vultr Snapshot captures the entire disk image of a Compute instance, including the operating system, configuration, metadata, and all allocated disk blocks. Because the snapshot process operates at the disk level rather than the file level, its size does not always match the amount of active data that the filesystem reports as in use.

Previously deleted or unused space may still exist as allocated blocks at the disk level, which contributes to the snapshot size. Filesystem metadata and overhead are also included to ensure the snapshot is a complete, bootable image.

To minimize snapshot size and keep it closer to actual disk usage, you can:

  1. Remove unnecessary files before creating a snapshot.
  2. Run filesystem maintenance commands, such as fstrim on Linux, to release unused blocks.
  3. Compact or zero out unused space where possible to reduce allocation overhead.

These steps help snapshots more closely reflect true data usage while preserving full system integrity.