Inactive and Detached Managed Disk
Storage
Cloud Provider
Azure
Service Name
Azure Managed Disks
Inefficiency Type
Unused Resource
Explanation

Managed Disks frequently remain detached after Azure virtual machines are deleted, reimaged, or reconfigured. Some may be intentionally retained for reattachment, backup, or migration purposes, but many persist unintentionally due to the lack of automated cleanup processes. When these detached disks are also inactive—showing no read or write activity—they represent unnecessary ongoing costs. Identifying and removing these orphaned disks can produce meaningful savings without affecting any active workloads.

Relevant Billing Model

Managed Disks are billed based on:

  • Provisioned disk size (per GB/month) — billed regardless of attachment or usage
  • Disk types: Premium SSD, Standard SSD, Standard HDD, Ultra Disk (IOPS/throughput billed separately)
  • Snapshots — billed separately based on storage consumed

Unattached disks are fully billable until explicitly deleted.

Detection
  • Identify Managed Disks that are in an unattached state (not linked to any VM)
  • Review metrics or activity logs to determine whether the disk has seen any read or write operations during the lookback period
  • Check whether the disk is intentionally retained for recovery, migration, or reattachment
  • Determine whether a snapshot has already been created or is needed prior to deletion
  • Consult with workload owners or infrastructure teams to verify whether the disk still serves a business or technical purpose
Remediation

Delete inactive and detached Managed Disks that are no longer needed. If data retention is required, create a snapshot before deletion. Establish periodic reviews or automate cleanup of unused resources to reduce persistent storage costs, especially for higher‑tier disk types.