MTBF Availability Calculator

Availability is the fraction of time a system is operational, and for a single repairable component it follows directly from two numbers: how long it runs between failures (MTBF) and how long it takes to repair (MTTR). This calculator computes steady-state availability as MTBF divided by MTBF plus MTTR, then translates that into the annual downtime it implies and the familiar count of nines used in service-level agreements. MTBF and MTTR are empirical figures measured from your own equipment or quoted by a manufacturer, so you enter them; nothing here is assumed.

0.00
0.00
0.00
0.00

Availability formula

Availability A = MTBF / (MTBF + MTTR)
Unavailability = 1 - A
Downtime per year = (1 - A) * 8,760 hours
Nines = -log10(1 - A)

The nines figure is the negative base-10 logarithm of the unavailability: 99.9 percent gives 3 nines, 99.99 percent gives 4, and so on. A year is taken as 8,760 hours (365 days).

Reliability context

  • MTBF applies to repairable systems; for non-repairable items the equivalent is MTTF (mean time to failure).
  • MTBF and MTTR must be in the same time unit; this calculator uses hours.
  • Three nines allows about 8.77 hours of downtime per year, five nines about 5.26 minutes.
  • NIST's reliability handbook describes how MTBF is estimated from observed failure data.
  • This is a single-component model; redundant architectures combine availabilities and reach higher figures.

MTBF availability: frequently asked questions

How is availability calculated from MTBF and MTTR?

Steady-state availability A equals MTBF divided by (MTBF plus MTTR). MTBF is the mean time between failures and MTTR is the mean time to repair, in the same units. A system that runs 1,000 hours between failures and takes 1 hour to repair has availability 1000/1001, about 99.9 percent.

What is MTBF?

Mean time between failures is the average operating time between one failure and the next for a repairable system. It is an empirical figure measured from your own equipment or quoted by a manufacturer, so it is entered as an input here. NIST's reliability handbook covers how it is estimated from failure data.

What do the nines mean?

The nines count how many leading nines appear in the availability percentage. Three nines (99.9 percent) allows about 8.77 hours of downtime per year; five nines (99.999 percent) allows about 5.26 minutes. The calculator reports both the percentage and the equivalent nines so you can match a service-level target.

How much annual downtime does an availability imply?

Annual downtime equals (1 minus availability) times the hours in a year. The calculator uses 8,760 hours (365 days). For example, 99.9 percent availability leaves 0.1 percent of 8,760 hours, which is about 8.77 hours of downtime per year.

Does this model redundancy?

No. This is the single-component steady-state formula. Redundant systems combine component availabilities differently: parallel redundancy multiplies the unavailabilities, raising overall availability. Use this calculator for one component, then combine results for a redundant architecture.

Official sources

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