Application updates in Google Play Market usually happen automatically, but sometimes they cause more problems than they are worth. A new version of the app may be slower, contain errors, or radically change the familiar interface. Fortunately, Android provides several ways to uninstall an installed update - from a simple rollback to completely deleting the application data. In this article, we will look at all the current methods, including hidden functions ADB and manual transfer of old versions .apk.
It is important to understand that the procedure for canceling an update depends on the version Android (starting from Android 10 algorithms have changed), device model (Samsung, Xiaomi, Pixel have their own nuances) and even on the policy of a specific application. For example, some apps (like YouTube or Gmail) block rollback through standard settings. We'll look at workarounds for such cases, and also explain why the app may update automatically again after canceling the updateโand how to avoid it.
If you encounter a problem immediately after updating (for example, the app began to crash or consume more battery), try this first clear cache and data - this solves 30% of problems without rollback. Instructions for all methods are given below, taking into account the latest changes in Google Play 2026.
1. Rolling back an update through Android settings (the easiest way)
This method works on most devices with Android 6.0 and newer, but has limitations: not all applications support rollback through the menu, and some (for example, system ones) may be protected from changes. However, itโs worth a try first.
Action algorithm:
- ๐ฑ Open
Settings โ Applications(on some devices the path may beSettings โ All applications). - ๐ Find the desired application in the list (for example, Google Chrome or Instagram) and tap on it.
- โ๏ธ In the upper right corner, click on the three dots (โฎ) and select
Uninstall updates(orCancel updateon new versions Android). - โ Confirm the action in the window that appears.
After this, the application will return to the factory version that was installed when you first turn on the phone. Please note that:
- ๐ If the application is a system one (for example, Google Play Services), rollback may be blocked.
- ๐ Some manufacturers (for example, Xiaomi or Huawei) hide this option for individual applications.
- ๐ฅ Next time you connect to the Internet Play Market may offer to update again - to avoid this, disable auto-update (more on this below).
โ๏ธ Preparing to roll back the update
โ ๏ธ Attention: On devices with Android 12+ and shell One UI (for example, Samsung Galaxy S22), the "Uninstall updates" item may not be available for applications installed in the section/system/priv-app. In this case, use the method withADB(section 4).
2. Removing and installing the old version of APK manually
If the standard rollback is not available or does not work, you can completely uninstall the application and install the previous version manually. This method is suitable for any application, including YouTube, WhatsApp or Facebook, but requires caution: if done incorrectly, you can lose your account data.
Step-by-step guide:
- Download the old version of the APK. Use trusted sources, such as:
- ๐ APKMirror (recommended - the original files are published there without modifications).
- ๐ฆ APKPure (check the hash of the files to match the official ones).
โ ๏ธ Attention: Never download APK from unknown sites - this may lead to the installation of malware. Always check
SHA-1the hash of the file with the official data. - Uninstall the current version.
- Go to
Settings โ Applications โ [Name app]. - Click
Delete(not "Disable"!). - If the button is inactive (for example, for Google Play Services), use
ADB(section 4).
- Go to
- Install the old version.
- Open the downloaded
.apkfile through any file manager (for example, Files by Google). - Allow installation from unknown sources in the security settings.
- Run the installation and wait for completion.
- Open the downloaded
- Open Play Market, find the application.
- Tap on the three dots (โฎ) next to the button
Update. - Uncheck
Auto-update.
If, after installing the old version, the application requests an update every time you open it, try:
- ๐ก๏ธ Disable the Internet for the application in settings
Mobile data โ [Application]. - ๐ง Use Blockada or NetGuard to block access to servers updates.
What to do if the old version is not installed?
If the "Application not installed" error appears when installing the APK, check:
- Compatibility of the APK version with your version of Android (for example, APK for Android 9 will not install on Android 13).
- The presence of a newer version of the same application on the system (uninstall all versions before installation).
- Is there enough space on the device (you need at least 200-300 MB of free space).
- Is the antivirus blocking the installation (disable it temporarily).
3. Disabling auto-updates in Play. Market
To prevent repeated updates after a rollback, you need to configure Google Play Market. By default, the service updates applications automatically, but this can be changed both for individual apps and globally.
Disable auto-updates for all applications:
- Open Play Market and tap on the profile avatar in the upper right corner.
- Select
Settings โ Network โ Auto-update applications. - Set value
Do not update automatically.
Disable for a specific application:
- Find the application in Play Market (via search).
- Tap on the three dots (โฎ) next to the button
Update(orInstalled). - Uncheck
Enable auto-update.
| Settings | Action | Consequences |
|---|---|---|
Do not update automatically |
Disable automatic updates completely | Applications will not be updated without your confirmation |
Only via Wi-Fi |
Updates only when connection to Wi-Fi | Saves mobile traffic, but does not block updates |
At any time |
Updates via Wi-Fi and mobile network | Maximum risk of unwanted updates |
| Disable for an individual application | Blocking updates only for the selected app | Other applications are updated according to general rules |
On devices with Android 13+ and Google Play versions 35.0+ there may be no option to disable auto-updates for individual applications. In this case:
- ๐ Use global disabling (first method).
- ๐ก๏ธ Install AppOps (root access required) to block the background Play Market.
If you often encounter problems after updates, create a separate Google account without a linked bank card. In it, disable auto-updates and use it only for downloading applications.
4. Canceling an update via ADB (for advanced users)
If standard methods do not work (for example, the "Uninstall updates" button is inactive), you can use Android Debug Bridge (ADB). This method requires connecting your phone to a computer and basic knowledge of the command line, but allows you to roll back even system applications.
What you will need:
- ๐ฅ๏ธ A computer with Windows, macOS or Linux.
- ๐ฑ USB cable (preferably original).
- ๐ ๏ธ Installed drivers ADB i Fastboot (you can download from the website Android Developers).
- ๐ง Enabled USB debugging on the phone (
Settings โ About phone โ Build numberโ tap 7 times, then return toSettings โ System โ For developers โ USB debugging).
Step-by-step commands:
- Connect phone to the computer and confirm permission to debug on the device screen.
- Open the command line (
cmdon Windows orTerminalon macOS/Linux) and enter:adb devicesMake sure your device is shown in the list.
- To roll back an update for a specific application (for example, Google Play Services), do:
adb shell pm install -r -d --user 0 com.google.android.gmsReplace
com.google.android.gmswith the package name of your application (you can find it through App Inspector or website APKMirror). - If you need to completely remove updates (including data), use:
adb shell pm uninstall -k --user 0 com.google.android.gmsFlag
-kpreserves cache and application data.
Critical: Some system applications (for example, Google Play Services or Android System WebView) cannot be completely deleted - this will lead to the device being inoperable. Use only rollback updates (pm install -r -d).
โ ๏ธ Attention: On devices with MIUI (for example, Xiaomi Redmi Note 12) and EMUI (Huawei) commands ADB may be limited by the manufacturer. In this case, unlocking the bootloader is required (bootloader), which will void the warranty.
5. Using alternative application stores
If Google Play Market persistently updates applications contrary to your settings, you can install them from alternative sources. This not only prevents automatic updates, but also gives access to modified versions (for example, YouTube Vanced or Spotify Premium without unnecessary water).
Popular alternatives:
- ๐ Aurora Store - an open client for Google Play with the ability to disable updates and anonymous download.
- ๐ฆ F-Droid - open source software store (only free applications, but without unnecessary water and trackers).
- ๐ APKUpdater - a tool for searching and installing updates manually (without auto-updates).
How to install an application from Aurora Store:
- Download Aurora Store from the official website or through F-Droid.
- When you first start, select anonymous login (without linking a Google account).
- Find the desired application and click
Install. - In settings Aurora Store disable
Auto-updateiChecking for updates.
Advantages of alternative stores:
- ๐ No forced updates.
- ๐ก๏ธ You can install old versions of applications.
- ๐ฅ No dependence on Google Play Services (relevant for devices without GMS, for example, Huawei after sanctions).
โ ๏ธ Attention: When using modified APKs (for example, from sites like RevDL or Mobilism), the risk of running into viruses or spyware increases 5-10 times. Always check the files through VirusTotal before installation.
6. Reset to factory settings (extreme case)
If none of the methods worked, and the updated application is critical for the operation of the device (for example, Google Play Services or System UI), you may need Full reset. This will return the phone to its out-of-the-box state, including all pre-installed versions of applications.
How to reset:
- Back up important data (photos, contacts, messages) via Google Drive or locally to computer.
- Go to
Settings โ System โ Reset settings. - Select
Delete all data (factory reset). - Confirm the action (may be required entering a pattern key or PIN code).
After the reset:
- ๐ฑ The device will reboot and begin setting up as when turned on for the first time.
- ๐ All applications will return to factory versions.
- โ ๏ธ Do not connect your Google account right away - first disable auto-updates in Play Market (section 3).
When to reset:
- ๐ง System applications (for example, Android System WebView) updated and cause errors.
- ๐ต The device stops turning on or constantly reboots after updating.
- ๐ No access to
ADBor other rollback methods.
Factory reset is a nuclear option. Use it only if other methods do not help, as you will lose all unsaved data, including messages in instant messengers and application settings.
FAQ: Frequently asked questions about canceling updates
Is it possible to roll back an update for system applications (for example, Google Play Services)?
Yes, but with caveats:
- On most devices, system applications can be rolled back through
ADB(section 4) or the standard "Uninstall updates" menu. - On some firmware (for example, MIUI or ColorOS) these applications are protected - you will need to unlock the bootloader.
- Complete removal of system applications (not a rollback!) can lead to the phone not working.
Why is the application updated again after a rollback?
This happens due to:
- Auto-update is enabled in Play Market (disable it in the settings).
- Background Google account synchronization (check
Settings โ Accounts โ Google โ Application synchronization). - System services that force updates to critical applications (for example, Google Play Services).
Solution: turn off the Internet for Play Market through network settings or use NetGuard.
How to find the application batch name for ADB commands?
Methods:
- Through Play Market: open the application page - the package name is contained in the URL (for example,
com.whatsappfor WhatsApp). - Through App Inspector (an application for analyzing installed software).
- Through
ADB:adb shell pm list packages | grep "application_name"
Will the rolled back application work with new versions of Android?
It depends on:
- ๐ฑ Android versions: Old APKs may not support new APIs. For example, an application from 2018 may not run on Android versions: Some apps require current or other system components. Dependencies: Blocks the installation of APK, the target SDK of which is below Android 14.
- ๐ Dependencies: Some apps require up-to-date Google Play Services or other system components.
- ๐ Security: Android 12+ blocks the installation of APKs whose target SDK is lower Android 10.
Check compatibility at APKMirror in the "Version history" section - supported Android versions are indicated there.
Is it possible to roll back an Android firmware update (not an application)?
This is another procedure not related to Play Market. To roll back the firmware:
- You need root access or an unlocked bootloader.
- You will need official firmware from the manufacturer (you can download it on the websites Samsung, Xiaomi etc.).
- Tools like Odin (for Samsung), Fastboot or SP Flash Tool.
โ ๏ธ Rolling back the firmware can lead to briku devices (full inoperability). Without experience, it is better to contact the service center.