Quality
A Defects Per Unit Tracker You Can Build in One Sitting
DPU, DPMO, and PPM get used interchangeably and they are not the same thing. Pick the wrong one and a process that is improving will look flat. Here is how to choose, and the tracker layout that holds up.
The reason defect tracking so often produces a flat line is that most plants are counting the wrong denominator. Defects per unit, defects per opportunity, and parts per million are three different measurements that answer three different questions, and using them interchangeably is how a genuine improvement disappears into the noise. A unit with eight inspection points is not comparable to one with two, and a tracker that ignores that will tell you your complex assembly is worse than your simple one when it may be considerably better per opportunity.
Three metrics, three questions
Defects per unit answers "how much rework will I do per part?" and is the right number for capacity and cost planning. Defects per opportunity normalizes for complexity and is the only fair way to compare a wiring harness to a bracket. Defects per million opportunities is the same number scaled for readability and is what your customer's supplier scorecard almost certainly means. Parts per million, confusingly, usually counts defective units rather than defects, so a unit with three defects counts once. Write down which one you mean at the top of the sheet, because the difference between counting defects and counting defectives will move your number by a factor of two or more.
Work an example. Take 40 defects found across 500 units, with 8 inspection opportunities on each unit. DPU is 0.080. DPO is 0.01000, and DPMO is therefore about 10,000. First pass yield under the Poisson assumption is e to the power of negative DPU, which comes out near 92.3%. That last figure is the one to put in front of finance, because it translates directly into how many units clear the line without touching a rework bench.
- DPU in the worked example: 0.080
- DPMO, complexity-adjusted: 10,000
- Implied first pass yield: 92.3%
The tracker layout
One row per defect, never one row per shift. Columns: date, part number, serial or lot, operation where it was found, operation where it was caused, defect code, and quantity. The two operation columns are the ones that pay for themselves, because the gap between where a defect is found and where it was made is the single most useful number in a quality system and no aggregated tracker can reconstruct it. Opportunities per unit lives in a separate lookup table keyed by part number, so complexity normalization is a join rather than a manual entry that will drift.
The distance between where a defect was made and where it was caught is the cost of your quality system. A tracker that cannot show it is just a tally.
The escape rate is the number that matters
Internal DPU tells you what you are spending on rework. Escape rate, the share of defects that reach the customer, tells you what you are spending on reputation, and the two rarely move together. A plant can drive internal DPU down by inspecting harder, which raises cost while leaving escapes untouched, and the tracker will show it as improvement. Report both, always, and treat a falling internal rate alongside a flat escape rate as evidence that you have added inspection rather than fixed anything.
Use the defects per unit calculator to convert between DPU, DPO, and DPMO on your own counts. Check the math
Published 2026-08-08.