17.1 Mean, Median & Mode

Key Takeaways

  • The mean is the arithmetic average and is sensitive to outliers; use it when data are roughly symmetric and every observation should influence the summary.
  • The median is the middle value of ordered data and resists extreme values—preferred for skewed distributions, cycle times, and complaint ages.
  • The mode is the most frequent value or class; it is useful for discrete, categorical, and multimodal audit data where “most common” matters more than “average.”
  • Auditors apply central-tendency measures to interpret process data, compare sites or periods, and challenge auditee claims that hide skewness or cherry-picked averages.
  • Always state which measure was used, the sample size and period, and whether outliers or stratification affect interpretation—never report a single “average” without context.
Last updated: August 2026

17.1 Mean, Median & Mode

/practice/cqaPractice questions with detailed explanations

Why central tendency matters in audits

Auditors constantly meet summary statistics: “average scrap is 1.2%,” “mean CAPA age is 28 days,” “typical supplier OTD is 96%.” Those phrases can be accurate yet deceptive if the wrong center measure is used, the sample is stratified badly, or extremes dominate the mean. Domain V expects you to apply measures of central tendency—not just define them—so you can:

  • Verify calculations in process records and management reviews
  • Compare periods, lines, shifts, or suppliers fairly
  • Challenge “green dashboard” averages that hide tails of nonconformance
  • Support findings with objective numeric evidence, not anecdotes alone

Central tendency answers: Where is the bulk of the data located? Dispersion (next section) answers how spread out it is. Capability and variation concepts later in this chapter depend on both.

Mean (arithmetic average)

For a sample of n observations $x_1, x_2, \ldots, x_n$:

$\bar{x} = \dfrac{x_1 + x_2 + \cdots + x_n}{n}$

Population mean $\mu$ uses the same idea with all values in the population (rarely known in audit settings; auditors almost always work with samples).

Worked mini-calculation — mean

Five consecutive audit sampling results for defect counts per lot: 2, 1, 3, 2, 12.

  • Sum = 2 + 1 + 3 + 2 + 12 = 20
  • Mean = 20 / 5 = 4.0 defects per lot

Without the outlier 12, the mean of the first four values is 8 / 4 = 2.0. One extreme observation doubled the reported average. That sensitivity is the mean’s strength (every point counts) and its audit risk (one bad lot or data-entry error can dominate the story).

When auditors should prefer the mean

SituationWhy the mean works
Roughly symmetric continuous dataMean and median nearly agree; mean uses all information
Additive / total-driven metricsTotal scrap, total cost, total hours → mean is natural
Control-chart and capability inputsMany SPC formulas center on $\bar{x}$
Large n, no extreme contaminationOutliers dilute somewhat

Audit caution: When management reports only a long-run mean, ask for the distribution shape, time window, and whether special-cause events were included. A mean that includes a one-time fire-sale of scrap or a known equipment failure can misrepresent the current process.

Median

Order the data from smallest to largest. The median is:

  • Odd n: the middle value (position $(n+1)/2$)
  • Even n: average of the two middle values (common continuous-data convention)

Worked mini-calculation — median

Same defect data ordered: 1, 2, 2, 3, 12

  • n = 5 (odd) → median = middle value = 2

Compare to mean 4.0. For this skewed set, the median better describes “typical” lot behavior; the mean is pulled by the extreme 12.

Even n example — CAPA ages (days): 10, 14, 18, 45

  • Two middle values: 14 and 18 → median = (14 + 18) / 2 = 16 days
  • Mean = (10 + 14 + 18 + 45) / 4 = 21.75 days

If leadership claims “average CAPA age is about three weeks,” ask whether they mean mean or median—and whether open vs. closed CAPAs are mixed.

When auditors should prefer the median

  • Right-skewed data: repair times, lead times, complaint ages, cost of poor quality per event
  • Left-skewed or truncated data: yields near 100%, cleanliness scores near a ceiling
  • Outlier-prone measures where extremes are real but rare
  • Ordinal ratings sometimes summarized by median rather than mean of arbitrary codes

Exam framing: Choosing median over mean is not “anti-statistics”—it is matching the summary to the shape and purpose of the data so audit conclusions stay fair.

Mode

The mode is the value (or class interval) that occurs most frequently.

  • Unimodal: one clear peak
  • Bimodal / multimodal: two or more peaks (often a signal of mixed populations—two machines, two shifts, two suppliers)
  • No unique mode: all values equally frequent, or continuous data with no repeated values (mode may be estimated from histogram bins)

Worked example — mode in audit data

Nonconformance codes in 20 records: A, B, A, C, A, B, A, D, A, B, A, C, A, B, A, A, B, C, A, A

  • Code A appears 11 times (B appears 5, C appears 3, D appears 1) → mode = A

Even if “mean severity” is low, the mode tells auditors where frequency of failure modes concentrates—critical for Pareto analysis and sampling focus.

When auditors should prefer the mode

Data typeExampleMode’s value
Nominal categoricalDefect type, root-cause categoryMost common category
Discrete counts with few levelsDefects per unit of 0, 1, 2Most common count
Multimodal continuousDiameter from two cavitiesPeaks reveal mixture
Customer preferenceMost selected package sizeBusiness “typical” choice

Comparing mean, median, and mode

MeasureSensitive to outliers?Best forWeak when
MeanHighSymmetric continuous; totalsHeavy skew; gross errors
MedianLowSkewed data; robust locationNeed total-driven math; multi-modal mixtures without stratification
ModeLow (depends on bins)Categories; “most common”Continuous unique values; flat distributions

Shape rules of thumb (for roughly unimodal data):

  • Roughly symmetric: mean ≈ median ≈ mode
  • Right-skewed (long high tail): mean > median (often > mode)
  • Left-skewed: mean < median

Auditors use these relationships as a quick integrity check. If a report shows a mean far above the median for cycle time, expect a long right tail—and dig into chronic delays, not only the “average.”

Stratification before you average

A classic audit failure is computing one plant-wide mean when the data mix distinct processes.

Example: Line A cycle times mean 12 min; Line B mean 28 min. Combined mean might be 20 min—a value neither line runs. Correct practice: stratify by line, product, shift, supplier, or measurement method before summarizing center. Multimodal histograms and dual modes are red flags for mixed streams.

Audit application checklist (Apply-level)

  1. Define the characteristic and unit (e.g., ppm, %, days, mm).
  2. Confirm the dataset (period, inclusion/exclusion of rework lots, special runs).
  3. Plot or scan for shape (histogram, ordered list, box plot if available).
  4. Select measure(s): mean and/or median; mode for categories.
  5. Compute and show sample size n.
  6. Interpret in process language: typical performance vs. tail risk.
  7. Challenge auditee statements that use “average” without specifying measure, n, or period.

Common exam traps

  • Treating mode as “average” for continuous unique data
  • Using mean of ranks or letter grades without care
  • Ignoring that median of even n may not be an observed value
  • Assuming mean always “best” because it uses all data—sometimes that is exactly why it misleads
  • Reporting central tendency without any sense of spread (incomplete picture)

Link forward

/study-guides/cqaFree exam prep with practice questions & AI tutor
Test Your Knowledge

Five supplier OTD percentages for recent months are 98, 97, 99, 96, and 70. Leadership says “average OTD is strong at about 92%.” Which statement best reflects correct use of central tendency for an audit discussion?

A
B
C
D
Test Your Knowledge

An auditor reviews nonconformance codes from 40 records. Code “seal leak” appears 18 times; all other codes appear 4 times or fewer. Which measure of central tendency is most appropriate to describe the most common failure mode?

A
B
C
D
Test Your Knowledge

Cycle-time data for a process are strongly right-skewed: many jobs finish near 2 days, but a long tail of jobs takes 10–30 days. Which measure best represents a “typical” cycle time for management review?

A
B
C
D
Test Your Knowledge

Plant-wide mean fill weight is on target, but a histogram shows two clear peaks—one low and one high—matching two filling heads. What is the best auditor interpretation?

A
B
C
D