How to Remove Googleโ€™s Built-in Apps on Xiaomi Smartphones: Safe Techniques 2026

Xiaomi MIUI-based smartphones come with Google Mobile Services (GMS) pre-installed, even if you donโ€™t use them. These apps (YouTube, Google Play Store, Chrome, and others) take up space in memory, use up battery power in the background, and collect data. You canโ€™t delete them by standard means: the system blocks the โ€œDeleteโ€ button or offers only โ€œDisableโ€.

In this guide, we will discuss 5 working ways to get rid of unnecessary Google apps on Xiaomi, Redmi and other apps. POCO โ€” from simple concealment of icons to complete removal through ADB and MIUI-Optimizer. Important: Some methods require unlocking the bootloader or the superuser rights (root), which can affect warranty and security. We will specify the risks for each option and propose alternatives.

Why you canโ€™t just delete Google apps through settings

Google applications in MIUI are system-based โ€“ they are integrated into firmware at /system/priv-app/ or /system/app/.

  • ๐Ÿ”’ Removal protection: Android blocks changes to the system partition without special rights.
  • ๐Ÿ”„ Auto-Recovery: After Updating MIUI Remote applications can return.
  • โš ๏ธ Instability risk: Deleting critical services (e.g. Google Play Services) can disrupt other programs.

Even if you see the Remove Updates button in the app settings, it won't delete it completely, it'll just go back to the factory version. Delete it completely requires access to system files.

โš ๏ธ Attention: On devices with MIUI Global or MIUI Deleting Google Play Services will cause account sync errors, problems with Google Pay and some banking applications.

Method 1: Disabling and Hiding Icons (without Root)

The safest method is to disable unwanted apps and hide their icons from your desktop, which won't free up memory, but will stop background activity and remove visual debris.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Select an app (like Google Duo) and click โ€œDisableโ€.
  3. To hide icons: ๐Ÿ“ฑ Press and hold the icon on your desktop. โ†’ ยซDelete it (it will disappear from the screen only). ๐Ÿ” V MIUI 14+ Use search by settings: enter โ€œHide appsยป โ†’ add to the list.

โœ… Pros: Risk-free, reversible, does not require technical skills.

โŒ Cons: Applications stay in the system, take up space and can be updated.

๐Ÿ“Š What Google Apps You Want to Remove?
YouTube
Google Play Store
Chrome
Gmail
Google Duo
All of the above.
Others

Method 2: Remove via ADB (without root, but with bootloader unlocking)

ADB (Android Debug Bridge) is a debugging tool that allows you to remove system applications without root.The method works on most Xiaomi devices, but requires unlocking the bootloader and enabling debugging over USB.

Step-by-step:

  1. Preparation: ๐Ÿ”ง Unlock the bootloader via Mi Unlock Tool (requires Mi Account binding and 7 days waiting). ๐Ÿ“ฑ Turn on Debugging. USB In Settings โ†’ The phone. โ†’ Version. MIUI (press 7 times) โ†’ Additionally. โ†’ For developers. ๐Ÿ’ป Install. ADB Tools on PC.
  2. Connection: Connect your phone to your PC via USB, select File Transfer mode. Open the command prompt (cmd) in the adb folder and type: Adb devices should appear on your device.
  3. Delete: List of Google packages: adb shell pm list packages | grep 'google' Remove the unnecessary (youtube example): adb shell pm uninstall -k --user 0 com.google.android.youtube

๐Ÿ“Œ Google packages (remove only those that you donโ€™t use):

AnnexPacket nameRisk of removal
YouTubecom.google.android.youtubeLow.
Google Play Storecom.android.vendingMedium (appendices cannot be updated)
Chromecom.android.chromeLow.
Google Play Servicescom.google.android.gmsHigh (breaks synchronization)
Gmailcom.google.android.gmLow.

โš ๏ธ Note: Deleting com.google.android.gms (Google Play Services) will lead to errors in applications dependent on Google API (If you're not sure, turn off the app for 2-3 days and check the stability of the system.

bootloader unlocked | USB | Installed ADB Tools on PC | Data backup created |Removable packet dependencies checked-->

Method 3: Use MIUI-Optimizer (requires root)

For users with superuser rights (root), the most convenient way is the MIUI Optimizer app (formerly MIUI Hidden Settings), which allows you to remove system applications in a few clicks, including Google services.

Instructions:

  1. Install Magisk and get root (instructions for Xiaomi here).
  2. Download MIUI Optimizer (available on the developerโ€™s Telegram channel).
  3. Open the app โ†’ App Manager โ†’ search for Google app โ†’ Uninstall.

โœ… Pluses:

  • ๐ŸŽฏ Precise removal without commands ADB.
  • ๐Ÿ”„ Ability to restore the application through the backup.

โŒ Cons:

  • โš ๏ธ Requires root, which deprives of warranties and increases security risk.
  • ๐Ÿ”„ After updating MIUI Applications may return.

What happens if you delete Google Play Services?
Without this package, it will stop working: - Authorization through Google in apps. - Push notifications from some services (eg Gmail). - Geolocation in maps and taxi applications. - Security updates Android. Recommendation: instead of deleting, disable the auto-update of the package via adb shell pm disable-user --user 0 com.google.android.gms

Method 4: Debloating through Custom Recovery (TWRP)

If your Xiaomi has custom Recovery (TWRP) installed, you can use scripts for debloating - mass removal of unnecessary applications, including Google.

Algorithm of action:

  1. Install TWRP for your model (instructions on twrp.me).
  2. Download the MIUI Debloater script (check compatibility with your version of MIUI).
  3. Reboot to TWRP, scripe like ZIP-file.
  4. Select the option โ€œRemove Google Appsโ€ (if available).

Debloating scripts often remove not only Google, but also Xiaomi system applications (e.g. Mi Browser, Music), which can lead to broken features like the themes of the design or cloud backup.

๐Ÿ”น Alternative: Use Universal Debloater from the XDA, where you can manually choose what to remove:

# Example of list to delete (for script)


GoogleApps=[




"com.google.android.youtube"




"com.google.android.gm"




"com.android.chrome"




]

๐Ÿ’ก

Before you run the script in TWRP, make a full /system backup to allow you to roll back if something goes wrong. Use the adb backup -apk -shared -all -f backup.ab command or the Backup function in the TWRP itself.

Method 5: Install MIUI without GMS (Castom firmware)

The radical, but most effective way is to flash a version of MIUI without Google services, which are built by enthusiasts on the official firmware, but with remote GMS and pre-installed alternatives (such as MicroG for push notifications).

Where to look:

  • ๐ŸŒ Xiaomi.eu โ€“ European firmware with the option of choice GMS/without GMS.
  • ๐Ÿ“ฑ MIUI RU โ€” Russian-language assemblies with support for MicroG.
  • ๐Ÿ› ๏ธ XDA Developers โ€“ custom firmware for specific models.

โš ๏ธ It's important:

  • The firmware without GMS will not pass SafetyNet, which will block Google Pay, Netflix HD and some banking applications.
  • For push notifications, you will need to set up MicroG (instructions here).

๐Ÿ“Œ How to check the compatibility of the firmware:

  1. Find out the code name of your model (for example, raphael for the Redmi K20 Pro).
  2. Find a theme on XDA or in Telegram channels with your device mentioned.
  3. Check user reviews about build stability.

๐Ÿ’ก

Firmware without GMS This is only suitable if you are not using Google services. For most users, the best option is to disable unnecessary applications through the Internet. ADB or MIUI-optimizer.

Risks and how to avoid them

Removing system applications is always associated with potential problems, and here are the key risks and ways to minimize them:

RiskEffects of consequencesHow to avoid
Delete Google Play ServicesNotifications, geolocation, authorization in applicationsTurn off auto-update instead of deleting or use MicroG
Damage to system filesCyclical reboot (bootloop)Build a Nandroid backup in TWRP before changes
SafetyNet breachBlocking banking applications and Google PayUse MagiskHide or firmware with MicroG
Loss of guaranteeXiaomi will refuse repairs if root or unlocked bootloader is detectedReturn the device to factory condition before contacting the service

๐Ÿ”น Checklist security before removing Google apps:

  1. Check if you are using services that depend on Google Play Services (e.g. Uber, Google Maps).
  2. Create a backup of important data (photos, contacts) to an external drive.
  3. Make sure you know how to return the device to its original state (e.g., via the Mi Flash Tool).
  4. Start by turning off applications for 1-2 days to assess system stability.

FAQ: Frequent questions

Can I remove Google apps without unlocking the bootloader?
No, it requires either root or ADB access with the bootloader unlocked to completely remove it, without which you can only disable the apps or hide their icons.
Will Remote Applications Return After MIUI Update?
Yes, when you update your firmware through OTA, some system applications can recover. To avoid this: Use MIUI Optimizer to re-delete after the update. Turn off auto-updates in Settings โ†’ About Phone โ†’ System Update. Install custom firmware without GMS.
How to return a remote application if you need it?
Recovery Methods: Through ADB (if deleted by pm uninstall command: adb shell cmd package install-existing com.google.android.youtube Through backup: Restore data from Nandroid backup to TWRP. Flashing: Install the official firmware through the Mi Flash Tool. โš ๏ธ If the app was critical (like Google Play Services), you may need to reset to factory settings.
Will Google Pay work after Google apps are removed?
No, Google Pay requires: Google Play Services running; SafetyNet (not root or custom firmware) validation; alternatives: Mi Pay (for Xiaomi), Samsung Pay (on some models), or banking apps that support Mir Pay/Apple Pay.
Can I remove Google apps on Xiaomi with MIUI for Russia (without GMS)?
On devices with MIUI for Russia (for example, Redmi Note 11 Pro+ 5G RU), there are no Google services by default - instead of them, Yandex.Services and Mi-applications are preinstalled. There is nothing to remove there, but you can: Install Google services manually through Open GApps (requires TWRP). Delete Yandex applications via ADB (similar to the instructions above).