How to Remove Google Maps with Xiaomi Redmi 9: From Shutdown to Deep Cleanup

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.

๐Ÿ“Š Why do you want to delete Google Maps?
Make room for memory
I don't use this app.
Concerned about privacy.
Duplicate cards (Yandex/2GIS)
Other causes

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:

  1. Go to Settings โ†’ Applications โ†’ Google Maps.
  2. Press three points (โ‹ฎ) top-right โ†’ Remove updates.
  3. 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

Done: 0 / 4
  1. 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.
  2. Connect your phone to your PC: Select File Transfer Mode (MTP) and confirm the debugging permission on your smartphone screen.
  3. 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).
  4. Check Connection: Enter the command: Adb devices should appear serial number of your Redmi 9.
  5. 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:

  1. Install Titanium Backup from the Play Market (or from the official website).
  2. Open the application and provide root access.
  3. Find Google Maps (com.google.android.apps.maps).
  4. 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?
Without root rights, some system applications (including Google Maps) can recover after a reboot or update. MIUI. This is due to the Android security mechanism, which checks the integrity of system components. ADB-team pm uninstall -k --user 0 removes the application only for the current user, without affecting system files, so the risk is minimal.

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:

  1. Unlock bootloader on Redmi 9 (instructions on the official Xiaomi website).
  2. Install a custom recavery (TWRP).
  3. Download firmware without GApps (like LineageOS).
  4. 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

MethodRoot is required.Removes completelyRestored after updateDifficulty
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).

Frequently asked questions

Can I delete Google Maps without a computer?
Yes, but only if the application is not system-based. Try: Go to Settings โ†’ Apps โ†’ Google Maps. If you have a Delete button, press it. Most MIUI firmware for Redmi 9 will have an inactive delete button, you will need ADB or root.
Why do Google Maps reappear after being deleted by ADB?
This is because of Android's security mechanism, which restores system applications when: Update MIUI through Settings โ†’ Update system, Reset settings (Wipe) through Recoveries, install security updates. Solution: use Titanium Backup with the option Freeze or install custom firmware without GApps.
Is it safe to delete Google Maps to run your phone?
Yes, Google Maps is not a critical system component; deleting it will not affect: GPS (geolocation will work through other services); Android or MIUI updates; other applications (except those explicitly integrated with Maps) may not be able to function properly; however, some features (such as Google Assistant or Google Photos) may lose some of the geodata-related features.
How to return Google Maps after deleting?
If you have removed an app through: ADB or Titanium Backup โ€” just install it again from the Play Market. Castile firmware โ€” you will need to flash GApps (Google Service Package) through TWRP. If the installation button in the Play Market is inactive, follow the command: adb shell cmd package install-existing com.google.android.apps.maps
Are there any alternatives to Google Maps for Xiaomi Redmi 9?
Yes, Redmi 9 works well: ๐Ÿ—บ๏ธ Yandex.Maps โ€“ optimized for Russia and the CIS, there is an offline mode. ๐Ÿ—บ๏ธ 2GIS โ€“ detailed maps of cities with information about organizations. ๐Ÿ—บ๏ธ OSMAnd โ€“ OpenStreetMap maps with offline navigation. ๐Ÿ—บ๏ธ Magic Earth is an easy alternative to 3D-For offline navigation, we recommend OSMAnd or Yandex.Maps (download regions in advance via Wi-Fi).