Recovery Time Objective (RTO) Calculator

Recovery Time Objective (RTO) defines the maximum acceptable downtime duration a business can sustain before the financial, operational, or reputational impact becomes unacceptable. Setting a justified RTO requires knowing the revenue and cost impact of each hour of downtime and the financial exposure the organization can absorb. This calculator derives a business-justified RTO from your hourly revenue impact and maximum tolerable downtime cost, and estimates the annual investment that is economically rational to achieve that recovery capability based on incident frequency.

-
-
-
-

RTO formula

RTO_hours = max_tolerable_cost / hourly_revenue_loss
RTO_gap = current_MTTR - RTO_hours
annual_cost_current = incidents/yr * MTTR * hourly_loss
annual_saving = incidents/yr * (MTTR - RTO) * hourly_loss

Frequently asked questions

What is Recovery Time Objective (RTO)?

RTO is the maximum acceptable duration of downtime following a disaster before business operations must be restored. It defines the window within which recovery must be completed. RTO = max_acceptable_downtime_cost / hourly_revenue_loss. A business that can tolerate $50,000 of downtime loss and loses $10,000/hour has a maximum RTO of 5 hours.

How is RTO different from MTTR?

RTO is a business requirement (the target). MTTR (Mean Time To Recover) is the actual observed or expected recovery time (the capability). The goal of disaster recovery planning is to ensure MTTR is reliably below RTO for all relevant failure scenarios. If current MTTR exceeds RTO, additional investment in recovery capability is needed.

What recovery technologies match different RTO tiers?

RTO 24+ hours: restore from tape or remote backup storage (least expensive). RTO 4-24 hours: disk-based backup with remote copy; restore from standby environment. RTO 1-4 hours: warm standby server with recent backup; scripted recovery runbooks. RTO 15-60 minutes: warm standby with continuous replication; automated failover scripts. RTO under 15 minutes: hot standby with automated failover; requires active-active architecture.

How do I calculate the maximum justifiable investment in recovery capability?

Max investment = PV of downtime cost savings over the system lifetime, discounted at the cost of capital. Simplified: if reducing RTO from 24 hours to 2 hours saves $100,000 per average incident and incidents happen once per year, the annual benefit is $100,000 * incident_probability. Invest up to the NPV of that saving stream. However, regulatory requirements may mandate specific RTO targets regardless of cost-benefit.

Should I test my RTO target?

Yes. RTO targets are only meaningful if they are tested under realistic conditions. Best practice is to conduct a full recovery test (restore from backup to an isolated environment, verify data integrity, and time the recovery) at least annually. Many organizations discover during testing that actual recovery time is 2-5x their assumed RTO. Tabletop exercises are not a substitute for live recovery tests.

Official sources

Reviewed by the CalculatorHub team, edited by James Graham, 14 June 2026. See our methodology.