Skip to main content
ExplainerStatistical MechanicsExplainerAug 31, 2026, 5:19 AM· 5 min read· in data analysis

The Mechanics of Simpson's Paradox: How Aggregated Data Can Reverse True Trends

When data is combined into a single average, it can show the exact opposite of what is true for every underlying subgroup. Understanding Simpson's Paradox is essential for interpreting medical studies, admissions data, and business metrics.

By Karim Mansour

Causal Inference Advocates 40%Statistical Methodologists 35%Data Literacy Educators 25%
Causal Inference Advocates
Argue that data cannot be interpreted without mapping the real-world mechanisms that generate it.
Statistical Methodologists
Focus on the mathematical properties of weighted averages that make the paradox inevitable.
Data Literacy Educators
Emphasize the real-world dangers of misinterpreting aggregated metrics in policy and media.
44%
Male admission rate (Berkeley overall)
35%
Female admission rate (Berkeley overall)
83%
Treatment B success rate (Kidney stones overall)
78%
Treatment A success rate (Kidney stones overall)
93%
Treatment A success rate (Small stones)

In an era driven by big data, a common assumption is that the largest, most aggregated datasets provide the most accurate picture of reality. However, a mathematical phenomenon known as Simpson's Paradox proves that combining data can sometimes produce a result that is the exact opposite of the truth.[1][5]

Simpson's Paradox occurs when a clear trend appears in different groups of data, but completely disappears or reverses direction when those groups are combined into a single pool. It is not a calculation error or a statistical trick, but a genuine mathematical property of weighted averages that can fundamentally mislead researchers, policymakers, and the public.[1][2]

The phenomenon was first described in a technical paper by Edward H. Simpson in 1951, though statisticians Karl Pearson and Udny Yule had noted similar effects decades earlier. Today, it stands as one of the most important concepts in data science, illustrating the severe limitations of observational data when confounding variables are ignored.[1][3]

The mechanics of the paradox rely on the counterintuitive nature of weighted averages. When two groups are divided into subcategories of vastly different sizes, the overall average is heavily skewed by the larger subcategory. If a hidden variable influences both the distribution of the groups and the outcome being measured, the aggregate data will reflect the hidden variable rather than the true relationship.[1][4]

The most famous real-world example of Simpson's Paradox occurred in the fall of 1973 at the University of California, Berkeley. The university released its graduate admissions data, which immediately sparked concerns of systemic gender discrimination and the threat of a lawsuit.[1]

The raw, aggregated numbers looked highly incriminating. The graduate school had accepted 44 percent of male applicants, but only 35 percent of female applicants. Because the sample size was massive—encompassing nearly 13,000 applicants—the difference was statistically significant and appeared to be ironclad proof of bias.[2]

The 1973 Berkeley admissions data showed an overall bias against women, but department-level data showed the opposite.

However, when statisticians Peter Bickel and his colleagues examined the data department by department, the narrative inverted. They found that in most individual departments, women were actually admitted at a slightly higher rate than men. The bias against women completely disappeared when the data was properly stratified.[1][2]

The paradox was caused by a lurking explanatory variable: the competitiveness of the departments. Women disproportionately applied to humanities and social science departments, which had very few slots and low overall acceptance rates. Men disproportionately applied to science and engineering departments, which accepted a much larger percentage of qualified applicants.[2]

The paradox was caused by a lurking explanatory variable: the competitiveness of the departments.

Because a larger volume of female applicants were concentrated in the low-acceptance categories, their overall average was dragged down, creating the illusion of systemic discrimination where none existed.[4]

The implications of Simpson's Paradox extend far beyond social sciences, posing a severe risk in medical research and public health. A classic 1986 study compared two treatments for kidney stones: open surgery (Treatment A) and a newer, less invasive percutaneous procedure (Treatment B).[1][3]

When researchers looked at the aggregated data for all patients, Treatment B appeared to be the superior option. It boasted an overall success rate of 83 percent, compared to just 78 percent for the traditional open surgery.[1]

But when the patients were divided by the size of their kidney stones, the data reversed. For small stones, Treatment A was more effective (93 percent versus 87 percent). For large stones, Treatment A was also more effective (73 percent versus 69 percent). Treatment A was better in every specific scenario, yet looked worse overall.[1][3]

Treatment A was more effective for every size of kidney stone, yet appeared less effective overall due to uneven case distribution.

The confounding variable in the medical study was the severity of the condition. Doctors naturally assigned the most difficult cases—patients with large, complex stones—to the more invasive open surgery. They assigned the easier cases to the less invasive Treatment B.[1][3]

Because Treatment B was primarily used on patients who were already highly likely to recover, its overall success rate was artificially inflated. If a doctor had blindly followed the aggregated data, they would have prescribed the less effective treatment to every patient.[1][5]

Resolving Simpson's Paradox requires more than just mathematical stratification; it requires causal inference. Modern statisticians, including Judea Pearl, argue that the data alone cannot tell you whether to trust the aggregated numbers or the partitioned numbers.[3]

To make the right choice, analysts must map the causal relationships between the variables. If the partitioning variable is a true confounder—like stone size affecting both the treatment choice and the outcome—the partitioned data is correct. But if the partitioning variable is merely a downstream effect of the treatment, stratifying the data can actually introduce errors.[1][3]

Simpson's Paradox occurs when positive subgroup trends combine to form a negative overall trend.

The paradox frequently appears in business and economics. A company's overall median wage might appear to drop over a five-year period, even if every single employee received a raise. This happens if the company hires a large number of entry-level workers, shifting the internal weighting of the workforce and dragging the aggregate average down.[4][5]

Ultimately, Simpson's Paradox serves as a permanent warning against taking top-line metrics at face value. It demands that researchers, journalists, and policymakers look beyond the surface numbers and rigorously question the hidden variables that shape the reality underneath.[2][5]

What we don’t know

  • How often Simpson's Paradox occurs undetected in automated algorithmic decision-making and machine learning models.
  • Whether specific historical policy decisions were made based on aggregated data that secretly harbored a Simpson's reversal.
  • How to reliably automate the detection of confounding variables in massive datasets without human causal reasoning.

Key points

  1. Simpson's Paradox occurs when a trend in individual data groups disappears or reverses when the groups are combined.
  2. The paradox is caused by hidden confounding variables and the disproportionate weighting of subgroups.
  3. In 1973, aggregated data suggested Berkeley discriminated against women, but subgroup data showed the opposite.
  4. A medical study showed a kidney stone treatment appeared better overall, but worse for every specific stone size.
  5. Resolving the paradox requires understanding the real-world causal mechanisms behind the data, not just the math.

How we got here

  1. 1899

    Karl Pearson first notes the mathematical effect of combining heterogeneous data groups.

  2. 1903

    Udny Yule describes the phenomenon in the context of association between attributes.

  3. 1951

    Edward H. Simpson publishes the technical paper that formally describes the paradox.

  4. 1972

    Statistician Colin R. Blyth formally introduces the term 'Simpson's Paradox'.

  5. 1973

    The University of California, Berkeley admissions data provides the most famous real-world example of the paradox.

  6. 1986

    A landmark kidney stone study demonstrates the life-or-death implications of the paradox in medical treatments.

Sources

Source coverage

5 outlets

3 viewpoints surfaced

Causal Inference Advocates 40%Statistical Methodologists 35%Data Literacy Educators 25%
  1. [1]WikipediaCausal Inference Advocates

    Simpson's paradox

    Read on Wikipedia
  2. [2]BritannicaStatistical Methodologists

    Simpson's paradox

    Read on Britannica
  3. [3]Stanford Encyclopedia of PhilosophyCausal Inference Advocates

    Simpson's Paradox

    Read on Stanford Encyclopedia of Philosophy
  4. [4]BrilliantStatistical Methodologists

    Simpson's Paradox

    Read on Brilliant
  5. [5]Factlen Editorial TeamData Literacy Educators

    Synthesis by Factlen editorial team

    Read on Factlen Editorial Team

Comments

Stay informed

Every angle. Every day.

Get data analysis stories with full source coverage and perspective breakdowns delivered to your inbox.