How Is the Score Calculated in 2048?

Every time two tiles merge, your score increases by the value of the newly created tile. Merging two 32-tiles creates a 64-tile and adds 64 to your score. Merging two 512-tiles creates a 1024-tile and adds 1024.

Score by merge level

  • Merge to 4: +4 points
  • Merge to 8: +8 points
  • Merge to 16: +16 points
  • Merge to 32: +32 points
  • Merge to 64: +64 points
  • Merge to 128: +128 points
  • Merge to 256: +256 points
  • Merge to 512: +512 points
  • Merge to 1024: +1,024 points
  • Merge to 2048: +2,048 points
  • Merge to 4096: +4,096 points
  • Merge to 8192: +8,192 points

Why later merges dominate your total score

Building a 2048 tile from nothing but spawned 2s costs 18,432 points of merges below 2048, plus the 2,048 for the final merge itself — 20,480 in total. A single merge to 4096 then adds 4,096 points on its own: more than 22% of everything you earned getting to 2048. The merges from 4096 to 8192 alone can exceed the total score of the first half of the game.

Where those numbers come from

A 2048 tile is assembled from 1,024 spawned 2-tiles, and every level of that pyramid contributes exactly the same score: 512 merges to 4 (2,048 points), 256 merges to 8 (2,048 points), 128 merges to 16 (2,048 points), and so on. There are nine such levels below 2048, giving 9 × 2,048 = 18,432, and the single merge to 2048 adds the tenth 2,048. In general a tile of value 2n needs at least (n−1) × 2n points of merges. Real games run a little cheaper because roughly one spawn in ten arrives as a 4 and skips the bottom merge step, and a little richer because side merges off the main chain also score. To run the same sum against one of your own finished boards, follow the worked method in how to calculate your 2048 score.

This is why competitive players always continue past the 2048 tile — stopping early leaves the vast majority of potential score unclaimed. The rest of the numbers side of the game — score benchmarks by level, world records, and how the leaderboards read a result — sits in the 2048 scoring and records hub.

Back to all FAQs