c-Chart (Defect Count) Calculator

Calculate c-chart control limits for defect count data. Monitor the number of defects per inspection unit using Poisson-based SPC limits.

c̄ (Center Line)
6.00
Average defects per sample (n=30)
UCL
13.35
c̄ + 3√c̄ = 6 + 3×2.449
LCL
0.00
Max(0, c̄ − 3√c̄)
Control Range
13.35
UCL − LCL
Out of Control
0 / 30
✓ Process in control
Process Status
In Control
No points beyond control limits
Runs Test
20 runs
Expected ~19.7 | Ratio: 1.02
Improvement to Target
33.3% reduction needed
Target c̄ = 4

C-Chart Visualization

UCL 13.35
6
Sample 1Sample 30

Sample Data

SampleCount (c)StatusDeviation from c̄
18In Control+2
211In Control+5
33In Control-3
45In Control-1
57In Control+1
60In Control-6
75In Control-1
810In Control+4
95In Control-1
109In Control+3
1111In Control+5
123In Control-3
135In Control-1
147In Control+1
150In Control-6
165In Control-1
1710In Control+4
185In Control-1
199In Control+3
2011In Control+5
213In Control-3
225In Control-1
237In Control+1
240In Control-6
255In Control-1
269In Control+3
275In Control-1
289In Control+3
2911In Control+5
303In Control-3

C-Chart Formulas Reference

ParameterFormulaValue
Center Line (c̄)Σc / k6
√c̄√(c̄)2.449
UCLc̄ + 3√c̄13.35
LCLmax(0, c̄ − 3√c̄)0
Total defects (Σc)180
Sample count (k)30
Planning notes, formulas, and examples

About the c-Chart (Defect Count) Calculator

The c-chart is an attribute control chart that monitors the count of defects per inspection unit. Unlike the p-chart, which tracks whether units are defective or not, the c-chart counts how many defects occur on each unit. A single circuit board could have 0, 1, 2, or more solder defects — the c-chart monitors this count.

The c-chart assumes defect counts follow a Poisson distribution, which is valid when defects are relatively rare and the inspection area or opportunity is constant across samples. Control limits are calculated from c-bar (the average defect count) using the Poisson standard deviation √c-bar.

This calculator computes c-bar and control limits from total defects observed and number of samples inspected, providing ready-to-use limits for your c-chart.

When This Page Helps

When defects can occur multiple times per unit (scratches, solder defects, paint blemishes), the c-chart is the right SPC tool. It tracks defect count trends and detects process deterioration before defect levels become critical.

How to Use the Inputs

  1. Define a constant inspection unit (e.g., one PCB, one meter of fabric).
  2. Count the total defects found across all inspection units.
  3. Enter the total defect count and the number of samples inspected.
  4. Review c-bar and the control limits.
  5. Plot each sample's defect count against UCL, CL, and LCL.
  6. Investigate samples with defect counts above UCL.
Formula used
c̄ = Total Defects / Number of Samples UCL = c̄ + 3 × √c̄ LCL = max(0, c̄ − 3 × √c̄)

Example Calculation

Result: c̄ = 6.0, UCL = 13.35, LCL = 0

c̄ = 180 / 30 = 6.0 defects per unit. UCL = 6 + 3 × √6 = 6 + 7.35 = 13.35. LCL = 6 − 7.35 = −1.35, set to 0. Any unit with more than 13 defects signals a process change.

Tips & Best Practices

  • Ensure the inspection unit (area of opportunity) is constant across all samples for valid limits.
  • If the inspection unit size varies, use a u-chart (defects per unit) instead of a c-chart.
  • For very low c̄ values (< 2), control limits may be too wide — consider increasing the inspection area.
  • Stratify defect types using Pareto analysis to identify the dominant contributors.
  • Combine c-chart monitoring with FMEA to prioritize corrective actions for high-risk defect types.
  • Update c-bar periodically to reflect process improvements and tighten control limits.

Applications of the c-Chart

Common applications include: solder defects on PCBs, paint defects per car body panel, weaving flaws per meter of fabric, scratches per glass panel, and documentation errors per report. Any countable, relatively rare occurrence on a fixed inspection unit qualifies.

c-Chart vs. Individuals Chart

Some practitioners consider using an individuals (I-MR) chart for defect count data. While this works in some cases, the c-chart's Poisson-based limits are more appropriate for count data and avoid the normality assumption required by I-MR charts.

Driving Improvement with c-Charts

A declining c̄ over time confirms that process improvements are reducing defects. Set new, tighter control limits after achieving a sustained reduction. This ratcheting approach prevents backsliding and codifies gains.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • Use a c-chart when the inspection area (unit of inspection) is the same for every sample. Use a u-chart when sample sizes or inspection areas vary, as it normalizes defects per unit of measurement.