Hot, Warm and Cold Storage Explained
Storage tiers trade speed for cost. This explainer sets out how hot, warm, cold and offline tiers actually behave on retrieval, what they charge for, and why picking a tier is a different question from having a backup.

- Written by
- Mark Fermor, Co-Founder, Firevault
- Technical review
- Firevault architecture team
- First published
- 18 November 2025
- Last reviewed
- 27 August 2026
- Review cycle
- At least annually, or following material changes to NIST, NCSC or ISO guidance.
How we built this explainer: This explainer draws on published cloud provider documentation for archive tier retrieval behaviour, ISO/IEC 27040 storage security concepts, and NIST guidance on data protection and recovery. It sets out neutral, vendor independent definitions before describing where Firevault's approach fits.
Every organisation with more than a few terabytes of data eventually asks the same question: which storage tier should this dataset live on. The answer is usually framed as hot versus cold, but there are really four tiers in common use, hot, warm, cold and offline, and each makes a different promise about latency, cost and reachability.
Getting the tier right matters for the budget. It does not, by itself, answer whether the data can be recovered after an incident. That is a separate question, and conflating the two is one of the most common and most expensive mistakes in storage planning.
What are hot, warm and cold storage?
The terms describe how frequently data is expected to be read, and the storage architecture is optimised accordingly. There is no single universal standard defining the boundaries between tiers, but cloud providers and enterprise storage vendors use broadly consistent definitions.
- Hot storage
- Online, low latency media for data accessed constantly. Millisecond response, highest cost per terabyte.
- Warm storage
- Online media for data accessed occasionally, such as weekly reporting. Moderate cost, moderate latency.
- Cold storage
- Archive class cloud tiers for data rarely read. Lowest cost per terabyte, retrieval measured in minutes to hours.
- Offline storage
- Media with no active network connection while disconnected. Not priced by access frequency but by physical isolation.
Hot, warm and cold all describe storage that remains connected to a network at all times, even when the data itself is untouched for months. Offline is a different axis entirely: it describes whether a network path to the storage exists at all, not how often the data is read.
How storage tiers actually work
Cloud providers implement tiers with different underlying media and provisioning. Hot tiers use fast solid-state or high-performance disk arrays with generous concurrent throughput reserved for the account. Cold and archive tiers use denser, lower-performance media, and providers deliberately under-provision retrieval capacity because they assume most archived objects will never be read again.
Moving an object between tiers, sometimes called lifecycle management, is usually automated through policies based on age or last-access time. This is efficient for cost control but says nothing about whether the object is protected against deletion, encryption or corruption while it sits in any tier.
Retrieval latency, charges and minimum durations
The economics of cold storage only make sense once the retrieval side of the equation is understood. A cheap monthly storage rate is subsidised by three mechanisms that only apply when data actually needs to come back.
- Retrieval latency. Standard retrieval from an archive tier commonly takes several hours. Expedited options exist at a much higher per-gigabyte price and are not always guaranteed. Bulk retrieval of large volumes can take up to 48 hours.
- Retrieval and egress charges. Providers typically charge per gigabyte to read an object out of an archive tier, plus a separate egress charge to move the data out of the provider's network. These charges do not appear on the resting storage bill.
- Minimum storage duration. Archive tiers commonly commit data to a minimum period, often 90 to 180 days, before it can be deleted or moved tier without an early deletion charge equivalent to the remaining committed period.
| Tier | Typical retrieval time | Retrieval and egress fees | Minimum duration |
|---|---|---|---|
| Hot | Milliseconds | None beyond standard transfer | None |
| Warm | Milliseconds to seconds | Minimal | Often none or short |
| Cold (archive) | Minutes to hours | Per gigabyte retrieval plus egress | Commonly 90 to 180 days |
| Offline | Time to physically reconnect | None from the media itself | Set by organisational policy, not the provider |
Model the incident, not the invoice: A restore under time pressure, during an incident, is when retrieval charges and latency matter most. A cold tier that looks inexpensive at rest can cost more to recover from than a year of hot storage once expedited retrieval and egress on a large dataset are included.
Why cold is not the same as disconnected
Cold storage and offline storage are frequently used as if they were interchangeable. They are not. A cloud archive tier is cold in price and slow in retrieval, but the underlying media never stops being reachable over a network, and it is administered through exactly the same identity and API plane as the provider's hot storage.
- Reachable through the provider's API and console
- Governed by identity, tokens and access keys
- A compromised privileged account can reach it
- No network interface active while offline
- Reconnection requires a deliberate, scheduled action
- Not reachable through any credential compromise
The practical consequence
An attacker who compromises an administrator account, an expired multi-factor setup or an exposed access key can, in principle, reach a cold storage object just as they can reach a hot one, given enough time and patience. Object Lock, versioning and retention policy reduce that risk but remain logical controls enforced by configuration, not physical barriers. Only removing the network path itself removes that class of exposure.
Storage tiering is not backup
This distinction is worth stating plainly because it is so often blurred in vendor material. Storage tiering is a decision about where a single copy of data lives, based on how often it needs to be read. Backup is a decision about how many independent copies of data exist, and whether they can be restored if the primary copy is lost.
- A dataset can be perfectly tiered for cost and still have zero independent backup copies.
- Moving a dataset to a cold tier does not create a second copy; it is usually still the only copy.
- A backup that lives on the same cloud account as production, even in cold storage, shares the same failure and attack domain.
- Tiering optimises cost. Backup, done correctly, protects against loss regardless of cost.
A resilient architecture treats tiering and backup as two separate exercises that happen to interact: pick the tier for the production copy based on access needs, then separately ensure genuinely independent backup copies exist and are tested, regardless of which tier they happen to sit in.
How this maps to storage and recovery standards
ISO/IEC 27040 sets out storage security concepts that apply across tiers, including data protection in transit, at rest and during media disposal, and it treats tiering and data protection as related but distinct concerns. NIST SP 800-209 gives similar guidance for storage infrastructure security, covering access control and protection requirements that apply regardless of which performance tier data sits in.
On the recovery side, NIST SP 1800-11 and the recovery function of the NIST Cybersecurity Framework 2.0 are explicit that recoverability depends on tested, independent backup capability, not on the storage tier a dataset happens to occupy. The NCSC's guidance on offline backups makes the same point from a UK operational perspective: an online copy, however cheap or slow to access, is not equivalent to a genuinely offline one.
Total cost of ownership across tiers
Comparing tiers on the monthly price per terabyte alone systematically understates the cost of cold storage and systematically overstates the cost of alternatives. A proper total cost of ownership comparison includes several components.
- Resting storage cost. The advertised monthly rate per terabyte, which is genuinely lower for colder tiers.
- Retrieval and egress cost. Charged only when data is read back, and easy to omit from budget comparisons that focus on storage alone.
- Early deletion and minimum duration cost. Penalties for moving data before the committed retention period has elapsed.
- Management overhead. Time spent configuring lifecycle policies, monitoring retention locks and reconciling which copies exist where.
- Incident recovery cost. The cost of an actual, unplanned, time pressured restore, including expedited retrieval fees and the business cost of extended downtime.
Modelling that last line item honestly is usually what changes the decision. A rarely accessed archive can remain in a cold tier indefinitely. A dataset that represents the organisation's only recovery path from a catastrophic event should not be selected for the cheapest possible tier purely on the resting storage price.
How to classify data across tiers
Classification should be driven by two measurable factors: actual access frequency and the acceptable recovery time if the data were lost or encrypted, not by data age or file type alone.
Hot tier
- Live production databases
- Active file shares
- Current-year transactional data
Warm or cold tier
- Quarterly reporting datasets
- Prior-year archives
- Reference data accessed for audits
Offline tier
- Gold backup copies
- Regulatory retention masters
- Data the business cannot afford to lose
A dataset can sit in more than one tier at once, for good reason. Production data lives hot for daily use; a backup copy of the same data can sit cold for cost efficiency; and a further copy of the same data, kept offline, satisfies the resilience requirement that neither the hot nor the cold copy can provide alone.
A practical decision checklist
- How many times per month is this data actually read, not how often policy assumes it should be?
- What is the acceptable time to retrieve this data if it were needed urgently?
- What would a full restore of this dataset cost in retrieval and egress fees today?
- Is this the only copy of the data, or one of several independent copies?
- If this is a backup copy, does it share an identity plane or account with the data it protects?
- Has a restore from this tier actually been tested, or only assumed to work?
Limits and common failure modes
Tiering strategies fail in predictable ways. The most common is treating archive tier storage as a backup strategy on its own, without an independent, offline copy, which leaves the organisation exposed to any compromise of the account or platform holding that tier. Object Lock and retention policies are frequently assumed to be equivalent to a physical air gap; they are not, because they can be altered by anyone with sufficient privilege in that account.
A second common failure is underestimating retrieval time during an actual incident. Recovery plans built around a theoretical retrieval time, rather than a tested one, routinely discover that expedited retrieval options are limited in volume, contended during widespread incidents, or simply more expensive than budgeted. A third failure is neglecting minimum storage duration when planning data lifecycle changes, which produces unexpected early deletion charges at the least convenient time.
How Firevault applies these principles
Firevault does not compete with hot or cold cloud storage tiers, and does not claim to replace them. Production data should stay hot for operational performance, and infrequently accessed data can legitimately sit in cold cloud storage for cost efficiency. Firevault Offline Secure Storage® is designed to be the fourth tier described in this explainer: the offline copy that neither hot nor cold cloud storage can provide, because both remain reachable over a network.
The storage media is disconnected between scheduled, identity-verified access windows managed through Firevault Control, an out-of-band management plane, so there is no listening service and no credential path for an attacker to exploit while the copy is offline. Retrieval, when genuinely required, happens over your own network on a fixed subscription rather than a per-gigabyte cloud egress model, so the cost of an actual recovery is known in advance rather than discovered during an incident. This sits alongside, not instead of, whatever hot and cold tiering strategy the organisation already uses.
Tiering answers speed and cost. It does not answer resilience.
Hot, warm and cold storage are a spectrum of access frequency and price. Choosing the right tier for a dataset lowers cost without harming the working day. But no combination of hot and cold cloud tiers, on its own, provides a resilient recovery position, because both remain reachable over the network and administered by the same identity plane.
A sound architecture picks tiers for cost and performance, then separately ensures at least one copy of the data that matters is genuinely offline and independently verified as restorable.
Frequently Asked Questions
Straight answers on how Offline Secure Storage® behaves in practice.
Sources and further reading
- ISO/IEC 27040:2024, Information technology — Security techniques — Storage security
International standard covering storage security concepts, including data protection, retention and media handling across storage tiers.
- NIST SP 800-209, Security Guidelines for Storage Infrastructure
Guidance on storage architecture security, including access control and data protection across online and offline media.
- NIST SP 1800-11, Data Integrity: Recovering from Ransomware and Other Destructive Events
Practical guidance distinguishing storage architecture decisions from backup and recovery capability.
- NIST Cybersecurity Framework 2.0
Recovery function guidance on maintaining and testing backup capability independent of storage medium selection.
- NCSC UK, Offline backups in an online world
UK guidance on the distinction between online storage tiers, including cloud archive, and genuinely offline backup copies.
Related Firevault guides
