372. Cpk

372.1. 𝐶𝑝𝑘 (Process Capability Index with Centering)

Minimum distance from mean to nearest spec limit divided by 3 standard deviations. Process capability considering centering and variation.

If process is centered:

𝐶𝑝𝑘=𝐶𝑝=USLLSL6𝜎

If process mean is off center, the smaller side of the process-to-limit ratio determines 𝐶𝑝𝑘:

𝐶𝑝𝑘=Min(USL𝑥̄3𝜎,𝑥̄LSL3𝜎)

If 𝐶𝑝𝑘<𝐶𝑝, process is not centered

𝐶{𝑝𝑘} ValueMeaningQuality Impact
𝐶{𝑝𝑘}<1Process not capable,
output falls outside specs
Many defects,
poor performance
𝐶{𝑝𝑘}=1Process just meets
specification limits
Acceptable only
if well centered
𝐶{𝑝𝑘}>1Process is capable,
centered or nearly so
Fewer defects,
reliable quality
𝐶{𝑝𝑘}=2Excellent capability,
Six Sigma level
Near-perfect
quality
Example

Suppose a company manufactures metal rods, and the specification limits for the diameter of the rods are:

  • Target: 10 mm
  • Lower Specification Limit (LSL): 9.8 mm
  • Upper Specification Limit (USL): 10.2 mm

The process has:

  • A standard deviation 𝜎 of 0.05 mm.
  • A process mean 𝜇 of 10.1 mm.

Step 1: Calculate the distance from the mean to the USL:

USL𝜇3𝜎=10.2mm10.1mm3×0.05mm=0.1mm0.15mm=0.67

Step 2: Calculate the distance from the mean to the LSL:

𝜇LSL3𝜎=10.1mm9.8mm3×0.05mm=0.3mm0.15mm=2.00

Step 3: Determine 𝐶𝑝𝑘:

𝐶𝑝𝑘=min(0.67,2.00)=0.67

Interpretation:

𝐶𝑝 = 1.33 means the process spread (6 𝜎) fits 1.33 times within the tolerance range (the distance between the Upper Specification Limit and Lower Specification Limit.

  • 𝐶𝑝 = 1.00: Process mean is exactly at the midpoint of the specification limits, and the process variation fits exactly within these limits. 99.73% of the output will be within specifications, indicating a capable process (3 sigma process).
  • 𝐶𝑝>1.00: The higher the 𝐶𝑝𝑘, the more capable and stable the process is, meaning it can consistently produce parts within tolerance with minimal risk of defects.
  • 𝐶𝑝<1: The process mean is off-center or the variation is wider than the specification limits, or both. A significant portion of the output may fall outside the specification limits.