Removing Google Play Market from Xiaomi Redmi smartphones is a challenge that users face for a variety of reasons, from wanting to free up memory to having to get rid of system updates that eat up traffic. However, the process is not as simple as it might seem. Unlike regular applications, Play Market is deeply integrated into MIUI firmware, and removing it can lead to unstable device operation or even βbrickingβ (turning into a βbrickβ).
In this article, weβll look at all the ways you can safely disable, to completely uninstall with ADB, custom firmware, and even physically disable Google services. Weβll focus on the Redmi Note 10/11/12, Redmi 9/9A/9C, and other popular lines where the procedure has its own nuances. If youβre looking for a way to get rid of auto-updates or ads in the Play Market, youβll find solutions here, too.
We warn you right away: completely removing Google Play from MIUI Global devices could disrupt Googleβs services (GMS), including contact sync, Gmail and YouTube. The alternative could be to switch to MIUI China firmware or custom build like LineageOS, but this will require unlocking the bootloader and fastboot skills.
Why users want to remove Play Market from Xiaomi Redmi
The reasons for removing Google Play Services and the app store itself range from technical to ethical.
- π Battery savings: Play Market and Google services background processes can consume up to 10-15% Charges per day, even in standby mode.
- π« Block Auto Updates: Many applications (including system ones) update automatically, which takes up space and traffic.
- π‘οΈ Privacy: Google services collect location, activity, and even search history data β a concern for privacy-conscious users.
- π± Switching to alternative stores: APKMirror, Aptoide or Aurora Store offer more freedom to install apps.
- π§ Tech Experiments: Enthusiasts are often removed GMS for installation of custom firmware or debloatization of the system.
However, not all problems are solved by deleting, for example, if the goal is to remove ads in the Play Market, turn off personalization in Google account settings or use MIUI without GMS (China version), and to save traffic, you can simply limit background activity through Settings β Apps β Google Play Services β Mobile data.
β οΈ Attention: On devices with MIUI Globalβs removal of Play Market will result in the loss of functionality of all applications that depend on Google Play Services, not only for Gmail or Maps, but also for many banking applications, games and even some system functions (for example, push notifications).
Method 1: Disable Play Market without removal (the safest)
If the goal is simply to stop the background activity of the store, just turn it off.
- Go to Settings β Applications β Application Management.
- Find the Google Play Market (can be called the Market or Play Store).
- Slip on it and select Disable (if the button is inactive, click Remove Updates first).
- Confirm the action in the dialog window.
After the shutdown:
- π The application will stop updating and start automatically.
- π₯ You will not be able to install/update apps through the Play Market (but you can use them). APK-file).
- π Notifications from the store will disappear.
To get it back, you just need to find the app again in the settings and click Enable, which is suitable for most Redmi models, including the Redmi Note 10 Pro, Redmi 9T and newer devices.
π‘
If the "Disable" button is inactive, try removing all app updates first, and then try again. On some firmware, disabling the device administrator for Google Play Services in the security settings also helps.
Method 2: Remove updates and reset to factory version
Play Market, like other system applications, consists of two parts: the basic version (stitched into the firmware) and updates that are downloaded automatically, removing updates will return the store to its original state, which may solve some of the problems:
- Open Settings β Applications β Application Management β Google Play Market.
- Click on the three dots in the top right corner and select Remove Updates.
- Confirm the action.
- (Optional) Clear the cache and application data through the same menu.
This method:
- β Remove all interface changes imposed by Google.
- β Reduce battery consumption (an outdated version of less voracious).
- β Do not disable auto-updates of other applications through the Play Market.
- β The app itself will not be deleted β only its updates.
Complete removal will require more radical measures, which we will discuss later, but first check if this simple method solves your problem.
What happens if you clean up Play Market data?
Method 3: Remove Play Market through ADB (without root)
For users willing to work with ADB (Android Debug Bridge), there is a way to remove the Play Market without obtaining root rights. This is a more radical method, but it does not affect the system files of the firmware.
- π₯οΈ Computer with installed ADB-driver.
- π± Included Debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β Tap 7 times, then go back to Settings β Additionally. β For developers).
- π USB-cable (preferably original).
Instructions:
- Connect the phone to the PC and confirm the debugging permission on the smartphone screen.
- Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Run the command to remove Play Market: adb shell pm uninstall -k --user 0 com.android.vending
- Reset the device.
What's going to happen?
- ποΈ Play Market App Will Disappear From Menu, But Its System Files Will Stay In Firmware.
- π After resetting settings or updating MIUI store.
- β οΈ Google Play Services will remain active, so some apps will continue to work.
β οΈ Note: Some Redmi models (e.g. Redmi Note) 8 Pro or Redmi K20) This team can cause a mistake. DELETE_FAILED_INTERNAL_ERROR. In this case, try an alternative command: adb shell pm hide com.android.vending It will not delete, but simply hide the application from the user.
βοΈ Preparation for removal through ADB
Method 4: Complete removal with root rights
If you're willing to take drastic measures, getting root permissions will open up access to removing any system applications, including Play Market, but this method has serious consequences:
- π Loss of warranty: Xiaomi cancels warranty if root is detected.
- π‘οΈ Security risk: Vulnerabilities in system files can be exploited by attackers.
- π Problems with OTA-Updates: After receiving root updates MIUI The standard update center will be unavailable.
Removal will require:
- Unlock the bootloader via Mi Unlock Tool (requires a Mi Account binding and waits 7-15 days).
- Install custom recovery (TWRP or OrangeFox)
- Switch to Magisk to get root rights.
- Use a root-access file manager (e.g., Root Explorer) to delete Play Market files along the path: /system/priv-app/PrebuiltGmsCore/ /system/priv-app/Phonesky/
An alternative way is to use Titanium Backup or System App Remover (require root), which allows you to freeze or completely remove system systems. APK-file.
| Model Redmi | Difficulty getting root | The risk of "bricking" | Alternatives |
|---|---|---|---|
| Redmi Note 10/11 | Medium (requires unlocking the bootloader) | Low (when following instructions) | MIUI EU firmware without GMS |
| Redmi 9/9A/9C | Lightweight (many guides for these models) | Medium (possible camera problems after root) | Disconnection through ADB |
| Redmi K40/K50 | Complicated (new protection methods) | High (risk of losing IMEI) | Transition to LineageOS |
| Redmi 8/8A | Simple (Outdated Unblocking Methods) | Low. | Removal via TWRP |
β οΈ Note: On devices with MediaTek processors (e.g. Redmi) 9A or Redmi Note 11 SE) Unlocking the bootloader can cause data loss in the nvram partition, which will cause problems with Wi-Fi, Bluetooth and other devices. IMEI. Before the procedure, make a backup copy through MTK Droid Tools or SP Flash Tool.
Method 5: Going to firmware without Google (MIUI China or caste)
The most radical, but also the most reliable way to get rid of the Play Market is to install firmware without Google services.
- π¨π³ MIUI China: The official firmware for the Chinese market, where instead of GMS Xiaomi services and local counterparts are used (for example, Baidu instead of Google Search).
The installation process of MIUI China:
- Unlock the bootloader through the Mi Unlock Tool.
- Download the firmware for your model from MIUI ROM (select China Stable version).
- Sweat through the Mi Flash Tool in clean all mode (erase all data!).
- When you first start, select the language (Chinese by default, but you can add English in the settings).
The advantages of this method:
- β Complete lack of Google Play and related services.
- β Stable work (firmware official).
- β The opportunity to return GMS Later on, through Google Installer (e.g., here).
Cons:
- β No Google Play by default (you have to install it) APK manually).
- β There may be problems with some apps (e.g. Google Pay will not work).
- β Updates will have to be installed manually.
π‘
Installing MIUI China is the only way to legally get rid of Google on Xiaomi Redmi without losing functionality.
What to do if after removing the Play Market phone is unstable
Removing system applications, especially on MIUI, can lead to a variety of failures, from constant reboots to network loss.
- π₯ Fastboot Recovery: If the phone doesnβt turn on, flash the original firmware through the Mi Flash Tool in clean all mode.
Typical errors after removal and their solution:
| Problem. | Possible cause | Decision |
|---|---|---|
| The phone is not turned on (bootloop) | Critical system files deleted | Sweep the original firmware through Fastboot |
| No Internet (mobile data/Wi-Fi) | TeleService or Connectivity files are damaged | Reset network settings or reflash the modem module |
| No applications installed | No Package Installer or APK installation rights | Enable Unknown Sources in Security Settings |
| Persistent error notifications | There are still Google services that are trying to get started. | Delete residual files via Root Explorer or disable notifications |
If neither method worked, check out the XDA-Developers or 4PDA forums, which have separate themes for each Redmi model with solutions to typical problems.