Articles · Guides

When you should deliberately stay on an old version

The standard advice is to always update, and it is right most of the time, because updates carry security fixes. There are specific, recognisable situations where an older build is the better choice, and the useful skill is telling those apart from mere reluctance to change.

The legitimate reasons

ReasonHow long it lastsRisk
The update dropped support for your phonePermanentlyGrowing over time
A specific bug in the new buildUntil the next releaseLow
A feature you rely on was removedPossibly permanentlyModerate
The app became much heavierUntil they optimise it, if everModerate
You dislike the new designNot a reasonNot worth it

광고

Where freezing is low risk

Reasonable to freeze
  • Offline utilities and calculators
  • Media players with no network features
  • Games with local progress
  • File managers on a device you control
Update regardless
  • Browsers, always
  • Messaging apps
  • Anything handling money or identity
  • Anything that opens files from other people
  • Password managers and authenticators

The dividing line is whether the app processes anything that came from outside your device. An app that only reads files you put there has a small attack surface. A browser has the largest one there is.

Doing it properly

  1. Go back one version, not five The problem is almost always in the most recent change, and older builds stop working with servers.
  2. Turn off auto-update for that app specifically Not globally. You want everything else to keep updating.
  3. Set a reminder to check in a month A frozen app is a temporary state. Without a reminder it becomes permanent by accident.
  4. Keep the APK So a factory reset or a new phone does not force you onto the version you were avoiding.

The old-phone case

The strongest reason to keep an old build is a phone that the current version no longer supports. Here the choice is not between old and new, it is between an old build and no app at all.

That is a perfectly good reason, and it comes with a corollary: a phone in that situation should not be the one holding your bank account and your email. Keep the old phone for the things that do not need to be current, and put the sensitive accounts somewhere that still receives fixes.

One version back, that app only, with a reminder to revisit. Never freeze a browser or a messenger.

Frequently asked questions

Is it safe to use an old app version?

It depends on what the app touches. An offline tool, yes. A browser, no.

How do I stop an app updating?

Turn off auto-update for that app on its Play Store listing. Global settings are a blunter instrument.

Will an old version stop working eventually?

If it talks to a server, almost certainly. Offline apps keep working indefinitely.

Read next

APK download against the Play Store

This is not a rivalry. Each does something the other cannot.

Paying for a VPN: what changes

You are not buying encryption. You are buying an operator whose income does not depend on you.

Archive tools on Android compared

For a plain ZIP either works. For a split, password-protected archive, only one does.