DPMO Calculator — Defects Per Million Opportunities

Enter your defect counts and this calculator returns DPMO, sigma level (short- and long-term), process yield, and DPU — instantly, in your browser, using the standard Six Sigma conversion table.

Inputs

Counts collected over a representative sample.

Provide non-zero units and opportunities to compute DPMO.

DPMO

σ (short-term)

Yield

DPU

What is DPMO?

DPMO — defects per million opportunities — is the standard Six Sigma measure of process performance for discrete (attribute) data. Instead of just counting defective units, DPMO accounts for how many chances each unit has to be defective, which makes it possible to compare a simple process (one opportunity per unit) with a complex one (dozens of opportunities per unit) on the same scale.

DPMO is the bridge between everyday defect counts and the sigma level scale: once you know your DPMO, the standard conversion table tells you whether your process performs at 2σ, 3σ, 4σ, or better.

The DPMO formula

DPMO = (defects ÷ (units × opportunities per unit)) × 1,000,000

Three inputs: the number of defects observed, the number of units inspected, and the number of opportunities per unit — the independent ways each unit could be defective. Yield follows as 1 − DPMO/1,000,000, and DPU (defects per unit) is simply defects ÷ units.

Worked example

A loan-processing team reviews 400 applications in a month. Each application has 5 defect opportunities (missing signature, wrong amount, incomplete ID, unverified income, mis-keyed account). Across the month they log 38 defects.

DPMO = (38 ÷ (400 × 5)) × 1,000,000 = 19,000
Sigma level ≈ 3.6σ (short-term)   ·   Yield = 98.1%

19,000 DPMO sits between the 3σ (66,807) and 4σ (6,210) benchmarks — a typical, stable-but-improvable business process. Getting to 4σ would mean cutting defects roughly two-thirds, from 38 to about 12 per month.

DPMO to sigma level conversion table

Sigma level (short-term)DPMOYield
308,53769.1%
66,80793.3%
6,21099.38%
23399.977%
3.499.99966%

These are the industry-standard values (including the 1.5σ shift) used in Green Belt and Black Belt training. The calculator interpolates between table rows so its output matches what you would look up by hand.

How to interpret your result

Treat DPMO as a baseline, not a verdict. Measure it over a representative period, then use it to size the improvement opportunity: each sigma level roughly means an order-of-magnitude fewer defects. In a DMAIC project, DPMO measured in the Measure phase becomes the yardstick the Improve phase is judged against — the same calculation, before and after, with the opportunity definition held constant.

Watch the two classic traps: changing the opportunity count mid-project (which moves the goalposts), and computing sigma from a sample too small to contain any defects — zero observed defects in 50 units does not mean a six-sigma process.

Frequently asked questions

What is a good DPMO?
It depends on your industry, but the classic Six Sigma benchmarks are: 308,537 DPMO = 2σ, 66,807 = 3σ, 6,210 = 4σ, 233 = 5σ, and 3.4 DPMO = 6σ (all with the 1.5σ shift). Most well-run processes operate between 3σ and 4σ; world-class processes push toward 5σ and beyond.
What is the difference between DPMO, DPU, and PPM?
DPU (defects per unit) counts defects divided by units, ignoring how many things could go wrong on each unit. DPMO normalizes by opportunities — defects divided by (units × opportunities per unit), scaled to one million — so processes of different complexity can be compared. PPM (parts per million) counts defective units, not defects: a unit with three defects adds three to the DPMO numerator but only one to PPM.
How do I count opportunities per unit?
An opportunity is any independent chance for a defect that you actually inspect and could reasonably prevent. Count the checks that matter to the customer, keep the definition stable over time, and document it — inflating opportunities artificially lowers DPMO without improving anything.
Why does the sigma level include a 1.5σ shift?
The 1.5σ shift is the Motorola convention that accounts for long-term process drift: a process centered today will wander over months. Short-term sigma (the quoted "6 sigma") equals the long-term observed z-value plus 1.5. This calculator reads short-term sigma from the standard conversion table used in Six Sigma training and certification exams.
Is my data uploaded anywhere?
No. This calculator runs entirely in your browser — the numbers you type never leave your device. The math comes from the same parity-tested engine that powers the LeanProjax platform.