MTTR (Mean Time To Recovery)
MTTR is the average time from detecting an incident to restoring service — the headline reliability metric.
Mean Time To Recovery (also expanded as Repair, Restore, or Resolve) measures how fast you bounce back from incidents on average. It is the total time your incidents consumed divided by how many there were, and it is the metric most often quoted to summarize how well a team handles failure. Lower is better: a small MTTR means outages are short even when they happen.
Why it matters: in any realistic system failures are inevitable, so recovery speed often matters more than failure frequency. MTTR maps almost directly onto customer-facing downtime — halving it roughly halves the pain of every incident. It is also one of the few reliability numbers you can improve with process and tooling rather than expensive re-architecture.
A common misconception is that MTTR is a single, well-defined number. It actually blends several distinct phases — detection, acknowledgement, diagnosis, and repair — and teams disagree on exactly where the clock starts and stops. Two teams quoting very different MTTRs may simply be measuring different windows. Breaking the metric into MTTD, MTTA, and the repair phase reveals where the time really goes.
Because detection lag is part of the recovery clock, fast monitoring is one of the cheapest ways to lower MTTR. If your tooling needs five minutes to notice an outage, that lag is baked into every incident before any human can act; sub-minute checks remove most of it.
MTTR = Total downtime from incidents ÷ Number of incidents
Four incidents in a quarter take 30 + 45 + 20 + 25 = 120 minutes to resolve; MTTR = 120 ÷ 4 = 30 minutes.
Frequently asked questions
- What does MTTR stand for?
- MTTR is most often read as Mean Time To Recovery, but the R is also expanded as Repair, Restore, or Resolve. The important thing is to define which window you mean and measure it consistently.
- How can I reduce MTTR?
- Detect faster with frequent external checks, route alerts to the right responder immediately, keep runbooks and rollbacks ready, and run blameless postmortems so the same incident resolves faster next time.
- What is a good MTTR?
- There is no universal number; it depends on the service and its severity tiers. Track your own trend over time — a falling MTTR is a strong sign your detection and response are improving.
Start monitoring in under a minute
Free forever, no credit card. Upgrade when you need finer intervals.