Remove Google System Apps on Xiaomi: 5 Ways to Work

Xiaomi, Redmi and Poco smartphones come with Google Mobile Services (GMS) pre-installed β€” even if you don't use them β€” and these apps take up space in memory, use up battery power in the background, and collect data about your activity, but can they be removed without repercussions on the system?

Unlike regular software, Google Play Services, Google Play Market or Google Chrome are protected from standard removal. An attempt to uninstall through the settings menu usually ends with a message: β€œDelete is impossible” or β€œApp is disabled.” However, there are legal ways to get rid of them, both through built-in MIUI tools and through ADB (Android Debug Bridge).

Why Google System Apps Cannot Be Removed in the Standard Way

All pre-installed services Google on Xiaomi are divided into two categories:

  • πŸ“¦ System applications – integrated into firmware MIUI They're stored in a section of their files. /system/priv-app/ or /system/app/, It's a root-free, change-proof system, like Google Play Services, Google Services Framework.
  • πŸ“± Normal apps are set as custom but with enhanced privileges and can be disabled or removed through Settings β†’ Applications: Examples: Google Chrome, Google Duo, YouTube.

Smartphone manufacturers (including Xiaomi) contract with Google to pre-install GMS, which is a condition for obtaining a license for Google Play and certification of the device, so even after β€œdeleting” through ADB, some services can recover after the system update.

⚠️ Note: Deleting Google Play Services will result in loss of functionality of applications that depend on it (e.g. Google Maps, Gmail, banking apps with push notifications.

Method 1: Disable unnecessary Google services without deleting

If the goal is to save battery power and traffic, rather than free up memory, it is enough to disable unnecessary applications, which is safe and requires no special knowledge.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. Slip on the three dots in the top right corner and select "Show all apps."
  3. Find an app (like Google Play Music or Google Duo) and tap it.
  4. Click β€œDisable” (if the button is inactive – the application is system and requires ADB).
  5. Confirm the action in the dialog window.

The apps that are disabled won't start, but their data will remain in memory. To return functionality, just click "Enable" in the same menu.

πŸ“Š What Google Apps Would You Like to Remove?
Google Play Services
YouTube
Google Chrome
Google Duo
All of the above.
Others

Method 2: Remove via MIUI Optimizing (without root)

MIUI has a built-in tool for managing system applications, MIUI Optimizing (formerly called Security), which allows you to remove some pre-installed programs, including some of Google’s services.

How to use:

  • πŸ”§ Open the Security app (shield icon).
  • Go to the β€œOptimization” or β€œAcceleration” section.
  • Select β€œDeep Clean” β†’ β€œDelete Unnecessary Apps.”
  • In the list, tick the Google apps you want to remove (e.g. Google Podcasts, Google TV).
  • Click "Delete" and confirm the action.

⚠️ Attention: Through MIUI Optimizing cannot remove critical services like Google Play Services or Google Services Framework, and trying to do so will result in a mistake or a β€œsoft breeze” (cyclical reboot).

Download and install ADB on PC (platform-tools)

Enable USB debugging on Xiaomi (Settings β†’ About Phone β†’ MIUI Version β†’ 7 taps)

Connect your phone to your PC via USB (file transfer mode)

Allow debugging on the smartphone screen

Check the connection with the adb device command

-->

Method 3: Remove via ADB (for power users)

ADB (Android Debug Bridge) is Google’s official tool for debugging Android devices, which allows you to remove system applications without root rights, but with reservations:

  • βœ… Works on all Xiaomi smartphones with unlocked bootloader.
  • ❌ Some apps will recover after the update MIUI.
  • ⚠️ A team error can lead to system failure.

Step-by-step:

  1. Download the platform-tools from the official Android website and unpack the archive.
  2. Turn on USB Debugging on your smartphone (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times tap the build number β†’ return to Settings β†’ Additional β†’ For developers).
  3. Connect your phone to your PC via USB and select File Transfer mode.
  4. Open the command line (Win + R β†’ enter cmd) and go to the folder with the platform-tools:
cd C:\path\pad\platform-tools
  1. Check the connection of the device:
adb devices

If the phone appears in the list, type a command to delete (for example, for Google Chrome):

adb shell pm uninstall -k --user 0 com.android.chrome

List of packages of popular Google applications:

AnnexPacket nameCan I remove it without consequences?
Google Play Marketcom.android.vending❌ No (disrupts the installation of applications)
Google Play Servicescom.google.android.gms❌ No (critical for Android to work)
YouTubecom.google.android.youtubeβœ… Yes.
Google Chromecom.android.chromeβœ… Yes.
Google Duocom.google.android.apps.tachyonβœ… Yes.

πŸ’‘

Before deleting, back up your data via Settings β†’ Google β†’ Backup or Mi Cloud. This will help restore the system if something goes wrong.

Method 4: Debloate with Magisk (root required)

If your Xiaomi has Magisk (an alternative to SuperSU for root rights), you can use modules for debloat - uninstall system software.

  • πŸ› οΈ Universal SafetyNet Fix – bypasses Google SafetyNet checks after deletion GMS.
  • πŸ—‘οΈ Debloater (by HuskyDG) – removes pre-installed apps selectively.
  • πŸ” App Systemizer – Converts user applications to system applications and vice versa.

Instructions for Debloater:

  1. Install Magisk and download the Debloater module from the repository.
  2. Reboot your phone and open Magisk β†’ β€œModules”.
  3. Activate Debloater and restart again.
  4. Launch Debloater from the menu and tick off unnecessary Google packages.
  5. Click on β€œApply” and wait for the process to be completed.

⚠️ Note: After Google Play Services is removed, Magisk will no longer have geolocation, push notifications, and Google authorization services in games.

What if notifications stopped working after debloat?
If push notifications (e.g. from Telegram or Viber) don’t come after you delete Google Play Services, try: 1. Install an alternative client for a push service (e.g. MicroG). 2. Enable background activity for the desired applications manually (Settings β†’ Applications β†’ Permissions β†’ Autorun). 3. Reverse changes via Magisk (remove the debloat module) and restore GMS via ADB by command: ad shell cmd package install-existing com.google.android.gms

Method 5: Flashing on custom firmware without GMS

The radical but most effective method is to install firmware without Google services.

  • 🌍 LineageOS – β€œclean” Android without preinstalled apps.
  • πŸ”₯ Pixel Experience – firmware with the interface of Google Pixel, but without unnecessary services.
  • πŸ“± MIUI EU β€” modified MIUI removeable GMS.

Firmware process:

  1. Unlock the bootloader through the Mi Unlock Tool (requires a binding Mi Account and wait 7-15 days).
  2. Download the firmware from the XDA Developers or 4PDA forum (for example, this section will suit the Redmi Note 10 Pro).
  3. Install the custom TWRP recavator via fastboot:
fastboot flash recovery twrp.img


fastboot boot twrp.img

  1. In TWRP, reset (Wipe β†’ Advanced Wipe, mark Dalvik, Cache, System, Data).
  2. Install the downloaded firmware (Install) β†’ Choose. ZIP-file).
  3. Reboot. The first launch can take 10 to 15 minutes.

Advantages of custom firmware:

  • βœ… Full control over system applications.
  • βœ… Lack of advertising and surveillance MIUI.
  • βœ… Regular security updates.

Disadvantages:

  • ❌ Loss of warranty (if the bootloader is unlocked).
  • ❌ Risk of β€œbrick” in case of firmware error.
  • ❌ Some features (such as Mi Pay or Mi Pay) IR-blaster) may not work.

πŸ’‘

GMS-free castom firmware is only suitable for advanced users, and if you are not ready for possible bugs and manual configuration, use methods 1-3.

What to do if Google Services are Recovered

MIUI can automatically restore remote applications after:

  • πŸ”„ Firmware updates through Settings β†’ Updating the system.
  • πŸ”§ Resetting settings to factory.
  • πŸ“± Connecting to Google Account After Flashing.

How to prevent recovery:

  1. Turn off MIUI auto-update: Settings β†’ About Phone β†’ System Update β†’ Three Points β†’ Settings β†’ Auto-update (off).
  2. Freeze packets via ADB: Instead of deleting, use the command:
adb shell pm disable-user --user 0 com.google.android.gms
  1. Use Magisk modules such as DisableForceEncrypt or Universal GMS Doze to block background activity.

If the apps are back, re-delete them via ADB or MIUI Optimizing.

FAQ: Frequent questions about removing Google apps on Xiaomi

Can Google Play Services be removed without consequences?
No. Google Play Services is a critical component of Android responsible for: Sync your Google account; push notifications (including WhatsApp, Telegram); geolocation and Google Maps services; authorization in games and applications through Google Play Games. Alternatively, disable auto-update and background activity through Settings β†’ Annexes β†’ Google Play Services β†’ Battery β†’ Background activity (limit).
How to return Google Remote Apps?
Recovery: Through ADB: adb shell cmd package install-existing com.google.android.gms Through Settings Reset: Settings β†’ Additional β†’ Reset and Reset β†’ Resetting (remove all data!). Through Firmware: Install the official MIUI firmware via the Mi Flash Tool.
Will the banking app (Sberbank, Tinkoff) work without Google Play Services?
Most banking applications in Russia use Google SafetyNet to check the device for root. Firebase Cloud Messaging (FCM) for push notifications; Google Play Protect for virus scanning; Alternatives: Use the web version of the bank through a browser; Install MicroG, an open implementation of Google Play Services (not all applications).
Can I remove Google apps on Xiaomi with a blocked bootloader?
Yes, but with limitations: βœ… Through ADB β€” only user applications (e.g. YouTube, Google Duo). βœ… Through MIUI Optimizing – part of pre-installed programs. ❌ System services (Google Play Services) - you can not unlock the bootloader. To unlock the bootloader on Xiaomi requires: Link the Mi Account to the phone. Wait 7-15 days (duration depends on the model.
What Google Apps Can Be Safely Removed From Xiaomi?
List of applications that will not affect the stability of the system: Application Package Name Consequences of deleting Google Chrome com.android.chrome Browser will be deleted (you can use others) YouTube com.google.android.youtube App will disappear (web version will remain) Google Duo com.google.android.apps.tachyon Calls through Duo will become unavailable Google Podcasts com.google.android.apps.podcasts Podcast app will be removed by Google Play Music com.google.android.music Music service will stop working ⚠️ Do not delete: Google Play Services, Google Services Framework, Google Play Market – this will cause the system to fail.