In this guide
Grades and ratings are not enemies The core idea: expected result What Elo does - and does not do Why uncertainty matters Doubles is the awkward part Should the scoreline matter? Ratings are relative to the player network What clubs can safely use ratings for What makes a rating trustworthy? Frequently asked questionsThe useful thing about a rating is not that it produces a precise-looking number. It is that it turns previous results into a prediction. If two sides are rated almost equally, expect a close contest. If the gap is large, expect one side to win more often. The next result then tells the system whether those estimates need changing.
That mechanism can improve club-night balancing enormously. It can also create false confidence if a club forgets that 1542 is an estimate, not a laboratory measurement.
Grades and ratings are not enemies
A/B/C grades survive because they are useful.
"Strong B" communicates something immediately. Nobody needs an equation. Grades work well for team eligibility, session descriptions, coaching groups and ordinary conversation.
Their limitation is resolution. Two players near opposite ends of B may be separated by a meaningful amount, yet the label treats them as identical. Moving somebody from B to A is also conspicuous, so grades tend to change in jumps and often lag behind improvement.
A numerical rating solves that particular problem by being continuous and updateable. But it brings its own weaknesses: model assumptions, noisy results, uncertain new players and the temptation to over-interpret tiny differences.
The most useful architecture is often:
continuous rating underneath; simple grade where humans want a category.
The core idea: expected result
Suppose Pair A is rated much more strongly than Pair B. A rating model assigns A a higher expected chance of winning.
If A wins, the result confirms what the model already believed, so the update should be modest. If B wins, the result is surprising, so the estimates should move more.
That is the principle inherited from Elo:
new evidence matters in proportion to how surprising it was.
It is much better than raw win percentage. A player who goes 8-2 against beginners has not necessarily shown more strength than somebody who goes 5-5 against the strongest players in the club.
What Elo does - and does not do
Elo was developed for chess and is now shorthand for a whole class of rating ideas. The basic version uses the ratings to calculate an expected outcome, compares that with win/draw/loss, then moves the ratings by a chosen sensitivity factor.
Three things are worth separating from the folklore:
- Elo does not inherently know score margin. A one-point win and a twenty-point win are both wins unless the implementation explicitly adds margin information.
- A loss does not normally increase classic Elo. Losing to a much stronger opponent costs very little because the loss was expected, but it remains a loss in the update.
- The K-factor is a design choice. A larger value makes ratings react faster and wobble more; a smaller one makes them stable but slower to follow genuine improvement.
This matters because badminton club systems often call themselves "Elo-style" while adapting several of those choices. That can be perfectly sensible. It just means the behaviour should be documented rather than attributed to Elo itself.
Why uncertainty matters
A player with four recorded games and a player with four hundred should not inspire the same confidence merely because both currently display 1500.
Glicko makes this explicit by adding a rating deviation: a measure of how uncertain the estimate is. Microsoft's TrueSkill similarly represents skill using both an average estimate and uncertainty. citeturn999353search0turn999353search3
The intuition is straightforward:
- new or inactive player → high uncertainty → results can move the estimate quickly;
- long-established, consistent player → lower uncertainty → one odd result should not rewrite years of evidence.
A club system does not have to display uncertainty as a second number to benefit from the idea. Provisional ratings, larger early updates or confidence bands are all ways of acknowledging that the system knows less about some players than others.
This is especially useful in club badminton, where a new arrival might be a genuine beginner or a former county player whose history simply is not in your database.
Doubles is the awkward part
Chess Elo observes one player against one player. A doubles result observes two against two.
The simplest approach is to combine each pair's player ratings into a team rating, predict the match from the two team values, then distribute the update back to the four players.
That works, but it cannot directly answer a common human question: which player caused the result?
If a strong player carries a developing partner to 21-19, the scoreboard contains only a team result. Without richer performance data, the model cannot see that one person intercepted everything at the net while the other struggled. TrueSkill was designed in part to infer individual skill from team results, but even Bayesian machinery is still inferring from the information available, not watching the rally. citeturn999353search3
This is a reason to use lots of varied partnerships. When players repeatedly mix, individual strength becomes easier to distinguish statistically. Fixed pairs create less information about the two individuals separately.
Should the scoreline matter?
Badminton gives you more information than "won" or "lost": 21-19 and 21-5 are different performances.
A club rating can choose to use that. A margin-sensitive model may treat a narrow loss to a much stronger pair as performance above expectation, while a heavy win over weaker players can confirm the size of the gap.
That can improve learning speed, but it creates another modelling choice: how much extra evidence is a point margin?
A 21-10 score is not twice the performance of 21-20. Rally scoring, game state, experimentation, fatigue and dead rubbers complicate the relationship. If margin matters too strongly, players can also become sensitive to every late point in a game that is already decided.
So there are legitimate systems on both sides:
- outcome-only: robust and simple;
- score-aware: potentially more informative, but requires a careful performance model.
Neither should be described as "what Elo says".
Ratings are relative to the player network
A rating only has meaning inside the population and calibration that produced it.
If Club A starts everyone around 1500 and Club B does the same, a 1650 in each club is not automatically the same playing standard. The two populations may never have played each other.
This is the same reason separate pools in online games can drift. Ratings establish relative strength well when results connect the network. Cross-club comparability requires shared calibration, overlapping players or some other bridge.
That matters if ratings are going to become portable identities rather than merely an internal balancing tool. A club rating can be excellent for Tuesday night while saying nothing reliable about a stranger from another city.
What clubs can safely use ratings for
Ratings are strongest when the decision resembles the thing the model measured.
Balancing club games: excellent use. You are asking which combination of the available players is likely to create an even contest.
Handicap competitions: useful, but handicap conversion needs its own calibration. A 100-point rating gap does not magically tell you how many rally points to award unless you model that relationship.
Team selection: useful evidence, not a complete captain. Availability, pair chemistry, singles versus doubles strength, tactical match-ups and reliability may matter too.
Player development: useful trend, poor diagnosis. A falling rating tells you results worsened; it cannot tell you whether the cause is backhand defence, fitness or three weeks of playing with an injury.
What makes a rating trustworthy?
Not mathematical complexity.
A club should be able to answer:
- What results go into the rating?
- Does score margin matter?
- How are doubles partners combined?
- Do new players move faster than established ones?
- Can organisers correct an obviously bad starting estimate?
- Is the rating comparable only inside the club, or across clubs?
If players understand those behaviours, the exact equation can stay under the bonnet.
ePegboard uses player ratings to support game balancing and retains the results that let those estimates evolve. The important product principle is the same one as the statistical principle: the number should support a better game, not become the reason people play.
Ratings are estimates, not medals
Two players separated by a handful of points are not meaningfully different simply because the interface printed different integers. Use ratings at the resolution the evidence can support.
Frequently asked questions
What is a badminton player rating?
A rating is an estimate of playing strength derived from results. It is useful because two ratings can be converted into an expected outcome, then updated when real results provide new information. The precise behaviour depends on the rating model.
Is a badminton rating just Elo?
Not necessarily. Elo is the best-known family of expected-result ratings, but other systems add features such as uncertainty or team modelling. A badminton implementation may also adapt the update for doubles or score margin. Calling every dynamic rating 'Elo' hides important design choices.
Can my rating rise when I lose?
It depends on the model. In classic win/loss Elo, a loss produces a negative update even against a much stronger opponent, although the loss may be tiny. A score-margin or performance model can treat a narrow loss as better than expected and potentially raise an estimate. Check what your club's system actually measures.
Are ratings better than A/B/C grades?
They are better for some jobs, especially fine-grained matchmaking and tracking change, but grades remain useful human labels. A sensible club can keep both: a continuous rating underneath and broad categories when a simple description is easier.
How reliable is a new player's rating?
Usually less reliable than an established player's. Better rating systems represent or behave as though they represent that uncertainty, allowing larger early adjustments and smaller changes after plenty of consistent evidence.