Failure Mode and Effects Analysis (FMEA)¶
Core Idea¶
FMEA is a systematic, step-by-step method for identifying potential failure modes in a product, process, or system—evaluating their causes and effects so that designers can prioritize and mitigate the most severe or likely issues before they occur.
How would you explain it like I'm…
Think About What Breaks
Listing What Could Go Wrong
Systematic Failure Audit
Broad Use¶
-
Automotive & Aerospace: Engineers apply FMEA to each subsystem (brakes, engine, avionics) to detect critical points of failure and reduce safety risks.
-
Software Development: Teams analyze possible ways a feature or module could fail (e.g., input errors, load spikes), assessing impact and likelihood to guide protective measures.
-
Healthcare: Hospital staff might evaluate how a medication administration process could fail at each step, preventing dangerous errors.
Clarity¶
Emphasizes the proactive mindset: find and assess weaknesses up front rather than reacting post-disaster. Helps teams systematically move through each element, cause, and effect.
Manages Complexity¶
Breaks down a large system into manageable chunks—failure modes—and quantifies severity, occurrence probability, and detection difficulty. This structured approach prevents confusion and oversight.
Abstract Reasoning¶
Demonstrates how mapping possible failure modes creates a conceptual model of risk, clarifying relationships among components, environment, and user interactions.
Knowledge Transfer¶
-
Public Policy: Identifying policy "failures" and their ripple effects (e.g., an unforeseen loophole) before a law is enacted.
-
Event Planning: Checking logistical points where an event could derail (ticketing, crowd flow, electrical supply).
-
Educational Assessment: Pinpointing failure modes in a curriculum design (e.g., insufficient practice tasks) that might undermine student learning.
Example¶
In car seat design, an FMEA might list failure modes like latch not securing, foam degrading, or harness tension issues, then rank each by potential injury risk to ensure the highest risks are addressed first.
Relationships to Other Abstractions¶
Current abstraction Failure Mode and Effects Analysis (FMEA) Prime
Parents (2) — more general patterns this builds on
-
Failure Mode and Effects Analysis (FMEA) presupposes Risk Prime
FMEA ranks prospective failure modes by risk-bearing consequences and likelihood or detectability dimensions.
-
Failure Mode and Effects Analysis (FMEA) is a decomposition of Decomposition Prime
FMEA decomposes a system or process into distinct failure modes, causes, local effects, and downstream effects for separate evaluation.
Hierarchy paths (4) — routes to 4 parentless roots
- Failure Mode and Effects Analysis (FMEA) → Risk → Uncertainty
- Failure Mode and Effects Analysis (FMEA) → Decomposition
- Failure Mode and Effects Analysis (FMEA) → Risk → Probability → Measure → Set and Membership
- Failure Mode and Effects Analysis (FMEA) → Risk → Probability → Measure → Aggregation → Micro Macro Linkage
Not to Be Confused With¶
- Failure Mode and Effects Analysis (FMEA) is not Stakeholder Analysis because FMEA maps failure modes and their effects on system function, whereas Stakeholder Analysis identifies who is affected by and influences decisions or outcomes.
- Failure Mode and Effects Analysis (FMEA) is not Pareto Effect (80/20 Rule) because FMEA catalogs all failure modes and their consequences to prioritize by severity, whereas the Pareto Effect identifies that a small subset of causes (20%) drive most (80%) of the outcomes.
- Failure Mode and Effects Analysis (FMEA) is not Cross-Impact Analysis because FMEA systematically enumerates failure modes and their direct effects on specific functions, whereas Cross-Impact Analysis explores indirect consequences and second-order interactions between events.