Murphy's law

Murphy's Law is a useful engineering maxim, not a cognitive bias: if a failure mode is possible and left unguarded across enough opportunities, it may eventually occur.

Mechanism

How it works

The memorable slogan blends two different ideas. In complex systems, many small failure opportunities accumulate; in everyday judgment, people can also selectively notice mishaps and forget the ordinary uneventful cases. Good practice separates failure-mode analysis from fatalistic prediction.

Examples

Where it shows up

  • A team assumes a manual handoff will work because it worked before, rather than designing for the predictable day when a person is absent or the input is malformed.
  • Someone remembers every traffic jam when late but not the many routine trips, concluding that delay is inevitable.
Consequences

What it can distort

Used well, the maxim prompts resilient design. Used badly, it turns possibility into certainty and spreads anxiety or wasteful overengineering.

Countermeasures

How to work around it

  • List plausible failure modes, their likelihood, impact, and cheap safeguards. Design for high-impact or frequent failures rather than for every imaginable catastrophe.
  • Track incidents and denominators so memorable mishaps do not become a distorted frequency estimate.
Caveats

Critiques and limits

The saying is not a law of probability and should not be treated as a forecast. Its value is as a prompt for fault-tolerant design, not a theory that bad outcomes are destined.

Taxonomy

Fields of impact

Evidence

How solid is the research?

Weak — limited or failed replication

Murphy's Law is an aphorism, not a measured cognitive effect; relevant evidence comes from reliability engineering and biases in recalling negative events.

Research

Relevant papers

Why people are reluctant to tempt fate

Risen, J. L., & Gilovich, T. (2008)

Journal of Personality and Social Psychology, 95(2), 293-307

The science of Murphy's Law

Matthews, R. A. J. (1997)

Scientific American, 276(4), 88-91

Case studies

Real-world patterns.

Real-world examples showing how Murphy's law manifests in practice

Case study

Black Friday Cascade: How 'Anything That Can Go Wrong' Warped a Launch Plan

A real-world example of Murphy's law in action

Context

A fast-growing e-commerce startup prepared for its biggest sales day of the year — Black Friday. The engineering and product teams faced a tight timeline to deploy a major search-and-checkout optimization that leadership expected would boost conversion rates.

Situation

Because high traffic was certain on the date, the lead engineer framed planning conversations around what could catastrophically fail. The team spent several sprints responding to a long list of hypothetical 'if-this-then-that' edge cases, producing many last-minute scripts and manual workarounds instead of an integrated, staged deployment.

The bias in action

Murphy's Law became a lens that amplified unlikely but dramatic failure scenarios into the dominant planning narrative. Team members repeatedly assumed the worst—if something could go wrong it would—and diverted time to crafting bespoke fixes for low-probability sequences (e.g., an obscure browser-extension interaction). That focus created a crowded pre-launch checklist and deferred systematic testing of core infrastructure (load limits, database configuration). On launch day, this pessimistic framing caused rushed, ad hoc decisions when a single central service misconfiguration surfaced, and the team had few automated rollback plans because they had been busy rehearsing manual edge-case patches.

Outcome

A critical database connection parameter was mis-set in production during the last-minute deployment, causing a cascading slowdown across the checkout flow. The site suffered 90 minutes of degraded performance and partial outages. Revenue for the day fell short of projections by 12% (approximately $480,000), and customer support received 4,300 tickets in 48 hours—triple the normal daily volume.

What's inside the full case study

Unlock the deeper breakdown with real-world impact, measurable effects, lessons learned, better-approach recommendations, and relevant fields.

Real-world impact
Affected groups, timeframe, and measurable outcomes.
Lessons learned
Practical takeaways and a better path forward.
Full case breakdownEmail access

Want the full analysis?

Request access to the complete case study, including measurable impact, lessons learned, and the recommended better approach.

We'll use your email to follow up about case-study access.

Further reading

Recommended books

Entry last reviewed 2026-07-19 · sources verified against the published literature — methodology

Murphy's law - The Bias Codex