Users of Xiaomi, Redmi and Poco smartphones often face the desire to make room or increase privacy by removing pre-installed services. Google Play is the core of the Android ecosystem, but its complete removal requires a deep understanding of the consequences. Unlike conventional programs, this service is built into the system and protected from standard uninstallation, which requires the use of special methods.
The process of getting rid of the app store and related services ranges from simple concealment to complete flashing of the device. It is important to realize that the system components of Android are tied to the work of Google Play Services. Without them, most popular applications such as navigators, banking software and instant messengers will cease to function correctly or refuse to run at all.
In this article, we will take a look at all the available solutions, assess the risks, and prepare your device for change. You will learn how to use superuser rights or computer utilities to deep clean the system. Deleting Google Play on Xiaomi without installing an alternative repository (for example, Aurora Store or F-Droid) will make it impossible to update any remaining applications.
Why you need to remove Google Play
The main reason Xiaomi owners decide to remove Google Play is to get rid of Googleβs surveillance, collecting telemetry, geolocation and user habits all the time while system services are active, and for digital hygiene advocates, this becomes the main argument for radical measures.
The second common scenario is a critical shortage of internal memory on budget smartphone models. Although the store itself takes up a bit of space, its cache and service data can grow to gigabytes, users try to free up the system partition by removing what seems superfluous.
There are also situations where the device is used in a corporate environment or by a child, and it is necessary to limit the ability to install games or programs.
- π Increased privacy and avoidance of tracking.
- ποΈ Freeing up space in the system partition of the device memory.
- π« Limitation of the possibility of installing third-party software by third parties.
- β‘ Theoretical increase in autonomy by turning off background services.
β οΈ Note: Removing Android system components may lead to unstable interface performance MIUI Before starting any manipulations, be sure to create a full backup of important data to an external medium.
Risk assessment and device preparation
Before you start taking action, you need to clearly understand the architecture of Android. Google Play Services is not just a store, it is a framework that provides push notifications, synchronization of contacts, card operation and authorization in many applications.
Xiaomi smartphone owners should consider the features of the MIUI shell. The system can aggressively restore deleted system files after updating or restarting if certain conditions are not met.
A mandatory preparation step is to unlock the bootloader if you plan to use advanced removal methods. β You can only disable updates or clear data, but you can't delete the package itself. ADB-team or root rights.
- π± Check the device model and Android version for method compatibility.
- πΎ Backup your contacts, photos and important documents to the cloud or PC.
- π Charge the smartphone battery to at least 60-70% avoidance.
- π Prepare quality. USB-cable and computer with installed drivers.
βοΈ Checking readiness for removal
Method 1: Disconnect via settings (Safe option)
The most gentle way that doesnβt require a computer connection or superuser rights is to shut down files, which doesnβt physically delete files, but blocks them from running and running in the background. For Xiaomi, itβs often the only solution available without the risk of getting a brick.
To start, go to the Settings menu. β Annexes β All applications. Search the Google Play Store in the list. Click on it and select the Disable button. The system will alert you that other applications may not work properly. Confirm the action.
After that, the store icon will disappear from the desktop and the processes will no longer consume resources. However, the files will remain in memory. If the "Disable" button is inactive (gray), then on your device or in your version of MIUI, the manufacturer has banned this operation, and you will have to use the computer.
What to do if the switch button is inactive?
An alternative to this method is to limit background activity. Go to Settings β Battery and Performance β App Activity Control. Find Google services and select No Restrictions mode (so they donβt wake up the phone) or force them to stop, although they can start again after a restart.
Method 2: Remove from a computer via ADB
This way you can delete Google Play for the current user without affecting the system partition directly. Files remain on the disk, but the system stops seeing and using them. This is a reversible operation: resetting to factory settings will return everything as it was. You will need a PC, cable and utility ADB (Android Debug Bridge).
First, activate the developer mode on Xiaomi smartphone. Go to Settings β About the phone and quickly press 7 times on the item "Version" MIUI". Then, in the menu "Additional" include "Debugging by" USB". Connect your phone to your computer and allow debugging in the pop-up window on your smartphone screen.
Open the command line on your PC in the ADB folder and enter the command to check the connection: adb devices. If the device is determined, you can proceed to delete. To delete the store, type the command: adb shell pm uninstall -k --user 0 com.android.vending. To delete services (caution!): adb shell pm uninstall -k --user 0 com.google.android.gms.
adb shell pm uninstall -k --user 0 com.android.vending
adb shell pm uninstall -k --user 0 com.google.android.gmsOnce the commands are done, the store will disappear. To get it back, the adb shell pm install-existing com.android.vending command is used, which is considered the middle ground between security and efficiency, allowing the interface to be completely cleaned of excess software.
π‘
Use Universal Android Debloat (UAD) to conveniently remove system applications through the GUI if working with the command line seems difficult.
Method 3: Complete removal with Root rights
For users who want to completely clean the system and free up space physically, there are methods using Root rights. On Xiaomi smartphones, this requires unlocking the bootloader through the official Mi Unlock tool, which can take anywhere from 7 to 168 hours of latency.
Once you have superuser rights (e.g., through Magisk), you can use file managers with system partition access, such as Root Explorer or System App Remover. APK-Google Play files in the directory /system/app or /system/priv-app and remove them.
Be careful: deleting excess system files can lead to bootloop. Always have a working firmware on hand to restore via Fastboot. This method is only suitable for advanced users who understand the structure of the Linux/Android file system.
- π Unlock the bootloader through the Mi Unlock site (account and wait required).
- π οΈ Install a custom Recovery (TWRP) and Magisk patch to get Root.
- π Use the system file manager to search and delete APK.
- π Be prepared to reflash the device in case of critical download errors.
β οΈ Note: Once you have Root rights, high-security applications such as banking clients and Google Pay (now Google Wallet) will no longer work unless you use special concealment modules (Zygisk, Shamiko).
Alternatives and Recovery of Functionality
Without a store, you'll have to install updates and new apps. Fortunately, there are good alternatives. The most popular solution is the Aurora Store, an open-source client that lets you download apps from the Google Play directory anonymously, without installing Google services.
For those who value open source, the F-Droid store is a great option, and it only hosts free, open source applications that have been tested for no trackers, and it's the perfect choice for the privacy-oriented.
If you still need Google services (for example, for working maps in taxis or delivery), but you do not want βjunkβ, you can install a lightweight version of MicroG. This project replaces Googleβs proprietary libraries with open counterparts, providing basic functionality without surveillance.
| App store | We need Google Play. | Anonymity | Type of content |
|---|---|---|---|
| Aurora Store | No. | Tall. | All the Google Play apps |
| F-Droid | No. | Maximum | Open Source (FOSS) |
| APKPure | No. | Medium | APK files and games |
| GetApps (Mi Store) | No. | Low. | Regional annexes |
π‘
Aurora Store is the best replacement for the average user, allowing you to download any applications from the Google directory without installing their services on your phone.