How to completely remove GetApps from Xiaomi phone: from disconnection to uninstallation

The GetApps app store (aka GetApps Market or App Market) is installed on all Xiaomi, Redmi and POCO smartphones by default. For many users, this app becomes a source of irritation: it takes up space in memory, shows annoying ads, consumes traffic in the background and is not deleted by standard means. In this article, we will discuss all the working ways to get rid of GetApps – from simple disabling to completely deleting system files.

It's important to understand that GetApps is integrated into MIUI firmware at the system service level, which means that simply clicking "Delete" in the app menu won't work, but there are workarounds, from using ADB to manually editing system folders, and we'll look at methods for different levels of training, from beginners to experienced users ready to work with fastboot.

Before you start, consider that some methods require unlocking the bootloader or the rights of the superuser (root), which can affect the warranty and security of the device. If you are not sure of your actions, limit yourself to turning off the application through the settings.

1.Why can't GetApps be removed in the standard way?

GetApps is a MIUI system service that is protected from removal for several reasons:

  • πŸ”’ Integration with MIUI: GetApps is linked to Xiaomi’s update services, themes and cloud features. its removal could disrupt other components.
  • πŸ“¦ Pre-installation: App is sewn into the firmware image (/system/priv-app/GetApps) It does not have a β€œdelete” button in the menu.
  • πŸ›‘οΈ User protection: Xiaomi blocks removal of system applications to prevent phone malfunctions.
  • πŸ’° Monetization: Xiaomi distributes ads and affiliate apps through GetApps, so the company is not interested in removing it.

Even if you find the Remove button in the app settings, the system either hides it or replaces it with Disable, the latter option simply freezes the application, but does not free up disk space or stop background processes.

⚠️ Note: On some models (e.g, POCO F5 GetApps can be disguised as App Market, Mi App Store or Game Center. Before removing, make sure you choose the right app – check its batch name (com.xiaomi.mipicks).

If you still decide to get rid of GetApps, start with the safest method – disable through settings.

πŸ“Š What kind of smartphone you Xiaomi?
Redmi (Note/K/Pro series)
POCO (F/X/M)
Mi (11/12/13)
Black Shark
Other

2. Method 1: Disable GetApps through Settings (without root)

The easiest and safest method is to disable the app in the settings, which won't remove it completely, but it will stop the background activity and remove the icon from the desktop.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, enter GetApps or App Market.
  3. Select the app from the list (package name - com.xiaomi.mipicks).
  4. Click "Disable" and confirm the action.
  5. Return to the home screen and remove the GetApps icon from your desktop (if it remains).

This method has limitations:

  • ❌ The app will remain in the phone's memory (takes up) ~50–100 MB).
  • ❌ Some background processes may continue to work.
  • ❌ After resetting settings or updating MIUI GetApps may be activated again.

If you need to completely uninstall the app, proceed to the next method.

β˜‘οΈ Preparing for the removal of GetApps

Done: 0 / 4

Method 2: Removal via ADB (without root but with PC)

If the shutdown is not enough, you can remove GetApps using Android Debug Bridge (ADB). This method does not require root rights, but you will need a computer and USB-cable.

Step-by-step:

  1. Turn on USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI to activate Developer Mode. Go back to Settings β†’ Additional β†’ For Developers. Activate USB Debugging and confirm permission.
  2. Connect your phone to your PC and select File Transfer (MTP) mode.
  3. Download. ADB-Tools: Windows: Platform Tools by Google. Linux/macOS: Install via a package manager (sudo apt install adb for Ubuntu).
  4. Open the command prompt (Windows: Win + R β†’ cmd) and type: adb devices Make sure your device appears in the list (a phone confirmation may be required).
  5. Remove GetApps command: adb shell pm uninstall --user 0 com.xiaomi.mipicks If an error occurs DELETE_FAILED_DEVICE_POLICY_MANAGER, Use the alternative command: adb shell pm hide com.xiaomi.mipicks

Once you run the command, GetApps will disappear from the application menu and its processes will stop working, but the application files will remain in the system partition and take up space.

⚠️ Note: On some firmware (for example, MIUI Global for the European region), the pm uninstall command may not work due to security policy, in which case only root rights or flashing will help.

If ADB-The method did not work, consider the option to unlock the loader.

πŸ’‘

Before using ADB, check if your Xiaomi bootloader is locked. To do this, turn off your phone, press Volume Down + Power, and look at the screen: If there is a sign saying This device is locked, unlock will be required.

Method 3: Complete removal via TWRP (root required)

To completely remove GetApps from your phone, you will need:

  • πŸ”“ Unlocked bootloader (official instructions Xiaomi).
  • πŸ“± Established custom recovery TWRP.
  • πŸ› οΈ Root rights (Magisk or SuperSU).

Instructions:

  1. Download TWRP for your model and install it via fastboot: fastboot flash recovery twrp.img fastboot reboot recovery
  2. In TWRP, go to Advanced β†’ File Manager.
  3. Find /system/priv-app/GetApps or /system/app/GetApps and delete it.
  4. Also check for files in: /data/app/com.xiaomi.mipicks-1 /system/priv-app/MiuiMarket

Restart the phone. GetApps will be deleted without recovery.

Advantages of this method:

  • βœ… Full free space on the system partition.
  • βœ… No background processes and notifications.
  • βœ… It works even after the update. MIUI (unless you re-flash the system).

⚠️ Note: Delete system files through TWRP This can lead to bootloop if you remove critical components. /system into TWRP (Backup β†’ System).

If you do not want to unlock the bootloader, try the following method – through MiXplorer root-rights.

5. Method 4: Remove via MiXplorer (with root)

MiXplorer is a root-enabled file manager that allows you to edit system folders, which is suitable if you already have root rights but don’t want to install TWRP.

Instructions:

  1. Download MiXplorer and give it root access in Magisk or SuperSU.
  2. Open MiXplorer and go to /system/priv-app/.
  3. Find folders: GetApps MiuiMarket (if any) AppMarket

GetApps_bak

Reboot the phone.

Once you reboot, GetApps will disappear from the system. If the application does appear, check for copies in:

  • /data/app/com.xiaomi.mipicks-1
  • /system/app/GetApps

On some firmware (e.g. MIUI 14 for POCO F4), GetApps can recover after the update. To avoid this, add a folder to the blacklist in Magisk or use the Universal SafetyNet Fix module.

6. Method 5: Uninstallation through Magisk (for experienced)

If you use Magisk to manage root rights, you can remove GetApps using a special module, which is the most reliable way, since Magisk blocks the recovery of the application after updates.

Instructions:

  1. Download GetApps Remover (available on GitHub).
  2. Open Magisk Manager and go to Modules β†’ Install from Storage.
  3. Select the downloaded module file and confirm the installation.
  4. Reboot the phone.

The module automatically:

  • Remove com.xiaomi.mipicks from the system partition.
  • Blocks the installation of the application when updating MIUI.
  • Clears the cache and data of GetApps.

Advantages of the method:

CriteriaADBTWRPMagisk
Root is required.❌ No.βœ… Yes.βœ… Yes.
Complete removal❌ No (only for the user)βœ… Yes.βœ… Yes.
Works after the update❌ No.⚠️ Partially.βœ… Yes.
The risk of bootloop❌ No.⚠️ Medium.❌ Low.
Difficulty⭐⭐⭐⭐⭐⭐⭐⭐⭐

If neither method is suitable, consider the latter option – flashing to custom firmware without GetApps.

What if the phone does not turn on after removing GetApps?
If after manipulating system files, the phone got stuck on the logo or went to the bootloop, try: 1. Go to TWRP and restore the backup of the /system. 2. Refuse the phone through the Mi Flash Tool (you can download the firmware on [en.miui.com](https://en.miui.com/download.html)). 3. If the bootloader is blocked, unlock it through the official Mi Unlock application and repeat the firmware. In extreme cases, contact the service center, but note that the warranty can be canceled.

7. Method 6: Flashing to custom MIUI or AOSP

If you're ready for radical measures, you can completely replace the firmware with a version without GetApps.

  • πŸ“± Castomic assemblies MIUI (for example, MIUI EU or MIUI Pro), where GetApps is removed by default.
  • πŸ€– Firmware on the base AOSP (LineageOS, Pixel Experience, ArrowOS, which does not have system applications Xiaomi.

Firmware instructions:

  1. Unlock the loader (required!).
  2. Download the firmware for your model from the XDA Developers or MIUI EU forum.
  3. Install TWRP or OrangeFox Recovery.
  4. In recovery, run Wipe β†’ Advanced Wipe (mark Dalvik, Cache, System, Data).
  5. Sweep through the downloaded ZIP-file firmware.
  6. If necessary, install GApps (for AOSP) and Magisk (for root).

Advantages of custom firmware:

  • βœ… No system debris (GetApps, Mi Video, Mi Music, etc.).
  • βœ… More frequent security updates.
  • βœ… Ability to fine-tune the interface.

Disadvantages:

  • ❌ Loss of guarantee.
  • ❌ Possible bugs (not working) NFC, camera trouble).
  • ❌ Lack of official support.

⚠️ Attention: Custom firmware MIUI on a model with a locked boot loader (for example, Redmi Note 11 Pro)+ 5G For the Chinese market, it can cause hard brick (irreparable damage). XDA.

πŸ’‘

The most reliable way to get rid of GetApps forever is to flash it on custom MIUI EU or AOSP. However, this requires unlocking the bootloader and can void the warranty.

8. GetApps Alternatives: Which App Stores to Install?

After removing GetApps, you will need an alternative source to install the apps.

ShopAdvantagesDeficienciesReference
πŸ“± Google PlayLargest application database, automatic update, securityGoogle Mobile Services (GMS) requires some appsplay.google.com
πŸ›‘οΈ Aurora StoreAnonymous access to Google Play, no tracking, open sourceNo automatic updates, sometimes requiring manual adjustmentauroraoss.com
🌍 APKMirrorSafe. APK-files, version history, no registrationNo automatic updates, you need to download manuallyapkmirror.com
πŸ” F-DroidOpen source only, no advertising and tracking, safeLimited choice of applications (mainly for developers)f-droid.org

For most users, the best choice would be Google Play (if preinstalled) or Aurora Store (if you value privacy). APK-Manual files – use APKMirror (check hash amounts of files!).

If you have removed GetApps but want to keep the ability to install apps from Xiaomi (such as Mi Home for smart devices), download them from the official APK website:

https://app.mi.com/global/details?id={package_name}

(substitute {package_name} on ID applications, such as com.miui.home for launcher).

FAQ: Frequent questions about getting Apps removed

Can I delete GetApps without a computer?
Yes, but only if you already have root rights, in which case use MiXplorer or Root Explorer to delete /system/priv-app/GetApps. Without root, you can't completely delete - only disable through settings.
Will Mi Account work after GetApps is deleted?
Yes, Mi Account and related services (cloud, device search) are not dependent on GetApps. However, if you uninstall other system applications (e.g., com.xiaomi.account), you may have authorization issues.
Will GetApps be back after the MIUI update?
Depends on the method of deletion: If you used ADB pm uninstall --user 0, yes, it will. If you deleted files via TWRP or Magisk, no, but only if you don't flash the system again. If you reflashed to custom MIUI/AOSP, no.
Can I remove GetApps on Xiaomi with a blocked bootloader?
No, it requires unlocking the bootloader to completely remove it, and the most you can do is disable the app through settings or remove it for the current user via ADB (pm uninstall --user 0 com.xiaomi.mipicks command).
What if the themes stopped working after getting GetApps removed?
GetApps is linked to theme service MIUI. If the topic has ceased to apply after removal, install APK Mi Themes by hand: https://app.mi.com/global/details?id=com.android.themes Or use alternative launchers (like Nova Launcher) with icon pack support.