Unattached disks: the silent tax on your cloud bill
6 min read · June 17, 2026 · TurboFinOps
When an instance is terminated, its data disks do not always go with it. They detach and keep billing — full price, indefinitely, for storage nobody is using. Unattached disks are one of the most common and most ignored forms of cloud waste.
How they pile up
Default settings often preserve data volumes when an instance is deleted, which is a sensible safety net — until the snapshot is taken and the disk is forgotten. Migrations, blue/green cutovers and failed launches all leave orphans behind.
They are invisible on most dashboards because they are not attached to anything you are looking at. You have to go looking for storage that is connected to nothing.
The cross-cloud signal
On AWS, an EBS volume in the “available” state is unattached. On Azure, a managed disk reports diskState “Unattached”. On GCP, a persistent disk with zero attached users is detached. Same concept, three field names.
The cost is simply the disk’s size times the per-GB rate for its tier — and you pay it every month until you act.
Clean up without regret
Snapshot first if the data has any chance of mattering — snapshots are far cheaper than live disks and can be restored. Then delete the volume.
Distinguish deletion from right-tiering: an unattached premium disk should be deleted, not downgraded. Tier optimization applies to disks that are actually in use.
Frequently asked questions
- Is it safe to delete an unattached disk?
- Take a snapshot first, then delete. Snapshots cost a fraction of a live disk and let you restore if someone needed the data. An unattached disk with a snapshot is safe to remove.
- How do I find them at scale?
- Scan for the unattached state on each cloud (EBS available, Azure Unattached, GCP zero users). TurboFinOps flags all three under one rule with the monthly cost attached.
See your own cloud waste in minutes
Connect AWS, Azure or GCP and get a read-only scan of your top savings opportunities — with verified savings receipts when you fix them.
Run a free cloud waste scan