Why users want to get rid of Google Play on Xiaomi and when itβs justified
Xiaomi MIUI-based smartphones often come pre-installed with the Google Play Market β even in models for the Chinese market, where it is not initially available. Reasons to want to remove the service range from a banal desire to make room to serious privacy concerns. For example, on devices with MIUI Global Edition, Google services can consume up to 15% of battery power in the background, according to tests by XDA Developers Lab (2023).
However, before you start deleting, it is important to understand clearly: Play Market is integrated into the system processes of Android. its forced removal without preparation can lead to failures in the work of Google Play Services, which are responsible for push notifications, geolocation and synchronization of accounts. In some cases, it is enough just to disable auto-update or freeze the application through Settings β Apps.
This article will suit owners of Redmi Note 10/11/12, POCO X3/X4/X5, Mi 11/12/13 and other models on MIUI 12-15. If your device is running HyperOS (2026), some methods may not work, we will warn about this separately.
Method 1: Turn off the Play Market without removing (the safest way)
If the goal is simply to stop the background activity of the service, it is enough to deactivate it through system settings.
- Go to Settings β Applications β Application Management.
- In the search box, type Play Market (or com.android.vending).
- Click on the application β Disable.
- Confirm the action by clicking Disable the application.
β Pros: does not disrupt the system, you can return in one touch.
β Cons: the icon will remain on the menu, and Google Play Services will continue to work.
π‘
To hide the icon of the disabled Play Market, use launchers like Nova Launcher or Apex Launcher β they allow you to hide system applications from the general list.
Method 2: Remove via ADB (without root, but with a PC connection)
This method will require a computer with ADB drivers installed and USB debugging enabled on the phone. Attention: this method only works on devices with a bootloader unlocked.
Enable Developer Mode (7 times click on the MIUI version in Settings β About Phone)
Activate USB Debugging in Settings β Additional β For Developers
Install ADB Tools on PC
Connect your phone to your PC and confirm your trust in the device-->
Next, run in the command line (cmd or terminal):
adb devices(Your device should be displayed) Then type in:
adb shell pm uninstall -k --user 0 com.android.vendingIf the command is successful, Play Market will disappear from the system only for the current user (multiplayer mode will not affect).
adb shell cmd package install-existing com.android.vendingWhat to do if ADB issues a βfailedβ error
Method 3: Removal with root rights (for power users)
If your Xiaomi has Magisk or another root rights manager installed, you can remove Play Market permanently.Warning: this may disrupt Google Mobile Services (GMS), which will lead to problems with:
- π Geolocation in maps (Google Maps, Yandex.Navigator)
- π Push notifications in messengers (WhatsApp, Telegram)
- π Synchronization of contacts and calendar
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/PrebuiltGmsCore or /system/app/.
- Find files with names: Phonesky.apk (Play Market app itself) GmsCore.apk (Google services)
.bak
Phonesky.apk.bak
Reset the device.
π‘
After removal GMS Many applications will stop updating through F-Droid or APK-The alternative is to use MicroG (a lightweight replacement for Google Services), but setting it up requires a separate article.
Method 4: Reset to factory settings (radical method)
If Play Market came up after a firmware update or was manually installed, you can try to get rid of it through hard reset, but this method will only work if:
- π± The device was originally sold without Google services (Chinese version).
- π The firmware is not modified (it is official). MIUI or hyperos).
How to perform the reset:
- Create a backup of data through Settings β Additional β Backup and Reset.
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data and confirm.
β οΈ Attention: On models POCO F5 and newer (2023)+) The reset could bring back global firmware even if Chinese firmware was installed earlier, due to Xiaomi's policy of unification of software.
| Xiaomi model | Probability of Play Market Deleted After Reset | Risks. |
|---|---|---|
| Redmi Note 10/11 (Chinese version) | 90% | Data loss, the return of global MIUI |
| POCO X3 Pro (Global Version) | 10% | Google Services Will Return Automatically |
| Mi 11 Ultra (EEA) | 0% | Play Market is sewn into firmware |
| Black Shark 4/5 | 70% | Gaming optimizations may be a problem |
Method 5: Flashing to Chinese MIUI (for advanced)
The most reliable way to get rid of Google Play Market is to install the official Chinese firmware (China ROM), which does not contain Google services, but has restrictions:
- π No Google Play Services (problems with many apps).
- π΅ There is no support for some LTE-ranges (relevant to Europe).
- π You cannot use Google Pay and similar services.
Step-by-step:
- Unlock the bootloader through the Mi Unlock Tool (requires a wait of 7-15 days).
- Download China ROM for your model from MIUI Download.
- Fastboot or Recovery (instructions are available on 4PDA or XDA).
Yes, through ADB.
Yeah, I did it on Chinese MIUI.
I tried it, but I came back.
No, I'm afraid of the consequences.
I'm planning on trying.-->
How to replace Play Market with Xiaomi: Alternative stores
If you successfully removed Google Play, you'll need alternative sources of apps.
| Shop | Pluses | Cons | Reference |
|---|---|---|---|
| APKMirror | Official APKs without modifications | No auto-updates | apkmirror.com |
| F-Droid | Open source, no trackers. | Few popular apps | f-droid.org |
| Aurora Store | Anonymous access to the Play Market | Requires customization | auroraoss.com |
| AppGallery (Huawei) | Good Optimization for Android | Many Chinese apps | appgallery.huawei.com |
β οΈ Attention: Installation APK Always check the hash amounts of files (for example, via VirusTotal) and use a sandbox (the Shelter or Island app) to test new programs.
Frequent Mistakes and How to Avoid Them
When removing Play Market, users often face typical problems:
β οΈ Note: If YouTube, Gmail or Chrome are no longer working after deletion, this means that you have removed not only Market, but also Google Play Services. GMS.
- π "The application is not removed through ADB" β Check if the bootloader is unlocked (POCO F4 GT, Redmi K50) Additional command is required: adb shell pm uninstall --user 0 com.google.android.gms
- π± "The phone stopped turning on after removal" β This means that critical system files have been deleted, and the solution is to flash the device through Fastboot. 4PDA).
- π "I can't unlock the bootloader" β Xiaomi blocks unlocking for devices under 3 months.Wait or use informal methods (at your own risk).