What is a winning percentage?
A winning percentage is the share of a team's games that ended in a win. Ten wins in sixteen games is 10 ÷ 16 = 0.625 — which you'd say out loud as 62.5%, and which a standings table prints as .625. Same number, two costumes.
The figure exists because raw records don't sort. A 10-6 team and a 12-8 team both look like winners, and eyeballing which one is ahead takes a second of mental arithmetic every time. Convert both and the argument ends: 10-6 is .625, 12-8 is .600. The percentage is what turns a list of records into a ranked column, which is why every league table in the world carries one.
The three-decimal habit is a baseball inheritance. Over a 162-game season, the third decimal is worth roughly a sixth of a game — about the precision a standings column actually needs, and no more. The dropped leading zero is the same inheritance. Writing 0.625 in a standings table reads, to anyone who follows a sport, like a typo.
It travels well outside sport, too. A sales team closing 41 of 82 deals is at .500. A chess club, a debate circuit, a fantasy league, a bot benchmark — anything with a win column and a loss column produces this number the same way, and the Winning Percentage Calculator on this page handles all of them identically.
How to use the Winning Percentage Calculator
- Type the wins, then the losses. The boxes accept digits only — a minus sign or a decimal point simply won't go in, because games are whole things and there's no such thing as negative three of them.
- Enter ties if you have any. The field starts at 0 and you can leave it there.
- Pick how ties count. Half a win is the NFL convention and the default. "Don't count them" drops ties out of the denominator, the way MLB and the NBA do. "Count as a loss" is the rule some club leagues and tournament seeding formats use.
- Read both answers. The left readout is the percentage; the right is the three-decimal standings figure. Neither is more correct than the other — they're the same division, formatted for different audiences.
- Copy whichever one you need. The standings button writes exactly
.625— four characters, no leading zero, no percent sign — so it drops into a spreadsheet column without you cleaning it up afterwards.
There's no Calculate button. The answer changes as you type, and switching the tie rule re-runs it instantly, which is the fastest way to see how much the convention is actually worth on your record.
Most pages that answer this question ask for something first. One shape is the league-management subscription that wants you to create an account, name a team and invite a roster before it will divide two numbers. The other is the calculator farm that puts nine hundred words of preamble and three ad slots between you and a one-line formula. Both are the same trade — your attention for their arithmetic. This page is just the calculator. The number is at the top, and there's nothing to dismiss to reach it.
The formula, and why there are three of them
With no ties on the record, there's no argument. Wins divided by games played:
Winning percentage = wins ÷ (wins + losses)
A 10-6 record: 10 ÷ 16 = 0.625 → 62.5% and .625. Multiply by 100 for the percentage, round to three decimals and drop the zero for the standings figure. That's the whole calculation.
Ties are where it splits. There is no universal rule, and each of the three in common use is internally consistent — they just disagree. The NFL has counted a tie as half a win since 1972. MLB and the NBA leave ties out of the denominator entirely (in practice neither produces them any more, so it rarely comes up). Plenty of amateur leagues and seeding formats count a tie as a loss outright.
Half a win (NFL): (W + 0.5T) ÷ (W + L + T)
Don't count them (MLB, NBA): W ÷ (W + L)
Count as a loss: W ÷ (W + L + T)
Take a real record — 9 wins, 6 losses, 1 tie — and run it through all three:
| Tie rule | Numerator ÷ denominator | Percentage | Standings |
|---|---|---|---|
| Half a win (NFL) | 9.5 ÷ 16 | 59.4% | .594 |
| Don't count them (MLB, NBA) | 9 ÷ 15 | 60.0% | .600 |
| Count as a loss | 9 ÷ 16 | 56.3% | .563 |
One record, three legitimate answers, spread across 37 thousandths. That gap is the entire reason the Winning Percentage Calculator asks you which rule you mean rather than deciding quietly on your behalf. A page that hard-codes one of the three is silently wrong for the other two, and gives you no way to find out.
Common records and what they come out to
Every figure below is what the calculator returns for that record. Rows without ties give the same answer under all three rules.
| Record (W-L-T) | Games | Percentage | Standings |
|---|---|---|---|
| 17-0-0 | 17 | 100.0% | 1.000 |
| 13-3-1 (half a win) | 17 | 79.4% | .794 |
| 12-5-0 | 17 | 70.6% | .706 |
| 10-6-0 | 16 | 62.5% | .625 |
| 51-31-0 | 82 | 62.2% | .622 |
| 95-67-0 | 162 | 58.6% | .586 |
| 8-8-0 | 16 | 50.0% | .500 |
| 7-9-0 | 16 | 43.8% | .438 |
| 6-10-0 | 16 | 37.5% | .375 |
| 0-1-0 | 1 | 0.0% | .000 |
Two things worth noticing. A 10-6 football season (.625) and a 51-31 basketball season (.622) are effectively the same team, five times the schedule apart — the percentage is what makes that comparison possible at all. And 8-8 lands on exactly .500, the reference point most standings talk is built around. "Two games over .500" means you'd have to lose two more than you win to get back to even.
A perfect record keeps its leading 1 and reads 1.000, not .000 — the zero is only dropped when there's nothing in front of the decimal point to lose.
Edge cases and limitations
A record of nothing but ties is the strangest input this takes. Under the half-a-win rule, 0-0-3 comes out to 50.0% — three half-wins from three games, which is arithmetically right and emotionally peculiar. Under "don't count them" there's no denominator left at all, so the Winning Percentage Calculator says so instead of printing a number: "Ties don't count in this rule. Add a win or a loss."
Zero games isn't a 0% record, it's no record, and empty boxes stay quiet rather than claiming you've lost everything. Rounding is half-up in both readouts, so a 2-1 record is 66.7% and .667 rather than a truncated .666.
Hockey is the honest gap. The NHL hasn't ranked teams by winning percentage since the shootout arrived, and an overtime loss is a real category with no box here. Points percentage is a different formula on different inputs — points ÷ (2 × games played) — not a fourth way of counting a tie. If your record includes OTLs, nothing on this page will match the official standings, and that's the correct outcome rather than a bug.
Last, the number is descriptive and nothing more. A .625 record against a soft schedule and a .625 record against a brutal one are the same figure and not the same season. Winning percentage says how often you won, not who you beat.
Related calculations
Winning percentage is one division with a formatting convention on top, so most follow-up questions are handled by a neighbouring tool. If you're doing a share-of-total calculation that isn't a win-loss record — a pass rate, a turnout figure, a conversion — the percentage calculator covers the general case in all three directions.
To compare two seasons rather than rank them, the percent change calculator gives you the swing: going from .438 to .625 is a 42.7% improvement in win rate, which reads very differently from "up 18.7 percentage points." Both are true; the second is usually the honest one.
For a team's average result across several seasons, the average calculator handles the mean, and the percentile calculator tells you where a given record sits inside a league's full distribution — more useful than a raw figure when you're arguing about playoff seeding. If you're forecasting instead of recording, the probability calculator is the right tool, and the rounding calculator settles any half-up question you hit along the way.
Frequently asked questions
How do you calculate winning percentage with ties?
Pick a convention first, because the three in use give different answers. Half a win (the NFL rule) gives (W + 0.5T) ÷ (W + L + T). Dropping ties gives W ÷ (W + L). Counting a tie as a loss gives W ÷ (W + L + T). On a 9-6-1 record those come out to .594, .600 and .563 — so the convention matters more than the arithmetic does.
What does .625 mean?
It's 62.5% written as a proportion to three decimals, with the leading zero dropped. A team at .625 has won 62.5% of its games — ten of sixteen, or twenty of thirty-two. The notation is a US standings convention, old enough that printing 0.625 in that column looks like an error.
Why doesn't my answer match the league's website?
Check the tie rule before assuming anyone made a mistake. A single tie on a 16-game record moves the figure by about six thousandths, which is exactly the size of gap people report as a bug. If the sport is hockey, the cause is almost certainly overtime losses, which this doesn't model. Switch the rule, and if the number still disagrees, recount the record itself.
Is a .500 record good?
It's exactly break-even — as many wins as losses, 8-8 or 41-41. Whether that's good depends entirely on what you expected in August. It's the line the whole standings conversation is organised around, and a team sitting on it is the one whose fans argue hardest about buying or selling at the deadline.
Does this work for hockey's points percentage?
No, deliberately. Points percentage is points earned divided by points available — 95 points from 70 games is 95 ÷ 140 = .679 — which is a different formula on different inputs. Feeding a win-loss record through this page would give you a number that looks right and isn't, so the tool doesn't pretend to offer it.
Can I use it for sales win rate or an esports record?
Yes, and the arithmetic is identical. Deals closed versus deals lost, matches won versus matches dropped, tickets resolved versus reopened — anything with a win column and a loss column works the same way. It's the same Winning Percentage Calculator whether you're a coach filling in a league table, a student settling a debate about two seasons, or an analyst who needs .622 in a cell in the next thirty seconds.
Is anything I type saved?
No. The calculation runs entirely in your browser — nothing is uploaded, nothing is stored, and closing the tab clears it. There's no account and nothing to sign into. Microapp also gives 10% of every dollar it earns to charity, off the top and audited quarterly, which is worth knowing about a page that just divided two numbers for you.