Are Chrome Dino Game Scores Saved? Honest Answer

Glowing neon sign with pixelated Game Over text in a dark arcade setting.

If you’ve ever played a great run of the Chrome Dino game and lost it to a tab close, you’ve probably asked the question this article answers. The short version: yes, the high score is saved in browser localStorage on most implementations of the game, including the version on this site. The current run is not saved (you can’t resume after a death), and the high score itself can disappear if you clear browser data. Here’s the longer, accurate version.

Key takeaways

  • The Chrome Dino game saves your high score using browser localStorage on most implementations.
  • Clearing browser data, switching browsers, or using incognito mode wipes your saved high score.
  • There is no cloud sync or account system in the original or in the on-site version on this page.
  • The current run is not saved — you can’t pause and resume a Dino run.
  • Different sites running the Dino game store their high scores separately; the score does not transfer.

What gets saved (and what doesn’t)

The standard wayou-based implementation of the Chrome Dino game stores the player’s all-time high score in the browser’s localStorage. This is a key-value storage system built into every modern browser. The high score persists across page reloads and browser restarts as long as the storage isn’t cleared.

What is not saved:

  • The current run. If you close the tab mid-run, that run is gone. There’s no resume function.
  • Multiple scores. Only the all-time high is stored. You don’t get a session history or a leaderboard of past runs.
  • Cross-device sync. The high score lives in the browser on the device you played on. There’s no account system to sync it elsewhere.
  • Cross-browser sync. A high score in Chrome doesn’t carry to Firefox. Different browsers, different localStorage instances.

The original Google Chrome version

The Dino game built into Google Chrome (accessible at chrome://dino or when offline) also stores its high score locally in browser data. The behavior is essentially identical to the on-site implementation: the high score persists across browser restarts but disappears if you reset Chrome’s data, switch profiles, or use a different browser.

If you sign into a Chrome profile and use the same profile on a different device, your Dino high score does not sync between them. The game is built into the browser but the score data isn’t synced through Chrome’s account services.

How localStorage works (briefly)

Browser localStorage is a key-value store that browsers expose to JavaScript running on a webpage. The data lives on your device, in the browser’s profile data folder, scoped to the website that wrote it. Each website gets its own localStorage; data from one site can’t be read by another.

The data has no built-in expiration. It stays until you clear it (via browser settings) or until the website’s code overwrites it. For something simple like a high score number, this works well — it’s small, durable, and private to your device.

Why isn’t there a cloud leaderboard?

The original Chrome Dino game was built by Google designer Sebastien Gabriel in 2014 as a small project — an Easter egg, not a competitive product. The decision not to include cloud features (leaderboards, accounts, social sharing) kept the game’s scope tight and its codebase clean. The game is open-source under a BSD-3 license, and any developer can add cloud features in their own fork, but the base game is deliberately offline-only.

The on-site version of the Dino game you can play here follows the same design philosophy. Score storage is local. There’s no signup, no account, no cloud sync. The game is meant to be a quick mental break, not a competitive ladder.

What happens when you clear browser data?

Clearing your browser’s cookies and site data — which is sometimes done for privacy reasons, sometimes done automatically by privacy extensions — wipes localStorage along with the cookies. Your Dino high score is gone.

The same is true if you:

  • Use a private/incognito browsing window (localStorage in incognito is wiped when the window closes).
  • Switch to a different browser profile.
  • Switch to a different browser entirely (Chrome to Firefox, etc.).
  • Switch devices (laptop to phone).
  • Use a fresh installation of the browser.

This is the unavoidable tradeoff of local-only storage. Privacy benefit: nobody else can see your high score, ever. Privacy cost: there’s no recovery if your local storage is wiped.

Can the score be cheated?

Since the score is stored locally and there’s no validation against a server, the high score can be modified by anyone with browser developer tools experience. Open DevTools, find localStorage, edit the high score value, save. Done.

This is true of essentially any browser game that stores scores locally without server validation. It’s the tradeoff of having no account system — no validation, no fraud detection. The game’s purpose is single-player enjoyment, so the lack of anti-cheat infrastructure isn’t really a problem. There’s no one to cheat against except yourself.

Multiple sites, multiple scores

If you’ve played the Chrome Dino game on several different sites, each site stores its own separate high score. The Google Chrome built-in version, this site’s version, and any number of fan-made clones all have independent localStorage namespaces. Your record on one doesn’t show up on another.

This is also why your in-browser Chrome Dino score isn’t visible to Google — the game runs entirely client-side, and no telemetry is sent back about your personal high scores.

How to back up your high score

If you want to preserve a particularly impressive high score, you can:

  • Take a screenshot when you achieve the score.
  • Open DevTools and copy the localStorage value as text.
  • Avoid clearing browser data without preserving these.

For most casual players, a screenshot is sufficient. For genuine “preserve forever” needs, the localStorage copy is the source of truth.

The on-site implementation specifically

This site’s version of the Chrome Dino game uses the standard wayou-based implementation. The high score is stored in localStorage and is private to your device. The game does not transmit any personal data, does not require an account, does not show ads, and does not track your play across sessions beyond storing your local high score.

If you want to try the game, head to the Chrome Dino game on this page. Your first high score will be saved automatically.

Frequently asked questions

Does the Chrome Dino game save your score?

Yes. The high score is saved to your browser’s localStorage. It persists across page reloads and browser restarts as long as you don’t clear browser data or switch browsers.

Why did my Chrome Dino high score disappear?

Likely causes: you cleared your browser data (cookies, site storage), used incognito mode, switched browsers, switched browser profiles, or reset your browser. The score is stored locally only, so any of these actions wipes it.

Can I sync my Dino high score across devices?

No. The score is stored in browser localStorage, which is device-specific and not synced through your Google or browser account.

Is there a Chrome Dino leaderboard?

No. The original Chrome Dino game has no online leaderboard. The on-site version here doesn’t either. Your high score is private to your browser.

Can I cheat my Chrome Dino score?

Yes, technically. Browser developer tools let you edit localStorage directly, including the stored high score value. Since there’s no server validation, the score is whatever you tell the browser it is. Worth noting: this only affects your own private save; no one else sees it.

The takeaway

Chrome Dino scores are saved locally to your browser’s localStorage. They persist across reloads but vanish if you clear browser data, switch browsers, or use incognito mode. There’s no cloud sync, no leaderboard, and no account system. This is by design — the game was always meant as a small, private offline distraction. Try a fresh run at the Chrome Dino game on this site and your score will start saving from your first attempt. For more background on how the game was built and why it became one of Chrome’s most quietly successful features, see our Chrome Dino history piece.

🔌 Connect any AI assistant to dinogame.gg — we run an MCP server: https://dinogame.gg/mcp