Defects Per Million Opportunities (DPMO) Calculator
Calculate the number of defects per million opportunities (DPMO) and the corresponding Six Sigma level for any process.
Formulas Used
Total Opportunities (TOP):
TOP = Units × Opportunities per Unit
Defect Rate (p):
p = Defects ÷ TOP
DPMO:
DPMO = p × 1,000,000 = (Defects ÷ TOP) × 1,000,000
Process Yield:
Yield (%) = (1 − p) × 100
Sigma Level (short-term approximation):
σ = 0.8406 + √(29.37 − 2.221 × ln(DPMO))
(Valid range: DPMO 3.4 to ~933,000; capped at 6σ)
Assumptions & References
- DPMO assumes a stable, in-control process over the inspection period.
- Each unit must have the same number of defect opportunities.
- A "defect" is any non-conformance to specification; a unit may have multiple defects.
- The Sigma Level formula includes the standard 1.5σ shift used in Six Sigma methodology (long-term vs. short-term capability).
- Six Sigma benchmark: 3.4 DPMO ≈ 6σ (99.99966% yield).
- Sigma approximation formula source: Pyzdek & Keller, The Six Sigma Handbook, 4th Ed.
- Results are estimates; for precise capability indices use Cp/Cpk with normal distribution data.