AzureCalc.uk uses Google AdSense for ads. No tracking cookies are used by AzureCalc.uk itself. Your saved estimates are stored anonymously.

Prices from Azure Retail Prices API · UK South · GBP · Not affiliated with Microsoft

arrow_backBack to calculators

Azure Managed Disks Pricing Guide UK 2026

Azure Standard HDD has no transaction cap. That single fact costs teams money every month when they choose HDD over SSD because the per-GB price is lower. For a workload generating 10 million I/O operations per month — typical for a busy database — HDD transaction charges add £46/month per disk on top of the base fee. The equivalent Standard SSD disk costs less in total the moment your workload becomes even moderately active. The only workloads where HDD wins on total cost are truly cold storage scenarios with near-zero IOPS.

Prices last verified: April 2026

How Azure disk pricing works: base fee vs transaction charges

Azure Managed Disks have two billing components: a fixed monthly fee per SKU (based on the disk size you reserve) and, for Standard tiers, a transaction charge per 10,000 I/O operations. The fixed fee applies regardless of how much you use the disk — you pay for the reserved capacity. The transaction charge is consumption-based: every read and write counts.

The split matters because it means two disks of the same size can have very different monthly bills depending on how actively they are used. A 128 GB Standard HDD sitting cold costs £4.87/month. The same disk serving a busy workload at 10 million I/O operations per month costs £4.87 + £46 = £50.87. The disk that looked cheapest on the pricing page is now the most expensive option.

Premium SSD removes this uncertainty entirely. It has no transaction billing at all — the monthly fee is fixed regardless of IOPS. That predictability is worth paying for in production environments where traffic is variable or hard to estimate.

Standard HDD: the no-cap trap, when it makes sense

Standard HDD (S-series) is the lowest base cost disk tier: an S10 (128 GB) costs £4.87/month. The transaction rate is £0.0005 per 10,000 I/O operations with no monthly cap. There is no ceiling — the bill accumulates for every operation regardless of how many you generate.

The trap: most engineers compare the per-GB storage rate and choose HDD because it looks cheaper. They do not model the transaction component because it requires knowing their actual IOPS in advance. For a disk that sees even moderate workload — a development database, a log volume on a busy application server, a VM with OS writes — the transaction charges quickly exceed the saving on the base fee.

Standard HDD is genuinely the right choice for exactly one scenario: cold archival or backup storage with near-zero IOPS. If the disk will be written to once and rarely read, the transaction charges remain negligible and HDD wins on base fee. If anything will actively read or write to the disk during normal operation, model the transaction cost before committing to HDD.

Standard SSD: the transaction rate and break-even vs HDD

Standard SSD (E-series) charges £0.0015 per 10,000 I/O operations for LRS. The transaction rate is higher per operation than HDD (£0.0015 vs £0.0005), but the base disk fee is also higher. The practical comparison for most workloads is not Standard HDD vs Standard SSD — it is Standard HDD vs Premium SSD, because Premium SSD eliminates the transaction variable entirely.

Standard SSD sits in the middle: more predictable than HDD for variable workloads, cheaper base cost than Premium SSD. It is a reasonable choice for non-critical workloads that have moderate and fairly predictable IOPS — development environments, test databases, infrequently-accessed application volumes. For any production workload where unpredictable IOPS spikes could cause unexpected bills, Premium SSD is the safer default.

Use the calculator to see the break-even transaction volume for your specific disk size — the point at which HDD total cost (base + transactions) equals SSD base cost alone.

Premium SSD: why no transactions makes it predictable for production

Premium SSD (P-series) has no transaction billing. The monthly fee is fixed regardless of how many I/O operations you perform. A P10 (128 GB) costs £17.94/month whether you generate zero IOPS or run it at maximum throughput. This predictability is the primary reason Premium SSD is the default recommendation for production workloads.

The P-series base fee is 2–3× higher than the equivalent E-series SKU: P10 at £17.94 vs E10 at £7.95. For a truly idle disk, E10 is cheaper. For any disk that sees production traffic, the transaction charges on E10 typically close that gap within the first week of a busy month. At 10 million I/O operations per month, E10 adds £15 in transaction charges — making its total cost (£22.95) higher than P10 (£17.94).

Premium SSD also provides better IOPS and throughput guarantees per SKU than Standard tiers. The combination of predictable billing and guaranteed performance makes it appropriate for SQL Server data files, production web servers, and any workload where latency consistency matters.

Premium SSD v2 and Ultra: 3-dimensional pricing explained

Premium SSD v2 and Ultra Disk use a different billing model from the S/E/P-series tiers. Instead of a fixed SKU price, they bill across three independent dimensions:

  • Capacity: charged per GiB per month (£0.073/GiB for Pv2, £0.146/GiB for Ultra)
  • IOPS: charged per provisioned IOPS per month — beyond a baseline for Pv2 (first 3,000 IOPS free)
  • Throughput: charged per provisioned MB/s per month — beyond a baseline for Pv2 (first 125 MB/s free)

This means the disk size, IOPS, and throughput can be independently scaled — unlike P-series where the IOPS ceiling is bundled with the SKU. A 128 GiB Pv2 disk with 10,000 IOPS costs more than the same disk with 4,000 IOPS. A P10 (128 GB) always includes the same IOPS ceiling regardless of how much you actually need.

Premium SSD v2 is suited to workloads that need fine-grained performance control — databases that require specific IOPS tiers not aligned with the P-series SKU boundaries. Ultra Disk is for the highest performance requirements (sub-millisecond latency, very high IOPS) and is only available in specific VM sizes and availability zones.

Note: the Azure Retail Prices API returns £0 for the IOPS and throughput meters on both Pv2 and Ultra Disk. The rates used in this calculator are hardcoded from Microsoft documentation and verified in April 2026. Check the Methodology page for the exact source and verification date.

Disk sizing guide: avoiding over-provisioning

The most common disk sizing mistake is choosing the next SKU up “just in case.” Each P-series tier roughly doubles in size and cost — P10 (128 GB, £17.94) to P15 (256 GB, £34.61). If your workload uses 130 GB, you must take P15, but if it uses 100 GB you can stay on P10. Measure actual disk usage before sizing, not allocated partitions.

For Standard HDD and SSD, over-provisioning is less costly in absolute terms but the transaction charges are unaffected by disk size — a larger SKU does not reduce your per-operation billing. The only reason to size up on Standard tiers is storage capacity, not performance, since performance is determined by VM type and I/O scheduling rather than disk SKU.

For Premium SSD v2, right-sizing matters differently: you provision capacity, IOPS, and throughput independently. Start at the minimum you need for each dimension and scale them separately as your workload profile becomes clear from monitoring.

Managed Disks Calculator

Use the Managed Disks Calculator → to estimate your costs. The HDD vs SSD comparison panel shows the break-even transaction volume — the point at which HDD total cost equals SSD base cost. Enter your estimated monthly I/O operations to see whether HDD is genuinely cheaper for your workload.

Built and verified by an independent Azure engineer.

storage

Managed Disks Calculator

Compare Standard HDD vs SSD transaction costs and Premium SSD pricing for UK South.

arrow_forward
ADPluralsightAzure Storage · Managed Disks · VM sizing

AZ-900 Microsoft Azure Fundamentals

From £29/month

View courseopen_in_new

AD: We earn a commission on qualifying purchases at no extra cost to you.

Related calculators