Back to Surprising

The False Positive Paradox

Even a 99% accurate test can be wrong most of the time. Understanding this could save lives and reduce unnecessary anxiety.

A Shocking Truth About Medical Testing

Imagine a disease affects 1 in 1000 people. You take a test that's 99% accurate. It comes back positive. What's the chance you actually have the disease? Most people guess 99%. The real answer? Only about 9%!

0.1%
99%
99%

Population of 10,000 People

True Positive (sick, positive test)
False Positive (healthy, positive test)
True Negative (healthy, negative test)
False Negative (sick, negative test)
If You Test Positive...
9.0%
Chance You're Actually Sick
Total Positive Tests
109
True Positives / False Positives
10 / 99
If You Test Negative...
99.99%
Chance You're Actually Healthy

The Math: Bayes' Theorem

Actually Sick Actually Healthy
Test + 10 99
Test - 0 9,891
P(Sick | Positive Test) = P(Positive | Sick) × P(Sick) / P(Positive Test) For a disease with 0.1% prevalence and 99% accurate test: - True Positives: 10,000 × 0.001 × 0.99 = ~10 - False Positives: 10,000 × 0.999 × 0.01 = ~100 P(Sick | Positive) = 10 / (10 + 100) = 9.1%

Why Does This Happen?

The key insight is that when a disease is rare, there are far more healthy people being tested than sick people.

Even if the test is wrong only 1% of the time, 1% of a huge number (healthy people) can be larger than 99% of a tiny number (sick people).

In our example: 1% of 9,990 healthy people = ~100 false positives. But 99% of only 10 sick people = ~10 true positives.

So among positive results, false positives outnumber true positives about 10 to 1!

Real-World Implications

Medical Screening: This is why doctors often recommend confirmatory tests. A single positive result, especially for a rare condition, may not be as meaningful as it seems.

COVID-19 Testing: The false positive rate became important when testing asymptomatic populations during the pandemic.

Drug Testing: Workplace drug tests with 95% accuracy can produce many false positives in drug-free workforces.

Security Screening: Rare threat detection (terrorism, fraud) faces the same math - most alerts are false alarms.

The lesson: Base rates matter enormously. Always ask "How common is this condition?" before interpreting a positive result.