Two disciplines, one habit of mind: imagine how a design or a process can fail, decide which failures matter, and fix the worst before a customer ever meets them. With worked automotive examples, live simulations, and the AIAG-VDA seven-step method.
FMEA stands for Failure Mode and Effects Analysis. Strip away the acronym and it is a structured way of asking three questions about something you are building, before you build it: What could go wrong? How bad would it be? And what are the odds we either cause it or miss it?
Think of it as a fire drill on paper. You walk through every part of a design, or every step of a process, and you deliberately try to imagine the ways it can misbehave. Each imagined misbehavior is a failure mode. For every failure mode you trace its effect (what the customer or the next operation feels) and its cause (the underlying reason it happens). Then you score the risk and decide where to spend your attention.
The reason engineers bother is simple arithmetic. A failure caught on a whiteboard costs a meeting. The same failure caught in validation costs a redesign. Caught at the customer, it costs a recall. FMEA is the cheapest place in that sequence to find trouble.
FMEA is a team sport, not a form. The document is just the residue. The value is in the conversation between a designer, a manufacturing engineer, a quality engineer, and someone who has seen the field returns. If one person fills out the spreadsheet alone, you have paperwork, not analysis.
Two flavors dominate. A DFMEA studies a design: a part, a subsystem, a circuit, a piece of software, asking how the thing itself can fail to do its job. A PFMEA studies a process: the assembly line or workflow that makes the thing, asking how the steps that build it can introduce defects. They share the same machinery and feed each other, which is exactly why they are usually taught together.
The clearest way to keep them apart is to ask: am I blaming the blueprint, or the workshop? A DFMEA assumes the factory is perfect and asks whether the design itself is sound. A PFMEA assumes the design is fine and asks whether the process can reliably reproduce it.
Subject: the product, component, or system as designed.
Asks: can this design fail to perform under its expected loads, temperatures, and lifetimes, even if built perfectly?
Owned by: design / R&D engineering.
Failure mode example: a rotor magnet demagnetizes above 160°C.
Controls live in: analysis, simulation, design rules, material choices, and verification testing.
Subject: the manufacturing or assembly process that builds the product.
Asks: can a process step produce a part that does not match the design intent?
Owned by: manufacturing / process engineering.
Failure mode example: a winding station applies too little tension, leaving a loose coil.
Controls live in: tooling, fixtures, work instructions, poka-yoke, gauging, and inspection.
| Dimension | DFMEA | PFMEA |
|---|---|---|
| What you analyze | Functions of the design | Steps of the process |
| Failure mode is | A function not delivered as intended | A step not performed as intended |
| Typical cause | Weak design margin, wrong material, bad tolerance stack | Machine drift, operator error, wrong setup, contamination |
| Occurrence reflects | Likelihood the design weakness exists | Likelihood the process makes the defect |
| Detection reflects | Ability of design verification to catch it | Ability of process controls to catch it before shipping |
| Severity is | the same effect, scored once, shared between both | |
They are not independent. A DFMEA failure cause that is hard to control by design often becomes a special characteristic that the PFMEA must then watch closely on the line. The DFMEA hands the PFMEA a list of the things that must not vary. Keeping severity values identical across both is how you know they are telling the same story.
The 2019 AIAG-VDA handbook (the joint American and German automotive standard) reframed FMEA as a seven-step process. The first three steps are setup, the middle three are the analysis everyone pictures, and the last step closes the loop. Click through them.
Before you can ask how something fails, you have to agree on what it is and where it ends. That is the job of step two. A boundary diagram draws a box around your system, shows what sits inside, and names every interface that crosses the boundary. The interfaces matter most, because a surprising share of real failures happen not inside a part but at the seam where two parts meet.
Below is a boundary diagram for an electric vehicle traction inverter, the unit that turns the battery's DC into the three-phase AC that spins the motor. Each line crossing the dashed boundary is a candidate for failure analysis.
Pick an interface that crosses the boundary in Figure 2. Most design failure modes are just an interface asked four ways: open, short, intermittent, and out of range. This is the fastest way to seed a DFMEA without missing the obvious.
| Failure mode | Plausible effect to analyze |
|---|---|
| Select an interface above. | |
Draw the boundary diagram before opening the FMEA spreadsheet. Half the failure modes you will eventually list are just the interfaces on this picture asked four ways: open, short, intermittent, and out-of-range. If an interface is missing from the diagram, it will be missing from the analysis, and that is where field surprises come from.
Step three asks what each item is supposed to do. You cannot define failure until you have defined success. The classic tool here is the P-diagram (parameter diagram). It frames an item as a transfer function: inputs go in, the ideal function happens, and outputs come out, while two extra arrows acknowledge reality. Control factors are things the designer can set; noise factors are things they cannot, like temperature, aging, and the customer's driving style.
Everything that is not the ideal output is an error state, and error states are exactly the failure modes the DFMEA will analyze.
The P-diagram is the bridge from physics to FMEA. Noise factors are the reason a design that passes on the bench fails in Arizona in August. Listing them honestly is what separates a thorough DFMEA from a checklist. If your only failure causes are "component breaks," you have not thought about noise.
Step four is where most of the thinking happens. Every failure has three layers, and confusing them is the single most common mistake in FMEA. Read the chain from the middle out:
The reliable trick is the focus element. Pick the item you are analyzing, and the same physical event is a cause when you look down to its parts, a mode at its own level, and an effect when you look up to its system. Tap a node below to light the chain.
Severity scores the worst end effect on the right. Occurrence scores the likelihood of the cause on the left. Detection scores how well you would catch the cause or mode before it reaches the customer. Three different scores, three different places on the chain.
"The capacitor fails" is not a failure mode, it is too vague. Was it open, shorted, or low-capacitance? Each behaves differently and has different effects. Name the way it fails, not just the part. Likewise, "operator made a mistake" is rarely a useful cause; ask which mistake the process made possible, then design that possibility out.
Step five turns the analysis into numbers so you can prioritize. Each failure gets three scores from 1 to 10. They are not measurements; they are calibrated judgments, anchored to rating tables your organization agrees on in advance.
How bad is the effect if it happens? 10 means a safety hazard without warning; 1 means no discernible effect. Severity is a property of the effect, so you cannot reduce it without changing the design intent or adding mitigation. You lower severity by redesign, not by inspection.
How likely is the cause to arise, given your prevention controls? 10 is near-certain and frequent; 1 is essentially eliminated by design. You lower occurrence with better margins, robust design, or mistake-proofing.
If the cause or mode is present, how likely are your current controls to catch it before it escapes? Here the scale is inverted: 10 means you almost certainly will not catch it, 1 means a control will catch it for sure. You lower detection with better tests, gauging, or sensing, but detection never prevents the defect, it only intercepts it.
For decades teams multiplied the three numbers into a Risk Priority Number (RPN = S × O × D, from 1 to 1000) and chased the biggest products. The trouble is that multiplication hides what matters. An RPN of 112 can come from a mild annoyance that happens constantly, or from a safety hazard that is merely rare. Those deserve very different responses, yet they look identical.
The 2019 handbook replaced RPN as the decision rule with Action Priority (AP): a lookup table that returns High, Medium, or Low. It deliberately weights severity first, then occurrence, then detection, so that a high-severity item never hides behind a low product. RPN is still fine as a rough sort, but AP decides what you must act on.
High AP means action is needed or a documented rationale for inaction is required. Medium means action should be taken. Low means action is at the team's discretion. Note what AP does not do: it never tells you the failure is acceptable. It tells you where to spend finite engineering hours first.
Set the three ratings and watch both the old RPN and the new AP respond. Notice how raising severity alone can jump the AP to High even when the RPN stays modest, which is the whole point of the 2019 change.
Logic follows the AIAG-VDA 2019 Action Priority structure (severity-first banding). Confirm exact cell values against your current handbook before formal use.
The calculator answers one cell at a time. To feel why the 2019 method weights severity first, it helps to see the whole space at once. There are exactly 1000 combinations of S, O, and D, and every one resolves to High, Medium, or Low. Below, each thumbnail is one severity level, showing how Occurrence and Detection trade off at that severity. Click a thumbnail to expand it.
Showing Severity 9. Hover a cell for its rating.
Watch the red (High) region grow as you step up the severities. At Severity 9 and 10, almost the entire grid is High no matter how good your detection is, because you cannot inspect your way out of a safety hazard. At low severities, even frequent and hard-to-detect failures stay green. That asymmetry is the whole reason RPN was demoted: multiplication treats a unit of severity the same as a unit of detection, and these grids show they are nothing alike.
Engineers under schedule pressure love to "fix" risk by adding a final inspection, which lowers the detection score on paper. This simulation shows why that is the weakest of the three levers. Parts stream down a line. A fraction are born defective (set by occurrence). A detection gate catches some of them, but never all. Whatever slips past reaches the customer.
Try it: push occurrence down and watch escapes collapse. Then leave occurrence high and crank detection to its best, and watch escapes shrink but never vanish. Prevention beats inspection every time.
Detection multiplies the defect rate by a number you can never drive to zero. Occurrence reduction lowers the defect rate at the source. That is why the AP table weights occurrence above detection, and why a strong DFMEA result, designing the failure out, is worth more than any number of inspection stations bolted on later.
Here is a compact DFMEA for two functions of the inverter from Figure 2. Read it left to right as the cause-mode-effect chain, then the three scores, then the resulting Action Priority, then the action that follows. This is the shape every DFMEA row takes.
| Function | Failure mode | Effect (end) | S | Cause | O | Current controls | D | AP | Recommended action |
|---|---|---|---|---|---|---|---|---|---|
| Deliver commanded torque | One phase fails to switch (open phase) | Sudden loss of propulsion while driving | 9 | Gate-driver isolation degrades under thermal cycling | 4 | Power-cycling qualification; gate fault monitoring | 3 | High | Add redundant phase-current check in FOC; derate junction temp limit |
| Deliver commanded torque | Over-torque vs request | Unintended acceleration | 10 | Current-sense gain drift uncorrected | 4 | Plausibility check vs model; ASIL-D torque monitor | 2 | High | Independent torque-path monitor; periodic self-calibration of sense chain |
| Maintain thermal limits | Coolant flow below threshold | Power derate, reduced performance | 5 | Cold-plate fouling over life | 4 | Inlet temp sensor; derate map | 5 | Medium | Add flow estimate from temp-rise; service interval note |
| Switch cleanly (NVH) | Excess torque ripple | Audible whine, customer annoyance | 4 | Coarse flux-table LUT resolution | 5 | Bench NVH characterization | 5 | Medium | Increase LUT resolution; harmonic current injection for NVH |
| Report DC link voltage | Stale voltage reading | Suboptimal efficiency, no safety effect | 2 | ADC sampling jitter | 3 | Watchdog on sample timestamp | 4 | Low | Monitor in field data; no immediate action |
The open-phase row scores only S9 / O4 / D3, so its RPN is just 108, lower than many trivial items. Under old RPN-chasing it might have been ignored. But because the effect is a sudden loss of propulsion (severity 9), the AP table returns High and forces a decision. That single behavior is the best argument for AP over RPN.
Now the process side. The same motor needs a stator, and the stator is wound, inserted, welded, and tested on a line. A PFMEA walks each step and asks how that step can produce a part that does not match the design. First, the process flow, because a PFMEA without a flow diagram is guesswork.
| Step | Failure mode | Effect | S | Cause | O | Controls (prevent / detect) | D | AP | Action |
|---|---|---|---|---|---|---|---|---|---|
| OP10 Wind | Insufficient wire tension, loose turns | Reduced fill, hot spot, early insulation failure | 7 | Tensioner setpoint drift between shifts | 5 | Closed-loop tension control; per-coil log | 5 | High | Add automatic tension verification with line stop on out-of-band |
| OP20 Insert | Insulation paper nicked on insertion | Slot-to-ground short risk over life | 8 | Worn insertion tooling edge | 4 | Tool-life counter; hipot at OP50 | 6 | High | Poka-yoke tool-change interval; radiused tooling |
| OP30 Weld | Cold weld at hairpin joint | High resistance, local heating, open over life | 8 | Laser power below window | 4 | Inline weld-power monitor; pull test sample | 5 | High | 100% weld-energy monitoring with auto-reject |
| OP40 Varnish | Incomplete cure | Lower NVH damping, moisture ingress | 5 | Oven temperature low | 5 | Oven profile logging; sample DSC | 5 | Medium | Add per-batch cure verification |
| OP60 EOL | Test passes a marginal unit | Escape reaches assembly | 8 | Test limits too loose | 4 | Gauge R&R; correlation to field data | 7 | High | Tighten limits using field-correlated thresholds |
Look at OP20. Its effect, a slot-to-ground short, is the same physical risk the DFMEA flagged at the design level. The DFMEA decided the insulation system needed margin; the PFMEA now owns making sure the process never compromises it. The severity score (8) is identical on both documents. That shared number is the seam where the two analyses lock together.
Step six is where an FMEA earns its keep. You take a High or Medium item and define actions, then you re-score to confirm the risk actually moved. The widget below starts from the worst PFMEA row, the loose-winding-tension item (S7 / O5 / D5, High). Toggle the candidate actions and watch the priority recompute. Notice which levers move it and which do not.
Baseline: OP10 loose winding tension · effect is early insulation failure.
Add the detection-only action and the risk eases by a single band, to Medium: you find the defect faster, but you have not stopped making it, so a floor remains. Pairing it with the occurrence action, which attacks the cause, is what pushes the priority all the way to Low. The severity action is the only lever that touches S, and it takes a real design or mitigation change, not a procedure. An FMEA without re-scored rows is a to-do list nobody checked off.
There is a third member of the family that the design-and-process pair leaves out. FMEA-MSR (Monitoring and System Response) analyzes failures that happen while the customer is driving and are caught by the vehicle's own on-board monitoring, which then commands a safe response. It is the formal meeting point between classic FMEA and the monitoring world of VHM and PHM.
MSR keeps Severity but swaps the other two ratings for ones that make sense in the field:
| Concept | DFMEA / PFMEA | FMEA-MSR |
|---|---|---|
| Likelihood term | Occurrence (O): chance the cause exists | Frequency (F): how often the cause arises in the field over the operating window |
| Catch term | Detection (D): chance a control catches it before shipping | Monitoring (M): chance the on-board monitor detects the fault and the system responds in time |
| Severity | Effect of the failure | Effect after the monitored response, which is often milder than the unmitigated effect |
| Output | Action Priority (S, O, D) | MSR Action Priority (S, F, M) |
The key move is that monitoring plus response can lower the effective severity. An open inverter phase that would be a sudden loss of propulsion (S9) becomes, with a fast monitor and a controlled torque cut, a managed coast-down with a warning lamp (perhaps S7). You did not prevent the fault; you changed what the customer experiences. That is exactly what a VHM strategy buys.
This is the practical bridge. Each FMEA concept has a direct counterpart in a health-management design, and walking the mapping turns a static analysis into a monitoring requirement.
Classic FMEA assumes you score Occurrence and Detection from engineering judgment. A fleet streaming live telemetry can replace judgment with measurement: observed fault rates calibrate Frequency, and diagnostic-coverage studies calibrate Monitoring. The FMEA stops being a one-time document and becomes a model the field continuously updates, which is the whole promise of data-driven health management.
FMEA tells you what can fail and how badly. FMECA (the C is for Criticality) adds how much it matters in aggregate, by weighting each mode with how often it is expected to occur. It comes from the reliability lineage (MIL-STD-1629A, now IEC 60812) and is the natural choice when you have failure-rate data, exactly what a telemetry fleet provides.
There are two ways to do it. The qualitative route plots every mode on a criticality matrix of severity against occurrence; modes drifting to the upper right are the ones to attack. The quantitative route computes a mode criticality number:
Cm = β · α · λp · t
where λp is the part's failure rate, α is the fraction of that rate attributable to this mode, β is the chance the mode actually produces the effect, and t is the operating time. Sum the modes of an item to get its item criticality, then rank. The point is the same as Action Priority, focus finite effort, but expressed in failures per hour rather than a category.
Use plain AP for most automotive design and process work; it is the standard and it is faster. Reach for full FMECA when you have real failure-rate data and need to defend a reliability budget, a maintenance interval, or a spares forecast, the questions where "High / Medium / Low" is too coarse and a number per hour is what the decision needs.
FMEA is bottom-up: start at a component, ask what its failure does. Fault Tree Analysis is top-down: start at one undesired event and decompose it into the combinations of lower causes that produce it, using logic gates. They are complements, not rivals. FMEA gives breadth, every mode gets a look. FTA gives depth on one critical event, and crucially it captures combinations: FMEA naturally handles single failures, while an AND gate in a fault tree captures the case where two things must fail together.
The most useful picture for a review meeting is the bowtie, which puts a single top event in the middle and shows both halves of the risk story at once. On the left are the threats (causes) and the prevention barriers that lower their occurrence. On the right are the consequences and the mitigation barriers, including on-board monitoring, that limit the damage. It is the cleanest way to show how prevention and detection do different jobs.
Reach for FMEA when you need to cover every failure mode systematically. Reach for FTA when one event is critical enough to deserve a deep, logic-driven investigation, or when combinations matter. Draw the bowtie when you need to explain to a room how prevention and response together manage a single serious hazard.
An FMEA is not the end of the paperwork chain; it is the source of it. The findings flow into the documents that actually run the factory. Skipping this is how a beautiful FMEA still ships defects: the analysis never reached the line.
It works like a relay. The DFMEA flags features whose variation would hurt safety or function, the special characteristics. Those get special symbols on the drawing and are handed to the PFMEA, which figures out how the process could compromise them. The PFMEA's controls become the Control Plan, the operating document that says, per characteristic, what is measured, how, how often, and what to do when it goes out of bounds (the reaction plan). Finally, the whole stack is bundled into the PPAP, the package a supplier submits to prove it can make the part to spec before mass production starts.
A healthy program passes a simple audit: point at any inspection or gauge on the line and ask "why is this here?" The answer should trace back through the Control Plan to a PFMEA row, often to a special characteristic, and finally to a DFMEA failure effect with a severity that justifies the effort. If a control cannot be traced back, it is probably waste. If a high-severity effect has no control traceable forward, that is a gap.
A few hard-won habits separate FMEAs that prevent failures from FMEAs that just fill a binder.
Treating FMEA as a deliverable to hand to the customer rather than a tool to find your own blind spots. The moment the goal becomes "an approved document" instead of "a safer design," the team starts scoring to produce a clean sheet, and the analysis quietly stops working. Score honestly, even when it is inconvenient.
The inverter and stator cases here are illustrative, built to show the method clearly, with plausible but invented rating values. Real ratings must come from your own calibrated tables, your field data, and your cross-functional team. Use this guide to learn the shape of the analysis, not to copy numbers.
The anchors below condense the AIAG-VDA general criteria into a single page so you can score without flipping the handbook. They are illustrative; your program should adopt and, where needed, tailor the official tables, especially for safety-relevant work.
| S | Effect, what the customer or next process feels |
|---|---|
| 10 | Fails a safety or regulatory requirement with no warning. |
| 9 | Fails a safety or regulatory requirement with a warning. |
| 8 | Loss of primary function; product inoperable. |
| 7 | Degraded primary function; operable at reduced performance. |
| 6 | Loss of a secondary (comfort or convenience) function. |
| 5 | Degraded secondary function. |
| 4 | Appearance, noise, or feel noticed by most customers. |
| 3 | Noticed by many customers. |
| 2 | Noticed by discriminating customers only. |
| 1 | No discernible effect. |
| O | How likely the cause is to arise |
|---|---|
| 10 | Extremely high; failure almost inevitable, no prevention control. |
| 9 | Very high; persistent failures. |
| 8 | High; frequent failures. |
| 7 | High. |
| 6 | Moderately high. |
| 5 | Moderate; occasional failures. |
| 4 | Moderate. |
| 3 | Low; relatively few failures. |
| 2 | Very low; isolated failures. |
| 1 | Extremely low; cause effectively eliminated by a prevention control. |
| D | Ability of current controls to catch the cause or mode (note: inverted scale) |
|---|---|
| 10 | No control, or the control cannot detect the failure. |
| 9 | Very remote chance of detection. |
| 8 | Remote chance. |
| 7 | Very low chance. |
| 6 | Low chance. |
| 5 | Moderate chance. |
| 4 | Moderately high chance. |
| 3 | High chance. |
| 2 | Very high chance. |
| 1 | Detection essentially certain; mistake-proofed or the control always detects. |
An FMEA succeeds or fails on how the session is run. Use the checklist to keep a meeting productive, and the worksheet as a starting template you can copy.
A minimal row structure that matches everything in this guide. Use the button to copy a comma-separated header you can paste into a spreadsheet.
| Item / Function | Failure mode | Effect | S | Cause | O | Prevention control | Detection control | D | AP | Action | Owner | Due | New S/O/D | New AP |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| blank row | ||||||||||||||