MTBF, MTTR, and Availability: Reliability Math Explained

🔧 12K searches/mo💰 CPC: $9⏱️ 7 min read

MTBF is the most quoted and most misread number in maintenance. It is not a lifetime, not a warranty, and not a promise. It's the average stretch of running time between failures on a repairable asset, and every interesting question — availability, spares stocking, whether to overhaul or replace — needs it paired with its twin, MTTR. Here's the arithmetic, worked end to end.

Advertisement

What does MTBF actually measure?

Mean time between failures is the average interval between consecutive failures of an asset you keep repairing. Divide the hours the asset spent running by the number of unplanned failures that stopped it, and you have it:

MTBF = operating hours ÷ number of failures

A packaging line that ran 720 hours in a quarter and failed 6 times has an MTBF of 120 hours. One failure every 120 hours of run time, on average. That "on average" is doing real work: failures don't arrive on schedule, and the spread around the average is often wide.

What is MTTR, and why does it matter as much?

Mean time to repair is the average duration of those failures: total repair time divided by the number of repairs. If the packaging line's 6 failures consumed 18 hours of wrench time, MTTR is 3 hours. The two metrics answer different questions — MTBF is how often you break, MTTR is how long you stay broken — and maintenance programs that only chase one of them routinely disappoint. A site that adds vibration monitoring to stretch MTBF but stocks no spares can see availability fall while its MTBF trophy case fills up.

How do MTBF and MTTR combine into availability?

Availability is the share of time the asset is actually capable of running:

Availability = MTBF ÷ (MTBF + MTTR)

The packaging line: 120 ÷ (120 + 3) = 97.6%. Here's the comparison that changes how people target improvements:

MTBF (hrs)MTTR (hrs)Availability
120397.6%
2001095.2%
1,0001099.0%

The second row has a better MTBF and worse availability. The ratio is what you're managing: 100 hours between failures with 1-hour repairs beats 500 hours with 10-hour repairs. Cutting MTTR through better spares, better diagnostics, and practiced repair procedures is frequently the cheapest availability you can buy.

What is mission reliability, R(t)?

Availability covers long-run averages. Mission reliability answers a sharper question: what are the odds this specific run finishes clean? Under the constant-failure-rate model, reliability over t hours follows an exponential curve:

R(t) = e^(−t ÷ MTBF)

For the packaging line with MTBF = 120 hours, a 24-hour run has R(24) = e^(−0.2) ≈ 81.9%. A full week, 168 hours, drops to 24.7%. Crews intuit this: clean week-long runs are rare. The number to watch is the ratio of your mission length to MTBF — once t approaches MTBF, a mid-run failure is close to a coin flip.

What is a good MTBF?

There's no universal benchmark, because MTBF scales with duty cycle and failure definitions. A fairer process: take your own asset's last 6-12 months, compute the baseline, then set a target ratio. If the packaging line sits at 97.6% availability and the schedule demands 98.5%, you need MTBF ÷ MTTR ≥ 65:1 — reachable by pushing MTBF to roughly 200 hours at MTTR 3, or MTTR to 1.8 hours at MTBF 120. Both paths are usually open.

For long-run assets the math scales naturally. A process pump with 3 failures across 8,760 operating hours runs at MTBF = 2,920 hours; with 38 total repair hours its availability is 98.7%, and the odds of a 30-day (720-hour) clean run are R(720) = e^(−720/2920) ≈ 78.1%. Different asset class, same arithmetic.

When does MTBF mislead you?

None of this makes MTBF useless. It makes MTBF a starting point: compute it, pair it with MTTR, convert to availability, then dig into the failure modes that drive the big losses. That's also the natural chain into putting dollars on downtime and rolling the losses into OEE.

Run your own numbers in 30 seconds

Operating hours, failures, and repair time in — MTBF, MTTR, availability, failure rate, and mission reliability out, with the worked example preloaded.

MTBF Calculator →

The bottom line

MTBF is a frequency metric for repairable assets, MTTR is a duration metric, and availability is their ratio. Reliability engineering improves the ratio from both ends: prevention stretches the numerator, maintainability shrinks the denominator. Set targets on availability, sanity-check mission lengths against R(t), and distrust any MTBF trend whose failure definition isn't written down. To see the neighbor metrics, our guides on the cost of downtime and OEE benchmarks continue the same production story.

Advertisement

Frequently Asked Questions

Is a higher MTBF always better?

Only if repair time holds steady. Availability equals MTBF ÷ (MTBF + MTTR), so doubling MTBF while repairs stretch from 3 hours to 10 can leave you worse off. A 120-hour MTBF with 3-hour repairs delivers 97.6% availability; a 200-hour MTBF with 10-hour repairs delivers 95.2%. Set targets on the ratio, not the numerator.

How many failures do I need before MTBF is meaningful?

As a rule of thumb, six or more failures in the measurement window. With one or two events, MTBF is really just the length of the window, and one unlucky week can halve it. Pool similar assets, lengthen the window, or use weibull analysis on time-to-failure data if the fleet is small.

Should planned maintenance time count against MTBF?

No. MTBF tracks unplanned failures of a repairable system, so scheduled PM visits don't belong in the numerator or the repair hours. They do affect total effective time, which is why availability from CMMS reports and OEE-style availability differ: one is maintenance availability, the other is production availability. Pick the definition, write it down, and keep it consistent.

Related Tools