Skip to main content

Prerequisites

Understanding the RPN Formula

The Risk Priority Number is the product of three independent ratings: RPN = Severity (S) x Occurrence (O) x Detection (D) diagram
Severity is assigned at Level 2 (per failure mode) because it describes the effect’s impact. Occurrence and Detection are assigned at Level 3 (per cause) because they depend on the specific failure mechanism.

Step 1: Assign Severity (S)

Severity rates the impact of the failure mode effect on the patient, user, or device:
  1. Click the Severity column (fmSeverity) at the failure mode level (Level 2)
  2. Select a severity rating:
S ValueLabelRisk QualifierColorGuidance
1NegligibleAcceptableGreen (#58FF59)No safety impact; cosmetic or minor functional issue
2LowTolerableLight Green (#ADFF59)Tolerable under standard monitoring conditions
3ModerateUndesirableYellow (#FFFF59)Requires verification or mitigation plan
4HighUnacceptableOrange (#FFB359)Unacceptable without corrective actions
5CriticalIntolerableRed (#FF5959)Intolerable until fully mitigated
Severity is set once per failure mode (Level 2) and applies to all causes under it. The same severity value is used in both pre-mitigation and post-mitigation RPN calculations — severity does not change with mitigation; only Occurrence and Detection change.

Step 2: Assign Pre-Mitigation Occurrence (O)

Occurrence rates how frequently the failure mode cause is expected to happen before any mitigation:
  1. Click the Occurrence column (premitigationFMOccurrence) at the cause level (Level 3)
  2. Select an occurrence rating:
O ValueLabelProbability RangeGuidance
0UnanalyzedDefault; indicates analysis is incomplete
1Never< 5%Failure mechanism is extremely unlikely
2Seldom5-25%Failure may occur in rare circumstances
3Sometimes25-75%Failure occurs occasionally during normal use
4Often75-95%Failure is expected to occur frequently
5Always> 95%Failure is virtually certain
Items with Occurrence = 0 will produce an invalid RPN (the formula returns null when any factor is missing). Ensure every cause has a non-zero occurrence rating.

Step 3: Assign Pre-Mitigation Detection (D)

Detection rates how likely the failure mode is to be caught before it reaches the user or patient:
  1. Click the Detection column (premitigationDetection) at the cause level (Level 3)
  2. Select a detection rating:
D ValueLabelProbability RangeGuidance
0UnanalyzedDefault; indicates analysis is incomplete
1Never< 5%Failure is almost never caught by current controls
2Seldom5-25%Failure may occasionally be caught
3Sometimes25-75%Moderate chance of detection
4Often75-95%Failure is usually caught by testing or inspection
5Always> 95%Failure is almost always caught before reaching user
In this solution, a higher Detection value means better detection capability. This differs from some traditional FMEA conventions (such as AIAG) where the scale is inverted (1 = almost certain detection, 10 = no detection). Higher D here reduces the concern, but since it multiplies into RPN, it actually increases the RPN number. Interpret RPN values accordingly.

Step 4: Review the Pre-Mitigation RPN

The risksheet automatically computes the pre-mitigation RPN: RPN = S x O x D The formula (commonRpn) multiplies the three factors and returns null if any factor is missing or zero.

RPN Color Coding

The RPN column and row header are color-coded based on the computed value:
RPN RangeColorRisk LevelTypical Action
1-10Green (rpn1)Low riskMonitor; no immediate action required
11-30Amber (rpn2)Medium riskEvaluate and plan mitigation actions
> 30Red (rpn3)High riskImmediate mitigation actions required
The row header uses the rowHeaderRpnNew renderer, which color-codes based on the post-mitigation RPN. Before mitigation actions are defined, this reflects the pre-mitigation score.

Step 5: Prioritize Failure Modes

After scoring all failure modes, review the RPN values to prioritize your mitigation efforts:
  1. Sort by RPN column (descending) to see the highest-risk items first
  2. Focus on failure modes with RPN > 30 (red) for immediate action
  3. Review all failure modes with RPN 11-30 (amber) for planned mitigation
PriorityRPN RangeAction
Immediate> 30Assign mitigation actions now — see Add DFMEA Risk Mitigation Actions
Planned11-30Schedule mitigation actions for the current development phase
Monitor1-10Document rationale for acceptance; review at design milestones

What Happens Next


DFMEA risksheet configuration (DFMEATemplate/risksheet.json), failure mode severity enumeration (failureModeSeverity-enum.xml), occurrence enumeration (fmOccurrence-enum.xml), detection enumeration (detection-enum.xml), failure mode custom fields (failureMode-custom-fields.xml), DFMEA top panel formulas (DFMEATemplate/risksheetTopPanel.vm).