MTBF, MTTR & Availability Calculator
Inputs
| Total operating time | 10,000 hrs |
|---|---|
| Number of failures | 5 |
| Total repair time | 10 hrs |
MTBF, MTTR & Availability Calculator
Turn field data into reliability metrics. Enter the total operating time, the number of failures, and the total repair time to get MTBF, MTTR, steady-state availability, the failure rate λ, and expected downtime per year.
Inputs
Operating History
Results
Enter a value to see results.
Availability and MTBF
Repair, Failure Rate and Downtime
MTBF, MTTR, and Availability
Three numbers summarize how dependable a repairable system is: how long it runs between failures, how long it takes to bring back, and what fraction of time it is actually available. MTBF (mean time between failures) captures the first, MTTR (mean time to repair) the second, and availability combines them into the single figure that most operational targets and SLAs are written against. Feeding real field data — total operating time, the count of failures, and the total repair time — into these formulas turns a maintenance log into the reliability metrics used across hardware, IT infrastructure, and manufacturing.
Formulas
For a repairable system observed over a window, with failures, total operating time , and total repair time :
MTBF=nTMTTR=nTrSteady-state availability is the share of time the system is up across a full failure-and-repair cycle:
A=MTBF+MTTRMTBFDuring the useful-life portion of the bathtub curve, the failure rate is constant and equal to the reciprocal of MTBF:
λ=MTBF1=TnBecause availability is a ratio, the choice of time unit cancels — MTBF and MTTR only have to be expressed in the same unit. The downtime expected over one year follows directly as multiplied by the hours in a year.
Worked Example
A server logs 10,000 operating hours with 5 failures and a total repair time of 10 hours:
MTBFMTTRAλ=510,000=2,000 h=510=2 h=2,000+22,000=2,0022,000≈0.999001=99.9001%=2,0001=0.0005 failures per hourAt 99.9001% availability the system is expected to be down about 8.76 hours over a full year. Shortening the average repair from 2 hours to 30 minutes — without touching MTBF — raises availability to roughly 99.975% and cuts annual downtime to about 2.2 hours, which is why maintainability is as important as durability.
MTBF vs MTTF
The two terms are often confused. MTBF is defined for repairable systems and measures the average time between successive failures, implicitly assuming the item is fixed and returned to service. MTTF (mean time to failure) is defined for non-repairable items — a fuse, a bearing, a disk you replace rather than repair — and measures the average time until the single failure that ends the item's life. When repair time is small next to operating time, the numbers are close, but they answer different questions: MTBF is about how often you repair, MTTF about how long one unit lasts.
Interpreting the Failure Rate
The failure rate is the number of failures expected per unit of time. The reciprocal relationship holds under the exponential model, which assumes a constant hazard — failures are equally likely at any instant. That assumption is realistic only in the flat middle of the bathtub curve, between early-life "infant mortality" and end-of-life wear-out. Component datasheets often quote the rate in FITs (failures in time), one FIT being one failure per billion device-hours, which is convenient for the very reliable parts used in electronics.
Limitations
These formulas describe long-run averages, not guarantees: an MTBF of 2,000 hours does not promise that any single unit runs 2,000 hours before failing. The steady-state availability figure also ignores when downtime occurs — one long outage and many short ones can produce the same number yet very different user impact. Availability here counts only unplanned failure and repair; scheduled maintenance windows, spare-part lead times, and detection delays may need to be folded into MTTR or handled separately depending on how the target is defined. For systems built from several components in series or parallel, combine each part's availability with a composition model rather than averaging these single-system figures.
Frequently Asked Questions (FAQ)
What is MTBF and how is it calculated?
MTBF, the mean time between failures, is the average operating time between one failure and the next for a repairable system. You calculate it by dividing the total time the system spent running by the number of failures it experienced. A server that logged 10,000 operating hours with 5 failures has an MTBF of 2,000 hours. It describes a long-run average, not a guarantee that the system will run exactly that long before failing.
What is the difference between MTBF and MTTF?
MTBF applies to repairable systems and measures the average time between failures, so it includes the assumption that the item is fixed and returned to service. MTTF, the mean time to failure, applies to non-repairable items — a light bulb, a disk drive you replace rather than repair — and measures the average time until the single failure that ends its life.
In practice the two are numerically close when repair time is small compared with operating time, but they answer different questions: MTBF is about how often you repair, MTTF is about how long a unit lasts.
How do MTBF and MTTR determine availability?
Availability is the fraction of time a system is operational, and it depends on both how often it fails and how quickly it recovers. The steady-state formula is MTBF ÷ (MTBF + MTTR). With an MTBF of 1,000 hours and an MTTR of 2 hours, availability is 1,000 ÷ 1,002 ≈ 99.8004%. Raising MTBF and lowering MTTR both increase availability, which is why maintainability matters as much as durability when chasing extra nines.
What is the failure rate λ?
The failure rate λ (lambda) is the number of failures expected per unit of time, and for a system in its useful life it is the reciprocal of MTBF. A 2,000-hour MTBF corresponds to λ = 1 ÷ 2,000 = 0.0005 failures per hour. The reciprocal relationship holds under the constant-hazard assumption of the exponential model, which treats failures as equally likely at any moment — a good approximation between the early-life and wear-out phases of the bathtub curve.