Google Maps is one of the most useful navigation apps, but not all Xiaomi users need it. Some prefer alternatives like Yandex.Maps or 2GIS, some annoyed by background processes, and some just want to free up space in memory. The problem is that most Xiaomi smartphones (especially those with MIUI firmware) Google Maps are preinstalled as a system application β they can not be removed in the standard way through the Apps menu.
In this article, we will discuss 5 proven methods to get rid of Google Maps on Redmi, Poco or Mi β from simple disconnection to complete removal via ADB. All instructions are relevant for MIUI 14/15 based on Android 13/14 (including Xiaomi 13/14, Redmi Note 12/13, Poco F5/X5). Importantly, some methods require superuser rights (root) or unlock the bootloader β we will also talk about this.
1. Method: Disabling Google Maps without deleting
If you don't have to completely erase an app, you just have to stop it and hide it from the menu, it's the easiest and safest method, and it's suitable for users who don't want to risk the stability of the system.
How to turn it off:
- π± Open the Settings. β Annexes β Application management.
- π In the search bar, type βMapsβ and select Google Maps.
- π Click Disable (button will appear if the application is system-based).
- β οΈ Confirm the action in the pop-up window.
What happens after the shutdown:
- β The app will disappear from the menu and stop updating.
- β Google Maps Background Processes Will Be Stopped (Saves Battery).
- β If necessary, you can turn it back on in the settings.
- β Some functions (e.g. geolocation in other applications) may not work properly.
β οΈ Note: Some Xiaomi models (e.g. Redmi) 10C POCO M5) The "unplug" button may be blocked, in which case move to the next method.
2. Method: Removal of updates and reset to factory version
If Google Maps was originally preinstalled in MIUI, but you updated it on Google Play, you can return the app to the original version. This will not remove it completely, but will reduce the space occupied and reset the settings.
Instructions:
- Go to Settings β Applications β Google Maps.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action. The app will go back to the version that was out of the box.
- (Optional) In Google Play, turn off automatic updates for this app.
Advantages of the method:
- π Does not require root rights or ADB.
- π Frees up to 100-300 MB (depending on the number of updates).
- π It does not affect the stability of the system.
β οΈ Note: After resetting to the factory version, some features (such as offline maps) may stop working, and Google Play will periodically offer to update the application β it will have to be manually ignored.
βοΈ Preparing for removal of updates
Method 3: Removal via ADB (without root)
For users willing to take advantage of Android Debug Bridge (ADB), there is a way to remove Google Maps without obtaining superuser rights.This works because Xiaomi (unlike some other brands) does not block ADB commands to uninstall system applications.
What you need:
- π₯οΈ Computer with installed ADB Tools.
- π± Included Debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β 7 times press to unlock the developer mode, then enable debugging in Settings β Additionally. β For developers).
- π USB-cable (preferably original).
Step-by-step:
1. Connect the phone to the PC and confirm the debugging permission.
2. Open the command line (Windows) or the terminal (Mac/Linux) in the folder with ADB.
3. Enter a command to check the connection:
adb devices
(Your device serial number should appear).
4. execute the removal command:
adb shell pm uninstall -k --user 0 com.google.android.apps.maps
5. Reboot the phone.What do flags in a team mean:
| Flag. | Description |
|---|---|
| -k | Stores cache and application data (so that the settings of other Google services do not get confused). |
| --user 0 | Remove the application only for the current user (does not affect other profiles). |
| com.google.android.apps.maps | The unique identifier of the Google Maps package. |
β οΈ Note: Some Xiaomi firmware (especially Chinese versions) MIUI) The command may not work due to manufacturer restrictions, in which case you will need to unlock the bootloader or root.
π‘
If the app still appears after you run the command, try adding the --user 0 flag to other commands, such as adb shell pm hide com.google.android.apps.maps.
4. Method: Complete removal with root rights
If you are willing to take drastic measures and you already have root access (for example, through Magisk), you can delete Google Maps forever. This method is suitable for experienced users, since the wrong actions can lead to a bootloop.
Deletion options:
- π Through the file manager with root: Use Root Explorer or FX File Manager, find the folder /system/priv-app/Maps or /system/app/Maps and remove it.
- π» Through ADB Root: Follow the command: adb shell su mount -o rw,remount /system rm -rf /system/priv-app/Maps rm -rf /system/app/Maps reboot
- π§ Titanium Backup: The app allows you to freeze or completely remove system APK.
Risks of the method:
- β οΈ Some Google Play Services features may stop working.
- β οΈ After updating MIUI The app could come back.
- β οΈ The warranty will be cancelled (unless you hide root via Magisk).
What if other applications stopped working after removal?
5. Method: Use of alternative firmware
For the most advanced users, there is a radical way to reflash the phone to custom firmware without Google services (for example, LineageOS or Xiaomi.EU without GApps).
- π Unlock the bootloader (fastboot oem unlock).
- π₯ Installations TWRP or another custom Recovery.
- π Complete data reset (wipe).
Pros of the method:
- β Full control over system applications.
- β The ability to choose firmware without unnecessary services.
- β Often better performance and battery life.
Cons:
- β It is difficult for beginners (the risk of βbrickingβ the phone).
- β Loss of guarantee.
- β Some features (such as Google Camera or Widevine) L1 for Netflix HD) may not work.
Popular firmware without GApps for Xiaomi:
| Firmware | Features | Website |
|---|---|---|
| LineageOS | Clean Android without unnecessary apps, regular updates. | lineageos.org |
| Xiaomi.EU | MIUI without Chinese restrictions, there are versions without GApps. | xiaomi.eu |
| Pixel Experience | Firmware with the interface and features of Google Pixel. | get.pixelexperience.org |
π‘
Installing custom firmware is the only way to permanently get rid of Google Maps and other system applications, but requires technical skills and voids the warranty.
Frequent problems and their solutions
When you delete Google Maps, Xiaomi users often encounter common mistakes, and let's look at the most common ones and how to fix them.
Problem. 1: After the adb uninstall command, the Failure error appears. [DELETE_FAILED_INTERNAL_ERROR].
- πΉ Make sure the debugging is done USB drivers included ADB correctly.
- πΉ Try adding a flag. --user 0 (top-up).
- πΉ On some devices, you need to get root first.
Problem 2: The app has been deleted, but after the MIUI update it has returned.
- πΉ This is normal behavior β system applications are restored when you update your firmware.
- πΉ Solution: Repeat deletion through ADB Use Magisk to block the installation.
Problem 3: Other Google services (e.g. Play Market) have stopped working.
- πΉ Clear the cache and data of Google Play Services in the settings.
- πΉ Reinstall Google Maps manually (download) APK APKMirror).
- πΉ If the problem remains, reset the settings (Settings) β System system β Resetting settings).