Process Capability Index Calculator
How it Works
01Enter Spec Limits
Provide the upper specification limit (USL) and lower specification limit (LSL).
02Enter Process Parameters
Input your process mean and standard deviation from measurement data.
03Compute Cp and Cpk
Cp = potential capability; Cpk = actual capability accounting for centering.
04Interpret Sigma Level
Cpk ≥ 1.33 is capable; Cpk = 2.0 is Six Sigma (≤3.4 DPMO).
Introduction
A process capability index essentially answers: "How many standard deviations of the process fit within the specification limits?" A Cp (or Cpk) ≥ 1.33 is typically considered capable for most industries; Six Sigma processes target Cpk ≥ 2.0, representing fewer than 3.4 defects per million opportunities (DPMO).
Cp measures the potential capability of a process — how well it could perform if perfectly centered within the spec limits. Cpk accounts for how well-centered the process actually is, measuring the minimum distance from the process mean to either spec limit in standard deviation units. A Cp >> Cpk indicates the process is off-center and could be improved by recentering without reducing variation.
Pp and Ppk use overall standard deviation (calculated from all data, including between-subgroup variation) rather than within-subgroup variation, giving a measure of actual process performance over a longer time period.
This calculator is essential for quality engineers, Six Sigma Black Belts and Green Belts, manufacturing engineers, and anyone responsible for process quality. Enter your upper specification limit (USL), lower specification limit (LSL), process mean (x̄), and standard deviation (σ or s) to instantly assess process capability.
The formula
Cp = (USL − LSL) / (6σ)
Process Capability (Cpk):
Cpk = min[(USL − x̄) / (3σ), (x̄ − LSL) / (3σ)]
Cpu (upper capability):
Cpu = (USL − x̄) / (3σ)
Cpl (lower capability):
Cpl = (x̄ − LSL) / (3σ)
Performance Index (Pp):
Pp = (USL − LSL) / (6s_total)
Ppk:
Ppk = min[(USL − x̄) / (3s_total), (x̄ − LSL) / (3s_total)]
Calculation In Practice
Cp = (10.5 − 9.5) / (6 × 0.15) = 1.0 / 0.9 = 1.11
Cpu = (10.5 − 10.1) / (3 × 0.15) = 0.4/0.45 = 0.89
Cpl = (10.1 − 9.5) / (3 × 0.15) = 0.6/0.45 = 1.33
Cpk = min(0.89, 1.33) = 0.89
Cpk < 1.33: Process is not capable. The mean is too close to USL.
Typical Use Cases
Manufacturing Quality Control
Six Sigma Projects
Supplier Qualification
Medical Device Manufacturing
Process Improvement
Technical Reference
Cp vs Pp:
Assumptions:
Key Takeaways
Industry standards generally require:
Always verify that your process data is normally distributed before applying these indices. For non-normal data, use non-parametric capability measures or transform the data before analysis.