Process capability indices, Cp and Cpk, are two of the most commonly reported numbers in quality engineering. They’re calculated from the same underlying measurement data but they answer two different questions, and confusing them can lead to the wrong conclusion about whether a process is actually capable.
This article focuses specifically on the distinction between Cp and Cpk, so if you need a fuller introduction and more comprehensive look to the process capability, that’s better you start with complete guide on Process Capability. Here, the goal is to make the difference between these two indices unambiguous.
What Cp Measures
Cp measures how wide your specification range is compared to how much your process actually varies.
The logic comes directly from the normal distribution. For a stable process, six standard deviations, that is, ± 3 sigma around the mean, are expected to contain approximately 99.7% of all output. Cp simply compares the width of your specification limits against that six sigma spread.
Cp = (USL − LSL) / 6σ
The numerator, upper specification limit minus lower specification limit, is how wide your tolerance is. The denominator, six sigma, is how wide your process actually spreads. Reading the result is straightforward:
- If Cp is less than 1, the process spread is wider than the specification. Some defects are unavoidable, regardless of where the process is centered.
- If Cp is greater than 1, the process variation fits inside the specification, with room to spare.
Cp = 1.67 — Centered process; the natural spread sits comfortably within both specification limits
That's useful information, but Cp has a built-in blind spot: it assumes the process is perfectly centered. It has no way of knowing whether the mean is sitting comfortably in the middle of the tolerance or drifting toward one of the limits. In theory, a process could already be producing defects while Cp still reports a healthy number, because Cp only ever describes the best-case scenario.
What Cpk Measures
Cpk closes the gap that Cp leaves open. Instead of assuming the process is centered, it accounts for where the mean actually sits relative to the specification limits.
Cpk = min [ (USL − μ) / 3σ, (μ − LSL) / 3σ ]
The concept is straightforward even though the formula looks denser. Cpk checks two distances: how far the process mean is from the upper limit, and how far it is from the lower limit. It then takes the smaller of the two. The side closest to a limit is the side most likely to produce defects, so that side is the one that defines the process's real, current capability.
Two consequences follow directly from this:
- In the best case, a perfectly centered process, Cpk equals Cp.
- As the process drifts off-center, Cpk drops below Cp.
Cpk = 0.67 — The same process spread, but the mean has drifted toward the lower specification limit
Mathematically, Cp ≥ Cpk always holds. That makes sense once you see what each index represents: Cp describes the best case, and Cpk describes reality.
Why Track Both Cp and Cpk Instead of Just Cpk?
A natural question follows: if Cpk already accounts for centering, why bother with Cp at all?
The cleanest way to hold the distinction in your head is this: Cp measures potential capability, and Cpk measures actual capability.
With Cpk alone, you can't tell whether your process has the potential to be capable in the first place. The relationship between the two numbers is what carries the diagnostic value:
Good Cp, bad Cpk
The variation itself is fine, but the process is off-center. This is generally the better problem to have, because re-centering the mean is often a faster, lower-cost adjustment than reducing variation. It may be as simple as a machine offset, a setpoint correction, or a calibration fix.
Cp = 1.67, Cpk = 0.67 — Tight process, off-center mean. The spread itself is fine; the fix is recentering, not reducing variation
Bad Cp
The variation itself is too large. Even with perfect centering, the process cannot consistently fit inside the specification. This points to a deeper improvement effort, since reducing variation is typically harder and slower than recentering a process that's already tight.
Cp = 0.80, Cpk = 0.80 — Centered process, but the natural spread is too wide for the specification limits
Cp and Cpk work as a pair, not as substitutes for one another. Cpk tells you whether the process is meeting requirements today. Cp, read alongside it, tells you whether a shortfall is a centering problem or a variation problem, which is exactly the information you need before deciding where to direct improvement efforts.
