Intermediate

Monty Hall Problem Calculator — Stay vs Switch Probability

Enter the number of doors and how many the host reveals, and see the exact probability of winning by staying or switching — and by how much switching beats staying.
Classic Monty Hall uses 3 doors
Host always reveals empty doors (never yours or the prize)
P(win | switch)
66.67%

Switching wins 2× more often than staying

P(win | stay)
33.33 %
P(win | switch)
66.67 %
Switch advantage
Doors to switch to
1
Doors in game
3
Doors revealed
1
33%
67%
Stay: 33.33 %
Switch: 66.67 %
Relative win probability: staying vs switching
Step by step
  1. 1

    P(win | stay)

    1 ÷ 3 = 33.33 %
  2. 2

    Remaining doors after reveal

    3 − 1 − 1 = 1
  3. 3

    P(win | switch)

    (3 − 1) ÷ (3 × 1) × 100 = 66.67
    Switching concentrates the remaining probability onto fewer doors.
Results are estimates for general information only and are not professional advice — always verify important results independently before relying on them. Read the full disclaimer.
Quick answer

How does this calculator work?

Classic Monty Hall (3 doors, 1 revealed): P(stay) = 1/3 ≈ 33.3%, P(switch) = 2/3 ≈ 66.7% — switching wins twice as often. Generalised (N doors, K revealed): P(stay) = 1/N, P(switch) = (N−1)/[N×(N−K−1)]. The advantage of switching grows as N increases or more doors are revealed.

Formula
P(win | stay) = 1/N · P(win | switch) = (N − 1) / [N × (N − K − 1)] where N = doors, K = doors revealed
How this is calculated

In the classic Monty Hall problem there are 3 doors: one hides a prize, two hide goats. You pick a door. The host — who knows what is behind every door — opens one of the other doors to reveal a goat, then asks if you want to switch. Switching wins with probability 2/3; staying wins with probability 1/3.

The intuition is that your initial pick has only a 1-in-3 chance of being right. The remaining 2/3 probability that the prize is behind one of the other two doors gets concentrated onto the single unopened door after the host reveals a goat, because the host cannot reveal the prize or your door. Staying keeps the original 1/3 chance; switching captures the transferred 2/3.

The generalised formula for N doors with the host revealing K empty doors is: P(win | stay) = 1/N and P(win | switch) = (N − 1) / [N × (N − K − 1)]. When K = N − 2 (the host opens every possible empty door), switching wins with probability (N−1)/N — dramatically better than staying at 1/N, and approaching certainty as N grows. The host must always open only empty doors and never your original door.

Frequently asked questions

Your initial pick is wrong 2 out of 3 times. When you are wrong (2/3 of the time) and switch, you always land on the prize — the host has eliminated all other wrong doors. When you are right (1/3) and switch, you land on a goat. So switching converts your 2/3 "wrong picks" into wins.

Yes — this is the crucial rule. A host who randomly opens a door (and might accidentally reveal the prize) produces different probabilities. The classical Monty Hall result requires the host to always knowingly reveal an empty door.

P(win | stay) = 1/100 = 1%. P(win | switch) = 99/100 = 99%. You should almost certainly switch — the host has essentially pointed you at the prize.

Also known as

monty hall problem calculator
monty hall probability calculator
stay or switch probability
monty hall door problem
monty hall paradox calculator
three door problem calculator
door switching probability

APA

TG we-Calculate Editorial Team. (2026). Monty Hall Problem Calculator — Stay vs Switch Probability [Online calculator]. TG we-Calculate. https://we-calculate.com/calculator/monty-hall-problem-calculator

Chicago

TG we-Calculate Editorial Team. "Monty Hall Problem Calculator — Stay vs Switch Probability." TG we-Calculate. 2026. https://we-calculate.com/calculator/monty-hall-problem-calculator.

IEEE

TG we-Calculate Editorial Team, "Monty Hall Problem Calculator — Stay vs Switch Probability," TG we-Calculate, 2026. [Online]. Available: https://we-calculate.com/calculator/monty-hall-problem-calculator

BibTeX

@misc{wecalculate_monty_hall_problem_calculator, title = {Monty Hall Problem Calculator — Stay vs Switch Probability}, author = {{TG we-Calculate Editorial Team}}, howpublished = {\url{https://we-calculate.com/calculator/monty-hall-problem-calculator}}, year = {2026}, note = {TG we-Calculate} }

Did this calculator help you?