top of page

RTO vs. RPO: The Two Numbers That Define Your Disaster Recovery

  • 2 days ago
  • 6 min read
Server backup and disaster recovery infrastructure with timeline visualization

RTO and RPO are the two metrics that govern every disaster recovery decision you'll ever make. RTO, Recovery Time Objective, is how long you can be down before the business breaks. RPO, Recovery Point Objective, is how much data you can afford to lose. Together they determine your backup strategy, your DR architecture, and roughly how much you'll spend on resilience.


Most companies set these numbers by feel, then design DR around the architecture they already have. That's backwards. The right order is: define what the business actually needs, then choose the architecture that hits those targets at the lowest cost. This guide covers how to do it, what each tier costs, and the common mistakes that turn a "disaster recovery plan" into a document nobody believes.


What RTO actually means

RTO is the maximum time between when something fails and when it's running again, measured from the business's perspective, not the IT team's. A database that's restored in 45 minutes but takes another 90 minutes for the application team to validate and reopen to customers has an effective RTO of two hours and 15 minutes.


The number is set by asking: what does each hour of downtime cost? For some workloads, internal reporting tools, training systems, marketing sites, an RTO of 24 hours is fine. For others, order entry, payment processing, dispatch, clinical systems, an hour of downtime is a six-figure problem and RTO has to be measured in minutes.


ITIC's 2024 research found that 91% of enterprises peg the cost of critical application downtime at $100,000 per hour or more, and 44% put it above $1 million per hour. Whatever your number is, the RTO target should be set so that downtime cost stays within the budget for resilience. Above that, you're underinvesting in DR; below it, you're overinvesting.


What RPO actually means

RPO is the maximum amount of data you can afford to lose, measured in time. A four-hour RPO means: if disaster strikes right now, restoring from the most recent backup may discard up to four hours of changes that hadn't been backed up yet.


RPO is driven by two questions:


  1. How much data does this system change per unit time? A high-velocity transactional system loses more value per minute than a low-velocity reference database.

  2. Can the lost data be reconstructed? Transactions you can re-enter from paper records or upstream systems are different from transactions you can't.


A few illustrative working targets that show up in real DR plans:


  • 24-hour RPO: acceptable for systems where daily backups cover the loss (reporting, internal apps, document repositories)

  • 1–4 hour RPO: typical for mid-criticality business systems

  • 5–15 minute RPO: common for revenue-generating transactional systems

  • Near-zero RPO: required for systems where any data loss is unacceptable (payment processing, clinical records, certain financial systems)


The number drops fast. Going from 4-hour RPO to 15-minute RPO often doubles infrastructure cost. Going from 15 minutes to near-zero typically triples it.


What RTO and RPO actually cost (the DR tier pyramid)

The DR market has settled into a rough hierarchy of architectures, each with characteristic RTO/RPO ranges and characteristic costs.


Backup only, RTO 24+ hours, RPO 24 hours. Daily backups stored offsite. Cheapest by far. Appropriate for systems where a day of downtime and a day of lost data are both tolerable.


Pilot light, RTO 4–8 hours, RPO 1 hour. Core infrastructure pre-provisioned in DR but not running; data continuously replicated. Activated during disaster. Typically 10–20% of production cost as ongoing overhead.


Warm standby, RTO 30–60 minutes, RPO 5–15 minutes. Scaled-down DR environment running at all times, scales up during a disaster. Typically 30–50% of production cost.


Hot standby, RTO under 5 minutes, RPO seconds to zero. Full-capacity DR environment running continuously with near-real-time replication. Typically 80–100%+ of production cost.


Active-active, RTO near zero, RPO zero. Workload runs simultaneously across two or more sites. The most expensive, and the only architecture where a single site failure causes no downtime at all.


Each tier is roughly 3–5x more expensive than the tier below it. The discipline isn't picking the most resilient tier, it's matching the tier to the business cost of failure. A backup-only strategy for the order entry system is a problem; a hot standby for the internal training portal is a problem of a different kind.


How to set RTO and RPO for your business

The five-step process most resilient DR programs follow:


  1. List every system. Not just production applications, include the dependencies (Active Directory, DNS, networking, security tools). Systems get missed in DR plans because they're "infrastructure" until they're down.

  2. Score business impact per system. Revenue at risk per hour of downtime. Customer impact. Regulatory exposure. Data sensitivity. Use a scale you'll actually maintain.

  3. Set tier targets from the score. Tier 1 systems get aggressive RTO/RPO. Tier 4 systems get backup-only. Most companies end up with 5–15 truly Tier 1 systems, not 50.

  4. Choose the architecture per tier. Map each tier to one of the DR patterns above. Different tiers can live in different DR destinations, Tier 1 in a hot-standby colocation, Tier 4 in cloud cold storage.

  5. Test the targets. A DR plan that hasn't been tested is a hypothesis. Run the recovery quarterly for Tier 1 systems, annually for the rest. Discover the gaps before the disaster does.


Common RTO and RPO mistakes

  • Setting both numbers to "as low as possible." The cheapest architecture that meets the business need is the right architecture. Lower-than-needed targets are just expensive.

  • Forgetting the dependencies. A 30-minute RTO on the order system doesn't help if the database it depends on is on a 4-hour RTO architecture. RTOs cascade.

  • Confusing data backup with disaster recovery. Backups protect against data loss. DR protects against downtime. They're related but they're not the same project, and a backup tool doesn't automatically meet your RTO.

  • Setting targets in IT, not with the business. RTO is a business decision masquerading as a technical one. The CFO and the operations leaders should sign off.

  • Picking the DR provider first. The architecture should drive the provider choice, not the other way around. Vendors who lead with their tooling rather than your targets are selling a product, not a plan.


That last one is where an independent technology advisor changes the math. We work across 300+ vetted providers, including the DRaaS specialists most buyers never find through web search, and we benchmark architecture and pricing against your actual RTO/RPO targets, not the targets the vendor's product happens to hit. We're compensated by the providers we place, at the same rate regardless of which is selected, which keeps the recommendation honest.


How RTO and RPO connect to your cloud and colo decisions

DR has become inseparable from the broader question of where workloads live. Companies pulling workloads off public cloud need DR architecture in the destination, usually colocation or private cloud. Companies running multi-region hybrid setups have natural DR options if they're designed for it from the start. We cover the broader picture in our guide to cloud repatriation and the destination economics in colocation pricing.


The short version: RTO/RPO targets should be set first, then they constrain where workloads can live. Architectures that hit a 15-minute RTO across multiple sites don't fit every cloud or colo deployment, choosing the destination without knowing the targets usually means redesigning later.


Frequently asked questions


What's the difference between RTO and RPO?

RTO (Recovery Time Objective) is how long it takes to recover after a failure. RPO (Recovery Point Objective) is how much data you can lose. RTO is measured in time-to-restore; RPO is measured in time-to-last-backup-point.


What's a good RTO and RPO?

There's no single "good" answer, both targets should match the business cost of downtime and data loss for each specific system. Mission-critical systems often run minutes-or-less for both; lower-criticality systems often run hours or even a day. Most companies end up with multiple tiers across their portfolio.


Which is more important, RTO or RPO?

Both matter, and they often have to be balanced against each other. A workload with a 1-hour RTO but a 24-hour RPO can be restored quickly but with a day of lost data; the reverse is also possible. The right answer is whichever combination fits the business cost of failure for that system.


How are RTO and RPO related to DR architecture cost?

Tighter targets cost more. Each tier of the DR pyramid (backup → pilot light → warm standby → hot standby → active-active) is roughly 3–5x more expensive than the tier below it. The discipline is matching each system's tier to its actual business need.


How often should we test our RTO and RPO?

At least annually for all critical systems, and quarterly for Tier 1 systems. A DR plan that hasn't been tested has never proven it can hit its targets, and testing reliably exposes gaps before a real disaster does.


The bottom line

RTO and RPO are deceptively simple numbers that quietly govern your entire resilience budget. Set them too tight and you'll overpay for capacity you don't need; set them too loose and the cost of an actual outage will be a multiple of what you saved. The discipline is doing the business-impact work first, then letting the targets drive the architecture and the provider, not the reverse.


Want a real read on whether your RTO and RPO targets match the architecture you're paying for? Book a discovery call and we'll map your systems by criticality, benchmark right-fit DR options, and price out the gap, at no cost to you.

 
 
 
bottom of page