Cp/Cpk analysis

Manufacturing Quality Reference

Cpk Calculation Explained:
Formula, Example & Free Calculator

Learn how to calculate Cpk (Process Capability Index), understand Cp vs Cpk, and evaluate manufacturing capability using industry benchmarks — with a free interactive calculator built for SMT and EMS environments.

Cpk Threshold Quick Reference
≥ 1.67
Highly CapableSix Sigma target. Electronics OEM requirement.
≥ 1.33
Industry MinimumStandard EMS / SMT capability target.
≥ 1.00
Marginally CapableProcess meets spec but is at risk.
< 1.00
Not CapableDefects are being produced outside tolerance.
Section 01

What Is Cpk (Process Capability Index)?

A statistical measure used in manufacturing to quantify how well a process performs relative to its specification limits — taking both variation and centering into account.

Cp — Process Capability

Cp measures how much of the specification range your process could fit if it were perfectly centered. It evaluates the spread of your process relative to the tolerance window, ignoring whether the process is actually centered within that window.

Cp = (USL − LSL) / 6σ

Cpk — Process Capability Index

Cpk adjusts Cp to account for where the process is centered. It measures the distance from the process mean to the nearest specification limit. A high Cpk means the process is both tight and centered.

Cpk = min[(USL−μ)/3σ, (μ−LSL)/3σ]
Section 02

What Does Cpk Measure?

Cpk captures four critical dimensions of process performance in a single index value.

Process Centering

How close the process mean is to the center of the specification range.

Process Variation

The spread of output values relative to the tolerance window.

Defect Probability

The likelihood that a unit will fall outside specification limits.

Capability vs Tolerance

Whether the process variation fits within engineering tolerance — and by how much.

Key Insight

A process can have high Cp but low Cpk if the mean is shifted toward one limit. Cpk is more reliable because it reflects actual defect risk.

Section 03

Cpk Formula

The Cpk formula takes the minimum of two ratios. The smaller value determines process capability.

Cpk = min [(USL − μ) / , (μ − LSL) / ]
The minimum of the two ratios is selected — the process is only as capable as its weakest side.
USL

Upper Specification Limit

The maximum allowable value. Units above this are out-of-spec.

LSL

Lower Specification Limit

The minimum allowable value. Units below this are out-of-spec.

μ

Process Mean

The arithmetic average of the measured process output values.

σ

Standard Deviation

A measure of process spread. Smaller σ means tighter output.

Three Sigma Spread

±3σ covers 99.73% of output under a normal distribution.

min

Minimum Function

Cpk takes the smaller ratio — only as capable as the closest spec limit.

Section 04

How to Calculate Cpk Step-by-Step

Follow these five steps to calculate Cpk for any manufacturing process.

01

Define the specification limits

Obtain USL and LSL from the engineering drawing, customer specification, or process control plan.

02

Collect a representative data sample

Gather at least 30 data points from the process under stable, controlled conditions.

03

Calculate the process mean (μ)

Sum all measured values and divide by the count.

μ = Σx / n
04

Calculate the standard deviation (σ)

Use the sample standard deviation formula.

σ = [ Σ(xᵢ − μ)² / (n−1) ]
05

Apply the Cpk formula

Calculate both ratios and select the minimum.

Cpu = (USL − μ) / 3σ
Cpl = (μ − LSL) / 3σ
Cpk = min(Cpu, Cpl)
Section 05 · Real-World Example

Cpk Calculation Example in SMT Manufacturing

A practical walkthrough using solder paste volume measurement.

Scenario: SPI Solder Paste Volume

Spec: 80–120% nominal. 50 boards measured. Mean μ = 97%, σ = 6%.

Cpk Calculation — SPI Paste Volume

Step-by-step
USL
120%
LSL
80%
Mean μ
97%
Std Dev σ
6%
Cpu
(120−97)/(3×6) = 1.278
Cpl
(97−80)/(3×6) = 0.944
Cpk = min(1.278, 0.944)0.944
Not capable (Cpk < 1.00). Mean shifted toward lower limit. Re-center the process. Target Cpk ≥ 1.33.
Section 06

Difference Between Cp and Cpk

Both measure process capability — but they answer different questions.

DimensionCpCpk
What it measuresPotential capability assuming perfect centeringActual capability accounting for mean location
Centering sensitivityNOYES
Formula(USL−LSL)/6σmin[(USL−μ)/3σ,(μ−LSL)/3σ]
When equalOnly when process mean is exactly centered. Rare in practice.
Which to useAssessing potential spreadAlways for pass/fail assessment
Section 07

What Is a Good Cpk Value?

Cpk thresholds define whether a process is acceptable for production.

<1.00
Not Capable
Producing out-of-spec units. Immediate action required.
>2,700 ppm
1.00
Marginally Capable
Meets spec but no buffer. Any shift produces defects.
2,700 ppm
1.33
Industry Minimum
Standard baseline for electronics and EMS manufacturing.
~64 ppm
1.67
Highly Capable
OEM-level. Required for automotive and aerospace electronics.
~0.57 ppm
Section 08 · Free Tool

Free Online Cpk Calculator

Enter your process parameters for instant Cp, Cpk and sigma level results.

Cpk / Cp Calculator

Works for solder paste volume, placement offset, reflow temperature, test voltage, and any measurable process parameter.
Cp
Cpk
Sigma Level

Download Cpk Benchmark Reference Card

One-page PDF: thresholds, industry standards, and common failure modes for SMT / EMS.

Section 09

Limitations of Manual Cpk Monitoring

Calculating Cpk manually introduces blind spots that make real-time process control impossible.

📋

Static Snapshots

Manual Cpk is calculated at a point in time. Between measurements, the process can drift significantly without detection.

Delayed Detection

Cpk degradation is detected hours or days later — after defective units have already been produced and shipped.

📊

Spreadsheet Dependency

Manual tracking relies on Excel exports and manual interpretation. Time-intensive, error-prone, and impossible to scale.

🏭

Multi-Line Blind Spots

Tracking Cpk manually across 8–20 SMT lines is operationally infeasible. Unmonitored lines are where the next crisis starts.

Section 10

Real-Time Process Capability Monitoring

Modern manufacturing analytics platforms continuously monitor Cpk across all lines and stations — automatically.

📡

Continuous Cpk Tracking

Capability recalculated in real time as each measurement arrives — SPI, AOI, ICT — without manual export.

🔔

Automated Cpk Alerts

When Cpk drops below threshold, alerts route automatically to engineers before defects scale.

🔍

Root Cause Correlation

Cpk degradation correlated against all data sources to identify root cause without manual analysis.

📈

Multi-Line Visibility

All lines and stations visible in one dashboard. Know which lines are drifting without visiting the floor.

Section 11

Frequently Asked Questions

Direct answers from manufacturing engineers and quality teams.

Cpk (Process Capability Index) measures how well a manufacturing process produces output within specification limits. It combines process variation and process centering. A Cpk of 1.33 is the common minimum in electronics manufacturing.
Cpk = min[(USL − μ) / 3σ, (μ − LSL) / 3σ]. Define USL and LSL, calculate process mean and standard deviation from a stable sample, compute both ratios, and select the smaller value.
Cpk ≥ 1.33 is the standard minimum for electronics and EMS. Cpk ≥ 1.67 is required for critical OEM processes. Cpk below 1.00 means the process is producing out-of-spec units.
Cp measures potential capability assuming perfect centering. Cpk measures actual capability accounting for where the mean sits. A process can have strong Cp but weak Cpk if the mean is shifted. Always use Cpk for real production assessment.
Cpk below 1.00 means the process is statistically producing units outside specification limits. Part of the distribution is already outside tolerance. Requires recentering, reducing variation, or both.
In EMS (Electronics Manufacturing Services), Cpk validates that SMT processes operate within OEM-defined tolerances. It is required in supplier qualification, process audits, and ongoing SPC reporting.
QualityLine · AI Manufacturing Analytics

Monitor Cpk in Real Time Across Your Manufacturing Lines

QualityLine automatically calculates and tracks Cpk across all SMT stations, integrates SPI, AOI, ICT, and MES data — and alerts your team before defects scale.