Fiveable

🏭Intro to Industrial Engineering Unit 7 Review

QR code for Intro to Industrial Engineering practice questions

7.1 Statistical Process Control (SPC)

7.1 Statistical Process Control (SPC)

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
🏭Intro to Industrial Engineering
Unit & Topic Study Guides

Statistical Process Control Principles

Statistical Process Control (SPC) uses statistical methods to monitor and control processes over time. The core idea is straightforward: every process has variability, and SPC helps you figure out whether that variability is normal or a sign that something has gone wrong. By catching problems early, you reduce waste, improve quality, and make decisions based on data rather than guesswork.

SPC shows up well beyond the factory floor. Healthcare systems use it to track patient wait times, financial firms monitor transaction processing speeds, and service companies track customer response times. It's also a foundational tool in Six Sigma and Total Quality Management (TQM).

Fundamentals of SPC

The most important concept in SPC is the distinction between two types of variation:

  • Common cause variation is the natural, built-in randomness of a process. It's always present and expected. Think of slight fluctuations in the diameter of machined parts, even when the machine is running perfectly.
  • Special cause variation comes from something specific and identifiable, like a worn-out tool, a new operator, or a batch of defective raw material. This is the variation you want to detect and eliminate.

A process affected only by common cause variation is called in control (or "stable"). When special cause variation is present, the process is out of control. SPC's primary goal is to keep the process in control by identifying and removing special causes, then tightening common cause variation over time.

The main SPC tools include:

  • Control charts (the most central tool)
  • Histograms
  • Pareto charts
  • Cause-and-effect (fishbone) diagrams
  • Scatter diagrams

Implementation and Continuous Improvement

Implementing SPC follows a systematic sequence:

  1. Define the process you want to monitor
  2. Select the appropriate control chart for your data type
  3. Collect data using a consistent sampling plan
  4. Analyze patterns on the control chart for signs of special cause variation
  5. Take corrective action when the chart signals an out-of-control condition

SPC doesn't work in isolation. It integrates well with other quality methodologies like Design of Experiments (DOE) and Failure Mode and Effects Analysis (FMEA). Over time, you'll need to review and update your control limits as the process improves, reassess process capability, and look for new optimization opportunities.

Interpreting Control Charts

A control chart plots process data over time against three reference lines:

  • Centerline (CL): the process average
  • Upper Control Limit (UCL): set at 3 standard deviations above the centerline
  • Lower Control Limit (LCL): set at 3 standard deviations below the centerline

The 3-sigma limits are chosen because, for a normally distributed and stable process, about 99.73% of data points should fall within them. So if a point lands outside, there's strong statistical evidence that something other than random variation is at work.

If the process is stable, data points should fall randomly within the control limits. Patterns or points outside the limits signal that something has changed.

Fundamentals of SPC, 4.1: Productivity and Total Quality Management – Operations Management

Types of Control Charts

Control charts split into two families based on the type of data you're working with.

Variable charts are for continuous, measurable data (length, weight, temperature):

  • X-bar and R charts: track sample means and sample ranges. Best for small sample sizes (typically 2–10).
  • X-bar and S charts: track sample means and sample standard deviations. Preferred when sample sizes are larger (above 10), because the range becomes a less efficient estimator of spread with bigger samples.
  • Individual and Moving Range (I-MR) charts: used when you can only collect one measurement at a time, such as a daily batch yield or a destructive test where each measurement is expensive.

Attribute charts are for discrete, count-based data (pass/fail, number of defects):

  • p-charts: proportion of defective items in a sample (sample size can vary)
  • np-charts: number of defective items (used when sample size is constant)
  • c-charts: count of defects in a single unit or fixed area
  • u-charts: defects per unit (used when the inspection area or sample size varies)

A quick way to pick: if you're measuring something on a scale, use variable charts. If you're counting defectives or defects, use attribute charts.

Identifying Out-of-Control Processes

A process is considered out of control when the chart shows non-random behavior. The most obvious signal is a point beyond the UCL or LCL, but subtler patterns also matter:

  • Runs: a sequence of consecutive points all on one side of the centerline
  • Trends: a steady upward or downward drift across several points
  • Cycles: a repeating wave-like pattern (often linked to environmental factors like temperature shifts between day and night)

The Western Electric rules (also called Nelson rules) formalize these patterns into specific tests:

  1. One point beyond the 3-sigma control limits
  2. Two out of three consecutive points beyond the 2-sigma limits (same side)
  3. Four out of five consecutive points beyond the 1-sigma limits (same side)
  4. Eight consecutive points on one side of the centerline

When any of these signals appear, the next step is root cause analysis to find and fix the assignable cause. Control charts are also useful for verifying that a fix actually worked, by comparing chart behavior before and after the change.

Process Capability Indices

Control charts tell you whether a process is stable. Process capability indices tell you whether a stable process is actually good enough to meet specifications. These are two different questions, and you need to answer both.

A process can be perfectly stable (in control) yet still produce output that falls outside customer specifications. That's why capability analysis matters.

Fundamentals of SPC, 14. Quality Planning – Project Management

Calculating and Interpreting Cp and Cpk

The two primary indices are Cp and Cpk. Both require knowing the process standard deviation (σ\sigma), the process mean (μ\mu), and the specification limits (USL and LSL) set by the customer or design requirements.

Cp measures potential capability. It compares the width of the specification range to the natural spread of the process:

Cp=USLLSL6σCp = \frac{USL - LSL}{6\sigma}

Cp assumes the process is perfectly centered between the spec limits. If it's not centered, Cp will overstate how capable the process really is.

Cpk fixes this by accounting for how far the process mean has shifted from center. It takes the worse side:

Cpk=min(USLμ3σ, μLSL3σ)Cpk = \min\left(\frac{USL - \mu}{3\sigma},\ \frac{\mu - LSL}{3\sigma}\right)

Notice that Cpk will always be less than or equal to Cp. If Cpk=CpCpk = Cp, the process is perfectly centered. A large gap between the two tells you the process could meet spec if you shifted the mean, which is often an easier fix than reducing variability.

How to interpret the values:

  • Cpk < 1.0: The process is not capable. It's producing a significant number of items outside spec.
  • Cpk = 1.0: The process barely meets spec. The tails of the distribution just touch the limits.
  • Cpk ≥ 1.33: Generally considered acceptable for most industries. This is a common minimum target.
  • Cpk ≥ 1.67 or 2.0: Required in high-precision or safety-critical industries (automotive, aerospace).

A quick way to remember the difference: Cp asks "could this process meet spec if it were centered?" while Cpk asks "is this process actually meeting spec right now?"

Pp and Ppk are similar indices but use the overall (long-term) standard deviation instead of the within-subgroup (short-term) standard deviation. Comparing Cp/Cpk to Pp/Ppk can reveal whether between-subgroup variation is a problem. If Pp/Ppk is noticeably lower than Cp/Cpk, that's a sign that something is shifting between subgroups (like tool wear over a shift or material lot differences).

Advanced Capability Indices

For processes where hitting a specific target value (T) matters, not just staying within spec limits, there are more refined indices.

Cpm (Taguchi capability index) penalizes deviation from the target, not just from the process mean:

Cpm=USLLSL6σ2+(μT)2Cpm = \frac{USL - LSL}{6\sqrt{\sigma^2 + (\mu - T)^2}}

Cpmk combines the centering adjustment of Cpk with the target-sensitivity of Cpm:

Cpmk=min(USLμ3σ2+(μT)2, μLSL3σ2+(μT)2)Cpmk = \min\left(\frac{USL - \mu}{3\sqrt{\sigma^2 + (\mu - T)^2}},\ \frac{\mu - LSL}{3\sqrt{\sigma^2 + (\mu - T)^2}}\right)

These are most useful when the cost of deviation increases the further you get from the target, even if you're still technically within spec. This reflects Taguchi's loss function philosophy: quality loss doesn't suddenly appear at the spec limit but grows continuously as you move away from the target.

SPC Strategies for Quality Improvement

Developing SPC Strategies

Before building any control chart, you need to decide what to monitor and how.

Identify what matters most. Start with critical-to-quality (CTQ) characteristics, the outputs that directly affect whether the customer is satisfied. Examples include product dimensions, surface finish, or service delivery time.

Trace inputs that drive those outputs. These are your key process input variables (KPIVs), things like temperature, pressure, feed rate, or processing time. Monitoring KPIVs lets you catch problems before they show up in the final product, which is far cheaper than catching defective output after the fact.

Choose the right chart and sampling plan based on:

  • Data type (continuous → variable charts; discrete → attribute charts)
  • Process type (batch vs. continuous flow)
  • Your goal (reducing defect rates vs. tightening dimensional tolerances)

Set up a data system. Define how often you'll sample, who collects the data, and how it gets reported. Many organizations use quality management software with automated alerts that flag out-of-control conditions in real time.

Implementing and Maintaining SPC

Rolling out SPC requires more than just posting charts on the shop floor:

  1. Train your team on statistical concepts, proper data collection, and how to read control charts. SPC only works if the people closest to the process understand and trust it.
  2. Create response procedures for out-of-control signals. This includes root cause analysis tools like fishbone diagrams and the 5 Whys technique, plus a system for tracking corrective actions to completion.
  3. Update control limits periodically. As you improve the process, the old limits become too wide to detect new problems. Recalculate limits to reflect the current process performance.
  4. Reassess capability after changes. Every time you modify the process, re-run your Cp/Cpk analysis to confirm the improvement actually moved the needle.
  5. Look for optimization opportunities through trend analysis and experimentation (DOE). SPC data often reveals patterns that point toward the next improvement project.

SPC works best as part of a broader quality system, not as a standalone activity. Integrating it with Six Sigma's DMAIC cycle, FMEA, and other methodologies gives you a more complete picture of process health.