Home / Quality Control / Control Chart Calculator
Quality Control and Six Sigma
Control Chart Limits Calculator
In short: a control chart plots a process over time against limits set three sigma from its center line, computed from the process itself, to tell common-cause noise from a real change. Choose X-bar and R, X-bar and S, or I-MR below, paste data or enter summary stats, and get the limits, both charts, and any out-of-control points.
Compute control limits
X̄ limits = X̄̄ ± A₂R̄ · R limits = D₃R̄, D₄R̄
Process status
In control
- Center line (mean)
- –
- UCL (mean)
- –
- LCL (mean)
- –
- Center line (spread)
- –
- UCL (spread)
- –
- LCL (spread)
- –
- Estimated sigma
- –
- Subgroup size
- –
- Subgroups
- –
- Points out of control
- –
Paste subgroup data or enter summary statistics to compute the control limits.
What a control chart does, and why it comes first
A control chart is the tool that answers the most basic question in statistical process control: is this process stable, or has something changed? It plots a process statistic in time order against a center line and a pair of control limits set three standard deviations above and below it.
Those limits are computed from the process’s own variation, not from any specification, so they describe how the process actually behaves when only ordinary, common-cause variation is present. As long as points stay inside the limits and show no non-random patterns, the process is in statistical control: predictable, its future distribution the same as its past.
A point beyond a limit, or a clear run or trend within them, signals a special cause, something outside the normal variation, that is worth hunting down.
This distinction between common and special causes, drawn by Walter Shewhart in the 1920s, is the foundation of the whole discipline. Common causes are the many small, ever-present influences that make a stable process vary a little from unit to unit; special causes are specific, assignable events, a tool wearing, a new material lot, a setup slip, that push the process off its usual behavior. Reacting to common-cause noise as if it were a signal, called tampering, actually increases variation, while ignoring a genuine special cause lets a problem run. The control chart is the instrument that tells the two apart, so effort goes where it belongs.
It also comes first in the quality workflow, before capability, before any judgment about whether the process meets specification. A capability index computed on an unstable process is meaningless, because the process has no fixed distribution to describe. So the sequence is always the same: chart the process, confirm it is in control, and only then assess capability. This calculator computes the control limits for the three most common variable-data chart pairs, X-bar and R, X-bar and S, and I-MR, from your data or summary statistics, draws both the location and the spread chart, and flags any points that fall outside the limits.
How this calculator works, step by step
Start by choosing the chart type. Use X-bar and R when your data comes in small subgroups, roughly two to nine readings each, the most common case on a production line. Use X-bar and S when subgroups are larger, about ten or more, where the standard deviation is a better spread estimate than the range. Use I-MR when data arrives one value at a time and cannot be subgrouped, as with slow, batch, or destructive processes. The tool applies the correct control-chart constants for whichever you pick.
Then provide the data. In data mode you paste your readings: for X-bar charts, one subgroup per line with the values separated by spaces or commas; for I-MR, one value per line. The calculator computes the subgroup means and ranges or standard deviations, then the grand average and the average spread. In summary mode you instead enter the process mean, the average range or standard deviation, and the subgroup size, which is useful when you already have those figures from a prior study and just need the limits.
The result panel reports the center line and the upper and lower control limits for both the location chart, the mean or individuals chart, and the companion spread chart, the range, standard-deviation, or moving-range chart.
It also estimates the process standard deviation from the average spread, reports the subgroup size and count, and counts how many plotted points fall outside their limits, with a plain status of in control or the number of signals.
Two charts are drawn, the location chart on top and the spread chart below, each with its center line and limits, and out-of-limit points marked. Download a PDF or CSV or share the result; everything runs in your browser and nothing you enter is stored.
The formulas and the control-chart constants
Every variable control chart follows the same pattern: the center line is the average of the plotted statistic, and the limits sit three standard deviations of that statistic on either side. What differs is how the standard deviation is estimated, and that is where the control-chart constants come in. For the X-bar and R chart, the mean-chart limits are the grand average X-double-bar plus or minus A2 times the average range R-bar, and the range chart runs from D3 times R-bar to D4 times R-bar. The constant A2 already folds in the three-sigma factor, the subgroup size, and the conversion from range to standard deviation through the factor d2.
For the X-bar and S chart the same idea uses the average standard deviation S-bar: the mean limits are X-double-bar plus or minus A3 times S-bar, and the S chart runs from B3 times S-bar to B4 times S-bar.
For the I-MR chart, with individual values, the individuals limits are the average plus or minus E2 times the average moving range, where E2 is about 2.66, and the moving-range chart’s upper limit is 3.267 times the average moving range with a lower limit of zero. The process standard deviation is estimated as R-bar divided by d2, S-bar divided by c4, or the average moving range divided by 1.128, depending on the chart.
All of these constants, A2, A3, D3, D4, B3, B4, d2, c4, and E2, depend only on the subgroup size and come from the statistics of the range and standard deviation of a normal sample; this calculator carries them for every subgroup size and applies the right ones automatically.
Five worked examples you can follow
Example 1: an X-bar and R chart
Suppose twelve subgroups of five give a grand average of 10.0 and an average range of about 0.5. For a subgroup of five, A2 is 0.577, D3 is 0, and D4 is 2.114. The mean-chart center line is 10.0, with an upper limit of 10.0 plus 0.577 times 0.5, about 10.29, and a lower limit of about 9.71. The range chart has a center line of 0.5, an upper limit of 2.114 times 0.5, about 1.06, and a lower limit of zero. If every subgroup mean falls between 9.71 and 10.29 and every range below 1.06, the process is in control.
Example 2: switching to X-bar and S
Take larger subgroups of ten with the same grand average of 10.0 and an average standard deviation of 0.30. For n of ten, A3 is 0.975, B3 is 0.284, and B4 is 1.716. The mean limits are 10.0 plus or minus 0.975 times 0.30, so about 9.71 to 10.29 again, close to the range-based result but built on a more efficient spread estimate. The S chart runs from 0.284 times 0.30, about 0.085, to 1.716 times 0.30, about 0.515. For big subgroups the standard-deviation chart is preferred because the range wastes information from the middle readings.
Example 3: an I-MR chart for individual values
A batch process yields one measurement per batch, so subgroups are impossible. Twenty individual readings average 50.0 with an average moving range of 2.0. The individuals chart center line is 50.0, with limits of 50.0 plus or minus 2.66 times 2.0, so about 44.7 to 55.3. The moving-range chart has a center line of 2.0, an upper limit of 3.267 times 2.0, about 6.53, and a lower limit of zero. The estimated process standard deviation is 2.0 divided by 1.128, about 1.77, which can then feed a capability study once the chart confirms control.
Example 4: catching an out-of-control point
Return to the X-bar and R example with limits of 9.71 and 10.29 on the mean chart. Suppose one subgroup, after a material change, averages 10.45. That point sits above the upper control limit, a clear signal of a special cause. The right response is to investigate what changed for that subgroup, not to widen the limits or discard the point without cause. Once the assignable cause is found and addressed, and the process shown to be back in control, the point can be excluded and the limits recomputed from the clean data.
Example 5: from limits to an estimated sigma
The average range of 0.5 from Example 1, divided by the d2 constant for a subgroup of five, which is 2.326, gives an estimated process standard deviation of about 0.215. That figure is the short-term, within-subgroup sigma, the same quantity a capability study uses for Cp and Cpk. So a control chart does double duty: it confirms stability and it hands the next tool a clean estimate of the process spread, which is why the two calculators are used in sequence.
Three expert tips for effective control charts
Match the chart to the data
Small subgroups take X-bar and R; large subgroups take X-bar and S; one-at-a-time data takes I-MR. Using the wrong pair gives limits that are inefficient or misleading.
Do not confuse control and spec limits
Control limits describe what the process does; specification limits describe what it must do. Never plot spec limits as if they were control limits, and never judge stability against the spec.
Freeze the limits, then listen
Compute limits from stable data and hold them fixed while you investigate signals. Recompute only after a deliberate, verified process change, never to chase individual points.
Choosing the right chart type
The first and most consequential choice is which chart pair to use, and it turns entirely on how the data arrives. When you can gather several readings close together under essentially the same conditions, a rational subgroup, you plot subgroup averages, and the question becomes how to measure the within-subgroup spread. For small subgroups, up to about nine, the range, simply the largest reading minus the smallest, is nearly as good an estimate of variation as the full standard deviation and far easier to compute and understand, so the X-bar and R chart is the traditional and still dominant choice. Its range chart is intuitive and quick, which matters when operators plot by hand.
As subgroups grow past roughly ten, the range starts to waste information, because it uses only the two extreme values and ignores everything in between, so its efficiency as a spread estimate falls. There the X-bar and S chart takes over, using the subgroup standard deviation, which uses every reading and estimates variation more precisely for large subgroups. The trade is a little more arithmetic, which is irrelevant when software computes it.
Finally, when readings come one at a time, from a slow process, a destructive test, a batch, or an accounting period, there is no subgroup to average, and the I-MR chart is the answer: it charts individual values and uses the moving range between consecutive points as its measure of short-term variation.
Picking correctly among these three is the foundation of a sound chart, and this tool makes the choice explicit so the right constants are always applied.
Reading the two charts together
A variable control chart always comes as a pair, a location chart and a spread chart, and reading them together is essential because they answer different questions. The location chart, the X-bar or individuals chart, asks whether the process center is stable: is the average holding steady, or is it drifting, shifting, or cycling? The spread chart, the range, standard-deviation, or moving-range chart, asks whether the process variation is stable: is the scatter consistent, or is it widening and narrowing unpredictably? A process can be out of control on either chart independently, and each tells a different story about what has gone wrong.
The order of interpretation matters. Always read the spread chart first, because the control limits on the location chart are computed from the average spread, so if the spread chart is out of control, the location chart’s limits are themselves unreliable and cannot be trusted. Only once the spread chart shows stable variation do the location-chart limits mean what they should.
A spread chart in control with a location chart out of control points to a shifting center with steady variation, often a setup or drift issue; a spread chart out of control points to inconsistent variation, often a mixture of sources, an intermittent problem, or a measurement issue.
This calculator draws both charts so the pair can be read in the correct order, and counts out-of-limit points on each, but the judgment of what the patterns mean rests with the analyst who knows the process.
Control limits versus specification limits
No confusion in statistical process control is more common or more damaging than mixing up control limits and specification limits, and keeping them straight is fundamental. Control limits are calculated from the process’s own data; they are the voice of the process, describing the range of variation it naturally produces when stable. Specification limits are set by the customer, the designer, or a standard; they are the voice of the customer, describing what the output is required to be to be acceptable. The two have entirely different origins and answer entirely different questions, and there is no mathematical relationship between them.
The consequences of confusing them are serious in both directions. Plotting specification limits on a control chart and reacting when points approach them tampers with a stable process and inflates its variation, while it simultaneously fails to detect real process changes that stay within the wider spec. Conversely, judging capability against control limits rather than specification limits gives a meaningless answer, because control limits move with the process and say nothing about customer requirements.
The correct roles are clean: control limits, on this page, judge whether the process is stable over time; specification limits, in a capability study, judge whether a stable process is good enough. A process can be in control but not capable, meaning it is predictable yet predictably produces defects, or capable but not in control, meaning it currently meets spec but unpredictably, and might not tomorrow.
Only by keeping the two kinds of limits separate can you tell which situation you are in and act correctly.
The three-sigma limits and why they are set there
The choice to place control limits at three standard deviations from the center line is not arbitrary, and understanding the reasoning explains why the limits should not be adjusted casually. Shewhart framed it as an economic balance between two mistakes.
The first is a false alarm: calling a stable process out of control and hunting for a special cause that does not exist, which wastes effort and, worse, often leads to tampering that increases variation. The second is a missed signal: failing to detect a real change because the limits are too wide.
Three-sigma limits strike a practical balance between these, tight enough to catch meaningful shifts before long, wide enough that false alarms are rare.
The numbers make the balance concrete. For a stable, normal process, only about 0.27 percent of points fall outside three-sigma limits by chance, roughly one in every 370 points, so an out-of-limit point is a strong, rare signal well worth investigating. Narrower limits, say two sigma, would catch shifts faster but raise the false-alarm rate to about one in twenty, flooding the chart with noise and inviting tampering.
Wider limits would suppress false alarms but let real changes hide. The three-sigma convention has endured for a century because it works across a huge range of processes without tuning, and because it is computed from the process itself rather than chosen to taste.
This is also why you should never move the limits to make a chart look better or to accommodate points you dislike: the limits are a measurement of the process, and adjusting them to reduce signals simply blinds the chart to the very changes it exists to reveal.
Beyond the single-point rule: run tests
The basic out-of-control rule, a point beyond three sigma, catches large, sudden shifts, but it can be slow to detect small, sustained changes, so practitioners add run tests, sets of pattern rules that look at sequences of points inside the limits. The best known are the Western Electric rules and the closely related Nelson rules. They flag configurations that are individually within the limits but collectively improbable for a stable process: two of three consecutive points in the outer third of the chart, four of five beyond one sigma on the same side, eight or nine points in a row on one side of the center line, six points steadily trending up or down, or unusual cycles and alternations.
These rules add sensitivity to the small shifts that a single-point rule misses, which matters because a process can drift meaningfully without any one point crossing a limit. The cost is a higher overall false-alarm rate: each added rule increases the chance that a stable process trips some test by chance, so applying all of them at once can make a chart nervous.
The common practice is to select a subset suited to the process and the cost of investigation, often the run of eight on one side and the two-of-three in the outer zone, rather than every rule available.
This calculator flags points beyond the three-sigma limits, the primary and least ambiguous signal; the run tests are a natural next layer of analysis to apply by eye or with dedicated SPC software once the basic chart is set up, using the center line and limits this tool provides as the reference against which the zones are drawn.
Common mistakes with control charts
A handful of errors recur and undermine control charts. Watch for these.
- Confusing control and specification limits. They come from different sources and answer different questions. Never plot one as the other.
- Using the wrong chart type. Small subgroups need X-bar and R, large ones X-bar and S, individuals I-MR. The wrong pair gives inefficient or misleading limits.
- Recomputing limits to chase points. Adjusting limits in response to signals hides them. Hold limits fixed; recompute only after a verified process change.
- Too few subgroups. Limits from fewer than 20 to 25 subgroups are unstable. Use trial limits, then firm them up with more data.
- Reading the charts in the wrong order. The location-chart limits depend on the spread. Read the spread chart first; if it is out of control, the location limits are unreliable.
- Judging capability before stability. A capability index on an out-of-control process is meaningless. Confirm control first.
- Irrational subgrouping. Subgroups should capture only short-term, common-cause variation within them. Mixing conditions within a subgroup inflates the range and widens the limits, masking real signals.
Where control charts fit in the quality toolkit
Control charts sit at the entry point of statistical process control: they are what you use to establish and maintain a stable process, and that stability is the precondition for everything downstream. Before a control chart can be trusted, the measurement system behind the readings should be validated, because a chart plotting mostly gauge noise reveals nothing about the process. Once the chart confirms the process is in control, its estimated standard deviation feeds directly into a capability study, and its ongoing signals keep the process stable so that capability conclusion stays valid over time.
From there the connections fan out across the toolkit. The estimated sigma this chart produces is exactly the short-term variation the process capability calculator uses for Cp and Cpk, so a control chart naturally precedes a capability analysis.
The defect-based view of quality complements the measurement view, and the sigma level and DPMO calculator expresses the same performance on the sigma scale for counted defects. Acceptance sampling decides how much to inspect, and measurement-system analysis validates the gauge underneath it all.
This page is where the workflow begins, because until a process is shown to be stable, none of the other tools can be trusted to describe it. Return to the Quality Control hub for the full set as each launches.
Rational subgrouping: the quiet key to a good chart
The single most important design decision in a control chart is not the chart type or the limits but how the subgroups are formed, a concept called rational subgrouping, and it is where charts most often quietly fail. The principle is that the readings within a subgroup should be gathered so that only common-cause variation, the ordinary short-term noise, can act within them, while any special-cause variation shows up between subgroups. In practice that usually means taking the readings of a subgroup close together in time and under as nearly identical conditions as possible, consecutive parts from one machine, say, rather than one part from each of several machines.
Getting this wrong corrupts the chart in a way no amount of correct arithmetic can fix. If a subgroup deliberately mixes sources that differ, for instance one part from each of four spindles, the within-subgroup range captures the spindle-to-spindle difference, inflating the average range and widening the control limits. Wide limits then swallow the very between-subgroup signals the chart exists to detect, so a process with a real spindle problem can look perfectly in control.
The reverse error, subgroups gathered too far apart in time, lets process drift creep into the within-subgroup spread and has a similar blinding effect. The remedy is to think carefully about the sources of variation and form subgroups that isolate the short-term, common-cause noise, leaving the shifts you care about to appear between subgroups where the chart can catch them.
When a chart seems insensitive, unable to flag problems everyone knows exist, irrational subgrouping is a frequent culprit, and it is worth revisiting the sampling scheme before trusting the limits.
What out-of-control patterns tell you
A signal on a chart is not just a yes-or-no verdict; the shape of the pattern often points toward the kind of cause behind it, and learning to read those shapes turns the chart from an alarm into a diagnostic. A single point far beyond a limit usually means a one-off event, a wrong material lot, a measurement blunder, a machine hiccup, something that happened once and may not repeat. A sudden shift, where the process jumps to a new level and stays there, points to a discrete change that persists: a new operator, a tooling swap, a revised setting. Because the cause endures, a shift matters more than an isolated spike, and the run rules exist largely to catch it quickly.
A gradual trend, points creeping steadily in one direction, suggests something wearing or accumulating: a tool dulling, a bath depleting, temperature rising through a shift. A repeating cycle hints at a rhythmic influence, day-and-night temperature swings, shift changes, a rotating fixture.
And a pattern that hugs the center line too tightly, with almost no variation, is its own warning, often a sign of overly wide limits from irrational subgrouping, or occasionally of data that has been rounded or edited.
Each of these shapes appears on the location chart, the spread chart, or both, and which chart carries the signal narrows the search further: a signal on the spread chart points to changing variability, often a mixture of sources or an intermittent fault, while a stable spread chart with a moving location points to a shifting center under steady variation.
The practical value is that the pattern guides the investigation before anyone touches the process.
Rather than asking the open-ended question of what went wrong, the chart lets you ask a sharper one: what could have caused a sudden, persistent upward shift on the mean chart at this specific time, while the range stayed steady? That focus is what makes control charts a tool for improvement and not merely for monitoring.
This calculator marks the points that breach the three-sigma limits, the unambiguous signals, and the center line and limits it provides are the reference frame against which these richer patterns are read, whether by eye or with dedicated software running the full set of run tests.
Units and quick reference
Enter data and summary statistics in the same units; the limits and estimated sigma come back in those units, and the subgroup size and out-of-control count are plain integers. The reference below lists the common control-chart constants by subgroup size, the numbers this calculator applies automatically. A2, A3, and E2 build the mean or individuals limits; D3, D4, B3, and B4 build the spread-chart limits; d2 and c4 convert the average spread to an estimated sigma.
| n | A2 | D3 | D4 | A3 | B3 | B4 | d2 |
|---|---|---|---|---|---|---|---|
| 2 | 1.880 | 0 | 3.267 | 2.659 | 0 | 3.267 | 1.128 |
| 3 | 1.023 | 0 | 2.574 | 1.954 | 0 | 2.568 | 1.693 |
| 4 | 0.729 | 0 | 2.282 | 1.628 | 0 | 2.266 | 2.059 |
| 5 | 0.577 | 0 | 2.114 | 1.427 | 0 | 2.089 | 2.326 |
| 7 | 0.419 | 0.076 | 1.924 | 1.182 | 0.113 | 1.887 | 2.704 |
| 10 | 0.308 | 0.223 | 1.777 | 0.975 | 0.284 | 1.716 | 3.078 |
Frequently asked questions
What is a control chart?
A control chart is a time-ordered plot of a process statistic against a center line and upper and lower control limits set three standard deviations away. It separates common-cause variation, the ordinary background noise of a stable process, from special-cause variation, a real change worth investigating. Points inside the limits and free of non-random patterns signal a process in statistical control; points outside, or clear trends and runs within, signal that something has changed. The chart is the primary tool for judging process stability over time.
What is the difference between control limits and specification limits?
They are unrelated, and confusing them is a classic error. Control limits come from the process itself, computed from its own variation, and describe what the process actually does. Specification limits come from the customer or the design, and describe what the process is required to do. A process can be in control yet fail specifications, or meet specifications yet be out of control. Control charts use control limits to judge stability; capability analysis compares the process against specification limits.
When should I use an X-bar and R chart versus X-bar and S?
Both track subgroup averages, but they estimate variation differently. The X-bar and R chart uses the subgroup range, the simplest measure of spread, and is standard for small subgroups of about 2 to 9, where the range is nearly as efficient as the standard deviation and easier to compute by hand. The X-bar and S chart uses the subgroup standard deviation, which is more efficient for larger subgroups, roughly 10 or more, so it is preferred when subgroups are big or software does the arithmetic.
What is an I-MR chart and when do I use it?
An I-MR, or individuals and moving range, chart is used when data comes one point at a time rather than in subgroups, so the natural subgroup size is one. The individuals chart plots each reading against limits built from the average moving range between consecutive points, and the moving-range chart tracks that point-to-point variation. It is common for slow processes, destructive or expensive tests, and batch data where forming rational subgroups is not possible.
How are control limits calculated?
For an X-bar and R chart the mean-chart limits are the grand average plus or minus A2 times the average range, and the range-chart limits are D3 and D4 times the average range. For X-bar and S the limits use A3 times the average standard deviation, with B3 and B4 for the S chart. For I-MR the individuals limits are the average plus or minus E2 (about 2.66) times the average moving range. The constants A2, A3, D3, D4, B3, B4, and E2 depend on subgroup size and come from the distribution of the range and standard deviation; this calculator applies the right ones automatically.
Why are control limits set at three sigma?
Three-sigma limits are a deliberate economic balance, chosen by Walter Shewhart, between two errors: reacting to noise as if it were a real change, and missing a real change. At three sigma, a stable process produces a false alarm only about 0.27 percent of the time, roughly one in 370 points, which is rare enough that an out-of-limit point is worth investigating, yet tight enough to catch meaningful shifts reasonably quickly. The limits are not derived from the specification and are not adjustable to taste; they come from the process variation itself.
What does it mean when a point is outside the control limits?
A point beyond the control limits is a signal that a special cause has probably acted on the process, something outside its ordinary variation, such as a tool change, a material lot, a setup error, or a measurement problem. It calls for investigation, not automatic rejection: the goal is to find and address the assignable cause. It does not necessarily mean the product is out of specification, because control limits and specification limits are different things; it means the process is no longer behaving predictably.
How many subgroups do I need to set up a control chart?
The usual guidance is at least 20 to 25 subgroups before the control limits are considered reliable, because the limits are estimates and few subgroups make them unstable. With too little data the average range or standard deviation is poorly estimated, and the limits can be too wide or too narrow. You can compute trial limits from fewer subgroups to get started, but recompute them once 20 to 25 are available, and periodically thereafter as the process is confirmed stable.
Should I recalculate limits when the process changes?
Yes, but only for a deliberate, verified change, not in response to individual out-of-control points. If you improve the process, change a method, or shift to different material, the old limits no longer describe the new process and should be recomputed from fresh in-control data. Recalculating limits to chase noise, however, defeats the chart: it hides the very signals it exists to reveal. The rule is to hold limits fixed while investigating signals, and recompute only after a genuine, sustained change.
What are the Western Electric or Nelson rules?
They are sets of run tests that detect non-random patterns inside the control limits, not just points beyond them. Typical rules flag things like two of three consecutive points beyond two sigma, four of five beyond one sigma, eight points in a row on one side of the center line, or six points steadily rising or falling. They increase sensitivity to small, sustained shifts that a single-point rule would miss, at the cost of a higher false-alarm rate, so many teams apply a chosen subset rather than all of them.
Does the process need to be normal for control charts?
The X-bar chart is quite robust to non-normality because it plots subgroup averages, which tend toward normal by the central limit theorem even when individual values are not. The individuals chart is more sensitive to non-normal data, since it plots raw values, so strongly skewed individual data can produce misleading limits on an I-MR chart. For heavily non-normal individuals, a transformation or a distribution-appropriate chart is safer, but for most subgrouped data the standard charts work well.
Do these calculators store the numbers I enter?
No. This calculator runs entirely in your browser. The data and values you enter are never sent to our servers, stored, or shared. You can download a PDF or CSV of your result locally, and nothing leaves your device. See our Privacy Policy for details.
Is the control chart calculator free?
Yes. The control chart limits calculator is completely free, with no account, sign-up, or paywall, and no limit on how often you run it. It computes X-bar and R, X-bar and S, and I-MR limits from data or summary statistics, draws both charts, flags out-of-control points, and exports to PDF and CSV at no cost.
Related quality control calculators
More tools launching in this silo. Return to the Quality Control hub for the full set.
Sources, disclaimer, and editorial transparency
The control-limit formulas, the control-chart constants, and the common-cause versus special-cause framework used here follow recognized quality-engineering sources, including the work of Walter Shewhart, the ASQ body of knowledge, and the AIAG SPC reference manual. This calculator and guide are built and reviewed by the OpsCalculators team; see our Editorial Policy for how each tool is researched, built, and tested.
Results are accurate estimates for planning and education, not certified engineering advice. Use rational subgroups and enough data before acting on control limits. See our full Disclaimer. OpsCalculators.com is operated by MAFHH INTERNATIONAL LTD. Your inputs are processed in your browser and are never stored; see our Privacy Policy.