How to Remove Google Play from Xiaomi Phone: Expert Guide

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.

πŸ“Š What is your main purpose of removing Google Play?
Enhancing privacy
Saving memory
Restriction of access for children
Just experimenting.

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

Done: 0 / 4

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?
If the system does not allow you to disable the application, it means that it has a high priority status of the system, in which case only the use of the application will help. ADB-commands from a computer or obtaining Root rights through Magisk, which is a more complex procedure.

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.gms

Once 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 storeWe need Google Play.AnonymityType of content
Aurora StoreNo.Tall.All the Google Play apps
F-DroidNo.MaximumOpen Source (FOSS)
APKPureNo.MediumAPK 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.

Frequently Asked Questions (FAQ)

Can I delete Google Play without a computer?
It is impossible to completely remove the system application without a PC and Root rights. With standard Xiaomi tools, only a shutdown is available. ADB-commands from a computer, or superuser rights obtained through an unlocked bootloader.
Will the maps and navigators stop working?
Yes, applications that depend on the Google Maps API (Uber, Yandex.Maps, some games and banking applications) will no longer display maps correctly or determine location.
How to return Google Play after deleting?
If you used the ADB method, it is enough to execute the command adb shell cmd package install-existing com.android.vending. If removed through Root or custom recavers, you will need to reset to factory settings (Wipe Data) or completely flash the device through the Mi Flash Tool.
Is it safe to use the Aurora Store instead of the official one?
Yes, Aurora Store is an open source project with verifiable code, and it doesn't require any extra permissions and allows you to download the original content. APK-Google server files are safer than downloading modified files APK rogue.