How to Remove Google Apps from Xiaomi: From Disconnection to Uninstallation

Owners of Xiaomi, Redmi and POCO smartphones often face the problem of pre-installed Google services that take up space in memory, consume battery power and collect data. Even after resetting, these applications return โ€” they can not be removed by standard methods. In this article, we will discuss 5 working ways to get rid of the Google Play Store, YouTube, Gmail and other services on MIUI 13/14 firmware (including global versions).

It's important to understand that completely removing system applications can disrupt some features (e.g. Google Play Services is responsible for push notifications and authorization in games). We'll look at both secure and radical methods of disabling using ADB and custom firmware. If you just need to make room, the first two are enough. If the goal is maximum privacy, deeper manipulation will be required.

Note: instructions are relevant for Xiaomi 12/13/14, Redmi Note 11/12, POCO F4/F5 and other devices on MIUI with pre-installed GMS services (Google Mobile Services). For phones on MIUI for Russia (without GMS) methods are not suitable - there are simply no Google applications.

1. disable Google apps through MIUI settings

The easiest and safest way is to deactivate unnecessary services, which will not delete their files from the device, but will stop background work and save battery life, and is suitable for users who want to save basic features (such as Google Play Services for games).

How to do this:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Annexes โ†’ Application management.
  • ๐Ÿ” In the search box, type the name of the app (for example, YouTube or Google Play Movies).
  • โš™๏ธ Click on the app. โ†’ Disable (if the button is inactive, first click Remove Updates).
  • ๐Ÿ”„ Repeat for all unnecessary services: Google Duo, Google Tips, Google One, etc.

Limitations of the method:

  • โŒ You canโ€™t turn off Google Play Services and Google Services Framework, it will cause other applications to crash.
  • โŒ Application files remain in memory (take up) ~1-3 GB depending on the model).
  • โŒ After updating MIUI Some applications may be activated again.

๐Ÿ’ก

To hide the disabled applications from the menu, use the Nova Launcher or Hyperion Launcher launcher โ€“ they allow you to filter the list of programs.

2.Removal of updates and reset to factory version

Many Google services initially take up little space, but after automatic updates, their size increases significantly. For example, the Google Play Store can weigh 50 MB in the stock version and 200 + MB after updates. You can return applications to the factory state without root rights.

Instructions:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Select an app (like Google Chrome).
  3. Press. โ‹ฎ (three-point) โ†’ Remove updates.
  4. Confirm the action. The app will return to the factory version (usually reducing its size by 30 to 70 percent).

For a mass reset, use ADB (Android Debug Bridge) and connect your phone to your PC, enable USB Debugging in the developer settings, and follow the command:

adb shell pm list packages -f | grep 'google' | awk -F= '{print $1}' | xargs -I {} adb shell pm clear {}

This command will reset the data and cache of all Google apps, but won't delete them completely.For a complete uninstallation, read the next section.

๐Ÿ“Š Which Google Apps You Want to Remove First?
YouTube and Google Play Movies
Gmail and Google Duo
Google Play Store
Google Chrome
All of the above

3. Complete removal via ADB (no root)

The way for advanced users to work with the command line: allows you to remove Google system applications without superuser rights, but requires care - an error can lead to failures in the MIUI.

What you need:

  • ๐Ÿ–ฅ๏ธ A computer with installed Xiaomi drivers and ADB (You can download from the official Android website).
  • ๐Ÿ“ฑ Smartphone with enabled debugging USB (Settings โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to the Additional Settings โ†’ For developers).
  • ๐Ÿ”Œ Cable USB (preferably original).

Step-by-step:

  1. Connect your phone to your PC and confirm your trust in the computer on your smartphone screen.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  3. Check the connection command: Adb devices should appear serial number of your device.
  4. Get a list of all Google packages: adb shell pm list packages | grep 'google'
  5. Remove unnecessary apps by team (youtube example): adb shell pm uninstall --user 0 com.google.android.youtube

List of popular removal packages:

AnnexPacket nameCan I remove it without consequences?
YouTubecom.google.android.youtubeโœ… Yes.
Google Play Storecom.android.vendingโš ๏ธ Partially (some apps will stop updating)
Gmailcom.google.android.gmโœ… Yes.
Google Duocom.google.android.apps.tachyonโœ… Yes.
Google Chromecom.android.chromeโœ… Yes (you can use another browser)

Debugging is on. USB|Installed drivers Xiaomi on PC|Scud ADB (platform-tools)|Backup of important data is made|Battery charge > 50%-->

โš ๏ธ Note: Do not delete com.google.android.gms (Google Play Services) and com.google.android.gsf (Google Services Framework) and this will result in the loss of push notifications, authorization in games and banking applications. If deleted accidentally, restore via reset settings.

4. Removal with Magisk (root required)

If you're ready to get root rights, the removal process becomes easier and more reliable.

  1. Unlock the bootloader through the official Xiaomi tool (you will have to wait 7-15 days after the account is linked).
  2. Install a custom recap (TWRP) for your model.
  3. Switch to Magisk to get root rights.

After getting root, use:

  • ๐Ÿ”ง Magisk Module โ€” Universal GMS Doze or DisableGMS (disables Google background activity).
  • ๐Ÿ—‘๏ธ System App Remover (requires root).
  • ๐Ÿ› ๏ธ Manual removal through TWRP โ€” mount the section /system and remove APK-Manual files (for experienced users).

Advantages of the method:

  • โœ… Complete deletion of files (free up space in memory).
  • โœ… Ability to return applications through backup.
  • โœ… Controlling Googleโ€™s Background Processes.

โš ๏ธ Attention: Unlocking the bootloader and getting root resets all data on the phone and can deprive you of warranties. On some Xiaomi models (for example, Redmi Note 10 Pro) after unlocking, Widevine stops working. L1 โ€” This will reduce the quality of streaming on Netflix and Disney.+ before 480p.

How to check Widevine after unlocking?
Install the DRM Info app from Google Play. If the Widevine line says L3, the streaming quality will be limited. L1 can only be returned through the official firmware and bootloader lock.

5. Installation of custom firmware without GMS

A radical way for those who want to get rid of Google completely is to reflash the phone on custom firmware without GMS services.

  • ๐Ÿ“ฑ LineageOS โ€“ pure Android without unnecessary applications.
  • ๐Ÿ“ฑ Havoc-OS or Pixel Experience โ€“ with privacy settings.
  • ๐Ÿ“ฑ MIUI EU โ€” modified MIUI without bloat (but with the option of manual removal by Google).

How it works:

  1. Unlock the bootloader (as in the previous section).
  2. Install TWRP or OrangeFox Recovery.
  3. Download the firmware for your model from the XDA Developers forum.
  4. Sweep through the receptacles, then install NikGapps (if you only need basic Google services) or discard them altogether.

Pros:

  • โœ… Full control of the system.
  • โœ… No Google apps preinstalled (if you choose firmware without Google) GMS).
  • โœ… Regular security updates.

Cons:

  • โŒ Hard for beginners.
  • โŒ Possible bugs (e.g., a broken camera or fingerprint sensor).
  • โŒ No official support from Xiaomi.

๐Ÿ’ก

GMS-free castom firmware is suitable for users who want privacy and a willingness to sacrifice certain features (for example, Google Pay or login through Google in games).

6.Alternative methods: from MicroG to virtual environment

If you only need separate Google features (like Google Maps or gaming authorization) but donโ€™t want to keep all the services, consider these options:

1. MicroG is an open replacement for Google Play Services

It is an open source project that emulates the core features of Google Play Services without data collection, and can be installed via F-Droid. Minus: not all apps work correctly (for example, Pokรฉmon GO can block an account).

2. Virtual environment (Shelter or Island)

Shelter or Island apps create an isolated user profile where you can run Google apps without access to the main system, so you can use Google Maps or Gmail, but they wonโ€™t track your activity on other apps.

3. Cloud services

If you only need YouTube or Google Drive, use them through your browser in Desktop mode (for example, in Firefox with the uBlock Origin extension to block trackers).

Frequent Mistakes and How to Avoid Them

When removing Google apps, users often face these issues:

1.The phone stopped turning on after the system packets were removed

The reason: the critical components (Google Services Framework or MIUI System UI) have been removed, so you can reset the settings via Fastboot:

fastboot erase userdata


fastboot reboot

2.Push notifications are not working

The reason: Google Play Services is removed, and the solution is to install MicroG or return the package via ADB:

adb install com.google.android.gms.apk

3 Applications are returned after the MIUI update

Reason: Firmware restores stock packets. The solution is to disable automatic updates in Settings โ†’ About Phone โ†’ System Update or use Magisk Module DisableGMS.

๐Ÿ’ก

Before any manipulation of system files, backup via TWRP or Swift Backup (requires root) will allow you to restore the phone in 10-15 minutes in case of an error.

FAQ: Answers to Frequent Questions

Can you delete Google from Xiaomi without a computer?
Yes, but with limitations. Without a PC, you can only disable applications through settings or reset them. Complete removal requires an ADB (computer requires) or root rights (requires unlocking the bootloader via a PC).
Will Google Pay work after Google Play Services is removed?
No. Google Pay (like other contactless banking apps) requires Google Play Services to work.The alternative is to use Mi Pay (if available in your area) or Samsung Pay on other devices.
How to return Google Remote Apps?
Recovery: Fastboot your phone (official firmware will return all packages). APK-manual files (for example, download com.google.android.gms from APKMirror). TWRP (if you have made a backup copy).
Is it true that without Google Play Services, the phone is getting faster?
Yes, but not always significantly. Google Play Services consumes ~5โ€“15% battery charge in the background (depending on model) after removal: โœ… The Autonomous Work Time will be increased 10โ€“30%. โœ… Released. ~300โ€“500 MB of RAM. โŒ Some features will stop working (such as geolocation in games or cloud backup).For maximum effect, combine Google deletion with disabling. MIUI Optimizations (through ADB): adb shell settings put global hidden_api_policy 1
What Xiaomi models do you have without Google?
S 2020 Xiaomi releases separate versions of smartphones for the Russian and Chinese markets without pre-installed Google services (so-called โ€œGoogleโ€ services). MIUI These are models from Xiaomi. 11T Pro (version for Russia), Redmi Note 10/11 (sold without Russia GMS), POCO M4 Pro (option for the EAEU), All phones in the series Mi/Redmi For the Chinese market (e.g. Xiaomi) 13 You can distinguish them by the absence of the Google logo on the box and in the settings (Settings). โ†’ On the phone - no Google item).