Play Pips Online Free
Play pips online free, in the browser, with no account and nothing to install. The board below is live — pick a difficulty and start. When you finish it there are 381 more by date and an unlimited mode that never runs out, all on the same terms.
By Sukie · Puzzle editor
Play a free pips board now
What “free” means here
Worth being specific, because the word gets used loosely in this category. Free here means: no account, no email, no card, no daily limit, no board reserved for a premium tier, and no timer counting down to a paywall. Every puzzle on the site — today's, the whole archive, unlimited mode — is open to anyone who loads the page.
The site is funded by advertising, which is the honest trade and the reason it can stay open. That is a different arrangement from “free to start”, where the interesting part is behind a subscription, and from “free with an account”, where the price is your email address and whatever gets sent to it afterwards.
One consequence worth knowing: because there is no account, your progress lives in the browser you are using. Solve a board on your phone and it will not appear on your laptop. That is the cost of not asking who you are, and on balance it seems the right way round for a puzzle.
Why there is no app, and why that is fine
People search for a pips app, and the honest answer is that this format does not need one. The whole game is a grid, seven pip values and some addition. There is no rendering budget, no physics, nothing that a browser handles worse than a native app would.
What an app would add is friction — an install, a store account, an update cycle — and a set of permissions a puzzle has no business holding. If you want the app experience, your browser already provides it: open the share or menu button and choose “Add to Home Screen”. The site opens full screen from an icon, with no install and nothing running in the background when you are not playing.
This is not a fringe position. Adding a site to the home screen is a documented browser capability rather than a workaround — MDN's reference on progressive web apps covers what a browser can and cannot offer compared with a native install, and for a turn-based puzzle the answer is essentially everything.
The one thing a browser genuinely cannot do is run with no connection at all. Your placements survive a reload and a brief drop, because progress is stored locally, but fetching a new board needs the network.
Free does not have to mean unchecked
The failure mode of a free generated-puzzle site is not ads — it is boards that cannot be finished. A generator that lays out regions and hopes a solution exists will occasionally produce one that has none, and you will not be able to tell whether you failed or it did. That is the single worst experience a puzzle site can deliver, and it is invisible until it happens to you.
The engine here works backwards to make that impossible. It places a valid arrangement of dominoes first, then draws region boundaries over the filled grid, then reads each badge off the values already sitting inside. The solution exists before the puzzle does. Every board is then re-checked from scratch against every rule before it is served.
1,143
Boards published
381
Dates in the archive
0
Verification failures
That last figure is the one that matters. The whole stored archive is re-verified on every deployment, not sampled — 1,143 boards, each re-solved from its own stored solution and checked against every region rule. A board that fails cannot ship. If you ever meet one here that genuinely cannot be finished, that is a bug in my generator rather than a hard puzzle, and I would like to hear about it.
Three ways to play, free
- Today's board. One puzzle a day in three difficulties, the same one everyone else is playing. It is on the front page.
- The archive. 381 dates back to August 2025, nothing ever removed. Useful when you missed a day or want to work through a run of one difficulty — browse it by date.
- Unlimited. Generated on demand with no counter to run down, for when one a day is not enough — the unlimited page explains what that costs a puzzle, honestly.
If you are new to the format entirely, the rules take about sixty seconds and cover every badge you will meet.
What it needs from your browser
Very little, deliberately. The board is plain HTML and SVG with a small amount of JavaScript to handle placement, which means it works on anything from the last several years without a fast connection or a modern phone. There is no WebGL, no canvas, no video, no font download blocking the first paint.
Two practical consequences. The first is that the page arrives already rendered — the board is in the HTML the server sends, not assembled afterwards — so on a slow connection you see the puzzle before the interaction code has finished loading. The second is that it degrades sensibly: with JavaScript blocked entirely you can still read the board, the rules and the hints, you simply cannot drag tiles.
Your progress on a board is kept in your browser's own storage and never sent anywhere. That is why it survives a reload and why it does not follow you between devices. If you are in a private window, the browser discards it when you close the window — which is a browser behaviour rather than a site one, and nothing here can or should override it.
If a board will not load
Rare, but worth knowing the order to check. A blank space where the board should be is almost always one of three things.
- A blocker eating the scripts. Aggressive content blockers occasionally take out first-party JavaScript along with trackers. Allowing the domain fixes it, and there is nothing here worth blocking — the site sets no advertising cookies before you consent to them.
- A stale cached page. A hard reload (Ctrl+Shift+R, or Cmd+Shift+R) clears it. This happens most often right after a daily rollover, when your browser is holding yesterday's copy.
- Genuinely our fault. If neither works, tell me — the contact page lists what to include, and a board that will not load is the report I most want to receive.
What is not on that list is a board that loads but cannot be solved. Every one of the 1,143 published boards is re-verified against its own solution on every deployment, so if a puzzle is beating you it is because it is hard, not because it is broken. That distinction matters when you are forty minutes into a hard board and starting to doubt yourself.
How a free puzzle site stays honest
The usual way a free game gets worse is not that it starts charging — it is that the incentives quietly rotate. Once a site is measured on time-on-page rather than puzzles solved, the boards get longer rather than better. Once it is measured on return visits, an artificial daily limit starts to look like a feature. Neither change announces itself, and both make the puzzle worse while the price stays zero.
The structural defence here is that there is nothing to optimise toward. No account means no retention metric to protect. No paywall means no reason to hold a board back. The archive is complete and free precisely because a partial one would create something to sell, and the moment there is something to sell the boards start being designed around it.
Where that leaves advertising: it is the funding model, it is disclosed, and it does not touch the puzzle. Ads do not gate a board, do not sit between you and a placement, and do not appear inside the playing area — that last one is both an honesty question and, as it happens, against Google's own publisher rules. If this site ever starts asking you to watch something before playing, it will have stopped being the thing this page describes.
And the boards are checked rather than trusted, which is the part that costs real work: 1,143 of them re-solved from their own stored solutions on every deployment. Free is easy to promise. Verified is the bit that takes effort.
Questions
- Can I play pips online free?
- Yes — the board on this page is playable right now, in the browser, with no account and no payment. So is every other board on this site.
- Do I need to download an app?
- No. There is no app and no download. Pips is a grid, a set of dominoes and some arithmetic, none of which needs anything installed. It runs in any browser on any device.
- Is there a pips app for iPhone or Android?
- Not from us, and you do not need one. Add this page to your home screen from your browser’s share menu and it opens like an app, full screen, without an install or the permissions an app would ask for.
- Is it free forever, or free until I am hooked?
- Free, with the site funded by advertising rather than by a paywall. There is no premium tier, no board held back for subscribers, and no daily limit to buy your way past.
- Can I play past days for free too?
- Yes. The whole archive is open — every date back to August 2025, all three difficulties, with nothing reserved. Most sites that offer a back catalogue put it behind a subscription, which is the specific gap this site exists to fill.
- Will my progress be there tomorrow?
- On the same device and browser, yes — placements are stored locally and survive a reload. Across devices, no, because there is no account to sync through. That is the trade for not asking who you are.
- Is it safe to play without an account?
- Safer, if anything. There is no password to leak, no email to be sold, and nothing tied to you personally. Analytics runs on aggregate numbers and, in regions where consent is required, does not run at all until you allow it.
- Does it work offline?
- Not fully. The board and your progress are held in your browser, so a brief connection drop mid-puzzle will not lose your work, but loading a new board needs a connection.
Keep reading
- The ≠ ruleWhy "not equal" constrains values, not dominoes.
- Hardest pips puzzlesWhat actually makes a board brutal, and how to attack one.
- Is there an NYT pips archive?Whether the official archive exists, and what to play meanwhile.
- NYT Pips answersHints before answers for every NYT Pips board since launch.
Or go back to today's pips puzzle.