A Failure Mode represents a specific manner in which a component, subsystem, or function can fail to perform its intended function.
Failure modes link upward to Failure Conditions (FHA) via a cause relationship, creating the connection between component-level failure analysis and system-level hazard assessment. They also link downward to Risk Controls (mitigation measures) and Characteristics (design parameters being analyzed).
The specific manner of failure. Example: “Voltage regulator output exceeds upper limit” or “Sensor signal line open circuit”. Free-text description capturing the failure scenario.
effectOfFailure
Text
Undetermined
The immediate consequence or symptom when this failure mode occurs. Example: “FCC computation errors” or “Loss of air data to processing core”. Used to assess functional impact before mitigation.
causeOfFailure
Text
—
The root cause or mechanism driving the failure. Example: “Inadequate thermal design” or “Component manufacturing defect”. Links to cause work items for detailed root cause analysis (RCA).
Required for FMEA. Failure Mode Severity rating (1–10 scale or qualitative: Low, Medium, High, Critical). Assesses the worst-case impact if the failure occurs. ARP 4761 & DO-178C § 7.3.4.6 require severity classification. Maps to DAL allocation in FHA.
premitigationFMOccurrence
Enum
0
Pre-Mitigation Occurrence. Probability or frequency rating (1–10, or categories: Very Low to Very High) for failure mode occurrence before mitigation measures are implemented. Used in RPN calculation.
postmitigationFMOccurrence
Enum
0
Post-Mitigation Occurrence. Updated occurrence rating after risk controls (design changes, testing, monitoring) are applied. Enables before/after RPN comparison.
premitigationDetection
Enum
—
Pre-Mitigation Detection. Detectability rating (1–10, or Very High to Very Low) reflecting confidence that the failure mode will be detected before reaching the customer or operational environment. Higher values = harder to detect.
Pre-Mitigation Risk Priority Number. Calculated as: Severity × Occurrence × Detection. Range typically 1–1000. Values ≥ 100–150 flag high-priority failures requiring mitigation. Populated automatically by risksheet formula or manually entered.
postmitigationRPN
Integer
—
Post-Mitigation RPN. RPN after all risk controls are in place. Documents the effectiveness of mitigation. DO-178C § 7.3.4.7 requires tracking both pre and post values to demonstrate risk reduction.
RPN Interpretation:
High Risk (RPN ≥ 100–150): Immediate action required; escalate for engineering review.
Medium Risk (RPN 50–99): Monitor; plan mitigation or accept documented risk.
Low Risk (RPN < 50): Acceptable; document baseline for traceability.
Alternatively, some programs (especially automotive/process FMEA) use Action Priority (AP) — a categorical H/M/L rating based on severity thresholds rather than numeric RPN.
Cognitive Error Potential. Aerospace human factors field capturing how a flight crew or maintenance technician might misinterpret, misunderstand, or fail to recognize the failure mode during operation or maintenance. Example: “Pilot may confuse dual-sensor loss with single-channel mode” or “Technician may not verify cable integrity after installation.” Used in DO-178C § 6.2 human interface analysis.
perceptionError
Text
—
Perception Error Potential. Human factors field documenting the risk that the failure may not be perceived (noticed, seen, heard, felt) by crew or maintenance due to instrument limitations, environmental masking, or design oversights. Example: “Gradual sensor drift undetectable without trend analysis” or “Transient signal glitch masked by signal conditioning noise floor.” Critical for certification of fail-passive vs. fail-active systems.
While the failureMode work item itself has no explicit “Status” field, linked riskControl items track mitigation completion:
Risk control status: Planned → In Progress → Implemented → Verified
The risksheet view columns “Verification” indicate whether all controls for a failure mode have been closed
Observe that premitigationOccurrence, premitigationDetection, and premitigationRPN capture the initial risk assessment (before design changes or controls).
The postmitigation* fields show the residual risk after mitigation is implemented.
This before/after structure is essential for DO-178C § 7.3.4.7 risk management and ARP 4761 § 3.3 PSSA traceability.
The critical connection between FMEA and FHA is the causeOf relationship:This link answers the question: “Which system-level failure condition could result from this component failure mode?”During FHA, each failureCondition may be caused by multiple failure modes from different subsystems, establishing the complete functional hazard causal chain.
The failure mode scoring fields have a hidden dependency on risksheet formulas:
The premitigationRPN and postmitigationRPN integer fields are calculated by the risksheet via JavaScript formula in most templates, but can also be manually entered for programs that use external FMEA tools or non-numeric Action Priority schemes.Always verify which calculation method your project uses (numeric RPN vs. categorical AP) before relying on automatic formulas.
Enforce post-mitigation RPN entry as part of control verification workflow
No link to failure condition
Breaks FMEA↔FHA traceability; gaps in hazard assessment invisible
For each SFMEA failure mode, confirm a corresponding FHA failure condition exists via causeOf role
A failure mode cannot be marked “closed” or “verified” until all linked risk controls have been implemented and verified. The risksheet provides a “Verification” view to track control closure status per failure mode.