Probability Calculator
Calculate probability and likelihood instantly. Enter values to determine the chance of an event occurring, expressed as a percentage or decimal. Ideal for education, statistics, games, and decision-making. Free, fast, and easy to use.
Result
| No of possible event that occured | ||
|---|---|---|
| No of possible event that do not occured |
Probability Calculator
The Probability Calculator computes the probability of an event from the number of favorable outcomes and the total number of possible outcomes. Enter both values and click Calculate. The result shows the probability — expressed as a decimal between 0 and 1 and as a percentage — along with the number of outcomes where the event does not occur (the complement).
Probability measures how likely an event is to occur, expressed on a scale from 0 (impossible) to 1 (certain). A probability of 0.25 means the event occurs in 25 out of 100 trials on average. It is used in mathematics, statistics, data science, games, finance, quality control, and everyday decision-making.
How to use the Probability Calculator
- Enter the number of favorable outcomes in the 'No of possible outcome' field — this is the count of outcomes that constitute the event you are calculating (for example, 1 for rolling a specific number on a die, 4 for drawing any ace from a deck).
- Enter the total number of possible outcomes in the 'No of possible event occurred' field — this is the complete sample space (6 for a die, 52 for a full deck of cards, 2 for a coin flip).
- Click Calculate.
- The result shows: the number of favorable outcomes (event occurred), the number of unfavorable outcomes (event did not occur), and the probability expressed as a decimal and percentage.
Favorable outcomes must always be less than or equal to total outcomes. If the favorable count exceeds the total, the result is mathematically invalid — a probability greater than 1 is impossible. Verify that the two numbers you enter are consistent before calculating.
The probability formula
Basic formula: P(Event) = Favorable outcomes ÷ Total possible outcomes
Complement: P(Event does not occur) = 1 − P(Event)
Example: what is the probability of rolling a 3 on a standard six-sided die?
Favorable outcomes: 1 (only one face shows 3)
Total outcomes: 6 (the die has 6 equally likely faces)
P(rolling 3): 1 ÷ 6 = 0.1667 = 16.67%
P(not rolling 3): 1 − 0.1667 = 0.8333 = 83.33%
Understanding the probability scale — from impossible to certain
Probability values always fall between 0 and 1. The table below shows common probability expressions and their intuitive meaning:
| Expression | As a fraction | As a decimal | As a percentage / odds |
| Impossible event | 0/anything | 0.000 | 0% — the event cannot occur. Example: rolling a 7 on a standard die. |
| Very unlikely | 1/100 | 0.010 | 1% — 1 in 100 chance. Example: drawing the ace of spades from a full deck in a single draw. |
| Less likely | 1/6 | 0.167 | 16.7% — roughly 1 in 6 chance. Example: rolling a specific number on a standard six-sided die. |
| Even chance | 1/2 | 0.500 | 50% — equal likelihood of occurring or not. Example: a fair coin landing heads. |
| More likely | 2/3 | 0.667 | 66.7% — example: drawing a non-ace card from a standard 52-card deck (48/52 ≈ 0.923, but 2/3 illustrates 'more likely than not'). |
| Very likely | 5/6 | 0.833 | 83.3% — example: rolling anything other than 1 on a six-sided die. |
| Certain event | anything/anything | 1.000 | 100% — the event is guaranteed to occur. Example: rolling a number from 1–6 on a six-sided die. |
Worked examples across different contexts
The calculator applies the same formula to any context where favorable and total outcomes can be clearly defined. The table below shows eight common probability problems with their inputs and results:
| Event | Favorable outcomes | Total outcomes | Probability |
| Rolling a 4 on a six-sided die | 1 | 6 | 1 ÷ 6 = 0.167 = 16.7% |
| Flipping heads on a fair coin | 1 | 2 | 1 ÷ 2 = 0.5 = 50% |
| Drawing a heart from a 52-card deck | 13 | 52 | 13 ÷ 52 = 0.25 = 25% |
| Drawing an ace from a 52-card deck | 4 | 52 | 4 ÷ 52 = 0.077 = 7.7% |
| Rolling an even number on a die | 3 | 6 | 3 ÷ 6 = 0.5 = 50% |
| Picking a red ball from 3 red + 7 blue | 3 | 10 | 3 ÷ 10 = 0.3 = 30% |
| Passing if 3 of 5 answers are correct (1 question chosen) | 3 | 5 | 3 ÷ 5 = 0.6 = 60% |
| A defective item in a batch of 500 with 12 defects | 12 | 500 | 12 ÷ 500 = 0.024 = 2.4% |
Beyond basic probability — AND, OR, and complement
The calculator computes basic (classical) probability: P(Event) = Favorable ÷ Total. Many practical probability questions involve combinations of events. The table below shows the key formulas for combining probabilities:
| Probability type | Formula | Example and notes |
| Basic (classical) | P(A) = Favorable ÷ Total | Coin flip heads: 1 ÷ 2 = 0.5. The probability of a single event. This is what the calculator computes. |
| Complement (NOT A) | P(not A) = 1 − P(A) | P(not heads) = 1 − 0.5 = 0.5. The complement is always (1 − P(A)). The calculator shows this in the 'events that did not occur' row. |
| AND — two independent events both occur | P(A and B) = P(A) × P(B) | P(heads on flip 1 AND heads on flip 2) = 0.5 × 0.5 = 0.25 = 25%. Only valid when A and B are independent (the outcome of one does not affect the other). |
| OR — at least one of two events occurs | P(A or B) = P(A) + P(B) − P(A and B) | P(rolling 1 or 2 on a die) = 1/6 + 1/6 − 0 = 2/6 = 33.3%. Subtract P(A and B) to avoid double-counting outcomes where both occur. For mutually exclusive events where both cannot happen simultaneously, P(A and B) = 0. |
| Conditional (A given B already occurred) | P(A|B) = P(A and B) ÷ P(B) | The probability of A given that B has already occurred. Draws from a deck without replacement are a classic conditional probability problem — removing one card changes the probabilities for subsequent draws. |
The AND formula P(A and B) = P(A) × P(B) is only valid for independent events — events where the outcome of one does not affect the probability of the other. Coin flips are independent: the result of the first flip has no effect on the second. Drawing cards without replacement is not independent: removing one card changes the remaining deck and therefore the probability of subsequent draws. For dependent events, the correct formula is P(A and B) = P(A) × P(B|A), where P(B|A) is the conditional probability of B given A has already occurred.
Probability across multiple trials
Probability of an event occurring at least once in n trials
To find the probability that an event occurs at least once across multiple independent trials, calculate the complement of it never occurring:
P(at least once in n trials): 1 − (1 − P(A))^n
Example: what is the probability of rolling a 6 at least once in 4 rolls of a die? P(6) = 1/6. P(not 6 in one roll) = 5/6. P(not 6 in all 4 rolls) = (5/6)^4 = 0.482. P(at least one 6 in 4 rolls) = 1 − 0.482 = 0.518 = 51.8%. Over four rolls, you are slightly more likely to roll a 6 at least once than not.
Common misconception: the gambler's fallacy
Each trial of an independent event has the same probability regardless of previous outcomes. If a fair coin lands heads five times in a row, the probability of the next flip being heads is still exactly 0.5 — not lower because 'tails is due'. Previous outcomes of independent events have no influence on future probabilities. This intuitive but incorrect belief is called the gambler's fallacy and is one of the most widespread probability misconceptions.
Usage limits
| Account type | Daily calculations |
| Guest | 25 per day |
| Registered | 100 per day |
Related tools
- Average Calculator — calculate the mean of a set of values. Useful for computing expected values and average outcomes from probability distributions.
- Random Number Generator — generate random numbers for probability simulations and experiments. Use with a defined range to simulate trials manually.
- Percentage Calculator — convert probability decimals to percentages and perform percentage-based likelihood comparisons.
Frequently asked questions
What is probability and how is it calculated?
Probability measures how likely an event is to occur. It is calculated by dividing the number of favorable outcomes (the ways the event can happen) by the total number of possible outcomes (all equally likely outcomes). The result is a number between 0 and 1: 0 means the event is impossible, 1 means it is certain. Expressed as a percentage, probability of 0.75 is 75% — the event occurs in 75 out of 100 equally likely trials on average.
What do I enter as 'favorable outcomes' and 'total outcomes'?
Favorable outcomes is the count of outcomes that constitute the event you are interested in. For a coin flip, favorable outcomes for heads = 1. For rolling an even number on a die, favorable outcomes = 3 (the die shows 2, 4, or 6). Total outcomes is the size of the complete sample space — all possible results. For a coin: 2. For a die: 6. For a standard card deck: 52. Favorable outcomes must be a subset of total outcomes and cannot exceed the total.
What is the complement of a probability?
The complement of an event is the probability that the event does NOT occur. P(not A) = 1 − P(A). If the probability of rolling a 6 is 1/6 = 0.167, the probability of not rolling a 6 is 1 − 0.167 = 0.833. The calculator shows both the favorable probability and the complement in the result table — 'events that occurred' and 'events that did not occur'. The two probabilities always sum to exactly 1 (100%).
How do I calculate the probability of two events both occurring?
For two independent events A and B, P(A and B) = P(A) × P(B). Example: the probability of flipping heads twice in a row is 0.5 × 0.5 = 0.25 = 25%. This multiplication rule only applies when the events are independent — when the outcome of one does not affect the probability of the other. For dependent events (such as drawing cards without replacement), multiply P(A) by the conditional probability P(B|A) — the probability of B given that A has already occurred.
How do I calculate the probability of at least one of two events occurring?
P(A or B) = P(A) + P(B) − P(A and B). The subtraction removes double-counting of outcomes where both events occur simultaneously. For mutually exclusive events that cannot both occur (rolling a 1 and a 2 on the same single die roll): P(1 or 2) = 1/6 + 1/6 = 2/6 = 33.3% (P(1 and 2) = 0 because both cannot happen simultaneously on one roll).
What is the difference between independent and dependent events?
Independent events have no influence on each other — the probability of one event remains the same regardless of whether the other has occurred. Examples: coin flips, separate dice rolls, random number draws with replacement. Dependent events affect each other — the probability of the second event changes based on the outcome of the first. Examples: drawing cards without replacing them, quality inspection where defects are removed from the pool. Independent events use P(A and B) = P(A) × P(B). Dependent events use P(A and B) = P(A) × P(B|A).
Why does a result seem 'more likely than expected' after a streak?
This intuition describes the gambler's fallacy — the mistaken belief that independent events influence each other. If a fair coin lands heads five times in a row, each subsequent flip is still exactly 50/50. The coin has no memory of previous flips. Each trial of an independent event has exactly the same probability as every other trial, regardless of how long a streak has continued. Probability describes long-run frequencies over many trials, not guarantees about when events will next occur.
Is the Probability Calculator free?
Yes. The calculator is free within the daily usage limits shown above. Guest users can perform 25 calculations per day without creating an account. Registering a free ToolsPiNG account increases the daily limit to 100 calculations per day.