Key takeaways
- "Offline" is four separate claims — plays without a connection, ships with all its content, needs no account, and does not sync — and a game can satisfy some and fail others.
- Ads are the most common reason an otherwise self-contained game behaves strangely without signal, because an ad request needs the network even when the gameplay does not.
- The Google Play listing tells you about ads, in-app purchases and data collection, but there is no standard field that says "works offline", so the label you want does not exist.
- The reliable test is a cold start in airplane mode after a first online launch, because a warm start can hide content the game downloaded earlier.
- A well-behaved offline game fails fast when the network is missing rather than sitting on a spinner waiting for a timeout.
The moment that makes people care about this is always the same. Underground, on a plane, in a hospital waiting room, somewhere in the countryside with one bar — you open the game you installed specifically for this, and it shows you a spinner.
The frustrating part is that the game itself does not need the network. Almost none of them do. What needs the network is the scaffolding around the game, and whether that scaffolding is polite about being unable to reach the internet is entirely down to how the developer wired it up.
"Offline" is four claims, not one
People use the word to mean four different things, and a game can honestly satisfy some of them while failing others.
- It plays without a connection. The core loop runs on your device with no round trip to a server.
- It ships with all its content. Nothing is downloaded on demand — no level packs, no asset bundles fetched the first time you reach a new area.
- It needs no account. You are not blocked at a sign-in wall before you can start.
- It does not sync. Your progress lives on the device rather than in a profile that has to reconcile.
These are independent. A game can play perfectly offline and still refuse to start until it has verified a sign-in. Another can need no account at all and still stall the first time you reach a stage whose assets it never downloaded. When a store listing or a review says "works offline," find out which of the four is being claimed.
Notice too that the fourth one cuts both ways. A game that keeps everything on your device is the most reliably offline kind there is — and it also means an uninstall, or a new phone, takes your progress with it. That is a real trade, not a flaw.
What actually reaches for the network in an arcade game
Six things, in rough order of how often they cause the problem.
Ads. An ad request is a network call. A well-built game treats a failed request as "no ad available" and continues immediately. A badly built one blocks on the request until it times out, which can be several seconds of nothing at exactly the moment you wanted to play. This single difference accounts for most of the "it says offline but it hangs" complaints about ad-supported games.
Rewarded video specifically. Any feature that trades watching an advert for an unlock genuinely cannot work without a connection, because there is nothing to show. This one is not a bug. It is a feature that is simply unavailable, and the honest design is to grey it out rather than let you tap it and fail.
Leaderboards and achievements. Games that use Google Play Games Services for scoreboards, achievements or saved games are talking to Google's servers, and that layer generally expects a signed-in player. Achievements can often be earned offline and pushed later, but the sign-in flow at launch is a common blocking point.
Cloud save. Same category, different consequence. If the game's authoritative save lives remotely, it has to decide what to do when it cannot read it, and the safe engineering answer — refuse to start rather than risk overwriting your progress with a stale local copy — is the one that ruins your flight.
Remote configuration and live events. Modern free-to-play games change events, offers and balance without shipping an update, which means fetching a config file at launch. If that fetch is on the critical path, no config means no game.
Purchase verification and crash reporting. Both need the network and neither should block start-up. Occasionally one does.
None of these six is the arcade game. All six are attached to it.
The Play listing tells you less than you would like
There is no standard "works offline" field on Google Play. That is the root of the problem — the label most people want does not exist, so you are reading proxies.
What you can read:
- Contains ads and In-app purchases badges. These tell you two of the six network dependencies above are present. Ads in particular are worth noting: their presence does not mean the game fails offline, but it does mean there is a network call in the launch path somewhere.
- The Data safety section. Developers must declare what data the app collects and shares and how it is handled. A game that declares no collection at all is very unlikely to be phoning home during start-up. A game declaring account information and identifiers is doing something remote.
- The developer's own description. Plain text like "play offline" or "no internet required" is a statement the developer chose to make on a store listing, which makes it a more meaningful claim than silence.
- Permissions. The
INTERNETpermission is the one people fixate on, and it is close to meaningless as a positive signal — almost every app declares it, because almost every app shows an advert or reports a crash. It is useful only in reverse. An app that does not declare it cannot be reaching the network at all.
What you cannot read is the thing that matters: whether the developer put a network call on the critical path to the main menu. Nothing on the listing answers that.
The airplane-mode test
Which is why the only reliable method is empirical. It takes about as long as making a cup of tea and it settles the question permanently.
- Install and launch once with a connection. This is important. Many games download assets, fetch a config or complete first-run setup on the very first launch. Testing before that step tells you about installation, not about play.
- Play for a few minutes. Get past the tutorial, start an actual run, let it finish. You want the game to have done whatever it does on a normal session.
- Force-stop it. In Android settings, under Apps, find the game and force-stop it. Do not just background it — a warm start can reuse cached data and a resident process, which is exactly the state you are trying to avoid.
- Turn on airplane mode. Wi-Fi off as well. You want a genuine no-network condition, not a slow one.
- Cold-launch the game and time the difference. This is the whole test. Does it reach the main menu at roughly the same speed as before, or does it sit on a splash screen? A blocking network call announces itself as a pause of several seconds followed by either a resigned continue or an error.
- Start a run and finish it. Then check whether anything you earned is still there after another force-stop.
Grade it on three things: does it start, does it play, and does it keep what you earned. A game that clears all three is offline in every way that matters to you on a train.
What "failing gracefully" looks like
There is a meaningful quality difference between two games that both technically work offline.
The good one notices there is no network almost instantly, shows the menu, greys out anything that genuinely needs a connection, and never mentions it again. The mediocre one waits out a timeout on every screen transition, pops a dialogue asking you to check your connection, and offers you a rewarded-ad button that fails when you tap it.
Same offline capability. Completely different experience. This is worth checking because you will feel it every session, not just on the plane.
Some arcade formats are naturally offline-friendly
Genre is a decent predictor before you install anything.
Naturally self-contained: run-based single-player games — score attack, wave survival, roguelike runs, endless modes. Everything the game needs to evaluate you happens locally, the run has a defined end, and there is no second player whose state has to be reconciled. This is one of the quiet advantages of the arcade format: it was designed for a cabinet with no network at all.
Naturally network-bound: anything with matchmaking, real-time or asynchronous multiplayer, timed live events, seasonal passes, a shared economy, or a marketplace. None of those can be authoritative on your device without inviting people to edit it.
In between: games with meta-progression that the developer wants backed up. The gameplay is local; the account is not.
If you are specifically shopping for something to play without signal, the arcade shelf is the right shelf. Its whole structure predates the assumption of connectivity.
Our own two, stated plainly
We make two games in this category, and the honest description of them is narrower than the marketing sentence you were probably expecting.
Space Shooter - Galaxy Arcade is a wave-based shooter with four abilities, readable projectile patterns, an upgrade path fed by the rewards you earn during a run, and an Endless Mode with no finish line. It is free to download on Google Play, supported by ads, offers optional in-app purchases and carries an Everyone content rating. Our guide to reading enemy fire covers how to actually play it.
Zombie Survival: Last Survivor is a horde survival game where your weapons fire automatically and movement is the entire input, with mid-run level-ups that hand you an upgrade choice on the spot. It is free to download, supported by ads, offers optional in-app purchases, and carries an Everyone content rating. The build guide covers how the upgrade decisions work.
Neither listing describes multiplayer, matchmaking or online leaderboards, and both are structured as single-player runs whose progression comes out of the run itself. What we are deliberately not doing is telling you they are certified offline games, because that is not a claim our store listings make, and a claim about your specific device and Android version is not one we can make from here. Install one, run the airplane-mode test above, and hold us to the result. Both sit with the rest of our Action & Arcade Games.
The same reasoning applies to media rather than games, incidentally: a local video player is the other obvious thing to load up before a long journey, and why a video file plays on one device and not another is worth knowing before you find out mid-flight.
The short version
There is no offline badge on Google Play, so stop looking for one. Read the ads and in-app purchase labels and the Data safety section to work out what the game is likely to be talking to, then settle it with a cold start in airplane mode after a normal first session.
The gameplay is almost never the problem. Ads, sign-in, cloud save and remote config are, and whether they are handled well is a craftsmanship question you can answer in one test.
Good to know
Frequently asked questions
How can I tell if an Android game works offline before installing it?
Why do free games need an internet connection?
Do ad-supported games still work in airplane mode?
Does the INTERNET permission mean a game will not work offline?
What do your own arcade games require?
Sources
- Manifest.permission (opens in a new tab)Android Developers, Google — accessed
- Google Play Games Services overview (opens in a new tab)Android Developers, Google — accessed
- Provide information for Google Play's Data safety section (opens in a new tab)Google Play Console Help — accessed