Hot, Warm, Cold, Archive: The Data Tiering Strategy That Cuts Storage Bills by Half

Picture of DataStorage Editorial Team

DataStorage Editorial Team

MANAGEMENT & OPTIMIZATION 9 min read  ·  July 2026
100 TB of compliance data sitting in S3 Standard costs about $2,300 a month. The same data in Glacier Deep Archive costs about $99. Same bytes, same durability, a 23x difference, because almost nobody actually reads compliance archives.

100 TB of compliance data sitting in S3 Standard costs about $2,300 a month, based on AWS's published rate of $0.023 per GB. Move that same data to Glacier Deep Archive, priced at $0.00099 per GB, and the bill drops to about $99 a month. Same bytes, same durability guarantees, a 23x difference. The only thing that changed is which tier it lives in. That gap is not a rounding error, it's roughly $26,500 a year sitting on the table for one dataset that almost nobody actually reads.

Most organizations still store the overwhelming majority of their data in the most expensive tier available, not because it needs to be there, but because nobody built a policy to move it. Data tiering is the fix, and it is one of the highest-leverage, lowest-risk cost optimizations available in cloud storage today.

23x
price gap between AWS S3 Standard and Glacier Deep Archive
AWS, 2026
$26,400
annual savings moving a 100 TB archive to Deep Archive
AWS pricing calc
30-50%
typical savings from automated tiering products
Industry data, 2026
180
day minimum storage duration enforced on Glacier Deep Archive
AWS, 2026
🎙️ Datastorage.com Podcast  ·  Episode 1
Rewriting the Cloud Playbook with Backblaze CEO Gleb Budman
A conversation about egress fees, vendor lock-in, and why building on open standards like the S3 API keeps your options open.
▶  Listen Now

What Data Tiering Actually Means

Every major storage provider offers multiple storage classes priced according to how quickly and how often you expect to access the data. The categories are consistent across providers even though the exact names differ:

Hot storage is built for data accessed frequently and needed instantly: active application data, current-quarter analytics, anything a user might request right now. It carries the highest per-gigabyte price and the lowest latency.

Warm or cool storage suits data accessed occasionally, perhaps monthly, where a small retrieval fee and modest latency are acceptable trade-offs for meaningfully lower storage cost.

Cold storage is for data accessed rarely, quarterly or less, where higher retrieval fees and delays of minutes to hours are fine because the data mostly just needs to exist and be durable.

Archive storage is the cheapest tier by far, designed for data accessed once or twice a year at most, such as compliance records or long-term backups, with retrieval delays that can run from several hours to nearly two days depending on the provider and retrieval speed selected.

$
⚡ Free Tool
See What You're Actually Paying Across Providers
Use our Cloud Cost Calculator to compare real pricing, including storage tiers, across AWS, Azure, GCP, Backblaze, Wasabi and more, side by side, in seconds.
Try the Free Calculator
6+ Providers No Signup

The Real Price Gap Between Tiers

The pricing spread across tiers is dramatic and consistent across every major provider, based on published 2026 rates:

Provider Hot Tier Warm / Cold Tier Archive Tier
AWS S3Standard: $0.023/GBGlacier Instant Retrieval: $0.004/GBGlacier Deep Archive: $0.00099/GB
Azure BlobHot: $0.018/GBCool: $0.010/GB, Cold: $0.0045/GBArchive: $0.00099/GB
Google Cloud StorageStandard: $0.020/GBNearline / ColdlineArchive: ~$0.0012/GB

AWS S3 Standard costs $0.023 per GB per month, while Glacier Deep Archive costs $0.00099, a spread of more than 23x. Azure's Hot tier runs $0.018 per GB against $0.00099 for Archive, similarly wide. Google Cloud Storage's Standard tier starts at $0.020 per GB with Archive priced around $0.0012. Across every provider, the pattern holds: archive tiers cost roughly 1 to 2 percent of what hot storage costs per gigabyte.


The Retrieval Trap Nobody Budgets For

The cheapest tier on paper is not automatically the cheapest tier in practice. Cold and archive tiers charge separately for getting data back out, and those fees can erase the storage savings fast if you retrieve more often than the tier is designed for. This is closely related to the hidden costs your cloud provider isn't telling you about.

Retrieval fees stack on top of storage cost

Pulling data out of Glacier-class storage runs roughly $0.01 to $0.05 per GB depending on retrieval speed, plus separate per-request charges. A bulk restore of a large archive can turn a nearly-free monthly storage bill into a five-figure one-time charge if it isn't planned for.

Minimum storage durations penalize early deletion

AWS bills Standard-Infrequent Access data for a minimum of 30 days even if you delete it after 20. Glacier Deep Archive enforces a 180-day minimum, billing the full period regardless of when data is actually removed. Moving data to a deep archive tier only makes sense if it's genuinely going to sit there for months.

Small objects get penalized by minimum billable sizes

Azure enforces a 128 KiB minimum billable size on Cool, Cold, and Archive tiers, and Google Cloud applies a similar 128 KB minimum on Nearline, Coldline, and Archive. A tiering policy that moves millions of small files into a cold tier without accounting for this can end up costing more than expected.

Access time is not instant

Standard archive retrieval on AWS Glacier Deep Archive takes up to 12 hours; Azure and Google Cloud archive tiers carry comparable delays. If a compliance audit or legal hold needs data back within the hour, the cheapest tier is the wrong tier, regardless of the per-gigabyte price.


A Worked Example: The Same 100 TB, Three Tiers

Applying AWS's published per-gigabyte rates to a single 100 TB compliance archive shows exactly what's at stake:

Storage Class Monthly Cost Annual Cost
S3 Standard $2,300 $27,600
S3 Glacier Instant Retrieval $400 $4,800
S3 Glacier Deep Archive $99 $1,188

Moving from Standard to Glacier Deep Archive saves roughly $26,400 a year on this dataset alone. Even the middle option, Glacier Instant Retrieval, which still allows millisecond access, cuts the bill by more than 80 percent. For data genuinely accessed once or twice a year, Deep Archive's 12-hour retrieval window is rarely a practical problem, and the savings are close to total.

$0
🤝 Partner Offer
Get Started with Backblaze B2, Zero Egress Fees
Backblaze B2 offers S3-compatible object storage at a fraction of AWS costs, with no egress fees when paired with Cloudflare. Trusted by 500,000+ businesses.
Visit Backblaze B2
500,000+ Businesses S3-Compatible

How to Actually Build a Tiering Strategy

Start with an access-pattern audit, not a price list

Before moving anything, identify what's actually being accessed and how often. Cloud provider analytics tools, S3 Storage Lens on AWS, Azure Storage analytics, and similar tools on other platforms, show real access frequency per object or bucket, which is a far better starting point than guessing based on data age alone.

Use automated tiering where access patterns are unpredictable

AWS Intelligent-Tiering, and equivalent automated tiering products on other platforms, move data between tiers automatically based on observed access, without manual lifecycle rules. Industry data suggests automated tiering can cut storage costs 30 to 50 percent with no change to application behavior, at the cost of a small per-object monitoring fee that typically pays for itself many times over.

Write explicit lifecycle policies for predictable data

For data with a known access pattern, application logs that matter for 90 days and rarely after, compliance records that need to exist for seven years but are read almost never, explicit lifecycle rules that transition data on a schedule are more predictable and often cheaper than automated tiering's monitoring overhead.

Model retrieval cost before committing to a cold or archive tier

Before moving a dataset to Glacier Deep Archive or its equivalent, estimate how often it will realistically need to be retrieved and at what volume. If the honest answer is more than once or twice a year, or if any single retrieval could involve pulling back a large fraction of the archive at once, a warmer tier with faster, cheaper retrieval is very likely the better economic choice despite the higher monthly storage rate.

Set lifecycle rules for incomplete uploads and orphaned data

Abandoned multipart uploads and orphaned snapshot data accumulate storage charges indefinitely if nothing cleans them up. A lifecycle rule that aborts incomplete uploads after seven days and removes orphaned data on a schedule is a small, one-time setup step that prevents a slow, invisible cost leak.

Before You Move Anything to a Colder Tier
  • Confirm the minimum storage duration for the target tier, and don't move data likely to be deleted before that period ends.
  • Estimate realistic retrieval frequency and volume, not the best case, before assuming a colder tier is cheaper overall.
  • Check for minimum billable object size penalties if the dataset includes many small files.
  • Confirm retrieval time windows meet any compliance, legal hold, or operational requirements before archiving.

Key Takeaways

Key Takeaways
  • Storage tier pricing spreads are dramatic and consistent across providers: AWS S3 Standard to Glacier Deep Archive is a more than 23x difference per gigabyte, based on 2026 published rates.
  • The cheapest tier by storage price is not automatically the cheapest tier overall. Retrieval fees, minimum storage durations, and minimum object sizes can erase archive-tier savings if access patterns don't match the tier's design.
  • A 100 TB compliance archive moved from S3 Standard to Glacier Deep Archive saves roughly $26,400 a year, based on AWS's own published per-gigabyte rates.
  • Automated tiering products like AWS Intelligent-Tiering can cut storage costs 30 to 50 percent without any change to application behavior, making them a strong default for data with unpredictable access patterns.
  • The right tiering strategy starts with an honest audit of actual access patterns, not a guess based on data age or a blanket policy applied to an entire dataset.

FAQ

How much can data tiering realistically save on a storage bill?
It depends heavily on how much of your data is genuinely cold. Organizations with large volumes of infrequently accessed data, backups, logs, compliance records, commonly see 30 to 50 percent overall storage cost reductions from a well-built tiering strategy, and individual datasets moved to archive tiers can see savings above 90 percent.
Is automated tiering always better than manual lifecycle policies?
Not always. Automated tiering is strongest when access patterns are unpredictable, since it reacts to real usage rather than guesses. For data with a known, predictable access timeline, manual lifecycle rules are often cheaper since they avoid the small per-object monitoring fee automated tiering charges.
What's the biggest mistake teams make when adopting a cold or archive tier?
Underestimating retrieval frequency and cost. A tier that looks dramatically cheaper on the storage price alone can end up costing more overall if the data gets retrieved more often, or in larger volumes, than the tier was designed for. Model realistic retrieval scenarios before committing, not just the storage rate.
Do minimum storage durations apply if I delete data early?
Yes, and this is a common surprise. AWS bills Standard-Infrequent Access data for a minimum of 30 days regardless of actual deletion date, and Glacier Deep Archive enforces a 180-day minimum. Deleting early doesn't reduce the bill for that minimum period, so only move data to these tiers if it will genuinely sit there for at least that long.
Should small files be tiered the same way as large files?
Not without checking minimum billable object size rules first. Azure and Google Cloud both apply minimum billable sizes, around 128 KB, on their cooler and archive tiers. A large volume of small files moved into these tiers can end up billed at a higher effective rate than their actual size, which sometimes makes a warmer tier the more economical choice for small-file-heavy datasets.
The cheapest byte is the one sitting in the right tier, not the coldest tier available. Match the storage class to how the data actually gets used, and the savings take care of themselves.
Weekly Newsletter
Stay Ahead in Cloud Infrastructure
Join 1,200+ CTOs, architects, and cloud professionals who get our weekly briefing on storage strategy, GPU compute, and cloud cost intelligence.
Subscribe Free

References

  • AWS: official published S3 storage class pricing (2026)
  • Microsoft Azure: official published Blob Storage tier pricing (2026)
  • Google Cloud: official published Cloud Storage class pricing (2026)
  • DataStorage.com Podcast, Episode 7: Inside the GPU Carrier Layer, with Sunny Smith, Massed Compute

Share this article

🔍 Browse by categories

Free Cloud Cost Calculator

Compare AWS, Google Cloud, Azure, and alternatives like Backblaze B2 Discover how much you could save in seconds

🔥 Trending Articles

Newsletter

Stay Ahead in Cloud
& Data Infrastructure

Get early access to new tools, insights, and research shaping the next wave of cloud and storage innovation.