Apps

🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!

← Back to Library
blog.category.aspects Mar 29, 2026 2 min read

Base Rate Fallacy — When Logic Wears a Disguise

The base rate fallacy occurs when people ignore or underweight the prior probability (base rate) of an event when evaluating conditional probabilities. Instead, they focus on specific, often vivid information about the individual case. This is a violation of Bayesian reasoning, where the posterior probability must account for both the likelihood of the evidence given the hypothesis and the prior probability of the hypothesis itself.

Also known as: base rate neglect, prosecutor's fallacy, prior probability neglect

How It Works

Specific, concrete information (the test result) feels more relevant than abstract statistical information (the disease prevalence). Humans are intuitively poor at integrating base rates into probabilistic judgments.

A Classic Example

A medical test for a rare disease (prevalence 1 in 10,000) has a 99% accuracy rate. A patient tests positive and believes they almost certainly have the disease. In reality, with 10,000 tests, roughly 100 false positives occur versus just 1 true positive, giving only about a 1% chance of actually having the disease.

More Examples

An airport security algorithm flags a passenger as a potential threat with '95% accuracy.' The security officer treats this as near-certain danger. But if only 1 in 50,000 passengers is actually a threat, the vast majority of flagged passengers are false positives — innocent travelers caught by the algorithm.
A hiring manager uses a personality test the vendor claims is '90% accurate' at identifying high performers. She assumes a high-scoring candidate will almost certainly excel. But if only 10% of applicants are genuinely high performers, most high scorers are still average employees who happened to test well.

Where You See This in the Wild

This fallacy is critical in medical screening programs, criminal forensics (DNA match probabilities), and airport security (flagging false positives among millions of travelers).

How to Spot and Counter It

Always ask 'How common is this condition or event in the first place?' Use natural frequencies rather than percentages (e.g., '1 out of 101 positive tests is a true positive') to make base rates intuitive.

The Takeaway

The Base Rate Fallacy is one of those reasoning errors that sounds perfectly logical at first glance. That's what makes it dangerous — it wears the costume of valid reasoning while smuggling in a broken conclusion. The best defense? Slow down and ask: does this conclusion actually follow from these premises, or am I just connecting dots that happen to be near each other?

Next time someone presents you with an argument that "just makes sense," check the structure. The feeling of logic is not the same as logic itself.

Related Articles