A control chart is a time-ordered plot of process data with a center line and statistically derived upper and lower control limits, used to tell routine variation from real process changes. Which chart you use depends on two things: what kind of data you have (measurements or counts) and how you collect it.

Picking the wrong chart type is the most common technical mistake in statistical process control and it is entirely avoidable. The decision comes down to a handful of questions you can answer in a minute. This guide gives you the selection framework, the full chart-type table, and how to read the chart once it is running.

Which control chart should you use?

Answer these five questions in order and the chart picks itself.

  1. Is the data variable or attribute? Variable data is measured on a scale: weight, diameter, temperature, time. Attribute data is counted: defective units, number of flaws. Variable data carries far more information per sample, so prefer it when you can get it.
  2. For variable data: how do you sample? One measurement at a time (slow processes, batch parameters, destructive tests) points to an I-MR chart. Small subgroups of 2-9 consecutive pieces point to X̄-R. Subgroups of 10 or more point to X̄-S, where the standard deviation replaces the range because the range wastes information in large subgroups.
  3. For attribute data: are you counting defective units or defects? A unit is defective (pass/fail, one verdict per unit); a unit can carry multiple defects (scratches on a panel, errors on a form). Defective units point to p or np charts, which model yes/no outcomes; defect counts point to c or u charts, which model rates of occurrence.
  4. Is your sample size constant or varying? Constant sample size allows the simpler np (defectives) or c (defects) charts. Varying sample size requires p (proportion defective) or u (defects per unit), which adjust the limits for each sample's size.
  5. Sanity-check the subgroup logic. A subgroup should capture only short-term, within-stream variation: consecutive parts from one line, not a mix of four cavities or three shifts. Get this wrong (the classic "rational subgrouping" error) and the chart's limits will be too wide or too narrow no matter which type you picked.
Control chart selection decision treeWhich chart? Start with the data.WHAT KIND OF DATA?MEASURED (variable)COUNTED (attribute)subgroup size?I-MRn = 1X̄-Rn = 2-9X̄-Sn ≥ 10defectives or defects?DEFECTIVE UNITSpass/fail per unitDEFECT COUNTSflaws per unitnpn constantpn variescn constantun variesTwo questions in, you have your chart.
The chart-selection decision tree. Data type first, then sampling structure.

The seven chart types at a glance

ChartData typeSubgroup / sampleTypical use
X̄-RVariable2-9 per subgroupMachined dimensions, fill weights: small samples of consecutive parts at intervals
X̄-SVariable10+ per subgroupHigh-volume automated measurement where large subgroups are cheap
I-MRVariable1 (individuals)Batch parameters, destructive tests, slow processes: one value per time period
pAttribute (defectives)VariesProportion of defective units when lot or shift sizes change
npAttribute (defectives)ConstantCount of defective units in a fixed-size sample
cAttribute (defects)Constant inspection unitDefects per fixed unit: flaws per panel, errors per form
uAttribute (defects)VariesDefects per unit when the amount inspected changes

Two practical notes. First, every variables chart is really two charts: one tracking location (X̄ or the individual value) and one tracking spread (R, S, or moving range). Read the spread chart first; if the process spread is unstable, the limits on the location chart cannot be trusted. Second, when in doubt with variable data, I-MR is the safe workhorse: it handles nearly any measurement collected one value at a time, at the cost of being slower to detect small shifts than a subgrouped chart.

How do you read a control chart?

A process is in control when its points look like random noise around the center line, inside the limits, with no patterns. Anything else is a signal. The classic pattern tests come from the Western Electric Statistical Quality Control Handbook (1956), which divided the chart into zones at one, two, and three standard deviations from the center line and defined four rules:

Rules 2-4 exist because a modest process shift, say one sigma, can hide inside the 3-sigma limits for a long time; runs and clusters reveal it sooner. The trade-off is false alarms: each added rule raises the odds of flagging a stable process. A sensible floor default is Rule 1 plus Rule 4, adding the zone rules only on critical characteristics where catching small shifts early is worth chasing occasional ghosts.

Reading a control chart: zones and violation patternsReading the zones: three violations, annotatedUCL+2σ+1σCL-1σ-2σLCLRule 1: beyond UCLRule 3: 4 of 5 beyond +1σRule 4: 8 in a row below CL
Three Western Electric violations on one chart. Zones are one sigma wide; the patterns catch shifts the limits alone would miss.

Common chart-selection mistakes

Three errors account for most bad charts on real floors:

Where control charts come from, and why the limits sit at 3 sigma

Walter Shewhart proposed the control chart at Bell Telephone Laboratories in a 1924 memo and set the limits at three standard deviations as an economic choice, not a sacred number: wide enough that chasing false alarms stays rare, tight enough that real trouble gets flagged (ASQ, Walter A. Shewhart). The key facts worth keeping straight:

What do you do with a signal?

A signal is an instruction to investigate, not necessarily to adjust. The sequence that works: re-check the measurement, look for an obvious event (setup change, new material lot, tool change), annotate the chart with what you find, and escalate to containment if the cause stays hidden. That trail of annotations feeds root cause analysis and a signal tied to a confirmed cause that could recur deserves a CAPA rather than a quiet fix.

Once a chart shows sustained control, the next question is whether the stable process actually fits the spec, which is where Cp and Cpk take over. And if keeping paper charts current across a plant is the bottleneck, that is a capture problem, not a statistics problem: digitizing checks at the station, the way Harmony's paperwork digitization and live visibility modules do, turns every reading into chartable, searchable data the moment it is written, feeding the same quality trends your QMS reporting needs. The lines and rules on the chart, meanwhile, haven't changed since 1956, because they haven't needed to.