Overview
The Occurrence field represents how often or how likely a failure mode is to manifest. In aerospace safety analysis, occurrence is quantified using a standardized scale aligned with flight-hour probability ranges defined in ARP 4761 and DO-178C certification standards. Occurrence is tracked in two states during FMEA analysis:- Pre-Mitigation Occurrence (
premitigationFMOccurrence) — the probability before risk controls are applied - Post-Mitigation Occurrence (
postmitigationFMOccurrence) — the reduced probability after mitigation actions are implemented
Occurrence Scale
The FMEA Occurrence scale is a 6-point enumeration (0–5) that maps probability ranges to aerospace flight-hour probability targets:| Level | Name | Flight-Hour Probability Range | Probability Target | Meaning |
|---|---|---|---|---|
| 0 | Unanalyzed | Not assessed | N/A | Default state; analysis incomplete or not applicable |
| 1 | Extremely Improbable | < 1E-9 per flight hour | ≤ 1 in 1 billion per flight hour | Extremely unlikely; controls are highly effective |
| 2 | Extremely Remote | 1E-9 to 1E-7 per flight hour | ≤ 1 in 100 million per flight hour | Very unlikely; strong preventive controls in place |
| 3 | Remote | 1E-7 to 1E-5 per flight hour | ≤ 1 in 100,000 per flight hour | Unlikely; moderate preventive controls present |
| 4 | Reasonably Probable | 1E-5 to 1E-3 per flight hour | ≤ 1 in 100,000 per flight hour | Moderately likely; event controls or mitigation required |
| 5 | Frequent | > 1E-3 per flight hour | Unacceptable without mitigation | Common occurrence; significant risk controls must be in place |
Interpretation Guidance
- Levels 0–2 indicate low-probability failure modes suitable for acceptance without additional controls
- Levels 3–4 require preventive or detection controls to reduce risk
- Level 5 is unacceptable in the as-designed state and mandates mitigation to lower the risk
- DAL A (Catastrophic failure conditions) requires occurrence ≤ 1E-9/fh
- DAL B (Hazardous failure conditions) requires occurrence ≤ 1E-7/fh
- DAL C and lower allow progressively higher occurrence targets
Probability target mappings and exact flight-hour ranges should be verified against your project’s applicable aerospace standards (DO-178C, ARP 4761, or equivalent certification basis).
Occurrence Field Properties
Failure Mode Occurrence is stored in two custom fields on thefailureMode work item type:
| Field | Type | Default | Description |
|---|---|---|---|
premitigationFMOccurrence | Enumeration (fmOccurrence) | 0 (Unanalyzed) | Probability of failure mode before risk controls are applied |
postmitigationFMOccurrence | Enumeration (fmOccurrence) | 0 (Unanalyzed) | Probability of failure mode after mitigation actions are implemented |
fmOccurrence enumeration scale (0–5). The enum values are:
RPN Calculation
Occurrence is one of three components in the Risk Priority Number (RPN) formula used in FMEA analysis:- Severity (
fmSeverity) — consequence of the failure (1–5 scale) - Occurrence (
premitigationFMOccurrenceorpostmitigationFMOccurrence) — probability of failure (0–5 scale, but 0 is treated as unmeasured) - Detection (
premitigationDetectionorpostmitigationDetection) — likelihood of detecting the failure before it reaches the customer (1–5 scale)
premitigationRPN and postmitigationRPN fields. Higher RPN values indicate higher risk and trigger prioritization for mitigation:
| RPN Range | Risk Level | Action Required |
|---|---|---|
| 1–10 | Low | Monitor; no action required |
| 11–30 | Medium | Preventive controls; risk reduction plan |
| > 30 | High | Mandatory mitigation; design changes or safety controls required |
Aerospace Context: Occurrence vs. Severity
Occurrence and Severity serve different purposes in aerospace FMEA:| Aspect | Occurrence | Severity |
|---|---|---|
| Measures | How often the failure happens | How bad the consequences are |
| Scale | Probability per flight hour (0–5) | Effect category (1–5) |
| Basis | Historical data, predicted failure rates, design margins | Regulatory classification (ARP 4761, MIL-STD-882E) |
| Mitigation Focus | Redundancy, preventive design, maintenance | System architecture, functional decomposition |
| Examples | Seal degradation: “Reasonably Probable” (4) due to age | Loss of flight control: “Catastrophic” (5) by severity |
Occurrence in Risksheet Views
Failure Mode Occurrence is displayed and edited in SFMEA, DFMEA, and other FMEA risksheet templates:- Column Header: “Occurrence (Pre-Mit.)” or “Post-Mit. Occurrence”
- Cell Picker: Dropdown list of 0–5 levels with descriptions
- Pre/Post Comparison: Side-by-side columns enable visual assessment of mitigation effectiveness
- RPN Dependency: Changing occurrence immediately recalculates RPN (Severity × Occurrence × Detection)
Occurrence vs. Action Priority (AP)
Some risksheet templates (e.g., Process FMEA) use Action Priority (AP) instead of RPN. AP is a categorical risk ranking (High/Medium/Low) derived from severity, occurrence, and detection using priority thresholds:Check your project’s FMEA methodology documentation to determine whether RPN or Action Priority (AP) is used for your specific analysis type.
Key Callouts
Related Concepts
- Failure Mode Severity — Consequence severity (second RPN factor)
- Failure Mode Detection — Detection likelihood (third RPN factor)
- Action Priority (AP) Levels — Categorical risk ranking (alternative to RPN)
- Failure Condition Classification — ARP 4761 severity scale used in FHA
- Design Assurance Levels (DAL A–E) — Certification objectives tied to occurrence targets
See Also
- Failure Mode (failureMode) Reference — Full work item type including all FMEA fields
- SFMEA Risksheet Configuration Reference — How occurrence is configured in system-level FMEA risksheets
- DFMEA Risksheet Configuration Reference — How occurrence is configured in design-level FMEA risksheets
Source References (dev)
Source References (dev)
Code:
.polarion/tracker/fields/failureMode-custom-fields.xml (0.56) · .polarion/nextedy/models/rtm.yaml (0.55) · modules/RiskTemplates/PFMEATemplate/attachments/risksheet.json (0.52) · .polarion/pages/scripts/velocity/nextedy_solutions.vm (0.49) · .polarion/tracker/fields/failureMode-fmOccurrence-enum.xml (0.49) · .polarion/nextedy/sheet-configurations/MIL-STD-882E Hazard Tracking Log.yaml (0.48) · modules/RiskTemplates/SubSystem-FMEATemplate/attachments/risksheet.json (0.47) · .polarion/nextedy/sheet-configurations/DO-160G Environmental Qualification.yaml, Component RTM.yaml, Configuration Index.yaml, Design Verification Sheet.yaml, Interface Control Matrix.yaml, Problem Report Tracker.yaml, Process Steps.yaml, Review Action Item Tracker.yaml, SOI Stage Gate Dashboard.yaml, Use Steps Specification.yaml, User Need Validation Sheet.yaml, characteristics.yaml, component-characteristics.yaml, customer-requirements.yaml, design-requirements.yaml, subsystem-functions.yaml, subsystem-verification.yaml, system-elements.yaml, test-verification.yaml (0.47) · .polarion/tracker/fields/failureCondition-custom-fields.xml (0.46) · modules/Risks/COMPLIANCE-001/module.xml, modules/Risks/MIL-STD-882E-HTS-001/module.xml, modules/Risks/SEC-THREAT-001/module.xml, modules/Risks/SFMEA-SUB-001/module.xml, modules/Risks/SFMEA-SUB-002/module.xml, modules/Risks/SFMEA-SUB-003/module.xml (0.45)