How to Disable or Remove Google Apps on Xiaomi: All the Ways to Work

Xiaomi, Redmi and POCO smartphones come pre-installed with Google services from Play Store to Google Play Services. For most users, these apps are useful, but some want to disable or remove them for a number of reasons: saving battery life, freeing up memory, improving privacy or combating background activity. In this article, we will discuss all the current ways to deactivate Google services on devices running MIUI 12-14, including hidden settings, ADB commands and alternative root-free methods.

It is important to understand that the complete removal of system applications without consequences is not always possible. Some services (for example, Google Play Services) are critical to the operation of other programs, and their disabling can lead to failures in YouTube, Gmail or banking applications. We will explain in detail which applications can be safely deactivated and which should not be touched to avoid problems with the functionality of the smartphone.

Why users want to disable Google apps on Xiaomi

The main reasons why Xiaomi owners are trying to get rid of Google services:

  • ๐Ÿ”‹ Battery savings: Background activity of Google Play Services and Google App can consume up to 10-15% of charge per day.
  • ๐Ÿ“ฑ Memory Freeing: Pre-installed apps take anywhere from 500MB to 1.5GB (depending on model).
  • ๐Ÿ›ก๏ธ Privacy: Google services collect data about the location, activity and preferences of the user.
  • โšก Improved performance: on weak devices (e.g. Redmi) 9A or POCO C31) background processes can inhibit the system.
  • ๐Ÿšซ Unused Features: Many users donโ€™t use Google Assistant, Google Pay or Google Duo.

However, before turning off, you should evaluate the risks, for example, without Google Play Services, you will stop working:

  • ๐Ÿ“ฑPush notifications in most apps (including WhatsApp, Telegram).
  • ๐ŸŽฎGames with Google Play Games support (such as Genshin Impact or Google Play Games) PUBG Mobile).
  • ๐Ÿ’ณBanking applications (SberBank, Tinkoff, VTB may require Google services for security).
๐Ÿ“Š What is your goal when you disable Google apps?
Savings in battery charge
Freeing Memory
Enhancing confidentiality
Accelerating the operation of the smartphone
Another reason.

Method 1: Standard shutdown via MIUI settings

The easiest and safest method is to deactivate applications through the settings menu, which does not remove programs completely, but stops them from working and background activity, and is suitable for most users who want to save battery power without risking the system.

Instructions:

  1. Open the Settings โ†’ Applications.
  2. Select the All Apps tab (or Application Management in older versions of MIUI).
  3. Find the right app (e.g. Google, Google Play Music or Duo) in the list.
  4. Click on it โ†’ Disable (or Remove Updates if the Disable button is inactive).
  5. Confirm the action in the window that appears.

Once disabled, the app will disappear from the menu, but will remain in the system, and it can be activated again through the same settings section.

โ˜‘๏ธ Preparing to disable Google applications

Done: 0 / 4

โš ๏ธ Note: Do not disable Google Play Services and Google Services Framework through the standard menu, as this may cause other applications to crash.

Method 2: Remove updates and reset to factory version

Many Google apps canโ€™t be removed completely, but you can return them to the factory version by removing all updates, which will reduce space and background activity, and works for most services except mission-critical ones like Google Play Services.

How to do this:

  1. Go to Settings โ†’ Apps โ†’ select the desired app (like Google Chrome or Google Maps).
  2. Click on the three dots in the upper right corner โ†’ Remove updates.
  3. Confirm the action. The app will return to the version that was preinstalled on the smartphone.

After that, you can further disable automatic update:

  1. Open Play Store โ†’ Click on the profile avatar โ†’ Settings.
  2. Select Auto-Update Applications โ†’ Never.
AnnexCan I turn it off?Can I remove the updates?Effects of disconnection
Google Play ServicesโŒ No.โŒ No.Failure of notifications, authorization problems in applications
Google (search)โœ… Yes.โœ… Yes.Search widget will disappear, there will be no voice assistant
Google Chromeโœ… Yes.โœ… Yes.There will be no standard browser (alternatives can be used)
YouTubeโœ… Yes.โœ… Yes.The app will disappear, but you can use the web version
Google Duoโœ… Yes.โœ… Yes.No video calls via Duo (alternatives can be used)

๐Ÿ’ก

If after removing updates, the application continues to take up a lot of space, clear its cache in the settings (Settings โ†’ Apps โ†’ Storage โ†’ Clear the cache).

Method 3: Disconnect via ADB (without root rights)

For power users, there is a method to completely remove unnecessary Google apps using ADB (Android Debug Bridge), which does not require root rights, but requires connecting the smartphone to the computer, the advantage is the ability to remove even those programs that cannot be deactivated through settings.

What you need:

  • ๐Ÿ–ฅ๏ธ A computer with installed Xiaomi drivers and ADB.
  • ๐Ÿ“ฑ Xiaomi smartphone with enabled debugging USB.
  • ๐Ÿ”Œ USB-cable (preferably original).

Step-by-step:

  1. Turn on Developer Mode on your smartphone: Go to Settings โ†’ About Phone. Tap 7 times on the MIUI Version until you become a developer notification appears.

USB debugging

  • Back to Settings โ†’ Additionally. โ†’ For developers.
  • Turn on the debugging switch over USB.
  • Connect your smartphone to your computer and confirm the debugging permission.
  • Open the command prompt (CMD on Windows or Terminal on macOS/Linux) and type:
adb devices

(Your device should be displayed.)

adb shell pm uninstall -k --user 0 com.google.android.gm

(This command removes Gmail for the current user. Replace com.google.android.gm with the desired application package.)

List of packages of popular Google applications:

  • ๐Ÿ“ง Gmail: com.google.android.gm
  • ๐ŸŒ Google Chrome: com.android.chrome
  • ๐ŸŽต YouTube: com.google.android.youtube
  • ๐Ÿ—บ๏ธ Google Maps: com.google.android.apps.maps
  • ๐Ÿค– Google Assistant: com.google.android.googlequicksearchbox
How to find out the package of any application?
Install the App Inspector app (available in the Play Store) or use the ADB command: adb shell pm list packages | grep 'google' This command will display a list of all packages associated with Google.

โš ๏ธ Attention: Do not remove through ADB the following packages, if not sure of the consequences: com.google.android.gms (Google Play Services) com.google.android.gsf (Google Services Framework) com.android.vending (Play Store) Their removal may lead to the inoperability of the smartphone!

Method 4: Using Magisk (for advanced users)

If youโ€™re ready to get root rights, Magisk can remove any system applications, including Google Play Services, which is suitable for power users, as it requires unlocking the bootloader and installing a customized Recovery (TWRP).

Advantages:

  • โœ… Complete removal of unnecessary applications.
  • โœ… The ability to get it back (through backup).
  • โœ… Flexible system setup.

Disadvantages:

  • โŒ Risk of "bricking" of the device in case of errors.
  • โŒ Loss of warranty on most Xiaomi models).
  • โŒ Possible problems with banking applications (due to SafetyNet).

Instructions:

  1. Unlock the bootloader through the Mi Unlock Tool (requires a wait of 7-14 days for new accounts).
  2. Install TWRP for your Xiaomi model.
  3. Sweep Magisk through the Recovery.
  4. Install the System App Remover module (available in the Magisk repository).
  5. Select the applications to remove and restart the device.

๐Ÿ’ก

Use Magisk only if you understand the risks! For most tasks, there are enough root-free ways (ADB or standard shutdown).

Method 5: Alternative firmware (without Google services)

If you want to get rid of Google services completely, you can install custom firmware without GApps (Google Apps).

  • ๐Ÿ“ฑ LineageOS (official or unofficial build without GApps).
  • ๐Ÿ›ก๏ธ GrapheneOS (focus on privacy, but supports a limited list of devices).
  • ๐Ÿ”ง Havoc-OS or Pixel Experience (with Google-free version option).

Advantages:

  • โœ… Full control of the system.
  • โœ… Lack of background activity of Google.
  • โœ… The ability to use alternative services (e.g. MicroG instead of Google Play Services).

How to determine:

  1. Unlock the bootloader (as in the way with Magisk).
  2. Install TWRP or another custom recaveri.
  3. Download firmware without GApps for your Xiaomi model (for example, from the XDA Developers forum or 4PDA).
  4. Flush the firmware through the Recovery by running the Wipe partitions System, Data, Cache.

โš ๏ธ Attention: Installing custom firmware erases all data on the device! pre-restore through TWRP Also note that some Xiaomi models (e.g. Redmi Note 10 Pro or Mi Cloud). POCO F3) have anti-Rollback protection, which can lock the device when rolling back to the old version MIUI.

What to do if you have problems after disabling Google apps

If you have encountered errors after deactivating Google services, follow these recommendations:

Problem.Possible causeDecision
Notifications are not received on WhatsApp/TelegramGoogle Play Services is disabledTurn it back on or use an alternative client (e.g., Fossgram for Telegram)
Authorization in banking applications does not workGoogle Play Services or SafetyNet is not availableInstall Magisk with Universal SafetyNet Fix or return Google services
The smartphone has become slower to workConflict after removing system applicationsPerform a reset (Settings โ†’ Additional โ†’ Resetting)
YouTube or Gmail is not working.Application removed completelyInstall a web version or alternative client (e.g. NewPipe for YouTube)

If the problems are serious (such as a bootloop or a persistent crash), try:

  1. Log in to Fastboot (press Power + Volume down when turned on) and reflash the device via the Mi Flash Tool.
  2. Install the official firmware through TWRP (if the Recovery are installed).
  3. Contact the Xiaomi Service Center (if warranty is valid).

FAQ: Frequent questions about disabling Google apps on Xiaomi

Can Google Play Services be removed without consequences?
No, removing Google Play Services completely will cause most apps, including WhatsApp, banking, and gaming, to crash, but you can turn off updates or use an alternative like MicroG (root rights required).
How do I get the disabled apps back?
If you have disabled the app through settings, go to Settings โ†’ Apps โ†’ All apps, find it in the list and click Enable. If you have deleted it through ADB, use the command: adb shell cmd package install-existing com.google.android.gm (Replace com.google.android.gm with the package of the desired application).
Will YouTube work after Google apps are disabled?
If you delete the official YouTube app, you won't be able to use it directly: ๐ŸŒ Web version of YouTube via browser. ๐Ÿ“ฑ NewPipe (lightweight client with additional features). ๐ŸŽฅ Vanced (modified YouTube without ads, but requires root rights).
Can I turn off Google services on Xiaomi without a computer?
Yes, but the options are limited. You can: Disable apps through settings (Settings โ†’ Apps); Remove updates for unnecessary programs; use apps like App Inspector or Package Disabler (requires superuser rights); and Remove them completely without ADB or Magisk.
Which Xiaomi models are best for removing Google services?
Itโ€™s easiest to remove Google apps on models with an active custom firmware community: ๐Ÿ“ฑ POCO F1 (beryllium is one of the most supported models. ๐Ÿ“ฑ Redmi Note 7/8 Pro (violeta/begonia) โ€” a lot of firmware without GApps. ๐Ÿ“ฑ Xiaomi Mi A2/A3 (Android One series โ€“ initially have a โ€œcleanโ€ Android, but you can replace the firmware. ๐Ÿ“ฑ POCO X3 NFC (surya is a popular model among enthusiasts. Before buying, check the availability of custom firmware for a particular model on the forums XDA or 4PDA.