Guest

Cp Cpk Pp and Ppk - What Each Index Actually Tells You

Aug 22nd, 2026
16
0
Never
Not a member of GistPad yet? Sign Up, it unlocks many cool features!
None 6.79 KB | None | 0 0
  1. Four capability indices, two letters different, and engineers still report the wrong one on customer PPAP submissions. Cp, Cpk, Pp, and Ppk aren't four ways of saying the same thing with slightly different math — they answer two genuinely different questions, and mixing them up misrepresents what the process is actually doing.
  2.  
  3. ## The First Split: Within vs. Overall Sigma
  4.  
  5. Cp and Cpk are calculated using within-subgroup sigma — the estimate of short-term, common-cause variation derived from the average range or average standard deviation across subgroups (the same R-bar/d2 or S-bar/c4 relationship that drives control chart limits). This captures what the process is capable of when it's running consistently, subgroup to subgroup, with the special causes stripped out.
  6.  
  7. Pp and Ppk use overall sigma — the standard deviation calculated across every individual data point in the dataset, ignoring subgroup structure entirely. This captures everything: the short-term variation plus any drift, shift, or special-cause variation that occurred across the sampling period.
  8.  
  9. Cp/Cpk describe potential capability — what the process could achieve if it stayed as consistent as it is within each subgroup. Pp/Ppk describe actual performance over the period sampled, drift included. A process can have a strong Cpk and a weak Ppk simultaneously, and that gap is diagnostic information, not noise: it means the process is capable in the short term but something — tool wear, temperature drift, shift-to-shift variation — is pulling the long-term output around.
  10.  
  11. Reporting Cpk alone hides that gap. Reporting Ppk alone hides whether the underlying process is fundamentally capable or just poorly controlled. A capability study that only reports one of the two pairs is giving an incomplete picture, and most customer quality requirements (AIAG core tools among them) expect both.
  12.  
  13. ## The Second Split: Centered vs. Off-Center
  14.  
  15. Within each pair, the second letter changes what's being measured relative to.
  16.  
  17. Cp compares the spec width to the process spread, full stop — it doesn't care where the process mean sits relative to the tolerance. A process can have an excellent Cp while running dangerously close to one spec limit, because Cp assumes perfect centering that may not exist.
  18.  
  19. Cpk accounts for centering. It calculates the distance from the process mean to the nearest spec limit, divided by three sigma, and takes the smaller of the two one-sided calculations (upper and lower). A process that's shifted toward one limit will show a Cpk noticeably lower than its Cp — and that gap is the tell. If Cp is comfortable but Cpk isn't, the process has enough inherent spread to work but is running off-center, which is a correctable centering problem rather than a variation-reduction problem.
  20.  
  21. The same relationship holds between Pp and Ppk.
  22.  
  23. ## Reading the Four Together
  24.  
  25. The full picture comes from looking at all four side by side, not any one in isolation:
  26.  
  27. - High Cp, low Cpk: process has the spread to work, but it's off-center. Fix the centering, not the variation.
  28. - Cpk close to Ppk: the process is behaving consistently across the sampling period — no meaningful drift.
  29. - Cpk noticeably higher than Ppk: something is pulling long-term performance away from short-term potential. Look for drift sources — tool wear, environmental effects, operator or shift differences.
  30. - Low Cp and low Pp together: the process doesn't have the inherent capability to meet spec even under ideal, centered conditions. That's a fundamental variation-reduction problem, not a centering fix.
  31.  
  32. ## A Note on Non-Normal Data
  33.  
  34. All four indices assume the underlying data is normally distributed. Running standard Cp/Cpk/Pp/Ppk math on a distribution that's meaningfully skewed — common with parameters like flatness, roundness, or anything bounded at zero — produces indices that misstate real capability. A normality check should precede the capability calculation, not follow it as an afterthought once the number looks wrong.
  35.  
  36. ## Calculating It Correctly
  37.  
  38. Getting within-sigma and overall-sigma right — pulling the correct constant for the subgroup size, checking normality before trusting the result, and reporting all four indices together rather than whichever one looks best — is where manual capability studies most often go wrong. [SigmaDesk's process capability calculator](https://sigmadesk.app/process-capability-calculator/) calculates Cp, Cpk, Pp, and Ppk side by side with a built-in normality check, free in the browser. It's part of the broader [SigmaDesk](https://sigmadesk.app/) SPC platform, alongside control charts, Gage R&R, and attribute charts.
  39.  
  40. Report all four together. The gaps between them are usually more informative than any single number.
RAW Paste Data Copied