Azure Blob Storage Pricing UK 2026
Azure Blob Storage pricing UK South 2026 in GBP. Hot vs Cool vs Cold vs Archive tier comparison, LRS vs GRS redundancy costs, operations pricing, and early deletion penalties. Updated March 2026.
Prices last verified: March 2026
Hot, Cool, Cold and Archive tier costs for UK South in GBP. Redundancy options, operations pricing, and early deletion penalties explained.
Built and verified by an independent Azure engineer, frustrated with the official calculator.
Overview
Most Azure teams default to Hot storage and overpay. Hot costs approximately £0.018/GB/month; Cool costs approximately £0.010/GB/month — a 44% saving. For 10 TB of data that represents around £80/month saved, or nearly £1,000/year, just by moving blobs you access fewer than 18–20 times per month. The break-even point between Hot and Cool is roughly 18–20 access days per month: access your data more frequently than that, and Hot is cheaper; access it less often, and Cool wins.
Archive is a different trap entirely. It is roughly 20× cheaper per GB than Hot to store, but rehydration costs can erase years of savings in a single operation. If you restore a large Archive dataset more than once, you will almost certainly have paid more in retrieval fees than you would have spent keeping the data in Hot for 12 months. Archive makes economic sense only for data you are legally required to retain but virtually never need to read.
All prices below are sourced from the Azure Retail Prices API for UK South in GBP and are updated nightly. Early deletion penalties, operations charges, and redundancy costs are all included in the calculator above.
The Four Access Tiers
Hot Tier
~£0.016/GB/month- ›Highest storage cost, lowest access cost
- ›No minimum retention period
- ›Best for frequently accessed data, active application data, recently created files
Cool Tier
~£0.012/GB/month- ›Lower storage cost than Hot
- ›Higher read/write operation costs
- ›Best for infrequent access, backups, DR data, older datasets
Cold Tier
~£0.004/GB/month- ›Much lower storage cost
- ›Significant operation costs
- ›Best for rarely accessed compliance data, long-term backups
Archive Tier
~£0.001/GB/month- ›Cheapest storage — data is offline
- ›Must rehydrate before reading (takes hours)
- ›Best for data kept for compliance but almost never accessed
Early deletion penalties: Moving data to a cooler tier then deleting it quickly can cost more than keeping it in Hot tier. Always model the full lifecycle cost before changing tiers on data you may delete soon.
Redundancy Options
All four tiers are available with multiple redundancy levels. The redundancy option you choose affects price but not the tier billing model.
For most UK production workloads ZRS is the right choice — it protects against datacentre-level failure without the cost of geo-replication. LRS is rarely appropriate for anything business-critical.
Operations Pricing
Operations are charged separately from storage, per 10,000 requests. The cost per operation increases as you move to cooler tiers — this is the mechanism that makes Archive tier cheap to store but expensive to access.
| Operation | Hot | Cool | Cold | Archive |
|---|---|---|---|---|
| Write (per 10k) | Cheapest | Higher | Higher still | Most expensive |
| Read (per 10k) | Cheapest | Higher | Higher still | Most expensive |
| Data retrieval | Free | Charged/GB | Charged/GB | Charged/GB + rehydration |
| Rehydration fee | N/A | N/A | N/A | Applies |
For read-heavy workloads (CDN origin, media serving, application assets): Hot tier is almost always the cheapest total cost once you factor in read operation and retrieval charges.
For write-heavy workloads with infrequent reads (logs, backups, event archives): Cool or Cold may save significant money. Always calculate total cost including operations, not just storage.
Point-in-time Restore (PITR)
Point-in-time Restore (PITR) lets you restore a container or individual blobs to a previous state within a configurable retention window. It is useful for compliance requirements and protection against accidental deletion or corruption.
PITR requires enabling blob versioning, soft delete, and change feed on your storage account — all three add cost. Change feed is charged per event logged, which adds up quickly for high-churn storage accounts. Restore itself is charged per GB restored. Model these costs before enabling PITR on high-volume accounts.
Certification Resources
Azure Blob Storage pricing and tier selection appears in both AZ-900 (fundamentals) and AZ-104 (administrator) exams.
AZ-900 Microsoft Azure Fundamentals — includes Storage module
From £29/month
AD: We earn a commission on qualifying purchases at no extra cost to you.
AZ-104 Practice Tests
From £15
AD: We earn a commission on qualifying purchases at no extra cost to you.
Official Resources
AZ-104 Practice Tests
From £15
AD: We earn a commission on qualifying purchases at no extra cost to you.