What the false positive paradox is
The false positive paradox is the surprising fact that when a condition is rare, most people who test positive do not actually have the condition — even if the test is very accurate. It is a direct consequence of base rates: a small group of true cases produces only a few true positives, while a much larger healthy group produces enough false positives to outnumber them. The paradox is not a flaw in any particular test; it is a property of applying any imperfect test to a low-prevalence population.
The formula (Bayes' theorem)
The key quantity is the positive predictive value (PPV) — the probability that someone who tests positive truly has the condition. It follows directly from Bayes' theorem:
PPV = (Sensitivity × Prevalence) / (Sensitivity × Prevalence + (1 − Specificity) × (1 − Prevalence))
- Prevalence — the fraction of the population that actually has the condition (the base rate, or prior probability).
- Sensitivity — the true positive rate: the probability the test is positive given the person has the condition.
- Specificity — the true negative rate: the probability the test is negative given the person does not have the condition. Its complement, 1 − specificity, is the false positive rate.
The false positive share among positives is simply 1 − PPV. The mirror-image quantity, the negative predictive value (NPV), is the chance a negative result is truly negative: NPV = (Specificity × (1 − Prevalence)) / (Specificity × (1 − Prevalence) + (1 − Sensitivity) × Prevalence).
The classic worked example
Take a disease that affects 1% of the population, tested with a screen that is 99% sensitive and 99% specific. Imagine 100,000 people. About 1,000 have the disease, and 990 of them test positive (99% sensitivity). The other 99,000 are healthy, but 1% of them — 990 people — also test positive (99% specificity means a 1% false positive rate). So there are 1,980 positives, of which only 990 are real: the PPV is exactly 50%. A positive result is no better than a coin flip, despite a "99% accurate" test. That is the paradox in one calculation.
Common reference points
Holding sensitivity and specificity at 99%, PPV climbs steeply as prevalence rises: it is about 9% at a prevalence of 0.1%, 50% at 1%, roughly 92% at 10%, and about 99% at 50%. Conversely, at a fixed 1% prevalence, raising specificity matters far more than raising sensitivity — improving specificity from 99% to 99.9% lifts the PPV from 50% to about 90%, because it directly shrinks the flood of false positives from the large healthy group.