Win Percentage Calculator
Calculate winning percentage from wins, losses and ties. You can also find how many consecutive wins are needed to reach a target or how many games must be won from the schedule remaining.
Calculate a current winning percentage
Enter the record and choose how ties should be handled. The standard method counts each tie as half a win.
(9 + 0.5 x 0) / 13 x 100 = 69.23%
There are 13 total games and 9 win equivalents.
A league that awards standings points may use a different system. Check the competition rules before comparing records.
Find consecutive wins needed for a target
This mode uses a win-loss record with no ties and assumes every additional game is a win.
ceil((0.75 x 13 - 9) / (1 - 0.75)) = 3 wins
Check: 12 / 16 x 100 = 75%.
The result is the minimum whole number of consecutive wins. A 100% record cannot be recovered after a loss.
Find wins required from games remaining
Existing ties count as half a win. Future games are assumed to finish with a win or loss, not a tie.
ceil(0.70 x 20 - 9) = 5 wins required
Check: 14 / 20 x 100 = 70%.
A result can be mathematically unreachable if the required wins exceed the games remaining.
Winning percentage measures the share of completed games credited as wins. For a simple win-loss record, divide wins by total games and multiply by 100. When ties are included, the common tie-aware method credits each tie as half a win.
Winning percentage formula
Winning percentage = Wins / (Wins + Losses) x 100
With ties = (Wins + 0.5 x Ties) / Total games x 100Example: a 9-4 record
The team has played 13 games. Divide 9 by 13 and multiply by 100: 9 / 13 x 100 = 69.23%.
You can also calculate the record as a part of the schedule with the Percentage of Total Calculator.
How to calculate win percentage with ties
The standard winning-percentage convention gives a tie half the value of a win. Add half the number of ties to the wins, then divide by every game played.
Example: an 8-4-2 record
Two ties equal one win equivalent. The calculation is (8 + 1) / 14 x 100 = 64.29%.
Tie rules are not universal. Some leagues exclude ties when showing a win-loss rate. Others award standings points for wins, draws and overtime results. Use the method defined by the competition you are following.
Common win-loss record examples
| Record | Calculation | Winning percentage | Decimal |
|---|---|---|---|
| 9-4 | 9 / 13 | 69.23% | .692 |
| 10-7 | 10 / 17 | 58.82% | .588 |
| 12-4 | 12 / 16 | 75% | .750 |
| 8-4-2 | (8 + 1) / 14 | 64.29% | .643 |
Sports standings often display winning percentage as a three-digit decimal without a leading zero. For example, 69.23% becomes .692 after rounding to three decimal places.
How many consecutive wins are needed?
When every new game is assumed to be a win, the minimum wins required can be found algebraically and rounded up to the next whole game.
Wins needed = ceil((Target x Current games - Current wins) / (1 - Target))Use the target as a decimal inside the formula. For a 75% target, use 0.75. A 9-4 record needs three consecutive wins because 12 wins from 16 games is exactly 75%.
Wins needed from games remaining
A fixed remaining schedule creates a different question: how many of those games must be won to finish at or above the target? First calculate the final number of games, then subtract the current win equivalents from the number required at the target rate.
Required wins = ceil(Target x Final games - Current win equivalents)
Current win equivalents = Wins + 0.5 x TiesIf the required number is greater than the games remaining, the target cannot be reached without changing another assumption. The calculator assumes no future ties in this mode.
Winning percentage versus win probability
Winning percentage describes a completed record. Win probability estimates the chance of winning a future game and normally requires information about team strength, opponents, location and other factors. A team with a 70% historical record does not automatically have a 70% chance of winning its next game.
To compare the relative change between two rates, use the Percentage Difference Calculator.
Win percentage calculator FAQs
What is the winning percentage for a 9-4 record?
A 9-4 record is 9 wins from 13 games. The winning percentage is 69.23%, usually displayed as .692 in a sports table.
What is the winning percentage for a 10-7 record?
Divide 10 wins by 17 total games. The result is 58.82%, or .588 when rounded to a three-digit standings decimal.
Does a tie count as half a win?
It does in the common winning-percentage formula. One tie contributes 0.5 win equivalents. Competition rules can differ, so the calculator also provides an option to exclude ties from the win-loss rate.
Why is winning percentage shown as a decimal?
Many sports tables show the rate to three decimal places and omit the leading zero. A 75% winning percentage is displayed as .750.
Can a team get back to a 100% winning percentage after losing?
No. Once a loss is recorded, no finite number of later wins can make wins equal every game played. The record can approach 100% but cannot reach it.
Are draws handled the same in every sport?
No. Some competitions count a draw as half a win for winning percentage, some omit draws from a win-loss rate, and some use a separate points table.
Is winning percentage the chance of winning the next game?
No. It summarizes completed results. Predicting a future result requires a probability model and more information than the current record alone.