How to Disable or Remove Google Play Store on Xiaomi: All the Techniques Work

The Google Play Store is an integral part of the Android ecosystem, but many Xiaomi, Redmi or POCO users want to get rid of it, ranging from wanting to save battery power to having to use alternative app stores (like APKMirror or Aurora Store).

In this article, we will discuss 5 proven ways to disable or completely remove the Play Store on Xiaomi devices with MIUI 14/15 firmware (including global and Chinese versions). Importantly, some methods require root rights or ADB, others work without them. Choose the right option depending on your model (Xiaomi 13T, Redmi Note 12, POCO F5, etc.) and level of technical training.

Why you canโ€™t just remove the Play Store as a regular app

The Play Store is part of Google Mobile Services (GMS), a set of system services deeply integrated into Android, and even if you see the Remove button in the app settings, it's actually only deactivating updates, not completely removing them.

  • ๐Ÿ“ฑ The icon disappears from the desktop, but the com.android.vending process remains active.
  • ๐Ÿ”„ Automatic application updates continue to load (unless disabled separately).
  • ๐Ÿ“Š The service collects data about your activity to personalize advertising.
  • ๐Ÿ”‹ Consumes up 5-15% Battery charge per month (according to tests on Xiaomi) 12 Pro MIUI 14).

Moreover, on some models (POCO X5, Redmi 10C), an attempt to remove the Play Store through Settings โ†’ Apps leads to the error โ€œYou canโ€™t delete the system applicationโ€ This is due to Googleโ€™s policy of obliging manufacturers to leave GMS intact on certified devices.

๐Ÿ“Š Why do you want to turn off the Play Store?
Save the battery.
I use alternative stores.
I don't like data collection.
Interfering with other applications
Other

Method 1: Deactivate Play Store without root (the safest method)

If you donโ€™t have to completely remove a service, but stop it and hide the icon, this method is best suited. It doesnโ€™t require root rights or ADB, but has a limitation: the Play Store can be activated again after the MIUI update.

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, type in โ€œPlay Marketโ€ and select the application.
  3. Click โ€œDisableโ€ (if the button is inactive, first click โ€œStopโ€).
  4. Confirm the action in the dialog window.
  5. Return to the main settings menu and go to Settings โ†’ Desktop โ†’ Hide apps.
  6. Check the โ€œPlay Marketโ€ box and save the changes.

After that:

  • โœ… The icon will disappear from the desktop.
  • โœ… Background processes com.android.vending will be stopped.
  • โŒ But, next time you update. MIUI through OTA Play Store May Be Activated Again.

โ˜‘๏ธ Preparation for deactivation of the Play Store

Done: 0 / 4

โš ๏ธ Attention: On devices with MIUI for Russia (e.g. Redmi) 12C After deactivation of the Play Store, Google Pay and YouTube services may stop working.

Method 2: Remove updates and roll back to factory version

If the Play Store has been updated through itself, it can be rolled back to a factory version that takes up less space and has fewer background processes, a method that works on all Xiaomi devices, including the POCO M5 and Xiaomi 13 Lite.

  1. Go to Settings. โ†’ Annexes โ†’ Play Market โ†’ Three points (โ‹ฎ) โ†’ Remove updates.
  2. Confirm the action. The app version will reset to the one it had when you bought the phone.
  3. Return to the Play Store settings and click โ€œDisableโ€.
  4. To prevent automatic updates, open Settings โ†’ Apps โ†’ Google Play Services โ†’ Storage โ†’ Space Management โ†’ Delete all data.

Advantages of the method:

  • ๐Ÿ”„ Returns the original version without any additional features.
  • ๐Ÿ“‰ Reduces RAM consumption by 20-30 MB (tests on Redmi Note) 11 Pro+).
  • ๐Ÿ”’ Blocks automatic update installation.
Xiaomi modelFactory version of Play MarketSize after rollback (MB)
Xiaomi 13 Pro30.3.1424.5
Redmi Note 12 Pro+29.5.1622.8
POCO X5 Pro28.4.1220.1
Xiaomi 12T31.1.1025.3

๐Ÿ’ก

If the Play Store continues to update after the rollback, block it in Settings โ†’ Special Opportunities โ†’ Special Opportunities Services โ†’ Play Store โ†’ Disable.

Method 3: Removal via ADB (no root, but requires a PC)

For users who are ready to connect the phone to a computer, there is a more radical method - deleting via Android Debug Bridge (ADB), which does not require root rights, but if you do not act correctly, it can lead to disruptions in other Google services.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฑ Included debugging by USB on the phone (Settings) โ†’ The phone. โ†’ Version. MIUI โ€” Press 7 times, then return to Settings โ†’ Additionally. โ†’ For developers โ†’ Debugging by USB).
  • ๐Ÿ› ๏ธ Utility. ADB (download from the official website).

Step-by-step:

  1. Connect the phone to the PC and confirm the debugging permission.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to remove Play Store: adb shell pm uninstall -k --user 0 com.android.vending
  5. Reboot the phone.

Result:

  • โœ… Play Store will be completely removed for the current user.
  • โœ… Google services (such as Gmail or Maps) will continue to work.
  • โš ๏ธ When resetting the phone to the factory settings Play Store will return.
What if the ADB canโ€™t see the device?
1. Check if debugging is included on USB In the developer settings. 2. Install Xiaomi drivers USB Drivers (download on the official website). 3. Try another one. USB-cable or port. 4. Reboot the phone and PC. 5 Enter in ADB Adb kill-server command, then adb start-server.

Method 4: Complete removal with root rights (for power users)

If your Xiaomi has root rights installed (for example, through Magisk), you can delete the Play Store forever, including all its system components. MIUI EU, PixelExperience or other custom builds.

Warning: Incorrect root actions can lead to bootloop or loss of functionality of other applications. It is recommended to backup Nandroid through TWRP before starting.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/ or /system/app/.
  3. Find folders with names: Phonesky (the main application of the Play Store), PrebuiltGmsCore (the core of Google services), Google ServiceFramework.

.bak

Settings โ†’ Storage โ†’ Clean up

Reboot the phone.

After removal:

  • โœ… Play Store will disappear from the system forever.
  • โœ… Released before 150-200 MBT memory.
  • โš ๏ธ Apps that depend on Google Play Services (e.g. Uber, Google Maps) will no longer work).
  • โš ๏ธ Certain functions MIUI (For example, Cloud Sync can cause problems.

๐Ÿ’ก

If important applications stop working after deleting, restore deleted folders from the backup or reflash your phone through Fastboot.

Method 5: Use of alternative firmware (for enthusiasts)

The most radical way to get rid of the Play Store is to install firmware without Google services. There are several options for Xiaomi devices:

  1. MIUI without GMS (e.g. MIUI China or MIUI EU without Google) are officially supported by Xiaomi, but require unlocking the bootloader.
  2. Base-based castor firmware AOSP: ๐Ÿ“ฑ LineageOS (minimalist Android without Google), ๐Ÿ“ฑ PixelExperience (with optional options) GMS), ๐Ÿ“ฑ Havoc-OS (flexible configuration).

MicroG firmware

CalyxOS

GrapheneOS

Installation process:

  1. Unlock the bootloader through Mi Unlock Tool (requires a Xiaomi account binding and wait 7-14 days).
  2. Install custom recovery (TWRP or OrangeFox).
  3. Download the firmware from the official website (for example, LineageOS) and transfer it to the phone.
  4. Flow through recovery by running Wipe โ†’ Format Data.

Solution: Use YouTube Vanced or NewPipe (does not require Google Services).

How to return the Play Store after deleting?
Recovery: If deleted via ADB: run adb shell cmd package install-existing com.android.vending If removed from root: restore deleted folders from the backup or reflash the phone. Universal way: download APK from APKMirror and install manually.
Will the removal of the Play Store affect MIUI?
On most devices (Xiaomi 12, Redmi Note 11) MIUI It will work steadily, but: โš ๏ธ Applications will stop updating through System Update MIUI. โš ๏ธ Some features (such as Mi Cloud) may require Google Services. โš ๏ธ On Chinese firmware (MIUI China) Play Market is initially out, but there may be push notification issues.
What alternatives to the Play Store can be used on Xiaomi?
Popular Replacements: Store Pros Aurora Store Anonymous APK Download, Open Source No Automatic APKMirror Updates Large APK Base, Virus Check No user-friendly interface for F-Droid Updates Only Open Source, No Tracking Less Popular GetApps (Xiaomi) Optimized for MIUI, no Google Small Applications for Global Market You can use Obtainium (F-Droid) or App Manager for Automatic Updates.