How to permanently remove Google apps from Xiaomi: safe and radical methods

Xiaomi smartphone owners often face a problem: even after completely resetting or buying a new device, the system persistently restores Google apps โ€” Play Store, YouTube, Gmail and others. These services not only take up space in memory, but also constantly work in the background, consuming battery power and traffic. Worse, some of them (such as Google Play Services) can not be removed by standard means โ€” the โ€œDeleteโ€ button is simply not on the menu.

In this article, we will discuss all possible ways to get rid of unnecessary Google applications on Xiaomi, Redmi and POCO โ€“ from simple disabling to complete removal via ADB and unlock the bootloader. Particular attention will be paid to methods that work on MIUI 14/15 without loss of warranty and do not require superuser rights.

Why do Google apps return after being deleted?

The reason is because of Google Mobile Services (GMS) and Xiaomiโ€™s policy, and even if you manually uninstall an app, the system can restore it through:

  • ๐Ÿ”„ Automatic update via Play Store (if disabled โ€“ through system services).
  • ๐Ÿ“ฑ Reset to factory settings โ€” MIUI Restores the โ€œstandardโ€ set of applications.
  • ๐Ÿ”ง Update of firmware - new versions MIUI Often โ€œsnatchโ€ missing components GMS.
  • ๐Ÿ“ฒ Sync with Google account โ€“ some apps are linked to a profile and installed automatically.

Moreover, on devices with Global ROM (official firmware for the international market), some of the Google applications are built into the system partition and physically removed only through fastboot or firmware modifications, such as Google Play Services, Google Services Framework and Google Play Store.

โš ๏ธ Note: Deleting Google system applications may cause some features to function unstable, such as: ๐Ÿšซ Misconceptions of Contact and Calendar Synchronization. ๐Ÿšซ Problems with push notifications (including WhatsApp, Telegram). ๐Ÿšซ Unable to use banking applications (due to Google SafetyNet's lack of availability).

๐Ÿ“Š What kind of firmware do you use on Xiaomi?
Official Global ROM
Official China ROM
LineageOS (Pixel Experience)
other

Method 1: Disabling applications (without deleting)

If you just need to hide unnecessary apps and prevent them from working in the background, but not remove them completely โ€“ use the built-in MIUI tools.

How to disable the Google app:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Slip on the three points in the upper right corner and select Show System Processes.
  3. Find the app you want (like Google Play Music) and open your card.
  4. Click Disable (if the button is inactive โ€“ the application is protected by the system).
  5. Confirm the action in the dialog window.

Application disabled:

  • โœ… Disappears from menu and search.
  • โœ… Stop using battery and traffic.
  • โœ… No updates will be received.
  • โŒ But it will remain in the memory of the device (taken). ~50-300 MB depending on the application).

Check dependent services (for example, disabling Play Services will disrupt many applications)

Backup of important data (contacts, passwords)

Make sure that the application is not used by banking services (SberPay, Tinkoff)

Write down the name of the app in case you need to turn it back on-->

Some apps (like Google Play Services) cannot be disabled in the standard way, in which case, limiting background activity will help:

  1. Go to Settings โ†’ Battery and Performance โ†’ Battery Management.
  2. Select App Selection and find the right one (like Google).
  3. Set a limit to limit background activity.

Method 2: Removal via ADB (without root)

If you donโ€™t have enough shutdowns and superuser rights, use the Android Debug Bridge (ADB), which allows you to completely remove most of Googleโ€™s apps, except for critical ones (like the Google Services Framework).

Advantages of the method:

  • ๐Ÿ”ง Does not require unlocking the loader.
  • ๐Ÿ“ฑ It works on any version. MIUI (including 14/15).
  • ๐Ÿ”„ Reverse (you can restore the application through the same application) ADB).

What you need:

  • ๐Ÿ’ป Computer with Windows/Linux/macOS.
  • ๐Ÿ“ฑ Cable USB (preferably original).
  • ๐Ÿ”ง Google Platform Tools (download from official website).

Step-by-step:

  1. Turn on USB debugging: Go to Settings โ†’ About Phone โ†’ MIUI Version. Tap version 7 times until the notification โ€œYouโ€™re a developerโ€ appears. Return to Settings โ†’ Additional โ†’ For Developers. Activate USB debugging and confirm permission.
  2. Connect your phone to your PC and select File Transfer Mode (not Charge).
  3. Open the command line (Windows) or terminal (Linux/macOS) in the folder with Platform Tools.
  4. Check the connection command: Adb devices should appear the name of your device with the status of device.
  5. Remove the unnecessary application by command: adb shell pm uninstall -k --user 0 name.package For example, to delete YouTube: adb shell pm uninstall -k --user 0 com.google.android.youtube

List of packages of popular Google applications:

AnnexPacket nameCan I remove it?
Google Play Storecom.android.vendingโŒ No (critically for the system)
YouTubecom.google.android.youtubeโœ… Yes.
Google Chromecom.android.chromeโœ… Yes.
Gmailcom.google.android.gmโœ… Yes.
Google Mapscom.google.android.apps.mapsโœ… Yes.

adb shell pm list packages | grep 'google'

This will display a list of all Google packages on your device.-->

โš ๏ธ Note: Deleting Google Play Services (com.google.android.gms) or Google Services Framework (com.google.android.gsf) will render most applications, including banking, games and instant messengers, inoperable, and can only be disabled, but not removed.

Method 3: Unlock the bootloader and remove via TWRP

If you are willing to sacrifice the warranty and want to completely clear the device from Google โ€“ you will have to unlock the bootloader and install custom TWRP recovery. This method is suitable for experienced users and allows you to:

  • ๐Ÿงน Remove all Google system applications, including Play Services.
  • ๐Ÿ“ฑ Install firmware without GMS (LineageOS for MicroG).
  • ๐Ÿ”ง Get updates without having to install Google services.

Cons of the method:

  • โŒ Resetting all data (including internal memory).
  • โŒ Loss of warranty (if the device is under warranty).
  • โŒ Risk of โ€œbrickingโ€ when errors in the process.

Step-by-step:

  1. Unlock the bootloader: Sign up on Xiaomi's official website and get permission to unlock (may take up to 72 hours). Download Mi Unlock Tool. Put your phone in Fastboot mode (turn it off, then press Volume Down + Power). Connect to your PC and follow the instructions in Mi Unlock Tool.
  2. Install TWRP: Download the current version of TWRP for your model from the official website. Sweep recovery through fastboot command: fastboot flash recovery twrp-3.7.0-0-raphael.img (replace raphael with your model code).
  3. Remove apps via TWRP: Boot to TWRP (click Volume Up + Power When Enabled). Go to Advanced โ†’ File Manager. Delete application folders to /system/priv-app/ and /system/app/ (e.g. PrebuiltGmsCore).
What if Google Play Services stops working after it is deleted?
If you delete Google Play Services, many apps (including instant messengers) will lose the ability to receive push notifications. Solutions: 1. Install an alternative push notification service, such as UnifiedPush (requires application support). 2. Use microG, an open implementation of Google Services with minimal notification functionality. 3. Return Google Play Services via ADB or TWRP if your device is critically disrupted without them.

Method 4: Install firmware without GMS (China ROM or cast)

The most radical way to get rid of Google is to install firmware that doesn't have a GMS in it at the beginning.

  • ๐Ÿ‡จ๐Ÿ‡ณ Official China ROM (Google without Google services, but with Chinese apps).
  • ๐Ÿ“ฑ Base-based castor firmware AOSP (LineageOS, Pixel Experience without any GMS).
  • ๐Ÿ”ง MicroG firmware (e.g. LineageOS for microG) where Google services are replaced by open-source counterparts.

How to search Xiaomi for China ROM:

  1. Download the latest version of China ROM for your model.
  2. Unlock the bootloader (see Method 3).
  3. Fastboot: fastboot flash all name file.zip
  4. After restarting, reset the settings (Wipe Data in TWRP).

What will change after the transition to China ROM:

PlusesCons
โœ… No Google Services and associated Lags.โŒ No Google Play (you will need to install it) APK manually).
โœ… More free RAM memory.โŒ Chinese apps (Mi App Store, Mi Video, etc.).
โœ… Faster Update (China) ROM Global is coming out earlier).โŒ No Russian language in some system applications.

๐Ÿ’ก

Installing China ROM does not require root, but completely erases data and can lead to problems with banking applications (due to the lack of Google SafetyNet).

Method 5: Hiding icons and blocking updates

If you just need to hide Google apps from the home screen and prevent them from updating, use the built-in MIUI tools and third-party utilities.

How to hide icons:

  1. Open the Settings. โ†’ Desktop.
  2. Choose Hide apps and mark unnecessary ones (e.g. Google, Duo).
  3. Confirm the action โ€“ the icons will disappear from the menu.

How to block updates:

  1. Open Play Store โ†’ Profile โ†’ Settings โ†’ Auto-Update applications.
  2. Choose Not to Update Automatically.
  3. For individual applications: Find the app in the Play Store. Slip on three points โ†’ Remove from auto-update.

Third-party utilities for application management:

  • ๐Ÿ”ง App Quarantine โ€“ allows you to โ€œisolateโ€ applications without removing them.
  • ๐Ÿ”ง Package Disabler โ€“ disables system applications (requires) ADB).
  • ๐Ÿ”ง Island (Sandbox) โ€“ creates an isolated environment for unnecessary applications.

How to prevent the recovery of remote applications?

Even after Google has removed apps, they can return after a MIUI update or reset.

  1. Turn off automatic sync with Google: Go to Settings โ†’ Accounts โ†’ Google. Turn off sync for unnecessary services.
  2. Block application installation via ADB: adb shell pm hide com.google.android.gsf This command hides the Google Services Framework, which is responsible for app recovery.
  3. Use Magisk modules (if you have root): ๐Ÿ”ง Universal GMS Doze โ€“ restricts the activity of Google services. ๐Ÿ”ง DisableFlagSecure โ€“ Blocks Secure System Processes.
  4. Opt out of updates via OTA: Remove the Updater app (com.android.updater) via ADB. Or disable it in Settings โ†’ Apps.

If you use custom firmware, check its settings for forced installation of GMS. For example, in LineageOS you can turn off the option Include GApps when building firmware.

FAQ: Frequent questions

Can Google Play Services be removed without consequences?
Google Play Services is a system component that we depend on: ๐Ÿ“ฑ Push notifications (WhatsApp, Telegram, Viber). ๐Ÿฆ Banking applications (Sberbank, Tinkoff, VTB). ๐ŸŽฎ Most games from the Play Store. ๐Ÿ“ Geolocation and maps (including Yandex.Maps) can only be turned off (via the Internet). ADB The alternative is firmware with microG, but it doesn't support all the features of the original services.
Why does it reappear after YouTube is deleted?
The reason is automatic recovery via the Google Play Store or Google Services Framework. To avoid this: Delete YouTube via ADB (adb shell pm uninstall -k --user 0 com.google.android.youtube). Disable auto-update in the Play Store (see Method 5). Block installation via adb shell pm hide com.google.android.gsf. If YouTube returns after the MIUI update, it is sewn into the firmware. In this case, only the transition to custom firmware without GMS will help.
How to uninstall Google on Xiaomi without a computer?
Without a PC, you can: Disable applications (see Method 1); Hide icons through desktop settings; Use apps like App Quarantine (requires rights) ADB, But you can get them wirelessly debugging. You'll need to completely remove them without a computer: ๐Ÿ“ฑ Install Termux and configure it ADB. ๐Ÿ”ง Or get root through apps like KingRoot (not recommended due to security risk).
Will the phone work without Google apps?
Yes, but with reservations: โœ… Basic functions (calls, SMS, Mobile Internet will work. โœ… Most applications (Telegram, VK, 2GIS) can be installed manually through APK. โŒ Problems will arise with: ๐Ÿฆ Banking applications (requires Google SafetyNet). ๐ŸŽฎ Play Store Games (Many wonโ€™t launch without Play Services). ๐Ÿ“ Precise geolocation (without geolocation) GMS It works worse. For full-time work without Google, it is recommended: ๐Ÿ”ง Install microG (replacement of Play Services). ๐Ÿ“ฑ Use alternative stores (Aurora Store, F-Droid). ๐ŸŒ Set up DNS 1.1.1.1 or 8.8.8.8 for stable Internet.
Can I return the deleted applications back?
Yes. Recovery: Through ADB (if removed by pm uninstall): adb shell cmd package install-existing name.packet For example, for YouTube: adb shell cmd package install-existing com.google.android.youtube Through resetting (returns all standard applications). Through manual installation of APK (download a file from APKMirror site). If you delete applications via TWRP (physically erasing files from /system), then you can only restore them by flashing the device.