WRYGTENGINEERING · MANUFACTURING · PRODUCTS

Insights / Risk Analysis

PFMEA: a practical guide for hardware and manufacturing engineers

What Process FMEA actually is, the seven-step method, how severity, occurrence, and detection scoring works, and a worked example from PCBA assembly rather than a generic industrial one.

What PFMEA is

Process Failure Mode and Effects Analysis is a structured way of asking, station by station, "how could this step of the manufacturing process go wrong, and what would happen if it did." For every process step, the team lists the ways it could fail, why that failure would happen, and what it would do to the product or the next step downstream, then scores each of those failure chains so engineering effort goes to the ones that actually matter.

Where a design FMEA asks how the product itself could fail, a PFMEA asks how the way you build it could fail: a misaligned fixture, a reflow profile drifting out of window, a connector that can physically be seated backward. It turns those what-ifs into a ranked, documented risk register that drives real process controls, rather than a general sense that "the line is probably fine."

The method has roots in automotive and aerospace reliability engineering and is now standard wherever a process escape is expensive to fix after the fact, which includes most regulated electronics and medical device manufacturing. It's an explicit expectation under quality frameworks including ISO 13485 and IATF 16949, and it underpins the AIAG-VDA FMEA Handbook that most modern PFMEA work follows.

PFMEA vs. DFMEA: what's actually different

FMEA is the parent methodology; PFMEA and DFMEA are its two most common applications, and the difference is scope, not rigor.

Comparison pointDFMEA (Design FMEA)PFMEA (Process FMEA)
Question askedHow can the product design fail in use?How can the way we build it create a defect?
When it happensDuring design, before layout or tooling is locked.During process development, before production ramp.
What it examinesComponent choice, tolerances, layout, interfaces.Fixtures, equipment, operators, methods, sequence.
Typical outputDesign changes, tolerance revisions, added test coverage.Process controls, error-proofing, inspection strategy.
Usually owned byDesign / hardware engineering.Manufacturing / process engineering.

The two should hand off to each other, not run in isolation. A characteristic the DFMEA flags as high-severity, a seal surface that's critical to waterproofing, a trace that's critical to signal integrity, needs to show up in the PFMEA as a process step that gets tighter controls, not just an inspection added on afterward because nobody connected the two documents.

When to run one

The honest answer is earlier than feels natural. The highest-leverage window is while the process is still changeable, station sequence, fixture design, test placement, not after the line is already installed. A PFMEA run after equipment is bolted down can usually only add inspection; one run during process development can design the failure mode out entirely.

  • A new product or process is being introduced
  • An existing process changes: new equipment, new material, new supplier, a relocated or requalified line
  • A process moves to a new environment, volume, or duty cycle
  • Field returns or quality escapes trace back to manufacturing rather than design
  • A customer or regulatory framework requires it, which for most medical device work, it does

The steps of a PFMEA

Most current PFMEA work follows the seven-step structure from the AIAG-VDA FMEA Handbook, which replaced the older five-phase format across most regulated and automotive-adjacent supply chains.

  1. Planning and preparationDefine scope, team, and boundaries. Gather inputs: the process flow diagram, DFMEA outputs if one exists, historical quality data, and lessons learned from similar builds.
  2. Structure analysisBreak the process into its hierarchy: the process line, its individual steps, and the work elements within each step (commonly the "4M" contributors: man, machine, material, method). Every PFMEA line should trace back to a step on the process flow diagram.
  3. Function analysisState what each step must accomplish in measurable terms. "Press connector to full seat, 0 mm gap, <0.3 mm pin deflection" is analyzable; "install connector" is not.
  4. Failure analysisFor each function, identify the failure mode (how the step can go wrong), the effect (what happens to the next station, the finished unit, or the end user), and the cause (why the failure mode happens, at the work-element level).
  5. Risk analysisScore each failure chain for severity (S), occurrence (O), and detection (D) on 1–10 scales, and document the prevention and detection controls that already exist.
  6. OptimizationAssign actions that reduce risk, ideally by removing the cause (fixturing, poka-yoke, parameter interlocks) rather than adding another inspection step. Re-score after each action closes to confirm the risk actually moved.
  7. Results documentationRecord the analysis and residual risk for stakeholders. The PFMEA becomes the source document for the control plan and the operator work instructions, not a file that gets closed and forgotten.

Severity, occurrence, and detection: how scoring actually works

Every failure chain gets three independent ratings, each on a 1 to 10 scale:

  • Severity (S) rates how serious the effect is, 1 is unnoticeable, 10 is a safety or regulatory-compliance effect with no warning. Severity belongs to the effect, so it doesn't move unless the design or the consequence itself changes. You cannot inspect your way to a lower severity score.
  • Occurrence (O) rates how often the cause is expected to happen given the prevention controls already in place, 1 is effectively never, 10 is frequent and essentially unavoidable as-is.
  • Detection (D) rates how reliably the current controls catch the failure before it escapes the station, 1 means detection is near-certain or the error is physically impossible to pass, 10 means there's no control at all. Note the inversion: a high detection score is bad news, not good news.

RPN vs. Action Priority

The traditional method multiplies the three scores into a Risk Priority Number, RPN = S × O × D, on a 1–1,000 scale, and the team works down the list from the highest number. RPN is simple but has a real blind spot: it scores a 9-2-2 (RPN 36) the same as a 2-2-9, even though a severity-9 failure with moderate occurrence deserves far more attention than a low-severity nuisance defect that just happens to be hard to detect.

The AIAG-VDA handbook replaces RPN with Action Priority, a lookup table that assigns High, Medium, or Low priority directly from the S-O-D combination, weighting severity first, then occurrence, then detection. If you supply into an automotive-adjacent or IATF 16949 chain, Action Priority is what auditors expect. Outside that, RPN is still common and workable, provided you add an explicit severity override, for example: any severity of 8 or above gets reviewed regardless of RPN.

A rule worth keeping regardless of scoring method: a high severity score should never get "averaged out" by low occurrence and detection numbers. Severity is a ceiling on how comfortable you should be with a risk, not one input among three equal ones.

Worked example: press-fit connector into a PCBA

A condensed, realistic PFMEA row from a process we see often in electronics assembly, pressing a multi-pin header connector into a populated board:

Process stepInsert 40-pin press-fit header into PCBA using a pneumatic press.
FunctionConnector fully seated, 0 mm standoff gap, all pins straight, no pad or trace damage.
Failure modeOne or more pins bent or skewed during insertion.
Failure effectIntermittent or open electrical connection, may pass initial functional test and fail in the field. Severity 8.
Failure causeConnector misaligned relative to the board footprint before the press cycle starts.
Prevention controlGuide-pin alignment fixture with a part-present sensor. Occurrence 3.
Detection controlPost-press visual inspection only. Detection 6.
RiskRPN 144. Action Priority: High.
Optimization actionAdd force-vs-displacement monitoring to the press cycle with a defined pass window, so a skewed pin shows up as an abnormal force curve at insertion, not as a field return. Re-scored: D = 2, RPN 48, Action Priority: Low.

Two things about this row generalize to almost every PFMEA worth writing. The function is stated in measurable terms, which is what makes the failure mode objectively definable rather than a matter of opinion. And the optimization action targets detection at the source, an in-process force curve, rather than adding a second visual inspection downstream, which is exactly the kind of change that actually moves occurrence and detection numbers instead of just making the paperwork look better.

A real PFMEA for a station like this typically runs fifteen to thirty failure chains once you account for wrong-connector-loaded, bent pin on incoming inspection, press force drift, fixture wear, and similar. The worksheet grows quickly, which is exactly why the prioritization discipline in step 5 and 6 matters more than the spreadsheet itself.

What belongs in a PFMEA template

Whatever tool you run it in, a working template needs these columns, in roughly this order:

  • Process step or station ID, traceable to the process flow diagram
  • Function and requirement, stated in measurable terms
  • Potential failure mode
  • Potential effect(s) of failure
  • Severity (S)
  • Potential cause(s), at the work-element level
  • Current prevention controls
  • Occurrence (O)
  • Current detection controls
  • Detection (D)
  • RPN and/or Action Priority
  • Recommended action, owner, and target date
  • Action taken and re-scored S / O / D

It's worth resisting the urge to customize the template before completing a first full pass. Teams that redesign the spreadsheet before they've analyzed a single station tend to stall in formatting rather than in the actual risk analysis.

Common mistakes worth avoiding

  • Treating it as paperwork. A PFMEA written solo by one engineer the week before an audit satisfies a checkbox and protects almost nothing. It needs the people who actually know how the process misbehaves: process engineers, operators, test, and quality.
  • Vague failure modes. "Connector defective" isn't analyzable. "Pin deflection >0.3 mm during press" is. Precision in the failure mode column is what makes every other column honest.
  • Detecting instead of preventing. Detection controls reduce escapes; prevention controls reduce failures in the first place. If every optimization action on your sheet is "add an inspection," that's a sign the causes weren't actually addressed.
  • Skipping the DFMEA handoff. High-severity design characteristics need to flow into the process analysis. If the PFMEA team never saw the DFMEA, severity scores usually end up guessed, and usually guessed low.
  • Letting it go stale after launch. Every process change, supplier change, or field escape is a trigger to revisit the PFMEA. A worksheet last touched at first production run is a historical record, not an active risk tool.

Frequently asked questions

What does PFMEA stand for?

Process Failure Mode and Effects Analysis, a structured method for identifying how a manufacturing or assembly process can fail, evaluating the consequences, and prioritizing preventive and detective controls before the process runs at volume.

What are the 7 steps of PFMEA?

Under the AIAG-VDA handbook: planning and preparation, structure analysis, function analysis, failure analysis, risk analysis, optimization, and results documentation.

What's the difference between PFMEA and FMEA?

FMEA is the general methodology. PFMEA is its application to a manufacturing or assembly process; DFMEA applies the same method to product design. In a manufacturing context, people saying just "FMEA" usually mean the process version.

What counts as a good RPN score?

There's no universal cutoff, RPN values are only comparable within a single analysis, since scoring anchors vary between teams. Rather than a fixed threshold, prioritize the highest scores, mandate review of anything with severity 8 or above regardless of RPN, or use the AIAG-VDA Action Priority table, which handles that weighting for you.

How often should a PFMEA be updated?

Whenever the process changes, new equipment, materials, suppliers, or layout, and whenever a field failure or quality escape traces back to manufacturing. Many teams also run a standing floor audit against the PFMEA on a fixed cadence to keep the document honest against the physical line.

WRYGT builds PFMEAs directly into new process development, not as a document produced after the line is already running. If you're standing up a process where the cost of a failure mode is high, talk to us about test & validation engineering.