Tile Score Calculator
Score a word in a letter-tile game from each letter’s value, with blank tiles and a double or triple word multiplier. Calculates in your browser.
Word score
-
Show the math
Each letter has a fixed point value; blank tiles you play are worth zero (the calculator zeroes out your highest-value tiles first). The sum is then scaled by any word multiplier.
score = (Σ letter values) × word multiplier
Letter-square bonuses (double/triple letter) aren't applied automatically, add them to the base before the word multiplier in your head, or treat blanks accordingly.
All math runs locally in your browser.
What this does
A tile score calculator scores a word in a letter-tile game from each letter’s value, with blank tiles and a double or triple word multiplier.
How to use it
- Type the word.
- Mark any blank tiles.
- Choose a word multiplier.
- Read the score.
How it works
Blanks score zero, so the calculator zeroes your highest-value letters first. It applies a whole-word multiplier, not per-letter squares.
score = Σ letter values × word multiplier
Understanding your result
The whole-word multiplier applies once to the summed letter values, and blank tiles score zero, so the calculator zeroes your highest-value letters first to show the worst case for blanks. Use it to compare plays: a shorter word on a premium square often beats a longer word on plain tiles, which is the heart of letter-tile strategy.
Example
A 10-point word on a double-word square scores 20.
Sources & methodology
Last updated .
Frequently asked questions
How are blank tiles handled?
Blanks score zero, the calculator zeroes out your highest-value letters first to reflect playing them as blanks.
Does it apply letter-square bonuses?
It applies a whole-word multiplier; per-letter bonus squares are not applied automatically.
Is my data kept?
No. Everything is computed locally in your browser.
Related tools
Card Draw Probability Calculator
Find the exact odds of drawing the cards you need from a deck (at least one copy, exactly so many, or none) using the hypergeometric distribution. Calculates in your browser.
Poker Odds Calculator
Turn your number of outs into the chance of completing a hand by the turn and river, with the odds against and the popular rule-of-2-and-4 shortcut. Calculates in your browser.
Dice Game Probability Calculator
For a pool of dice, find the chance at least one shows your target number, the expected count, and the odds every die matches. Calculates in your browser.
Expected Value Calculator
Enter a set of outcomes with their values and probabilities to get the expected value, variance and standard deviation. Weights are normalised for you. Calculates in your browser.