Overview
The Aerospace Safety Solution implements a 5-point severity scale for FMEA analysis, aligned with ARP 4761 aerospace safety standards. This scale is used in System FMEA (SFMEA) and Design FMEA (DFMEA) to assess the impact of failure modes on system functions and design characteristics. The severity rating reflects the worst-case consequence of a failure mode without considering any risk controls or mitigation actions. This ensures objectivity in the initial hazard assessment phase.Severity Scale Values
The Failure Mode Severity enumeration defines five severity levels, each with a numeric value (1–5), descriptive label, and color coding for visual identification in risksheet analysis.| Value | Label | Description | Color Code | Hex Value |
|---|---|---|---|---|
| 1 | No Effect | Failure has no detectable impact on system operation or safety | Green | #58FF59 |
| 2 | Minor | Failure results in minor degradation; crew workload slightly increased, minimal passenger discomfort | Yellow-Green | #ADFF59 |
| 3 | Major | Failure results in significant degradation of system function; major reduction in safety margins, crew workload substantially increased | Yellow | #FFFF59 |
| 4 | Hazardous | Failure results in hazardous condition; large reduction in safety margins, inability to operate critical system | Orange | #FFB359 |
| 5 | Catastrophic | Failure results in loss of critical function; potential aircraft loss or fatality; unrecoverable by crew action | Red | #FF5959 |
Aerospace-Specific Criteria
Each severity level incorporates aerospace-specific evaluation criteria:- No Effect (1): System continues normal operation; no impact on crew or passengers
- Minor (2): Reduced comfort or convenience; crew can manage with normal procedures; no safety impact
- Major (3): Significant system degradation; crew workload increases; requires non-normal procedures; safety margins reduced but recoverable
- Hazardous (4): Large safety margin reduction; crew cannot recover without difficulty; potential for accident if additional failures occur
- Catastrophic (5): Loss of critical safety function; potential hull loss, fatalities, or inability to recover through any crew action
Severity in RPN Calculation
Failure Mode Severity is the first component of the Risk Priority Number (RPN) calculation:- Severity (S): Impact of the failure (1–5 scale)
- Occurrence (O): Probability the failure will occur (1–5 scale)
- Detection (D): Likelihood the failure will be detected before reaching the user (1–5 scale)
RPN Interpretation and Action Priority
The resulting RPN guides risk control prioritization:| RPN Range | Classification | Recommended Action |
|---|---|---|
| 1–10 | Low Risk | Monitor; no immediate risk control required |
| 11–30 | Medium Risk | Risk control recommended; plan mitigation actions |
| > 30 | High Risk | Risk control required; address before release |
Severity Assessment Considerations
Pre-Mitigation vs. Post-Mitigation
The Aerospace Safety Solution tracks severity assessment across the analysis lifecycle:- Pre-Mitigation: Initial severity rating before any risk controls are implemented
- Post-Mitigation: Severity rating after risk controls are in place (if applicable)
In strict FMEA methodology, severity reflects the inherent consequence of a failure and typically does not change after mitigation. Mitigation usually reduces occurrence and/or detection, not the severity of the failure if it occurs. If severity is reduced post-mitigation, document the rationale clearly (e.g., design modification that eliminates the worst-case consequence).
Related Severity Scales
The Aerospace Safety Solution uses multiple severity/classification scales depending on the analysis type:| Scale | Context | Levels | Purpose |
|---|---|---|---|
| FMEA Severity | SFMEA, DFMEA | 1–5 (No Effect to Catastrophic) | Assess failure mode consequences in FMEA |
| ARP 4761 Classification | FHA, PSSA, SSA | 5-level (Catastrophic to No Safety Effect) | Classify functional failures in hazard analysis |
| MIL-STD-882E Severity | Hazard Tracking | 4-level (Cat I to Cat IV) | Classify hazards by injury/cost impact |
| Polarion Issue Severity | Defects, Changes | 6-level (Blocker to Trivial) | Track non-safety work items |
Severity Enumeration Schema
ThefailureModeSeverity enumeration is defined in the Aerospace Safety Solution configuration:
Using Severity in Risksheet Analysis
In the Aerospace Safety Solution risksheet templates (System SFMEA, Component DFMEA), the severity rating appears in the “Sev.” column:Assigning Severity Ratings
When completing FMEA analysis, assign severity based on:- Worst-case consequence of the failure (ignoring likelihood or detectability)
- Aircraft operation context (normal cruise, takeoff, landing, emergency descent)
- Crew response capability (can crew recover? how quickly? what procedures apply?)
- Passenger impact (comfort, safety, potential injury or fatality)
- Regulatory criteria (ARP 4761 and DO-178C/DO-254 definitions)
Traceability to Failure Conditions and DAL
In the Aerospace Safety Solution, severity ratings in FMEA analysis connect to Functional Hazard Assessment (FHA) through the failure condition classification:- A Severity 5 (Catastrophic) failure mode may contribute to a Catastrophic failure condition in FHA
- A Severity 4 (Hazardous) failure mode may contribute to a Hazardous failure condition in FHA
- Each failure condition classification in FHA drives DAL (Design Assurance Level) allocation for safety requirements
This page documents the Failure Mode Severity enumeration based on source code configuration. For aerospace-specific guidance on severity assessment in your organization’s FMEA process, consult your approved FHA/FMEA procedures and ARP 4761 / DO-178C standards documentation.
See Also
- Failure Mode (failureMode) — Work item type for FMEA entries
- Failure Mode Occurrence — Probability rating for FMEA
- Failure Mode Detection — Detectability rating for FMEA
- Failure Condition Classification — ARP 4761 severity for FHA
- guides/sfmea/score-rpn.md — How-to guide for RPN scoring
- MIL-STD-882E Severity Categories — Hazard tracking severity scale
Source References (dev)
Source References (dev)
Code:
.polarion/nextedy/models/rtm.yaml (0.64) · .polarion/tracker/fields/failureMode-custom-fields.xml (0.63) · .polarion/tracker/fields/failureCondition-classification-enum.xml (0.59) · .polarion/tracker/fields/failureMode-failureModeSeverity-enum.xml (0.57) · .polarion/nextedy/sheet-configurations/MIL-STD-882E Hazard Tracking Log.yaml (0.56) · modules/RiskTemplates/SubSystem-FMEATemplate/attachments/risksheet.json (0.56) · .polarion/tracker/fields/hazard-milSeverity-enum.xml (0.55) · .polarion/tracker/fields/failureCondition-custom-fields.xml (0.55) · .polarion/tracker/fields/severity-enum.xml, status-enum.xml, priority-enum.xml, implementationStatus-enum.xml, riskSpecification-document-status-enum.xml (0.53) · .polarion/pages/spaces/_default/Requirements Traceability Summary/page.xml, Verification Validation Summary/page.xml, Risk Control Effectiveness Report/page.xml, System Decomposition Report/page.xml, FMEA Coverage Report/page.xml, Classification Consistency Report/page.xml, System FMEA Report/page.xml, System Structure Navigator/page.xml (0.53)