Part of the Sports & Games suite · 39 calculators

Elo Rating Calculator

How an Elo rating changes after a game — with the expected score the ratings predicted, and the new ratings for both players.

Elo, invented by Arpad Elo for chess and now used from football to video games, works on one idea: the rating gap predicts the result.

40 new players, 20 typical, 10 masters
Results update as you type
Results
Rating change
14.1
Your new rating
Expected score
Opponent's new rating
Rating gap
What that means
Reviewed September 2026. Sporting arithmetic: fixed by the rules of the game, not by where it is played. In Australia "batting average" means runs per dismissal — the cricket definition.
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About elo rating

How the elo rating calculator works

Elo, invented by Arpad Elo for chess and now used from football to video games, works on one idea: the rating gap predicts the result. A 400-point gap means the stronger player is expected to score ten times as often as the weaker. The expected score is 1 ÷ (1 + 10^((opponent − player) ÷ 400)), and the rating moves by K × (actual − expected).

K controls how fast ratings move. Chess uses 40 for newcomers, 20 for most players and 10 for masters, so an established rating is stable while a new one finds its level quickly. The elegance is that beating a much stronger opponent gains a great deal and beating a much weaker one gains almost nothing — the rating already predicted it.

Formula: expected = 1 ÷ (1 + 10^((Rb − Ra) ÷ 400)); new = Ra + K × (score − expected)

Worked examples

InputsRating changeNote
Beating a 1750 as a 160014.1expected 29.5%, so a win gains 14.1
Losing to a much weaker player-18.2costs 18.2 — the rating expected a win
A draw between equals0no change

Frequently asked questions

How does Elo work?

The rating gap predicts the result. You gain K × (what you scored − what was expected), so beating a stronger player gains more than beating a weaker one.

What does a 400-point gap mean?

The stronger player is expected to score about 91% — roughly ten times as often as the weaker one.

What is the K-factor?

How fast ratings move. Chess uses 40 for newcomers, 20 for most players and 10 for masters, so established ratings are stable.

Is Elo zero-sum?

Yes in the classic form — the points one player gains, the other loses. Some implementations add adjustments that break this.

Where else is Elo used?

Football rankings, tennis, board games and video-game matchmaking. The underlying formula is unchanged from Elo's chess work.

Where these figures come from

Last checked: September 2026. Formulas follow the governing bodies where one publishes them — the World Handicap System for golf, the ICC playing conditions for cricket run rates.