← Back to 11 · Manufacturing Quality
11.1 · Manufacturing Quality

Process Capability & SPC — Can Your Process Make Good Parts?

Process capability answers a simple question: when you run this job, can the machine consistently hold the tolerance? Cp and Cpk are the numbers that quantify this. SPC (Statistical Process Control) monitors whether the process stays in control over time. This page explains both in plain terms.

What Is Process Capability?

A machine might hold a dimension ±0.01 mm on the first part — but can it do that for 1000 parts in a row? Process capability measures how much variation the process actually produces compared to the tolerance allowed on the drawing.

The idea: tolerance band (USL − LSL) divided by the natural spread of the process (6σ, or ±3σ from the mean). If the process variation fits comfortably inside the tolerance, the process is capable. If it's tight, expect defects.

Cp — Process Potential

Cp compares the tolerance width to the process spread, without considering where the process is centered.

Cp = (USL − LSL) / (6σ)

USL = upper spec limit, LSL = lower spec limit, σ = process standard deviation

Cp valueMeaningAssessment
Cp < 1.0Process spread exceeds toleranceIncapable — expect scrap
Cp = 1.0Process spread exactly fills toleranceBarely capable — any drift = defects
Cp = 1.33Tolerance is 4× process spreadAcceptable — standard target
Cp = 1.67Tolerance is 5× process spreadExcellent — comfortable margin
Cp ≥ 2.0Six-sigma levelWorld-class

Cpk — Process Performance (Centered)

Cp ignores centering. Cpk accounts for whether the process mean is off-center. If the process drifts toward one spec limit, Cpk drops even if Cp looks good.

Cpk = min[(USL − mean) / 3σ, (mean − LSL) / 3σ]

Takes the smaller of the two distances from mean to each spec, divided by 3σ.

Cpk valueMeaningTypical use
Cpk < 1.0Not capableProcess needs improvement
Cpk = 1.0Just capable at the nearest limitRisky — no margin
Cpk = 1.33Standard targetMost industries require this
Cpk = 1.67Good marginCritical features
Cpk ≥ 2.0Six-sigmaHigh-reliability parts (medical, aerospace)

Worked example: a shaft dimension is 25 ±0.05 mm. USL = 25.05, LSL = 24.95. After measuring 50 parts, mean = 25.01, σ = 0.010.

Cp = (25.05 − 24.95) / (6 × 0.010) = 0.10 / 0.060 = 1.67

Cpk upper = (25.05 − 25.01) / (3 × 0.010) = 0.04 / 0.030 = 1.33

Cpk lower = (25.01 − 24.95) / (3 × 0.010) = 0.06 / 0.030 = 2.00

Cpk = min(1.33, 2.00) = 1.33

The process is acceptable (Cpk = 1.33), but the mean is offset +0.01 toward the upper limit. Re-centering to 25.00 would raise Cpk to 1.67 on both sides.

How to Measure Cp/Cpk in Practice

  1. Let the machine warm up and run normally.
  2. Measure 30–50 consecutive parts on a critical dimension.
  3. Calculate mean and standard deviation.
  4. Plug into the formulas.
  5. If Cpk < 1.33, investigate the cause (see Root Cause Analysis).

Important: only calculate Cp/Cpk when the process is in statistical control. If the process is drifting or has special-cause variation, the numbers are meaningless. Use SPC first to confirm stability.

SPC — Statistical Process Control

SPC uses control charts to monitor whether the process is stable over time. A control chart plots measured dimensions in order, with upper and lower control limits (UCL/LCL) set at ±3σ from the mean.

Common Control Charts

ChartUseWhat it detects
X-bar / R chartVariables data (dimensions), subgroups of 3–5Mean shift and spread change
X / MR chartOne measurement per partIndividual part variation and drift
P chartAttribute data (pass/fail)Proportion defective

Out-of-Control Signals

The process needs attention if:

First Article Inspection (FAI)

Before running production, the first part is fully inspected against the drawing — every dimension, every GD&T tolerance, every note. This proves the process can produce a conforming part.

FAI stepWhat you do
1. Set up the jobMachine, tools, offsets per the process plan
2. Run first partFull cycle, no shortcuts
3. Measure everythingEvery dimension on the drawing — not just critical ones
4. Record resultsFAI report: nominal, upper/lower, measured, pass/fail
5. Sign offOperator, inspector, engineer all approve

Rule: if the first part is wrong, fix the cause before making 10 more. Don't tweak offsets on the fly without understanding why the first part was off. See Root Cause Analysis for structured troubleshooting.