Why Xiaomi users want to get rid of Google apps
Xiaomi, Redmi and POCO smartphones come with a pre-installed set of Google Mobile Services (GMS) services β even if you buy a device for the Chinese market with global firmware. These apps take up memory, consume battery power in the background and collect user data. Statista estimates that up to 38% of Android device owners are trying to deactivate or delete at least some of Googleβs system services.
The main reasons why users are looking for ways to remove:
- π± Save space - package GMS It weighs between 500MB and 1.5GB, depending on the version. MIUI
- π Extension of autonomy β synchronization and geolocation services consume up to 15% of the charge per day
- π‘οΈ Confidentiality β Limiting the collection of location and activity data
- β‘ Performance β reducing background load on the processor (especially relevant for budget models Redmi) 9A/10A)
However, standard removal via Settings β Applications is not available for system components. In this article, we will look at 5 proven ways to remove Google apps from Xiaomi without obtaining root rights, including methods using ADB, alternative launchers and hidden MIUI features.
Method 1: Disable via MIUI settings (without deleting files)
The safest way to reduce the impact of Google services is to deactivate them in the system settings.This will not free up the device's memory, but will stop background activity and notifications. POCO on MIUI 12-14.
Instructions:
- Open Settings β Applications β Application Management
- Click on the three dots in the upper right corner and select Show System Processes
- In the list, find apps with the name Google (e.g. Google Play Services, Google Play Store, Google App)
- Click on the desired application β Disable β Confirm the action
β οΈ Note: Disabling Google Play Services may disrupt some applications (banking, games with Google Play Games, maps). GMS.
| Annex | Can I turn it off? | Effects of consequences |
|---|---|---|
| Google Play Services | β Not recommended | Failure of 80% of applications from the Play Store |
| Google Play Store | β We can. | It is impossible to install/update applications through the official store |
| Google App (Search) | β We can. | Search widget and voice assistant will disappear |
| YouTube | β We can. | You will need to use the web version or alternative clients. |
| Chrome | β We can. | You can replace it with Firefox or Brave. |
π‘
If your banking apps have stopped working after Google Play Services has been disabled, try installing micro-G (an alternative version of the services) via APKMirror.
Method 2: Removal via ADB (no root rights)
Android Debug Bridge (ADB) allows you to remove system applications without getting root access. The method works on all Xiaomi devices with a bootloader unlocked. Importantly, it does not delete files physically, but only hides them from the system.
Step-by-step:
Install ADB on PC (download from the official website)|
Enable USB debugging on your phone (Settings β About Phone β MIUI Version (click 7 times) β Additional β Developers β Debugging over USB)|
Connect your phone to your PC and confirm your trusted device |
Open the command line in the folder with ADB (Shift + right mouse button β βOpen PowerShell window hereβ)
-->
adb devicesIf the device appears in the list, enter the command to delete (youtube example):
adb shell pm uninstall -k --user 0 com.google.android.youtubeList of packages of popular Google applications:
- πΊ YouTube β com.google.android.youtube
- π Chrome β com.android.chrome
- π Play Store - com.android.vending
- π Google App β com.google.android.googlequicksearchbox
- π Google Play Services β com.google.android.gms (you can delete, but not recommended)
β οΈ Note: Deleting com.google.android.gms will render 90% of apps from the Play Store, including banking, cards and instant messengers, inoperable, and only use this method if you are willing to switch to alternative stores like the Aurora Store.
How to return remote applications through ADB?
Method 3: Use of alternative launchers
If your goal is to get rid of Google widgets and shortcuts (like search bars on the home screen), you can install a side launcher. This won't remove the apps themselves, but hides them from the interface. Best options for Xiaomi:
- π Nova Launcher β supports hiding system applications, lightweight
- π¨ Lawnchair β open source, minimalist design
- β‘ Hyperion Launcher β Optimized for weak devices (Redmi) 8A/9C)
- π Blank Launcher β a completely empty screen without widgets
How to hide Google apps in Nova Launcher:
- Install Nova Launcher from Play Store
- Press your finger on the main screen β Nova settings
- Go to Apps and Widgets β Hide Apps
- Check the boxes for unnecessary Google services (YouTube, Chrome, etc.)
- Click Ready and restart the launcher
π‘
Alternative launchers donβt physically remove applications, they just hide them from the interface, which is a safe way for beginners to use, but it doesnβt free up the deviceβs memory.
Method 4: Install custom firmware without GMS
For power users, the best way to get rid of Google services is to install GMS-free firmware. Popular options for Xiaomi:
- π± LineageOS β pure Android without unnecessary services
- π§ Pixel Experience β firmware in the style of Google Pixel, but with the ability to remove GMS
- π MIUI EU β European MIUI with the option to disable Google services
- π‘οΈ CalyxOS β firmware with a focus on privacy (blocks Google trackers)
Installation process:
- Unlock the bootloader via Mi Unlock Tool (requires a Xiaomi account and wait 7-14 days)
- Install custom recovery (TWRP or OrangeFox)
- Download the GMS-free firmware from the XDA Developers forum
- Fly through recovery with full Wipe (Wipe β Format Data)
β οΈ Attention: Installing custom firmware will void Xiaomi's warranty and may cause the device to operate unstable.Before the procedure, make a full backup through the device. TWRP β Backup.
| Firmware | Support for GMS | Complexity of installation | Suitable models |
|---|---|---|---|
| LineageOS | β No (can be further established) | Medium | Redmi Note 10/11, POCO X3/X4 |
| Pixel Experience | β Yes (can be removed) | Tall. | Mi 11, Redmi K40 |
| MIUI EU | β There are (turn off) | Low. | All Xiaomi models |
| CalyxOS | β No (replaced with microG) | Tall. | POCO F1-F4, Mi 9/10 |
Method 5: Use of the De-Bloater app (for experienced ones)
Apps like Universal Android De-bloater (UAD) or ADB AppControl allows you to massively remove system applications through ADB-It's a semi-automatic method that requires caution.
Instructions for ADB AppControl:
- Download ADB AppControl with XDA
- Connect your phone to a PC with USB debugging enabled
- Launch the program and wait for the download of the application list
- Check the boxes for unnecessary Google services (e.g. Google OneTimeInitializer, Google Partner Setup)
- Click Uninstall selected apps β For current user only
Advantages of the method:
- π Visual interface for package management
- π Ability to create a backup before removal
- π Recovery of Remote Applications
β οΈ Note: Do not delete the following packets via De-bloater β this will result in a bootloop ( looped download):
- com.google.android.gsf (Google Services Framework)
- com.android.vending (if you plan to use the Play Store)
- com.miui.securitycenter (MIUI Security Center)
What to do if something goes wrong
If you delete system applications incorrectly, you can have problems ranging from the lack of Internet access to the complete failure of the device.
Problem 1: The phone is not turned on (bootloop)
- Press Power + Volume Up to Enter Fastboot
- Connect your phone to your PC and execute the command: fastboot flash boot path to original boot.img (download the original boot.img for your model with Xiaomi Firmware Updater)
- Reboot the device: fastboot reboot
Problem 2: Mobile data has stopped working
Remove com.google.android.gms? Restore it through ADB:
adb shell cmd package install-existing com.google.android.gmsOr install microG as a replacement.
Problem 3: The Play Store is not working
If you delete com.android.vending, download APK from APKMirror and install it manually. Google Play Services will be required to work.
π‘
Always create a backup through TWRP or MIUI Backup (Settings) β Additionally. β Backup and reset before mass removal of system applications, which will save recovery hours.