Fault tree analysis (FTA) is a top-down, deductive method that starts with one undesired event and works backward through logic gates to the basic causes that can produce it. AND gates and OR gates show which combinations of failures lead to the top event, so you can find and remove the weak points.

FTA answers a specific question: given a failure you never want to see, what combinations of smaller failures could cause it? It is deductive and top-down, which makes it the natural complement to FMEA, a bottom-up method that starts from individual components and asks what each one's failure would do. Both belong in the root cause analysis toolkit, alongside simpler tools like the fishbone diagram and 5 Whys. This post covers where FTA came from, its gates and symbols, how to build a tree step by step, what minimal cut sets tell you, and when to reach for FTA on the plant floor as part of lean problem solving.

What is fault tree analysis?

Fault tree analysis is a structured way to model how a single top-level failure can arise from combinations of lower-level failures. You place the undesired event at the top, then break it down layer by layer using Boolean logic gates until you reach basic events, the root faults you will not decompose further. The result is a tree that shows every path to the failure and, if you have failure-rate data, lets you estimate how likely the top event is.

The word deductive is the key. FTA reasons from an effect back to its possible causes, the opposite direction from a method that starts at causes and traces their effects. That top-down view is why FTA is good at complex failures where several things have to go wrong together, because the AND gates make those combinations explicit instead of leaving them buried.

A simple manufacturing fault treeReading a fault tree from the top downTOP EVENT:filler line stops mid-runORpower lossmechanical jamcontrol faultANDmainsupplybackupsupplypower loss needs BOTH to fail (AND)any one branch (OR) canstop the line on its own
The top event sits at the top; gates below show how causes combine. An OR gate means any input triggers it; an AND gate means all inputs must occur together, as with a power loss that needs both main and backup supply to fail.

Where did fault tree analysis come from?

FTA was developed in 1962 at Bell Laboratories by H.A. Watson, under a U.S. Air Force contract to evaluate the launch control system of the Minuteman I intercontinental ballistic missile. The problem was that a false or failed launch signal was catastrophic and could not be studied by trial, so engineers needed a way to reason backward from the feared event to every combination of faults that could cause it. Boeing later extended the method across the wider Minuteman program, and from there it spread into commercial aerospace, nuclear power, and process industries. The U.S. Nuclear Regulatory Commission and NASA both published fault tree handbooks that made the method a standard part of safety and reliability engineering, and it is now widely used well beyond its high-stakes origins.

What are the symbols and gates in a fault tree?

A fault tree is built from a small set of events and gates. Events are the boxes and shapes that represent failures, and gates are the logic that connects them. The two gates that do most of the work are the OR gate, where any single input causes the output, and the AND gate, where all inputs must occur together. Getting these two right is most of the skill, because confusing them is the fastest way to a tree that either overstates or understates risk.

Fault tree symbol legendThe core symbolsOROR gateany inputANDAND gateall inputsrectangleintermediate eventcirclebasic eventdiamondundeveloped eventRectangles are events explained by gates below; circles are root faults you stop at.
The working symbol set: OR and AND gates for logic, rectangles for intermediate events explained further down, circles for basic events you stop at, and diamonds for events you choose not to develop.

How do you build a fault tree?

Build a fault tree from the top down, one layer at a time, resisting the urge to jump straight to root causes. Seven steps keep it disciplined.

  1. Define the top event precisely. State one specific undesired outcome, like "filler line stops mid-run," not a vague category. A fuzzy top event produces a useless tree.
  2. Identify the immediate causes one level down. Ask what could directly cause the top event. Keep this to the next layer only; do not skip to component faults yet.
  3. Choose the right gate for each event. Use an OR gate if any one cause is enough on its own, and an AND gate if several must happen together. This choice is where the analysis lives.
  4. Decompose each intermediate event. Treat every rectangle as a new mini-top-event and repeat the questioning, moving down through subsystems toward components.
  5. Stop at basic events. When you reach a fault you cannot or will not break down further, a component failure, a human error, draw it as a basic event (circle) and stop that branch.
  6. Find the minimal cut sets. Work out the smallest combinations of basic events that, together, cause the top event. A single basic event that alone causes it is a single point of failure worth urgent attention.
  7. Quantify and prioritize. If you have failure-rate data, estimate the probability of the top event and of each cut set, then attack the cut sets that contribute most. If you do not, use the tree qualitatively to target the shortest, most likely paths first.

What are minimal cut sets?

A minimal cut set is the smallest group of basic events that must all occur for the top event to happen. Minimal cut sets are the payoff of the whole analysis, because they translate a diagram into a priority list. A cut set of size one is a single point of failure: one fault, and the top event happens, which is almost always the first thing to fix. Larger cut sets are more robust, since several independent things must fail together, which is exactly why safety systems add redundancy, an AND gate, to turn a single point of failure into a cut set of two or more.

This is where FTA becomes actionable maintenance and design work. Turning a size-one cut set into a size-two, by adding a backup, a guard, or a poka-yoke measurably lowers the probability of the top event. Recurring top events on production equipment often trace to a handful of small cut sets, and clearing those is frequently what moves the needle on machine downtime and the equipment-related six big losses.

How does FTA differ from FMEA?

FTA is top-down and deductive, while FMEA is bottom-up and inductive, and the two answer opposite questions. FTA starts from one feared top event and reasons backward to the combinations of causes that could produce it. FMEA (failure mode and effects analysis) starts from individual components, lists each way each one could fail, and traces forward to the effects. FTA is strongest when a few catastrophic events dominate your concern and you need to understand how faults combine; FMEA is strongest for broad, systematic coverage of every component's failure modes.

Fault Tree AnalysisFMEA
DirectionTop-downBottom-up
LogicDeductive (effect to causes)Inductive (cause to effects)
Starts fromOne undesired top eventEvery component / failure mode
Best forHow faults combine to cause a critical eventBroad coverage of many failure modes
Shows combinations?Yes, via AND gates and cut setsNot directly

In practice the two are complementary, not competing. Many reliability programs run FMEA for broad coverage of components and reach for FTA on the specific high-consequence events that FMEA flags as critical. Both feed the same corrective-action discipline captured in a CAPA process.

Fault tree analysis: sourcing

FTA is a documented, standardized reliability method:

  • Origin. FTA was developed in 1962 at Bell Laboratories by H.A. Watson under a U.S. Air Force contract for the Minuteman I launch control system, then extended by Boeing across the Minuteman program (Fault tree analysis, history).
  • Standard references. The U.S. Nuclear Regulatory Commission published the Fault Tree Handbook (NUREG-0492), a foundational reference for the method (NRC, Fault Tree Handbook NUREG-0492).
  • Deductive vs. inductive. FTA is top-down and deductive, reasoning from a top event to its causes, which makes it the complement to bottom-up, inductive FMEA (ASQ, Fault Tree Analysis).

When should you use FTA on the plant floor?

Reach for FTA when a specific, costly failure keeps happening or would be severe enough that you cannot wait for it to happen to learn how. For everyday, single-cause problems, a 5 Whys or a fishbone diagram is faster and lighter. FTA earns its extra effort when several faults have to line up, when redundancy is involved, or when you need to quantify how likely the top event is so you can justify the fix. A recurring line stoppage that only occurs under a particular combination of conditions is a good candidate, because the AND gates capture exactly that "only when all three happen" pattern that simpler tools miss.

The tree is only as good as the failure data behind it. Estimating cut-set probabilities, or even knowing which basic events actually recur, depends on a clean history of what failed and when. When downtime and fault events are captured live at the machine rather than reconstructed from memory, the tree stops being a guess and starts reflecting the real plant. That kind of real-time failure history is what CLS built with Harmony (see the CLS case study), and it is the foundation an honest fault tree stands on. No rip-and-replace, just the failure data your analysis needs.