Six Sigma Metrics: DPMO, DPU, FTY, RTY, COPQ, and More

In any Six Sigma project, metrics are essential. They help you understand process performance, uncover inefficiencies, and drive continuous improvement. Without clear metrics, it’s hard to identify problems or measure success.

This guide covers the most important Six Sigma metrics:

By the end of this article, you’ll know how to use each metric and how to calculate them with real-world examples.

Why Six Sigma Metrics Matter

Six Sigma is all about improving quality and reducing variation. To achieve that, you need data. Metrics give you that data. They quantify defects, measure yield, and track costs related to poor quality.

Diagram of key six sigma metrics

When teams use metrics consistently, they are able to:

  • Make better decisions
  • Prioritize critical improvement projects
  • Monitor performance over time
  • Justify investments in quality initiatives

Let’s explore the core Six Sigma metrics one by one.

DPMO – Defects Per Million Opportunities

DPMO measures how many defects occur in every one million opportunities for error. It’s one of the most widely used Six Sigma metrics because it accounts for complexity. More components or steps mean more chances for something to go wrong.

Formula:

\[DPMO = {Total \space Defects \over Units \times Opportunities \space per \space Unit} {\times 1,000,000}\]

Example:

Imagine a factory produces 1,500 laptops daily. Each laptop has 7 key functions that must be defect-free (screen, battery, keyboard, ports, Wi-Fi, speakers, and charging).

  • Total laptops = 1,500
  • Opportunities per unit = 7
  • Total defects found = 105
\[DPMO = {105 \over 1500 \times 7} {\times 1,000,000 \space = \space 10,000}\]

Interpretation:
A DPMO of 10,000 means the process produces 10,000 defects per million opportunities.

Sigma Level Conversion:

Use this table to estimate the Sigma Level from the DPMO:

Sigma LevelDPMOYield (%)
63.499.99966%
523399.98%
46,21099.38%
366,80793.32%
2308,53769.15%
1691,46230.85%

As DPMO decreases, your process moves closer to Six Sigma excellence.

DPU – Defects Per Unit

DPU tracks the average number of defects found in each unit. Unlike DPMO, it doesn’t consider how many potential defects each unit could have. It treats each product equally.

Formula:

\[DPU = {Total \space Defects \over Total \space Units \space Inspected}\]

Example:

You inspect 1,000 smartphones and find 120 defects:

\[DPU = {120 \over 1000} {\space = \space 0.12}\]

This means that, on average, there are 0.12 defects per unit.

When to Use DPU:

DPU works best when:

  • The product has only a few features
  • You’re comparing across different time periods
  • You want a simple view of defect trends

Keep in mind, DPU doesn’t show the full picture in complex products with many opportunities for failure.

FTY – First Time Yield

First Time Yield (FTY) measures the efficiency of a process step. It shows the percentage of units that pass without needing rework or repair. It helps pinpoint which step in the process causes the most trouble.

Formula:

\[FTY = {Good \space Units \space Output \over Total \space Units \space Entering \space the \space Process \space Step}\]

Example:

At a packaging station:

  • 1,000 boxes enter
  • 950 leave without defects
  • 50 require rework
\[FTY = {950 \over 1000} {\space = \space 0.95}\]

Interpretation:
FTY tells you that 95% of units pass this step the first time.

Sample FTY Table:

Process StepUnits InGood UnitsFTY
Cutting1,00095095.0%
Welding95090094.7%
Painting90085094.4%

Track FTY at each step to identify weak points in your process.

RTY – Rolled Throughput Yield

Rolled Throughput Yield (RTY) looks at the entire process. It tells you how likely a product is to pass through all steps without a single defect. RTY multiplies the FTY of each process step.

Formula:

\[RTY = {FTY_{1} \times FTY_{2} \times FTY_{3}…FTY_{n}}\]

Using Previous FTY Table:

\[RTY = {FTY_{cutting} \times FTY_{welding} \times FTY_{painting} \space = \space 0.95 \times 0.947 \times 0.944 \space = \space 0.849}\]

Interpretation:
Only 84.9% of units pass through all three steps without any rework.

RTY drops quickly as more steps are added. Even high FTYs can result in a much lower RTY.

COPQ – Cost of Poor Quality

Cost of Poor Quality (COPQ) shows how much money your company loses due to defective products and processes. COPQ includes four key areas:

  1. Internal Failures – Rework, scrap, downtime
  2. External Failures – Returns, complaints, warranty claims
  3. Appraisal Costs – Inspections, audits, testing
  4. Prevention Costs – Training, process improvement, quality planning

Formula:

\[COPQ = {Internal \space + \space External \space + \space Appraisal \space + \space Prevention}\]

Example Breakdown:

CategoryCost
Internal Failures$30,000
External Failures$15,000
Appraisal Costs$10,000
Prevention Costs$5,000
Total COPQ$60,000

Interpretation:
You’re losing $60,000 due to poor quality. This cost can make up 20–30% of total sales in some companies.

Reducing COPQ improves both profit margins and customer satisfaction.

Sigma Level – Your Quality Scorecard

The Sigma Level measures how close your process is to perfection. It shows how many standard deviations fit between the mean and the nearest spec limit.

Higher Sigma Levels mean fewer defects.

Quick Reference Table:

Sigma LevelDPMOYield %
63.499.99966%
523399.98%
46,21099.38%
366,80793.32%
2308,53769.15%
1691,46230.85%

Estimating Sigma Level:

You can estimate Sigma Level from yield using statistical Z-tables or software like Minitab. Most Six Sigma teams aim for 4.5 Sigma or better to remain competitive.

Cpk and Ppk – Process Capability Indices

Cpk and Ppk compare your process output to specification limits.

  • Cpk: How well a process stays within specs when it’s in control
  • Ppk: How well it performs overall, even with variation or drift

Both use standard deviation and mean, but Cpk assumes process stability, while Ppk does not.

Formulas:

\[Cpk = {min[}{(USL \space – \space μ) \over 3σ}, \space {(μ \space – \space LSL)\over 3σ}{]}\]
\[Ppk = {min[}{(USL \space – \space x̄) \over 3s}, \space {(x̄ \space – \space LSL)\over 3s}{]}\]

Where:

  • USL = Upper Spec Limit
  • LSL = Lower Spec Limit
  • μ or x̄ = Process Mean
  • σ or s = Standard Deviation

Example:

A part must be between 19.8 and 20.2 mm.

  • Mean = 20.0 mm
  • Std Dev = 0.1 mm
\[Cpk = {min[}{(20.2 \space – \space 20.0) \over 3 \times 0.1}, \space {(20.0 \space – \space 19.8)\over 3 \times 0.1}{]}{\space = \space min(0.67,0.67) \space = \space 0.67}\]

Interpretation:
This process is not capable. Cpk must be ≥ 1.33 to meet Six Sigma standards.

Capability Index Table:

Cpk/Ppk ValueInterpretation
≥ 2.0World-class
1.66 – 2.0Excellent
1.33 – 1.66Good – Acceptable in most cases
1.0 – 1.32Marginal – Needs improvement
< 1.0Not capable

Summary Table of Key Six Sigma Metrics

MetricDescriptionFormula SummaryIdeal Range
DPMODefects per opportunity(Defects / (Units × Opportunities)) × 1MLower is better
DPUDefects per unitDefects / UnitsLower is better
FTYFirst-pass yield per stepGood Units / Total UnitsClose to 100%
RTYTotal yield across all stepsProduct of FTYsClose to 100%
COPQTotal cost of poor qualitySum of 4 categoriesMinimize
Sigma LevelDistance from perfectionDerived from DPMO or yield6 is ideal
Cpk/PpkProcess capability vs specsSee formulas above≥ 1.33 preferred

Conclusion

Six Sigma metrics do more than just track performance. They guide decisions, drive accountability, and foster continuous improvement. When used correctly, they align teams around a common goal—delivering defect-free products and services.

Whether you’re starting your first DMAIC project or managing global operations, these metrics offer the insights you need to improve quality, reduce costs, and enhance customer satisfaction.

Share with your network
Lindsay Jordan
Lindsay Jordan

Hi there! My name is Lindsay Jordan, and I am an ASQ-certified Six Sigma Black Belt and a full-time Chemical Process Engineering Manager. That means I work with the principles of Lean methodology everyday. My goal is to help you develop the skills to use Lean methodology to improve every aspect of your daily life both in your career and at home!

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.