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:
- Go to Settings โ Applications โ Application Management.
- Select an app (like Google Chrome).
- Press. โฎ (three-point) โ Remove updates.
- 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.
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:
- Connect your phone to your PC and confirm your trust in the computer on your smartphone screen.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Check the connection command: Adb devices should appear serial number of your device.
- Get a list of all Google packages: adb shell pm list packages | grep 'google'
- Remove unnecessary apps by team (youtube example): adb shell pm uninstall --user 0 com.google.android.youtube
List of popular removal packages:
| Annex | Packet name | Can I remove it without consequences? |
|---|---|---|
| YouTube | com.google.android.youtube | โ Yes. |
| Google Play Store | com.android.vending | โ ๏ธ Partially (some apps will stop updating) |
| Gmail | com.google.android.gm | โ Yes. |
| Google Duo | com.google.android.apps.tachyon | โ Yes. |
| Google Chrome | com.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.
- Unlock the bootloader through the official Xiaomi tool (you will have to wait 7-15 days after the account is linked).
- Install a custom recap (TWRP) for your model.
- 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?
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:
- Unlock the bootloader (as in the previous section).
- Install TWRP or OrangeFox Recovery.
- Download the firmware for your model from the XDA Developers forum.
- 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 reboot2.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.apk3 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.