Xiaomi Redmi 9 is one of the most popular budget smartphones, but Googleโs pre-installed services (including Google Maps) do not always suit users: someone wants to free up space in memory, someone is worried about privacy, and someone just does not like duplication of functions with Yandex.Maps or 2GIS. In this article, we will analyze all possible ways to remove the application โ from simple disconnection to complete uninstallation of system components.
It's important to understand that Redmi 9 comes with Android-based MIUI, where Google Maps can be both a regular user application and a system component. This depends on the method of deleting. We tested all methods on MIUI 12.5-14 (including global and European firmware) and identified those that work without root rights and do not break the stability of the system.
If you're looking for a way to just hide the app from view, you just have to turn it off in the settings. If the goal is to completely erase all traces of Google Maps, including cache, data and system updates, you'll need to take more radical measures. Start with the safest methods and gradually move on to advanced ones.
1. Disable Google Maps through Android Settings
The easiest and safest way to do this is to deactivate the app, which won't physically delete it, but it will stop the background, remove the icon from the menu, and prevent automatic updates, which is suitable for those who want to temporarily dispose of Maps without risking to the system.
Instructions:
- ๐ฑ Open the Settings. โ Annexes โ Application management.
- ๐ In the search box, enter โMapsโ or โMapsยป.
- ๐ Click on Google Maps โ Disable (button at the bottom of the screen).
- โ ๏ธ Confirm the action in the pop-up window.
After the shutdown:
- โ The icon will disappear from the app menu.
- โ Background processes will stop (battery savings).
- โ The app will remain in memory (/system/priv-app/ or /data/app/).
- โ Updates via Google Play will be blocked.
โ ๏ธ Attention: On some firmware MIUI The "Disable" button may be inactive, which means that Google Maps is a system application and requires superuser rights to delete.
2.Removal of Google Maps Updates
If the application was preinstalled by the manufacturer, it can't be removed by standard means, but it can be returned to the factory version, which will reduce the space occupied and reset all settings.
How to do this:
- Go to Settings โ Applications โ Google Maps.
- Press three points (โฎ) top-right โ Remove updates.
- Confirm the action.
Result:
- ๐ The size of the application will be reduced with ~200-300MB to ~50โ80 MB.
- ๐ All user data (bookmarks, history) will be erased.
- ๐ซ Automatic updates via Google Play will be blocked (until you turn it on manually).
This method doesn't remove the application completely, but it reduces its impact on the system. To completely uninstall it, you'll need tools like ADB.
๐ก
If after removing Google Maps updates, you have updated again through the Play Market, close the automatic update for this application: open Google Play โ click on the profile avatar โ Settings โ Auto Update apps โ Do not automatically update
3. Removal via ADB (without root rights)
ADB (Android Debug Bridge) is an Android debugging tool that allows you to manage system applications without getting root rights.The method works on Xiaomi Redmi 9 with any version of MIUI, but requires a connection to a computer.
What you need:
- ๐ฅ๏ธ Computer with Windows, macOS or Linux.
- ๐ USB-cable (preferably original).
- ๐ ๏ธ Utility. ADB (download from Android).
- ๐ฑ Included Debugging by USB smartphone.
Step-by-step:
โ๏ธ Preparation for removal through ADB
- Turn on USB debugging: Go to Settings โ About Phone โ 7 times click on the MIUI version (you will be notified โYou are a developerโ). Then go back to Settings โ Additional settings โ For developers and activate Debugging over USB.
- Connect your phone to your PC: Select File Transfer Mode (MTP) and confirm the debugging permission on your smartphone screen.
- Open the command prompt: On your computer, go to the folder with ADB (such as platform-tools), press Shift + right mouse button โ Open the PowerShell window here (or Command Prompt for Windows 7).
- Check Connection: Enter the command: Adb devices should appear serial number of your Redmi 9.
- Delete Google Maps: Follow the command (to completely delete): adb shell pm uninstall -k --user 0 com.google.android.apps.maps If only data cleanup is needed (without deletion): adb shell pm clear com.google.android.apps.maps
Once the command is complete, the app will disappear from the system. To return it, you just need to reinstall Google Maps from the Play Market.
โ ๏ธ Attention: On some firmware MIUI After restarting, the application can recover, in which case you need to repeat the procedure or use the method with a shutdown via Titanium Backup (root).
4. Removal with Titanium Backup (root required)
If you have root rights, the most reliable way to do this is to use Titanium Backup, a method that allows you not only to uninstall the app, but also to freeze it (so that it doesnโt recover from system updates).
Instructions:
- Install Titanium Backup from the Play Market (or from the official website).
- Open the application and provide root access.
- Find Google Maps (com.google.android.apps.maps).
- Click on the app โ select Delete! (or Freeze! if you want to leave the recovery option).
Advantages of the method:
- ๐งน Completely delete all application files, including cache and data.
- ๐ Ability to back up before deletion.
- ๐ก๏ธ Freezing prevents automatic recovery after updates MIUI.
Disadvantages:
- โ ๏ธ Requires root rights (risk of losing warranty).
- โ ๏ธ Incorrect actions can disrupt the system.
What happens if you delete the system application without root?
5. Alternative way: rolling back firmware to a version without Google
If you want to get rid of all Google services, you can install custom firmware without GApps (Google Apps), such as LineageOS or HavocOS for Redmi 9.
Advantages:
- ๐ Full control over pre-installed applications.
- ๐ Lack of Google Background Processes (Battery Savings).
- ๐ ๏ธ Option to choose alternative maps (OSMAnd, Magic Earth).
How to do this:
- Unlock bootloader on Redmi 9 (instructions on the official Xiaomi website).
- Install a custom recavery (TWRP).
- Download firmware without GApps (like LineageOS).
- Flow through TWRP.
โ ๏ธ Attention: Installing custom firmware will void warranty and may cause unstable phone operation.Before the procedure, make a full data backup via TWRP Mi Cloud.
6.Comparison of Google Maps Deletion Methods
| Method | Root is required. | Removes completely | Restored after update | Difficulty |
|---|---|---|---|---|
| Disconnection in settings | โ No. | โ No (only deactivation) | โ No. | โญ Very simple. |
| Removal of updates | โ No. | โ No (reset to factory version) | โ Yes, if updated manually) | โญโญ Just |
| ADB (no root) | โ No. | โ Yes, for the current user) | โ Perhaps (on some firmware) | โญโญโญ Middle-Average |
| Titanium Backup | โ Yes. | โ Yes (complete removal) | โ No (if frozen) | โญโญโญโญ Hardly. |
| Custom firmware | โ Yes (unlock bootloader) | โ Yes (complete absence of Google) | โ No. | โญโญโญโญโญ Very difficult. |
The choice of method depends on your goals:
- ๐น If you just need to hide the application โ just disconnect.
- ๐น If it is important to free up space, use it. ADB or removing updates.
- ๐น If you need a complete cleaning, only Titanium Backup or custom firmware.
๐ก
The most balanced method for most users is deletion via ADB. It does not require root rights, completely removes the application for the current user and is reversible (you can return Cards through the Play Market).