3.3 Failure Mode and Effects Analysis
Key Takeaways
- FMEA is a proactive risk assessment technique that identifies potential failure modes, evaluates their effects, determines causes, and prioritizes mitigation actions.
- Design FMEA (DFMEA) focuses on component/system failure modes resulting from design deficiencies, whereas Process FMEA (PFMEA) focuses on failure modes originating from manufacturing, assembly, and process variables.
- The Risk Priority Number (RPN) is calculated as RPN = Severity (S) x Occurrence (O) x Detection (D), with rating scales typically ranging from 1 to 10 for each factor.
- AIAG & VDA FMEA standards replace or supplement traditional RPN with Action Priority (AP) tables (High, Medium, Low) to emphasize mitigating high-severity risks regardless of low occurrence or high detection ratings.
3.3 Failure Mode and Effects Analysis (FMEA)
Failure Mode and Effects Analysis (FMEA) is a proactive, structured methodology used by quality engineers to identify potential failure modes in a design or process, evaluate the risk associated with those failure modes, and rank order recommended corrective actions. First developed by the U.S. Military in the late 1940s (MIL-P-1629) and later popularized by NASA and the automotive industry (QS-9000 / AIAG), FMEA is a core tool in Advanced Product Quality Planning (APQP).
1. DFMEA vs. PFMEA Comparison
FMEA is primarily applied in two distinct domains during product deployment: Design FMEA (DFMEA) and Process FMEA (PFMEA).
+-----------------------------------------------------------------------------------+
| FMEA TYPES |
+-----------------------------------------+-----------------------------------------+
| DESIGN FMEA (DFMEA) | PROCESS FMEA (PFMEA) |
+-----------------------------------------+-----------------------------------------+
| Scope: Component & system functions | Scope: Manufacturing & assembly steps |
| Focus: Design deficiencies, geometry, | Focus: Human error, machine wear, |
| material selection, stress thresholds | tooling misadjustment, environment |
| Assumes: Manufacturing is executed | Assumes: Product design is correct |
| according to specifications | and meets functional intent |
+-----------------------------------------+-----------------------------------------+
Comprehensive Comparison Matrix
| Feature | Design FMEA (DFMEA) | Process FMEA (PFMEA) |
|---|---|---|
| Primary Objective | Ensure product functions safely and reliably under expected operating conditions | Ensure product is manufactured consistently according to design intent |
| Item Evaluated | Subsystems, components, material properties, physical geometry | Manufacturing operations, assembly steps, tooling, maintenance |
| Potential Failure Mode | Physical fracture, thermal degradation, electrical short | Incorrect torque, missing component, wrong orientation, contamination |
| Root Causes | Material selection, stress concentration, thermal expansion mismatch | Operator mistake, machine drift, worn fixture, incorrect feed rate |
| Preventive Controls | Finite Element Analysis (FEA), design rules, safety factors | Poka-yoke (mistake-proofing), preventive maintenance, work instructions |
| Detection Controls | Prototype accelerated life testing, stress testing | Automated vision inspection, inline gauging, 100% functional test |
2. FMEA Risk Evaluation Metrics (Severity, Occurrence, Detection)
Three rating scales, each scored on a 1-to-10 scale, are used to evaluate risk:
- Severity (S): Assessment of the seriousness of the effect of a potential failure mode on the customer or downstream user ($1 = \text{negligible impact}$, $10 = \text{hazardous failure without warning}$).
Note: Severity relates ONLY to the effect of the failure mode. - Occurrence (O): Assessment of the likelihood that a specific cause will occur during the product's design life or process execution ($1 = \text{extremely unlikely / } < 1 \text{ in } 1,500,000$, $10 = \text{almost certain / } > 1 \text{ in } 10$).
- Detection (D): Assessment of the capability of current design or process controls to detect the failure cause or failure mode BEFORE the product leaves the design organization or manufacturing facility ($1 = \text{certain detection / automated poka-yoke}$, $10 = \text{absolute uncertainty of detection / no control}$).
Note: Lower Detection numerical values represent BETTER detection capabilities.
3. Risk Priority Number (RPN) & AIAG & VDA Action Priority (AP)
Traditional RPN Calculation
The Risk Priority Number (RPN) is the mathematical product of Severity, Occurrence, and Detection:
Because each factor ranges from 1 to 10, the RPN ranges from 1 to 1,000.
Worked Numerical Example
Consider an automotive brake caliper design evaluated in a DFMEA:
- Failure Mode: Hydraulic fluid seal degradation at low ambient temperature ($-40^\circ\text{C}$).
- Failure Effect: Loss of braking capability leading to vehicle collision ($S = 10$).
- Failure Cause: Seal polymer glass transition point exceeded ($O = 4$).
- Current Detection Control: Standard room-temperature pressure test ($D = 6$).
Initial RPN Calculation:
Recommended Mitigation Action:
Redesign seal using a fluorosilicone elastomer (lowers glass transition temperature) and implement low-temperature qualification testing.
Revised Scoring Post-Mitigation:
- Severity ($S$): Remains 10 (The severity of losing brakes does NOT change unless the system architecture changes).
- Occurrence ($O$): Reduced to 1 (Material change eliminates cold-weather degradation).
- Detection ($D$): Reduced to 2 (Low-temperature qualification test guarantees detection).
Revised RPN Calculation:
Net RPN Reduction: $240 - 20 = 220$ point risk reduction ($91.7%$ risk reduction).
AIAG & VDA Action Priority (AP) Framework
Traditional reliance on RPN thresholds (e.g., "take action if $RPN > 100$") had a fatal flaw: an item with $S=10, O=2, D=4$ ($RPN = 80$) would be ignored, while an item with $S=4, O=5, D=6$ ($RPN = 120$) would trigger corrective action, despite the former carrying catastrophic safety risk.
The unified AIAG & VDA FMEA Handbook (2019) introduced Action Priority (AP) tables, which prioritize risk based on logic trees prioritizing Severity first, then Occurrence, then Detection:
- High (H) Priority: High severity ($S = 9-10$) paired with moderate-to-high occurrence or detection. Mandatory action required.
- Medium (M) Priority: Moderate severity or lower occurrence/detection. Action recommended to lower risk.
- Low (L) Priority: Low risk across all dimensions. Optional action.
4. CQE Exam Tips & Key Pitfalls
[!IMPORTANT] A mandatory CQE exam rule: Severity (S) can ONLY be reduced by changing the physical design geometry, material, or system function. Adding an inspection, testing protocol, or SPC chart does NOT change Severity—it only lowers the Detection (D) or Occurrence (O) score!
An engineering team adds an automated vision inspection camera to a assembly line to detect upside-down component placement. Which FMEA parameter rating is directly reduced by this corrective action?
A DFMEA team evaluates a structural bracket. The failure effect is severe structural collapse (Severity S = 9). The current occurrence rating is O = 3, and detection is D = 4, yielding an RPN of 108. Which action below is the ONLY method that can successfully reduce the Severity rating?
How does the AIAG & VDA FMEA Action Priority (AP) methodology improve upon traditional RPN thresholding?