Removing Google Play from Xiaomi phones is a challenge that many users are concerned about: some want to get rid of unnecessary Google services to save battery life, some want complete privacy, and some just donโt use the app store. However, on most Xiaomi models (especially with global firmware MIUI), Google Play is integrated into the system at the firmware level, making it a non-trivial task to remove it.
In this article, weโll look at all the ways you can go from simple disabling to complete removal with ADB and root rights, which Redmi, POCO or Mi models allow you to uninstall Google services without consequences, and where this can lead to failures, and weโll also analyze alternatives, such as using the Aurora Store or manually installing APK.
Before you start, consider that removing system applications is always risky. On some firmware, it can disrupt Google Play Services, which will cause errors in other applications (such as banking or instant messengers). If you are not sure, test the method first on a data backup.
Why Google Play is Hard to Remove from Xiaomi
On Xiaomi smartphones with global MIUI firmware (e.g. Redmi Note 12, POCO X5, Mi 11), Google services are sewn into the system section /system/priv-app.
- ๐น Normal removal through Settings โ Applications are not available (the "Delete" button is inactive).
- ๐น Even after disabling via adb, the app can recover after the update. MIUI.
- ๐น On some models (e.g. Xiaomi) 13T Google Play is protected by dm-verity mechanism, which blocks changes to system files.
Google Play Services is closely integrated with MIUI, and its removal may result in:
- ๐จ Mistakes in synchronization of Xiaomi account.
- ๐จ Inoperability of push notifications in some applications.
- ๐จ Geolocation problems (if applications use Googleโs FusedLocationProvider).
Another trap is regional firmware: Chinese versions of MIUI (without Google) don't require removal, but they don't support some languages and have service restrictions, and global and European firmware, by contrast, are tailored to the Google ecosystem.
๐ก
Before deleting, check if Google Play is used for login in games or banking applications.Some services (such as Google Pay or Genshin Impact) require an official store.
Method 1: Turn off Google Play without deleting (the safest)
If you just need to stop the background activity of the store, but not remove it completely, use the shutdown.This method works on all Xiaomi models (including Redmi Note 11, POCO F4, Mi 12 Lite) and does not require root rights.
Instructions:
- Open Settings โ Applications โ Application Management.
- In the search, type in the Google Play Store and select it.
- Click Disable (if the button is inactive, click Stop first).
- Confirm the action in the dialog window.
To completely disable background processes:
- Go to Settings โ Accounts and Sync โ Google.
- Turn off synchronization for all services.
- Return to App Management and disable Google Play Services and Google Services Framework.
โ ๏ธ Note: Google Play Services will stop working after shutdown:
- ๐ Accurate location determination in maps.
- ๐ Push notifications in some messengers (for example, Telegram or Viber).
- ๐ฎ Authorization in games through Google Play Games.
Make a backup copy of the data|Check the list of apps that depend on Google|Disable two-factor authorization via Google Authenticator (if used)|Make sure there is an alternative app store on your phone (APKMirror, Aurora Store)-->
Method 2: Remove Google Play via ADB (without root)
If the shutdown isnโt enough, you can uninstall Google Play using Android Debug Bridge (ADB).This method works on most Xiaomi models with the bootloader unlocked, but doesnโt require root rights. Suitable for Redmi 10, POCO X3 Pro, Mi 11 Lite 5G and other devices on MIUI 12-14.
What you need:
- ๐ฅ๏ธ Computer with installed ADB and Fastboot.
- ๐ฑ Included debugging by USB on the phone (Settings) โ The phone. โ Version. MIUI โ Press 7 times, then Settings โ Additionally. โ For developers โ Debugging by USB).
- ๐ Cable USB (preferably original).
Step-by-step:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (Windows) or terminal (Linux/macOS) in the adb folder.
- Enter the command to check the connection: Adb devices must display the serial number of your device.
- Run the command to delete Google Play Store: adb shell pm uninstall -k --user 0 com.android.vending
- To remove Google Play Services (optional but recommended for complete disabling): adb shell pm uninstall -k --user 0 com.google.android.gms
โ ๏ธ Note: Some firmware (e.g. HyperOS on Xiaomi 14) may not work because of system partition protection, requiring root or custom firmware.
After removal:
- โ Google Play Store will disappear from the menu.
- โ com.google.android.gms background processes will stop consuming battery.
- โ Some apps (such as YouTube or Gmail) may stop updating.
What to do if ADB It's a mistake. [DELETE_FAILED_INTERNAL_ERROR]"
Method 3: Complete removal with root rights
If you're willing to go to drastic measures, you can get root rights and remove Google Play at the system file level. This method is suitable for power users and requires unlocking the bootloader. Works on all Xiaomi models, including the Redmi K60, POCO F4 GT, Xiaomi 13 Ultra.
โ ๏ธ Note: Getting root rights voids the warranty and may result in:
- ๐ Block some banking applications (due to SafetyNet trigger).
- ๐ต Problems with OTA-Updates (you will need to update manually).
- ๐ ๏ธ Unstable work MIUI (If you incorrectly change system files).
Instructions:
- Unlock the bootloader through Mi Unlock Tool (requires a Xiaomi account binding and a wait of 7-15 days).
- Install custom recovery TWRP for your model (see instructions on XDA Developers).
- Use Magisk to get root rights: fastboot flash boot magisk_patched.img
- Download to TWRP and delete the following files: /system/priv-app/PrebuiltGmsCore/ /system/priv-app/Phonesky/ /system/app/GmsCore/
- Clean the cache and dalvik-cache in TWRP, then restart.
After removal:
- ๐ Google Play and related services will be removed without recovery through standard means.
- ๐ To install applications, you will need to use alternative stores (for example, Aurora Store or F-Droid).
- ๐ Certain functions MIUI (For example, cloud backups may stop working.
Alternatives to Google Play on Xiaomi
If you have removed Google Play but still need to install apps, consider the following alternatives:
| Shop | Advantages | Deficiencies | Reference |
|---|---|---|---|
| Aurora Store | โ Anonymous access to Google Playโ Open source codeโ Support for updates | โ There are no proprietary apps (Netflix, Disney)+) | auroraoss.com |
| APKMirror | โ Officially APK modificationlessโ History of application versions | โ No automatic updatesโ Risk of downloading an outdated version | apkmirror.com |
| F-Droid | โ Open source only.โ No tracking. | โ Very limited choice of applications | f-droid.org |
| APKPure | โ Large application baseโ Support for regional versions | โ Malware risk (check hashes of files) | apkpure.com |
To install applications from these sources:
- Download. APK-phone-file.
- Allow installation from unknown sources in Settings โ Applications โ Special Rights โ Installation of unknown applications.
- Open the file through any file manager (e.g. Mi File Manager).
โ ๏ธ Attention: When installed APK manually:
- ๐ก๏ธ Always check the hash of the file (for example, through Hash Droid).
- ๐ Updates will have to be installed independently.
- ๐ซ Avoid "modified" ones" APK (For example, from sites like BlackMod or RevDL, they may contain malicious code.
Restore Google Play after Deletion
If you change your mind or have problems after deleting, you can restore Google Play in several ways:
- ๐ Through MIUI Recovery: Reset your phone to factory settings (Settings) โ The phone. โ Resetting. This will bring back all system applications, but delete your data.
- ๐ฅ Hand-mounted APK: Download the latest versions of com.android.vending and com.google.android.gms from APKMirror and install them manually.
- ๐ง Through ADB: If the application has been disabled rather than removed, do: adb shell pm enable com.android.vending adb shell pm install-existing com.android.vending
- ๐ฆ Fastboot Firmware: For a full recovery, run the original firmware MIUI via Mi Flash Tool (instructions at xiaomiflash.com).
If Google Play is not working after recovery:
- ๐ Reboot the phone.
- ๐ถ Check your internet connection (Google Play requires a stable connection for first sync).
- ๐ง Clear the cache and application data in Settings โ Annexes โ Google Play Store โ Warehouse.
Xiaomi models where Google Play removal could cause problems
On some Xiaomi devices, deleting Google Play leads to critical crashes. Here is a list of high-risk models:
| Model | Problem after removal | Recommendation |
|---|---|---|
| Xiaomi 13T / 13T Pro | Bootloop (MIUI) error due to dm-verity protection | Use only the ADB shutdown. |
| POCO F5 / F5 Pro | The camera and sensors are not working (dependence on Google Camera Services). | Remove only the Google Play Store, not Google Play Services. |
| Redmi Note 12 Pro+ | Mobile network problems (not registered on 5G network) | Before deleting, disable automatic network definition in Settings โ SIM-maps and mobile networks. |
| Xiaomi Pad 6 | Some MIUI gestures (such as swipe for return) do not work. | Use alternative launchers (like Nova Launcher). |
On these models, it is better to limit yourself to disabling instead of completely removing. If it is critical to get rid of Google, consider switching to custom firmware without GApps (for example, LineageOS or Pixel Experience).
๐ก
On HyperOS devices (such as Xiaomi 14 or Redmi K70), deleting Google Play almost always causes crashes, and itโs better to use the method of disabling or installing an alternative store on top of the standard one.