Modern web browsers update automatically and quite frequently in an effort to provide users with the latest security and compatibility features. However, sometimes these changes lead to disastrous results: the interface becomes inconvenient, and new functions begin to conflict with the usual usage scenario. Owners of smartphones based on Android often face a situation where, after the next update, Google Chrome starts to work incorrectly or is simply annoying with new design elements.

Fortunately, the system Android allows you to return everything to its place by rolling back the application to the factory version. This process does not require obtaining root access and does not involve complex manipulations with system files. It is enough to have access to the device settings and, possibly, a third-party file manager if you decide to install a specific old build manually.

In this article we will analyze in detail all the available ways to solve the problem. We will discuss both standard methods through the settings menu, and advanced options using ADB and APK files. It's also important to understand the risks associated with using outdated software, especially when it comes to the security of personal data online.

Why there is a need to rollback the browser

Users rarely think about the version of their browser as long as everything works stably. However, developers constantly make changes to the code Chromiumon which it is built. Chrome. Sometimes these changes turn out to be crude or simply do not fit the specific configuration of your smartphone. For example, a new version may consume significantly more RAM, which is critical for budget devices.

⚠️ Attention: Rolling back the browser version may temporarily reduce the level of protection against new types of Internet threats, since old builds do not contain security patches released over the last period.

A frequent cause of dissatisfaction is changes in the user interface. Users get used to a certain arrangement of buttons, and when after an update address bar the familiar bookmarks bar moves down or disappears, this causes discomfort. In such cases, the desire to return the good old version is quite justified.

In addition, there are technical bugs. The new build may display some sites incorrectly, cause tabs to close spontaneously, or conflict with the system systems fonts of your phone. If you notice that after updating the browser began to behave strangely, a rollback is the fastest way to return to functionality without losing data.

The standard method of removing updates through the settings

The easiest and safest way to return the browser to its original state is built right into the operating system. This method does not require downloading any files from third-party sources, which minimizes the risk of contracting a virus. You just need to go to the application management menu of your smartphone.

First, open the device settings and find the section responsible for installed apps. Depending on the version Android and the manufacturer's shell, this item may be called differently. Typically the path looks like this:

Go to Settings → Applications → All applications. In the list that opens, find Chrome and tap on it. You will be taken to the application information screen, where you will see the current version and occupied space.

  • 📱 Click on the “More” button (three dots in the corner of the screen) or find the corresponding item in the menu.
  • 🔄 Select the “Delete” option updates."
  • ✅ Confirm the action in the pop-up window.
  • ⏳ Wait for the process to complete, which usually takes a few seconds.

After completing these steps, the browser will revert to the version that was preinstalled at the factory when you purchased the phone. This is a basic version and may be quite old, but it is guaranteed to be stable for your device model.

💡

Make sure your Google account is synced before uninstalling updates. This will save history, passwords and bookmarks even after resetting the application to its factory state.

It is important to note that after such a rollback, the system may again try to automatically update the browser via Google Play Market. To prevent this from happening immediately, you can temporarily disable auto-update for a specific application in the store settings or prohibit updating via the mobile network.

Manual installation of the old version via APK files

If the standard method rolls the browser back too far into the past (to a version from two years ago), and you need a specific one intermediate assembly, you will have to do it manually. This method allows you to install exactly the version Chromethat you like. To do this, you will need to download the installation file format APK.

There are many verified application archives where old versions of popular software are stored. When searching for a file, pay attention to the processor architecture of your smartphone (usually arm64-v8a) and Android version. A mismatch between these parameters will result in an installation error.

📊 What reason for rolling back Chrome is relevant to you?
The new design is inconvenient
The browser is slow
Functions are missing
Random update
Other

Before installing the downloaded file, you must allow the system to install applications from unknown sources. This option is located in the security section or appears automatically the first time you run the installer. Be extremely careful and download files only from reputable resources, such as APKMirror or APKPure.

The installation process looks like this:

  1. Download the desired APK file of the old version.
  2. Open the file through a file manager.
  3. Click the "Install" button.
  4. If the system requires, confirm permission to install from this source.

After successful installation, the browser icon will be updated and you can launch the desired version. However, there is a nuance here: if you have not uninstalled updates using the standard method before, the system may display an “Application not installed” error due to a version conflict.

Where to look for specific APK versions?

Use aggregator sites, filtering the search by the package name com.android.chrome. Pay attention to the release date and build number (for example, version 114.0.xxxx.xx) to select the desired option.

Disable automatic updates in Google Play

After a successful rollback, the main task is to save the result. If you do not take action, Google Play Store in the background it will again update the browser to the latest version, nullifying all your efforts. Managing auto-updates is a critical step in this process.

You can set up global rules for the entire app store or choose a specific setting for only Chrome. The second option is preferable because it allows other applications to receive important security updates while the browser remains on the old version.

To disable auto-update for a specific application:

  • 🛒 Open the application Google Play Store.
  • 👤 Click on your profile icon in the upper right corner.
  • ⚙️ Go to the “Manage applications and device” section.
  • 📋 Select the "Management" tab and find in the list Chrome.
  • 🚫 Uncheck the "Enable auto-update" item.

It is also possible to disable auto-updates only when using mobile data, leaving this function active for Wi-Fi. This is a compromise option, but it does not guarantee complete protection from unwanted updates if you often connect to wireless networks.

⚠️ Attention: The Google Play Store interface changes regularly. If you do not find these menu items, use the search inside the store settings or consult Google Help, as the location of the elements may differ on different devices.

Advanced methods: using ADB and freezing

For advanced users who want to gain complete control over the system, there is a tool ADB (Android Debug Bridge). This method allows you not only to remove updates, but also to “freeze” the application, prohibiting the system from touching it at all, or even remove the system browser completely (with the possibility of recovery).

To work with ADB, you will need a computer, a USB cable and USB debugging enabled on your smartphone. Once you connect your device to your PC, you can run a command to forcefully remove browser updates. This is useful if the button in the settings menu is inactive or hidden by the shell manufacturer.

adb shell pm clear com.android.chrome

This command will clear application data, which often helps clear errors, but does not roll back the version. To directly roll back via the command line, a more complex sequence of actions is used related to uninstall updates. However, the easiest way is to use ADB to install an older version APK file with a replacement flag, ignoring signature checks in some cases.

💡

Using ADB gives maximum control, but requires a computer and basic command line knowledge. Errors when entering commands can lead to system failures.

Another radical method is to use freezer applications, such as Titanium Backup (requires root) or SD Maid. They allow you to completely disable a system application, after which you can install a portable version of the browser that will not be updated through the store.

Compatibility and security issues when rolling back

When returning to an older version of the software, you should be aware of the consequences. Web technologies are developing rapidly, and sites created using modern standards may not display correctly in an outdated browser. This applies to both layout and execution JavaScript scripts.

The most serious problem is security. Developers close vulnerabilities in each new version. Using the old Chrome, you become a target for phishing attacks and exploits that have long been fixed in current builds. It is not recommended to enter banking applications or enter card data through a rolled back browser.

Parameter Current version Old version (Rollback)
Security High (latest patches) Low (known vulnerabilities)
Site compatibility Full support of standards Display errors are possible
Performance Optimized for new CPU Can work faster on older devices
Functions All new features Limited functionality

In addition, some web services may block access for outdated versions browsers, considering them unsafe. You may encounter the message “Your browser is not supported” when trying to access your email or social network.

☑️ Check after rollback

Done: 0 / 5

Frequently asked questions (FAQ)

Will I lose my bookmarks and passwords if I roll back the version?

No, your data will not be lost if you use Google account synchronization. After a rollback and re-login to your account, all bookmarks, history and saved passwords will be downloaded from the cloud. However, local data that is not synchronized with the server may be deleted when the application data is cleared.

Is it possible to install two versions of Chrome at the same time?

It is impossible to install two copies of the same application with the same package name using standard Android tools. However, you can use parallel space (Dual Apps) on some smartphones or install a modified version of the browser with a modified signature, but this requires deep technical knowledge.

What to do if the "Uninstall updates" button is grayed out?

This may mean that the browser is a critical system component of your firmware, or you do not have administrator rights to do this action. In this case, only using ADB commands or installing the old version over the current one via an APK file with a replacement flag will help.

Will YouTube work in the old version of Chrome?

Most likely, yes, but with reservations. YouTube often changes codecs and playback scripts. If your browser version is too old, the video may not load or may play without sound. In such cases, it is better to use the official YouTube application.

How to return the latest version if I didn’t like the old one?

Just go to the Google Play Store, find Chrome and click the “Update” button. If auto-update has been disabled, the system will prompt you to update the application manually. All your data will be saved.