Lean Six Sigma DPMO & Sigma Level Calculator
Calculate DPU, DPO, DPMO, process yield and Six Sigma quality level from a defect count, unit count and opportunities per unit — with both long-term and 1.5σ-shifted short-term sigma levels.
Input
Output
| Metric | Value |
|---|---|
| No data yet | |
| Sigma level | DPMO | Yield % |
|---|---|---|
| No data yet | ||
Guides
What does this calculator do?
Enter the number of defects, units inspected, and opportunities for a defect per unit, and this tool computes the standard Lean Six Sigma quality metrics: DPU (defects per unit), DPO (defects per opportunity), DPMO (defects per million opportunities), process yield, and the resulting sigma level — both the long-term value and the short-term value with the conventional 1.5σ process shift applied. A reference table shows DPMO and yield for every sigma level from 1σ to 6σ, so you can see where your process lands relative to the standard scale.
How to use it
- Enter the number of defects found during inspection.
- Enter the number of units inspected.
- Enter the opportunities per unit — how many distinct ways a single unit could fail (leave at 1 if you're only tracking a single pass/fail check per unit).
- Read the result table for DPU, DPO, DPMO, yield, and sigma level.
What is DPMO?
DPMO (Defects Per Million Opportunities) normalizes a defect count so processes with different complexity — different numbers of failure opportunities per unit — can be compared on the same scale. It's calculated as DPMO = (defects / (units × opportunities per unit)) × 1,000,000.
Why two sigma levels — long-term and short-term?
The long-term sigma level is the raw conversion of your process yield through the inverse normal distribution. The short-term value adds the 1.5σ process shift, a correction Motorola introduced when defining Six Sigma to account for the fact that a process's mean tends to drift over time — so a process that looks like 6σ in a short sampling window is expected to perform closer to 4.5σ long-term. Both numbers are standard in Six Sigma reporting; the short-term (shifted) value is the one usually meant when someone says a process "is Six Sigma."
What counts as an "opportunity"?
An opportunity is any distinct, independently-checkable way a unit could have a defect — for example, a circuit board with 40 solder joints has 40 opportunities per board. If you're only checking one thing per unit (pass/fail on a single criterion), use 1 opportunity per unit, which makes DPO and DPU the same value.
Privacy
All calculations run locally in your browser — your data is never sent to a server.
Related tools
To test whether a change to your process produced a statistically significant improvement (rather than just a different sigma level), use the A/B Test Significance Calculator. For general descriptive statistics on a data set — mean, standard deviation, variance — see the Statistics Calculator.
Use it from code
From 3 credits per callREST API
curl -X POST https://api.iotools.cloud/v1/tool/lean-six-sigma-dpmo-calculator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"defects": "12",
"units": "500",
"opportunities": "4"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `lean-six-sigma-dpmo-calculator` tool (Lean Six Sigma DPMO & Sigma Level Calculator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.