Cp / CpkProcess Capability Index
The two short-term process-capability indices that compare the natural spread of a process to the specification width — Cp ignores centring, Cpk includes it, and the gap between them tells you whether to widen tolerances, recentre the mean or reduce variation.
01What Cp and Cpk actually are
Cp and Cpk are short-term process-capability indices — dimensionless numbers that compare the natural variation of a process to the width of its specification. Cp asks 'is the process spread narrow enough to fit inside the spec?' and ignores where the process is centred. Cpk asks the same question but penalises a process whose mean is off-centre toward one specification limit.
Both indices originated in automotive SPC practice (Ford's Q-101 in the 1980s, then AIAG's SPC manual) and were adopted into ISO 22514 for general manufacturing, into FDA's 2011 Process Validation guidance (where Cpk drives PPQ acceptance), and into ICH Q10 as the standard language for continued process verification.
02The formulas — and why they are short-term
Cp = (USL − LSL) ÷ (6σ_within). Cpk = min[(USL − μ) ÷ 3σ_within, (μ − LSL) ÷ 3σ_within]. The σ_within is the within-subgroup standard deviation — typically estimated from the average range of subgroups divided by d2, or from the pooled within-subgroup variance. This is short-term, instantaneous spread — not the long-term spread you see over weeks of operation, which is captured by the parallel indices Pp and Ppk (using overall standard deviation s).
The 6σ in the denominator represents ±3σ around the mean — the interval that contains 99.73 % of a normal distribution. A Cp of 1.0 means the process spread exactly equals the spec width — 0.27 % of output is theoretically out of spec even if the process is perfectly centred. Cpk = 1.0 means the closer spec limit is exactly 3σ from the mean — same 0.27 % theoretical OOS rate, but only if the process stays centred.
| Cpk | Theoretical % out of spec (one-sided) | Industry stance |
|---|---|---|
| 1.00 | 0.135 % | Marginal — typically not acceptable for new processes. |
| 1.33 | 0.0032 % | Historical minimum for capable processes. |
| 1.50 | 0.00034 % | Common target for critical-to-quality features. |
| 1.67 | 0.000029 % | Six Sigma-aligned target for new launches. |
| 2.00 | 0.0000002 % | World-class; rarely required outside semiconductors. |
03The Cp vs Cpk gap — diagnostic, not decoration
The relationship Cpk ≤ Cp always holds. The gap between them tells the engineer what to fix. If Cp = 1.50 and Cpk = 0.80, the process has plenty of room inside the spec but is badly off-centre — the fix is to recentre the mean, not to reduce variation. If Cp = 0.80 and Cpk = 0.80, the process is centred but the spread is too wide for the spec — the fix is to reduce variation, not to chase the mean. If both are low, you have both problems and need to triage.
The k in Cpk is the centring correction: k = |μ − (USL+LSL)/2| ÷ (USL−LSL)/2, and Cpk = Cp × (1 − k). When k = 0 the process is perfectly centred and Cpk = Cp; when k = 1 the mean sits exactly at one spec limit and Cpk = 0.
04The assumptions that make Cpk meaningful
- The process is in statistical control — special-cause variation removed. Calculating Cpk on an out-of-control process produces a number, but the number has no predictive value.
- The data are approximately normal. For non-normal data (skewed, bounded, count) use a Box-Cox transformation, a fitted non-normal distribution, or quantile-based capability indices (ISO 22514-4).
- The subgroup structure is rational — items within a subgroup share common cause, items across subgroups capture special cause.
- Sample size is adequate — typically 25 subgroups of 4–5 (≥100 measurements) before Cpk is reported.
- The measurement system is capable — MSA (gauge R&R) consumes less than 10 % of the spec width, ideally less than 30 % of process variation.
05Cpk in FDA Process Validation
FDA's 2011 PV guidance is silent on a specific numeric threshold but expects the protocol to define one, justify it, and demonstrate that PPQ batches meet it. Industry practice settled on Cpk ≥ 1.33 as the minimum acceptance for critical quality attributes during PPQ, with higher targets for life-critical attributes (potency, assay, content uniformity). The protocol must also pre-specify what happens when Cpk falls short — a hold, an extended PPQ, or a Stage 1 (design) revisit.
In Stage 3 CPV the metric shifts: short-term Cpk gives way to long-term Ppk, computed across rolling 12-month windows, and the trend matters more than the absolute value. A Ppk that drifts from 1.50 to 1.10 over six months is a signal to act even if it has not yet crossed the acceptance floor.
06Common audit findings on capability programmes
- Cpk reported on out-of-control data — control charts not run before the capability calculation.
- Subgroup size and frequency arbitrary, not derived from a rational-subgroup analysis.
- Non-normal data forced through the Cpk formula without transformation or non-normal index.
- MSA never performed — the measurement system contribution to apparent process variation is unknown.
- Cpk and Ppk used interchangeably — short-term and long-term spread conflated.
- Specification limit one-sided (e.g. dissolution NLT 80 %) but two-sided Cpk reported by inventing a meaningless upper limit.
- PPQ acceptance criterion '≥ 1.33' applied to a CQA where 1.33 leaves an unacceptable patient-safety margin.
- Cpk improvement claimed after a process change without a recalculation under post-change control conditions.
07How V5 Ultimate is built around capability
- Every numeric IPC and release attribute auto-feeds the SPC engine; control limits derived from the validation data, not the spec.
- Cpk and Ppk are computed per attribute per rolling window with normality testing and transformation applied automatically.
- PPQ protocol templates pre-specify the Cpk acceptance and the action plan if missed — built into the validation pack.
- CPV dashboards trend Ppk by attribute; trend toward floor opens a CAPA ticket before an OOS event.
- Specifications carry a one-sided / two-sided flag so Cpk uses the correct numerator without manual intervention.
- Annual Product Quality Review (211.180(e)) pulls the same Cpk / Ppk tables — no separate report.
Frequently asked questions
Q.What is the difference between Cpk and Ppk?+
Cpk uses within-subgroup (short-term) standard deviation; Ppk uses overall (long-term) standard deviation. Cpk answers 'how capable is the process under best conditions?'; Ppk answers 'how capable has the process actually been over the production window?'. PPQ acceptance typically reports Cpk; CPV monitoring typically reports Ppk.
Q.Is Cpk ≥ 1.33 always acceptable?+
No. 1.33 is the historical minimum; for life-critical or patient-safety CQAs the threshold is often 1.50 or 1.67. The acceptance criterion must be set per CQA based on the consequence of OOS and the cost of process improvement, then justified in the validation protocol — copy-paste 1.33 is a finding.
Q.Can I calculate Cpk on non-normal data?+
Not with the standard formula. Options: (1) transform the data (Box-Cox, Johnson) and calculate on the transformed scale, (2) fit a non-normal distribution and use a quantile-based capability index per ISO 22514-4, (3) split the data into modes if multimodal. Forcing non-normal data into the standard formula produces a misleading number.
Q.How many data points do I need?+
AIAG SPC recommends ≥25 subgroups (typically of size 4–5, so ≥100 measurements) before reporting Cpk. Fewer subgroups produce wide confidence intervals around the Cpk point estimate — a sample Cpk of 1.50 from 20 measurements has a 90 % CI that easily includes 1.00.
Q.Does Six Sigma require Cpk = 2.0?+
Six Sigma's '3.4 defects per million opportunities' corresponds to a 1.5-sigma-shifted Cpk of 1.5 — not a centred Cpk of 2.0. The two numbers are often confused. In practice, Six Sigma programs target Cpk ≥ 1.67 for new launches, with the 2.0 reserved for showcase processes.
Primary sources
Further reading
- PPQ — Process Performance QualificationStage 2 of FDA PV — where Cpk is first reported.
- CPV — Continued Process VerificationStage 3 — where Cpk is monitored for the product's life.
- SPC — Statistical Process ControlControl charts feed the data Cpk is calculated from.
- OOS — Out-of-specificationWhat happens when a low-Cpk process drifts past a spec limit.
- MSA — Measurement System AnalysisIf your measurement system isn't capable, your Cpk is wrong.
Explore this topic
Cp / Cpk sits inside 2 overlapping topic clusters in our glossary. Every neighbour is one click away.
Root-cause toolkit, SPC, capability and the rest of the QA practitioner's bench.
V5 Ultimate ships with the Cp / Cpk controls already wired in — audit trail, e-signatures, validation evidence. Free trial, no credit card, onboard in days, not months.
