Google apps take up space in memory, consume battery power and collect data even on Xiaomi smartphones, where they can not be deleted in standard ways. If you want to free up the resources of the device, increase privacy or just get rid of unnecessary software, this guide will help you do it correctly, without the risk of βbrickingβ the phone.
Unlike most Android devices, MIUI firmware and Xiaomiβs new HyperOS integrate Google services at the system level, which means simply clicking βDeleteβ in the app menu wonβt work. Weβll look at 5 working methods, from temporary shutdown to complete removal via ADB, taking into account the features of different firmware versions and models (from Redmi Note 10 to Xiaomi 14 Ultra).
Importantly, not all methods are equally secure, for example, removing system APKs without backing up can cause Google Play Services to crash, affecting other applications, so we'll start with the most gentle options and gradually move on to the radical ones.
1. disable Google apps without deletion
The easiest and safest way to do this is to deactivate unnecessary services, which will not free up memory, but will stop background activity and notifications, and works on all Xiaomi models, including POCO and Black Shark, regardless of the MIUI version.
How to do this:
- π± Open the Settings. β Annexes β Application management
- π In the search bar, type the name of the app (for example, Google Play Music or Duo)
- π« Press "Disable" (if the button is inactive, first click "Stop")
- β οΈ Confirm the action in the dialog window
What applications can be turned off without consequences:
| Annex | Effects of disconnection | Recommendation |
|---|---|---|
| Google Play Books | You canβt read the books you bought. | β Safe. |
| Google Play Movies | You canβt watch a rented video. | β Safe. |
| Google Duo | Video calls via Duo will not work. | β Safe. |
| Google Play Games | Not synchronized with game achievements | β οΈ Unless you're playing. |
| Google App (Search) | Search widget and voice assistant will disappear | β Not recommended |
β οΈ Note: Do not disable Google Play Services and Google Services Framework, as this will cause disruptions in other applications, including banking and instant messengers.
2. Removal of updates to system applications
Many Google apps are built into firmware, but they are installed separately through the Play Market, and you can remove them by returning them to the factory version, and this won't remove them completely, but it will reduce the space and reset the settings.
Instructions:
- Go to Settings β Applications β Application Management
- Select the app you want (like Google Chrome)
- Click on three dots in the upper right corner β βDelete Updatesβ
- Confirm the action.
After that:
- π The app will return to the factory version (usually older than the previous version). 1-2 year-end)
- π Auto Update will be blocked until you manually allow it in the Play Market.
- π‘οΈ Some features may not work as well (for example, there is no support for the older version of YouTube). 4K)
π‘
To block an automatic update of a particular app, open its Play Market page, click on three points β βCancel Update Subscriptionβ.
3. Removal via ADB (for power users)
If you need to completely uninstall Google apps (like Gmail, YouTube, or Google Photos), you will need to connect to ADB (Android Debug Bridge), a method that works on all Xiaomi models, but requires unlocking the bootloader and enabling debugging over USB.
β οΈ Warning: Misuse of the right ADB This may cause data loss or phone failure. make a backup copy through Settings before starting β Additionally. β Backup and reset.
Step-by-step:
Install ADB-PC drivers|Enable debugging on USB developer-setting|Connect the phone to the PC by USB|Allow debugging on the phone (pop-up window)|Download the list of Google packages (see below)
-->
List of commands to remove popular applications:
adb shell pm uninstall -k --user 0 com.google.android.gm # Gmail
adb shell pm uninstall -k --user 0 com.google.android.youtube # YouTube
adb shell pm uninstall -k --user 0 com.google.android.apps.photos # Google Photo
adb shell pm uninstall -k --user 0 com.google.android.apps.maps # Google Maps
adb shell pm uninstall -k --user 0 com.google.android.googlequicksearchbox #Google SearchTo see the complete list of Google packages installed, follow the command:
adb shell pm list packages | grep 'google'β οΈ Note: Deleting com.google.android.gms (Google Play Services) or com.google.android.gsf (Google Services Framework) will render all applications dependent on Google inoperable, including many games and banking services.
How to return remote applications?
4. Removal via TWRP (for root users)
If your Xiaomi has custom recovery installed TWRP, You can remove the system system. APK-files directly through the file manager. This method is suitable for users with an unlocked bootloader and installed root access.
Instructions:
- Load the phone to TWRP mode (clip Power + Volume up when turned on)
- Select Advanced β File Manager
- Go to /system/priv-app/ or /system/app/
- Find folders with Google app names (e.g. PrebuiltGmsCore is Google Play Services)
- Delete the entire folder or just APK-file inside it (extension.apk)
- Reboot the phone.
List of folders that can be deleted without critical consequences:
- π Velvet - Google Search
- π GmsCore β Google Play Services (β οΈ Remove only if you do not use Google-dependent apps)
- π GoogleTTS β Google Speech Synthesizer
- π Google CalendarSyncAdapter β Calendar Synchronization
π‘
TWRP removal is the most radical method, but also the most effective. Once cleaned, Google apps wonβt recover from resets (unlike the ADB method).
5. Use of debloather (automated removal)
For users who don't want to manually type ADB commands, there are dedicated debloather utilities that automatically find and remove unnecessary system applications, including Google services.
- π οΈ Universal Android Debloater (GUI for ADB, work Windows/Linux/Mac)
- π± Debloater (by XDA) β Android app with root access
Example of Universal Android Debloater:
- Download the utility from GitHub
- Connect your phone to USB with debugging enabled
- Start the program and select Read device packages
- In the list, find Google apps (they are tagged [GOOGLE])
- Check the unneeded boxes and click Uninstall selected
Advantages of the debloater:
- β Visual interface β no need to remember commands
- β Ability to back up before deletion
- β Support for batch removal
β οΈ Note: Some debloathers (especially mobile apps) require root rights, without which they can only disable applications, but not remove them completely.
6. Install custom firmware without Google (radical)
The most drastic way to get rid of Google services is to reflash the phone to custom firmware without GApps (Google Apps).
- π± LineageOS (officially supports many Xiaomi models)
- π ArrowOS (optimized for performance)
- π‘οΈ GrapheneOS (maximum privacy, but limited device support)
- π HyperOS without GApps (modified builds from the community)
Installation process:
- Unlock the bootloader through the Mi Unlock Tool (requires waiting 7-168 hours for new Mi accounts)
- Install TWRP or other custom recovery
- Download firmware without GApps (e.g. LineageOS for microG)
- Fly through recovery by running Wipe β Format Data (β οΈ It'll delete all the data!)
Pros and cons:
| Advantages | Deficiencies |
|---|---|
| β Google's complete absence | β No Google Play (youβll need to use the Aurora Store or F-Droid) |
| β Enhanced confidentiality | β Possible bugs (cameras, sensors, etc.) |
| β Longer support for older models | β A complex installation process for beginners |
| β No background activity of Google | β Some apps (banks, games) may not work |