How to remove Play Store from Xiaomi phone: expert guide

Many users of the MIUI and HyperOS ecosystem are faced with the desire to clean the operating system of preinstalled software as much as possible. The question of how to remove Play Store from Xiaomi phone often arises for those who move to alternative app stores or use devices in specific enterprise environments.

Complete removal of system components can lead to unstable operation of the gadget, so this process should be approached with extreme caution. Unlike conventional programs that are removed with a long click on the icon, system applications require a deeper intervention in the structure of Android. Below we will consider secure deactivation methods and advanced ways to delete via the computer.

⚠️ Warning: Deleting Google Play Store completely may disrupt navigation, banking apps and push notifications.

Why you may need to remove the system store

The main reason users are looking for a way to remove Play Store from Xiaomi’s phone is to make room or increase privacy. Some smartphone owners prefer to use alternative repositories, such as F-Droid or Aurora Store, that do not require a Google account to be linked.

The second important aspect is background activity: Google Play Services is constantly consuming processor and battery resources, synchronizing data; turning off the store sometimes helps reduce the load on older smartphone models, although it does not guarantee a dramatic improvement in autonomy; it is important to distinguish between removing the shell application itself and the services that keep the system running.

The third scenario is to prepare the device for resale in regions where Google services are banned, or to create a fully standalone device, in which case removing the standard client becomes a necessity, but it is worth remembering that many modern applications will simply refuse to run without checking licenses through Google.

There are several levels of access to removal, from simple hiding of the icon to completely cutting out of the system partition. The choice of method depends on your technical training and the ultimate goal.

  • πŸ“‰ The desire to reduce the background consumption of battery and RAM.
  • πŸ”’ Increased privacy and abandoning the Google ecosystem.
  • πŸ‘Ά Restricting children or employees’ access to install games and programs.
  • πŸ›  Preparing a smartphone for customization or installation of alternative firmware.
πŸ“Š Why You Need to Remove Play Store?
To save battery life
For privacy's sake.
So kids don't rock games
Just for the experiment.

Preparing a smartphone before making changes

Before you start manipulating system files, you need to do a series of preparatory steps, which minimize the risk of data loss or turning your smartphone into a brick. First, make a full backup of all important data, including contacts, photos and documents. Use cloud services or local storage on your computer.

Step two is to activate the developer mode, without which you can't access the USB debugging that you need to remove system applications. Go to Settings β†’ About Phone and quickly click 7 times on MIUI Version or OS Version. Then a new section will appear in the advanced settings.

Include USB debugging in the Additional Settings β†’ For Developers menu. It is also recommended to allow the installation of applications from unknown sources if you plan to install an alternative store immediately after removing the standard one. Make sure that the battery is at least 60% so that the device does not turn off at a critical time.

β˜‘οΈ Checklist of smartphone preparation

Done: 0 / 5

Disconnection method through system settings

The safest, but not always effective, way is to turn off the app as a standard, and in some versions of the MIUI shell and regions of use, the system allows you to temporarily deactivate the Google Play Store without root permissions, which does not physically delete files, but hides the icon and prevents the process from starting.

To do this, go to Settings β†’ Apps β†’ All apps. Search the Google Play Store. If the Remove button is inactive (gray), see if there is an option to Disable. Clicking on it will hide the app from the menu and stop it from working. However, after resetting to factory settings, the store will return.

This is ideal for those who want to temporarily restrict access to the store, such as keeping the child from downloading a game, and it doesn't require a computer connection or complex commands, but if your goal is to clean the system completely, it's only a half-measure.

⚠️ Note: On global firmware versions, the shutdown button is often blocked by the manufacturer, in which case only a method using the switch will help. ADB.

If the standard menu does not allow you to turn off the service, do not try to use third-party cleaners from other stores. They often require root rights, which are difficult to obtain on modern Xiaomi due to the blockage of the bootloader.

Removal via ADB without root rights

The most professional and effective way to remove Play Store from Xiaomi phone is to use the Android Debug Bridge (ADB) toolkit, which allows you to delete system packages for the current user without affecting the firmware itself, which means that when you reset the application will return, but until it is removed, the system will consider it missing.

You'll need a computer (Windows, macOS or Linux) and a USB cable to start with. Download ADB platform tools from Google's official website. Unpack the archive in a convenient folder. Connect your smartphone to your PC and select File Transfer Mode. The phone's screen will see a request for debugging permission -- be sure to tick "Always Allow" and click "OK."

Open the command line or terminal in the ADB folder. Enter the adb device command to make sure the computer sees the phone. If a device with a serial number appears on the list, the connection is established. Now you can go to the name of the package that is responsible for the Play Market.

adb shell pm list packages | grep play

You'll see a few lines on the list, and we're interested in the com.android.vending package, which is the one that runs the store, and the removal team is as follows:

adb shell pm uninstall -k --user 0 com.android.vending

After you type in the command and click Enter, you should receive a message Success. The store icon will disappear from the desktop, and the application will no longer appear in the installed list. It is important to understand that physically the files remain in the system partition, but they do not load into memory and do not take up space in the user profile.

How to return a remote application?
If you have heard about deletion, you can restore the store by command: adb shell cmd package install-existing com.android.vending. This will return the application to the state of "as after reset".

Table of Google System Packages

When cleaning a smartphone, it’s important not to remove the extra. Deleting critical services can cause the phone to stop accepting calls or working with the Internet. Below is a table of the major packages associated with the Google ecosystem and their impact on the system.

Packet nameFunctionRisk of removalRecommendation
com.android.vendingGoogle Play Store (Store)Low.Can be removed
com.google.android.gmsGoogle Play ServicescriticalDon't remove
com.google.android.gsfGoogle Services FrameworkHigh-pitchedDon't remove
com.google.android.apps.photosGoogle PhotoLow.Can be removed

As you can see from the table, you only need to remove the store itself (com.android.vending) and possibly related apps like Maps or YouTube if you don’t need them.Touching Google Play Services is strongly discouraged, as it is the β€œbrain” of the system responsible for geolocation, push notifications and authorization in third-party applications.

Possible problems and solutions

Once you delete the Play Store, users often experience errors in other apps, such as maps that stop showing your location and messengers that stop sending notifications, because many programs are linked to Google libraries, and if you delete only the store, these problems are rare, but they are possible.

Another problem is that you can't update apps. Without the Play Store, you'll have to manually download them. APK-files from the Internet, which increases the risk of infection with a virus. Always check the digital signatures of downloaded files to avoid installing malware. Use proven sources such as APKMirror or 4PDA.

If after deleting the system began to behave unstable (permanent reboots, interface crashes), try resetting the application settings. This will not delete your personal data, but will return the system settings to the original state. In extreme cases, you will have to do a full reset (Wipe Data), which will restore the remote store.

  • πŸ”„ Google Play Services Are Not Working – Requires a Reinstallation of Components or a rollback of changes.
  • πŸ“‰ Fast battery discharge – possible conflict of processes after removal of system dependencies.
  • 🚫 Blocking the launch of banking applications – some banks require a certified Google Play.

πŸ’‘

Use the F-Droid store to find open and secure analogues of popular apps after deleting Google Play.

Alternatives to the Standard Store

Once you've managed to remove Play Store from Xiaomi's phone, the question is, where do you get apps? The Android world isn't just limited to one store. There are many alternative marketplaces that offer the same functionality, and sometimes more customization options.

One of the best alternatives is the Aurora Store, which is an open-source client that lets you download apps directly from the Google Play directory, but without having to log in to your account, which is perfect for anonymity, and it automatically updates and emulates different devices.

For free software enthusiasts, there's an F-Droid store, and you'll find only open source apps that don't have ad trackers or spyware, and it's the best choice for privacy-conscious people, and you'll also want to look at GetApps (Mi Store), which is pre-installed on Xiaomi and has a lot of localized apps.

Installing an alternative store should precede removing the standard one so that you always have access to the necessary software. APK-file of the selected store via the browser and install it, allowing installation from unknown sources.

πŸ’‘

Removing the Play Store is an irreversible action for your current user profile, so install an alternative app store in advance to avoid being left without software.

Frequently Asked Questions (FAQ)

Can I remove Google Play Services with the store?
Technically, it's possible through ADB, but it's strongly discouraged: Deleting Google services will disrupt navigation, time synchronization, push notifications and most modern applications, including banking and social networks. The phone can become virtually useless for everyday use.
Will the Play Store return after resetting?
Yes, if you have used the method of removal through ADB (--user 0). This method hides the application only for your user profile. Data/Factory Reset: The system is restored to factory status and all system applications, including Play Market, are returned to their places.
Is it safe to use modified versions of the Play Store?
Use of modified APK-Files that are hacked carry high security risks, can contain malicious code that steals passwords and bank card data, and it is safer to use an official client or open-source analogues like the Aurora Store than to download "patched" versions from dubious sources.
What if notifications have stopped coming after removal?
Notifications in Android are often dependent on Google Cloud Messaging, which is part of Google Play Services. If you only removed the store, notifications should work. If problems start, try reinstalling updates to Google services through your app settings or reset your network settings.