Core Idea
Definition
Occam’s Razor is the principle that among competing explanations with similar explanatory power, the one that makes the fewest unnecessary assumptions should be preferred.
In Plain English
If two explanations both work, start with the one that needs less extra story. Simpler is not always right, but it is usually easier to test and less likely to hide error.
How It Works
Every extra assumption increases the number of ways an explanation can be wrong. Occam’s Razor pushes you to ask which parts of an explanation are actually needed and which parts are decoration, speculation, or overfitting. This makes reasoning cleaner and easier to test. The model is especially helpful early in diagnosis, when you need a disciplined default rather than an elaborate narrative. But it works only when the candidate explanations explain the evidence comparably well. If the simple explanation cannot fit the facts, simplicity loses.
When to Use
- •When comparing multiple plausible explanations
- •When debugging a process, system, or argument
- •When a theory feels padded with extra assumptions
- •When deciding where to investigate first
- •When simplifying a model without losing its explanatory core
Examples
Everyday
If a friend has not replied, the simplest explanation is often that they are busy, not that the friendship is secretly collapsing.
Professional
If a checkout flow conversion drops right after a deployment, start by investigating the recent change before inventing a broad market psychology story.
Extreme Case
In an investigation, a chain of speculative motives and hidden actors may be less credible than a direct explanation grounded in known incentives and observed events.
Common Mistakes
- •Using simplicity as a substitute for evidence
- •Confusing elegant phrasing with a genuinely simpler mechanism
- •Dismissing complex explanations before testing them
- •Forgetting that a simple explanation can still be false
Limits & Failure Modes
- •Reality can genuinely be complex, so oversimplification can hide the truth
- •The simplest explanation is only a starting hypothesis, not final confirmation
- •What counts as simple may depend on prior knowledge and context
- •It fails when the simpler account does not explain the evidence as well as the richer one
How to Practice
assumption count
Write down competing explanations and count what each one must assume in order to be true.
minimal sufficient explanation
Ask what is the smallest explanation that still accounts for the observed facts.
test the obvious first
In diagnosis, investigate the most direct and common explanations before escalating to exotic ones.
Related Cognitive Biases
narrative fallacy
People build rich stories that feel meaningful even when simpler accounts explain the facts well enough.
confirmation bias
People add assumptions selectively to preserve their preferred explanation.
overfitting
People create explanations that fit every detail of past data while becoming less general and less truthful.
Related Mental Models
Related Skills
Advanced Notes
Historical Origin
The principle is associated with William of Ockham, though related ideas about explanatory economy appear earlier in philosophy and science.
Philosophical Context
It is a methodological preference in epistemology and science, not a metaphysical claim that reality itself must be simple.
Further Reading
- A History of Western Philosophy by Bertrand Russell
- The Beginning of Infinity by David Deutsch
- The Signal and the Noise by Nate Silver