Owners of Xiaomi Redmi 9 often face the need to free up memory or optimize the work of the smartphone, and one of the first candidates for removal is preinstalled Google Chrome. Despite the popularity of the browser, it occupies a significant place in memory, consumes resources in the background and does not always suit users in functionality. However, simply remove Chrome with Redmi 9 will not work โ this is a system application protected by the manufacturer.
In this article, weโll break down 5 proven ways to get rid of Chrome: from temporary shutdown to complete deletion using the help of Chrome. ADB You will learn which methods are safe for beginners and which require technical skills, and we will analyze what happens if you just turn off the browser without deleting, and we will suggest the best alternatives for Redmi 9.
Important: the procedure for removing system applications can affect the stability of the work MIUI. If you are not sure about your actions, start with the simplest methods and be sure to back up your data before any manipulations.
Why is Google Chrome preinstalled on Redmi 9 and can it be removed?
Google Chrome Browser is included in the Google Mobile Services package (GMS), And that's something that Xiaomi is absolutely sure to install on all of its smartphones for markets outside of China, and that's Google's requirement to certify Android devices. GMS The Redmi 9 will not work:
- ๐ Google Play Market and other Google services;
- ๐ง Sync with Google account (contacts, mail, calendar);
- ๐บ๏ธ Google Maps and Geolocation Services;
- ๐ฎ Many games and apps that depend on Google Play Services.
So, completely removing Chrome without consequences is only possible on custom firmware or root. MIUI You can either disable the browser or delete its updates, but not yourself. APK-However, even these measures will save up to 150-200 MB of memory and reduce background activity.
Before you get to the radical measures, take a look at how much Chrome really interferes with Redmi 9:
| Problem. | Decision without removal | Removal required? |
|---|---|---|
| Chrome takes up a lot of space. | Cleaning the cache and data in the settings | No. |
| The browser starts itself | Disabling Autostart in Settings MIUI | No. |
| Chrome is slowing down the system | Limitation of background activity | Maybe. |
| You need to free up memory for other applications. | Removing Chrome Updates | Partially. |
| I want to use a different browser by default. | Configuring an alternative browser | No. |
โ ๏ธ Note: If you plan to sell or transfer Redmi 9 to another user, removing Chrome could cause problems with the device setup by the new owner.
Method 1: Turning off Google Chrome through Settings MIUI
The easiest and safest method is to disable Chrome, not delete it completely, which will stop the browser's background processes and free up some of the RAM, while the system files remain in place, and you can turn the browser back on at any time.
Instructions for Xiaomi Redmi 9:
- Open the Settings โ Applications.
- Tap it on Application Management.
- In the list, look for Google Chrome (could be called simply Chrome).
- Click Disable (the button will become active after tap on three points in the upper right corner).
- Confirm the action in the dialog window.
After the shutdown:
- ๐ฑ Chrome icon will disappear from the desktop and app menu;
- ๐ Browser will no longer be updated through Play Market;
- ๐ Free up to 50-100 MB of memory (by deleting cache and data).
Make sure your browser doesnโt run in the background (check in โRecently Openedโ)
Check if your sync settings with Google are broken
Install an alternative browser (such as Firefox or Kiwi)
Clear the system cache through "Settings" โ Memory"-->
This is a good method if you want to just get rid of an unnecessary application, but you're not willing to risk the stability of the system. APK-file, so the space on the internal drive will be freed up minimally.
Method 2: Remove Chrome Updates (release up to 200MB)
If you're concerned about the amount of memory Chrome takes up, you can remove the updates, leaving only the factory version of the browser, which is secure and does not require superuser rights.
How to remove updates:
- Go to Settings โ Applications โ Application Management.
- Select Google Chrome.
- Slip on three dots in the top right corner and select Remove Updates.
- Confirm the action.
After that:
- ๐ Chrome will be reduced in size with ~200MB to ~20-30 MB;
- ๐ The browser will return to the factory version (possibly outdated);
- ๐ซ Play Market Will Stop Updating Chrome Automatically.
โ ๏ธ Note: An outdated version of Chrome may contain security vulnerabilities. If you continue to use your browser, check regularly for critical updates manually through APKMirror or other trusted sources.
To prevent automatic updates in the future:
- Open the Google Play Market.
- Find Google Chrome in the list of apps.
- Slip on three dots next to the "Update" button and uncheck the Auto Update box.
๐ก
If Chrome stopped opening some sites after removing the updates, try clearing its cache and data in the app settings.This often solves compatibility issues.
Method 3: Remove Chrome through ADB (without root)
For users ready for more radical measures, there is a method to remove Chrome using Android Debug Bridge (ADB). This does not require superuser rights, but will require connecting the smartphone to the computer.
Advantages of the method:
- ๐ง Complete removal APK-chrome;
- ๐ฑ Does not affect the operation of other Google services;
- ๐ Restore your browser via Play Market.
What you need:
- ๐ป Computer with Windows/Linux/macOS;
- ๐ USB-cable (preferably original);
- ๐ฑ Included debugging by USB Redmi 9;
- ๐ ๏ธ Installed drivers ADB and platform-tool utility.
Step-by-step:
- Activate debugging on USB: Go to Settings. โ About the phone; Tap 7 times on the version MIUI, To enable Developer Mode; Go back to Settings โ Additionally. โ For developers; Enable debugging by USB.
Redmi 9
File transfer
Open the command line (Windows)
platform-tools
Check the connection:
adb devicesThe name of your device with device status should appear.
Follow the command to delete Chrome:
adb shell pm uninstall -k --user 0 com.android.chromeReboot your smartphone:
adb rebootIf the command is successful, Chrome will be removed for the current user (without affecting system files).
โ ๏ธ Note: On some versions MIUI After removing Chrome from the ADB You may have errors when trying to open links from other apps (such as Telegram or WhatsApp), in which case install an alternative browser and set it up as the default app.
Method 4: Completely remove Chrome with root rights
If you are willing to take the risk of getting a superuser (root), you can delete Chrome without a trace.This method is suitable for experienced users, as the wrong actions can lead to a knock (inoperability) of the device.
Advantages of root method:
- ๐งน Completely delete all Chrome files, including system files;
- ๐ฒ Ability to remove other unnecessary system applications;
- ๐ง Flexible setup MIUI.
Risks:
- ๐จ Loss of warranty (if it is still valid);
- ๐ Problems with updates MIUI;
- ๐ก๏ธ Security vulnerabilities when root is not configured correctly.
Instructions for Redmi 9:
- Unlock the bootloader: Apply for unlock via Xiaomiโs official website; Wait for approval (can take up to 72 hours); Use the Mi Unlock Tool to unlock.
- Install custom recovery (TWRP): Download the current version TWRP for Redmi 9 (Lancelot model; Scroll recovery through fastboot: fastboot flash recovery twrp.img fastboot boot twrp.img
- Get root rights: Download Magisk from the official website; ZIP-file-through TWRP; Reset the device.
Delete Chrome:
- Install a file manager with root support (such as Root Explorer).
- Move to the /system/priv-app/PrebuiltGmsCore or /system/app/;
- Find Chrome folders or files called com.android.chrome.
- Remove them (pre-repair them!).
After removal, it is recommended that:
- ๐ Reset the device;
- ๐งน Clear the cache through TWRP (Wipe โ Cache);
- ๐ฑ Install an alternative browser (such as Bromite or Firefox).
What if Google services stopped working after Chrome was removed?
Method 5: Alternative browsers for Redmi 9 โ what to install instead of Chrome?
If you deleted or disabled Chrome, youโll need an alternative browser.For Xiaomi Redmi 9 with its 4GB of RAM and Helio processor G80 The following options are appropriate:
| browser | Advantages | Deficiencies | Size (MB) |
|---|---|---|---|
| Mozilla Firefox | Open source, PC sync, support for extensions | Consumes more RAM than lightweight browsers | ~80 |
| Bromite | Chrome is Chromium-based, but without Google tracking, built-in ad blocker | No official support, manual updates | ~60 |
| Kiwi Browser | Chrome extensions support, fast work | Closed source code | ~70 |
| DuckDuckGo Browser | Maximum privacy, blocking trackers by default | Limited functionality | ~30 |
| Opera Mini | Save traffic, very easy. | Reduced functionality, advertising in the free version | ~15 |
Selection recommendations:
- ๐ If your priority is privacy, choose Bromite or DuckDuckGo Browser;
- ๐ For maximum performance, Kiwi Browser or Firefox is suitable;
- ๐ถ If you need to use the most efficient traffic, install Opera Mini;
- ๐ง If you need extensions (like AdBlock), choose Firefox or Kiwi.
After installing an alternative browser, remember to configure it as the default application:
- Go to Settings. โ Annexes โ Default applications;
- Select the Browser;
- Please specify the desired application from the list.
๐ก
Even after Chrome is removed, some Google Play Services system processes may continue to use Redmi 9 resources. For full optimization, consider disabling unnecessary Google services through Google. ADB Specialized utilities like Disable Service (requires root).
What happens if you delete Chrome with Redmi 9: possible problems and solutions
Removing a system application like Chrome can have unexpected consequences, and letโs look at some of the most common problems and ways to solve them:
1. Errors when opening links from other applications
If you have removed Chrome, some apps (such as Telegram or Gmail) may give an error when you try to open a link.
- Install an alternative browser;
- In the settings of the application that gives the error, select the new browser by default;
- Use the Open Link With utility from the Play Market to manually select your browser.
2.Problems with Google Play Market
In rare cases, after deleting Chrome, errors may occur when updating apps through the Play Market.
- Clear the cache and data of Google Play Market and Google Play Services;
- Delete and re-add your Google account.
- If the problem persists, restore Chrome through the Play Market.
3. Google Assistant malfunction
Chrome is integrated with some of the features of Google Assistant (for example, opening web pages using voice commands).
- Reinstall the Google App (Google App)
- Clear the data of Google Assistant;
- Set up an alternative browser as the primary browser for the assistant.
4. Loss of functionality of some system utilities
Certain functions MIUI (For example, Quick Notification Answers or Smart Assistant can use Chrome to display web content:
- Check the settings of these functions in Settings โ Special facilities;
- Install a lightweight browser (such as Opera Mini) to minimize the impact on the system.
In most cases, the problem is solved by installing an alternative browser and configuring it as the default application. If after removing Chrome Redmi 9 began to work unstable (frequent restarts, system process errors), it is recommended:
- Restore Chrome through the Play Market
- Perform reset to factory settings (Settings) โ The phone. โ Resetting settings);
- In extreme cases, reflash the device through fastboot.