ReliabilityPro
HomeTools › Failure & Root Cause

Fault Tree Analysis Calculator

Fault tree analysis works backwards from an undesired top event to the combinations of basic events that can cause it. It is deductive where FMEA is inductive: FMEA asks what happens if this part fails, FTA asks what must fail for this outcome to occur.

Open the Fault Tree tool iOS app Android app

Formula

AND gate (all inputs required)P = P₁ × P₂ × … × Pₙ
Assumes independence.
OR gate (any input sufficient)P = 1 − (1 − P₁)(1 − P₂)…(1 − Pₙ)
OR gate rare-event approximationP ≈ P₁ + P₂ + … + Pₙ
Acceptable when all probabilities are small; always overestimates.
Top event from minimal cut setsP(top) = 1 − Π (1 − P(cut setᵢ))

Worked example

Loss of cooling occurs if the pump fails AND the backup pump fails, OR if the controller fails. P(pump) = 0.02, P(backup) = 0.05, P(controller) = 0.01.

  1. AND branch: 0.02 × 0.05 = 0.001
  2. OR of {0.001, 0.01}: 1 − (1 − 0.001)(1 − 0.01)
  3. = 1 − (0.999 × 0.99) = 1 − 0.98901
  4. P(top) = 0.01099

Top event probability is 1.10%. The controller — a single component with no redundancy — contributes ten times more risk than the entire redundant pump pair. Redundancy applied to the wrong branch buys nothing; the minimal cut set of order 1 is where the risk lives.

Run this with your own numbers

Common mistakes

Frequently asked questions

What is a minimal cut set?
The smallest combination of basic events that together cause the top event, such that removing any one of them stops it from causing the top event. Order-1 cut sets are single points of failure and are the first thing to look for in any completed tree.

Related tools

FMEA RPNFailure & Root Cause FMECAFailure & Root Cause FMEA Control PlanFailure & Root Cause Event Tree AnalysisFailure & Root Cause 5 WhysFailure & Root Cause FishboneFailure & Root Cause

About Reliability Pro

Fault Tree is part of a suite of 126 reliability, maintenance and quality engineering tools covering life data analysis, accelerated testing, system reliability, FMEA and root cause, SPC, and design for reliability. It runs in the browser and as native iOS and Android apps, so the same calculation is available at a desk or in front of the asset.

Browse all 126 tools Open the web app