How to permanently remove GetApps on Xiaomi: from shutdown to complete removal

GetApps

Xiaomi

MIUI

GetApps

Redmi

POCO

But can we get rid of it forever? The answer is yes, but with reservations. Depending on the version. MIUI (12, 13 or 14) and root rights are available in a variety of ways, from simple disabling to complete deletion of system files. In this article, we will discuss 5 working methods, including hidden settings, ADB-commands and modifications through TWRP. You’ll also learn how to replace GetApps if it was your primary source of apps.

It’s important to understand that Xiaomi doesn’t include a regular removal of its store, so some techniques require technical skills.If you’re a beginner, start with safe options (sections 2–3), and experienced users can go straight to deep cleaning (sections 4–5).

1.Why does GetApps bother users?

At first glance, the app store seems useful: it offers MIUI-optimized programs, games and even exclusive discounts, but in practice, many face the following problems:

  • πŸ“± GetApps regularly sends ads for games, updates and β€œhot offers” even if you have never used them.
  • 🐒 Slowing down: on weak smartphones (e.g. Redmi) 9A or POCO M3) background activity of the store can eat up to 10-15% CPU.
  • πŸ”„ Auto Updates: The app updates itself, taking up traffic and memory space (up to 200-300MB in cache).
  • 🚫 Impossibility of uninstallation: in standard settings MIUI Remove button is inactive.

According to a survey of Xiaomi users in 2023, 68% of respondents disable or attempt to remove GetApps in the first months after buying a device, with 42% complaining about ads and 35% complaining about performance declines.

πŸ“Š You tried to remove GetApps on your Xiaomi?
Yeah, totally deleted.
Yeah, but it didn't work.
No, but I do.
No, I need him.
I don't know what it is.

Another unpleasant feature is that GetApps is integrated into system processes. MIUI. For example, when installing APK-It can automatically open files from other sources with the suggestion to "installe through GetApps for security." This annoys users who prefer Google Play or APKMirror.

2. Method 1: Disconnect via settings (without root)

The easiest and safest method is to deactivate the app so it doesn’t run in the background and notify you, which is suitable for all Xiaomi, Redmi and POCO models on MIUI 12/13/14 and doesn’t require technical skills.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type GetApps (or com.xiaomi.mipicks for older versions).
  3. Click on the app, then select Disable (or Remove Updates if the Disable button is inactive).
  4. Confirm the action in the pop-up window.

After the shutdown:

  • βœ… GetApps icon will disappear from the menu.
  • βœ… Notifications and background activity will cease.
  • ❌ The application will remain in the system and can be activated again after resetting settings.

πŸ’‘

If the β€œDisable” button is inactive, first remove all app updates (the β€œRemove Updates” button), then try again.

This method does not free up space in memory, but stops GetApps completely. For complete removal, go to the following methods.

Method 2: Removal via ADB (without root)

If the shutdown is not enough, you can remove GetApps using ADB-This method works on most Xiaomi devices and does not require root rights, but will require a connection to a computer.

What you need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ“± USB-cable (preferably original).
  • πŸ”§ Installed drivers ADB Fastboot (you can download from the official Android website).
  • βš™οΈ Included debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β€” Press 7 times, then return to Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).

Step-by-step:

  1. Connect the smartphone to the computer and allow debugging (a request will appear on the phone screen).
  2. Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to delete GetApps: adb shell pm uninstall --user 0 com.xiaomi.mipicks For older versions of MIUI (up to 12) use: adb shell pm uninstall --user 0 com.xiaomi.market

If the command is successful, you will see a message Success. After the smartphone is restarted, the GetApps icon will disappear, and the application itself will be uninstalled for the current user (not from the system completely).

Debugging is on. USB|Drivers installed ADB|Smartphone connected to PC|Connection with Adb Devices Team-->

⚠️ Note: Some Xiaomi models (such as Mi 11 or Redmi Note 10 Pro) after the update MIUI GetApps can recover, in which case repeat the procedure or use the root-right method.

Method 3: Complete removal with root rights

If you have root access (for example, through Magisk), you can delete GetApps at the system file level.This method ensures that the application will not return after updates, but requires caution - incorrect actions can lead to a bootloop.

Tools required:

  • πŸ“± Smartphone with unlocked bootloader and installed Magisk.
  • πŸ”§ File Manager with support for root (such as Root Explorer or Mixplorer).
  • πŸ“ Backup of important data (in case of failure).

Instructions:

  1. Open Root Explorer and go to /system/priv-app/MiAppStore/ or /system/app/MiAppStore/ (the path may vary depending on the version of MIUI).
  2. Delete the MiAppStore folder or the MiAppStore.apk file.
  3. Also check the /data/app/ folder for residual GetApps files and delete them.
  4. Reset the device.

An alternative way is to use ADB root access:

adb shell


su




mount -o rw,remount /system




rm -rf /system/priv-app/MiAppStore




rm -rf /system/app/MiAppStore




reboot

⚠️ Warning: Removing system applications may disrupt the work MIUI. For example, on some devices, after removing GetApps, the theme store or firmware update stops working. TWRP!

What to do if the smartphone does not turn on after removal?
If the device is stuck on the Xiaomi logo (bootloop), try: 1. log into TWRP (press Power + Volume Up). 2. Restore backup (if any). 3. Refuse MIUI through Fastboot (instructions on xiaomiflash.com). If it does not help, contact the service center, as the system software may have been damaged.

5. Method 4: Removal via TWRP (for advanced)

If you have a custom TWRP recap, you can remove GetApps directly from it, which is suitable for users who have already modified their device (for example, custom ROM).

Step-by-step:

  1. Download to TWRP (press Power + Volume Up when you turn on).
  2. Go to Advanced β†’ File Manager.
  3. Find and delete the following folders: /system/priv-app/MiAppStore/system/app/MiAppStore/data/app/com.xiaomi.mipicks-* (all folders with such a prefix)

Wipe β†’ Cache

The advantage of this method is that you delete the application at the firmware level and it won't recover after the updates.

  • πŸ”΄ There may be errors in the next update. MIUI.
  • πŸ”΄ Some features (such as themes or cloud services) may not work properly.

πŸ’‘

TWRP is the most radical method, but it ensures that GetApps won't come back. Use it only if you're prepared for any update issues.

6. Method 5: Replacing GetApps with alternative stores

If you have removed GetApps but need an app store optimized for Xiaomi, consider alternatives.

ShopAdvantagesDeficienciesReference
Google PlayHuge application base, regular updates, securityNot all apps are optimized for MIUI, there may be regional restrictionsplay.google.com
APKMirrorAccess to any APK version, no regional locksNo automatic updates, risk of downloading an unofficial buildapkmirror.com
AptoideAlternative store with unique applications, support for the Russian languageLots of advertising, unstable applications are possibleaptoide.com
Aurora StoreAnonymous access to Google Play, no tracking, open sourceRequires customization, not all applications are availableauroraoss.com

If you prefer Chinese apps, pay attention to:

  • πŸ‡¨πŸ‡³ Baiduyun – Cloud Storage with Built-in Store.
  • πŸ‡¨πŸ‡³ Huawei AppGallery – works on Xiaomi, but requires registration.

Important: After removing GetApps, some system features (such as updating themes or Xiaomi branded services) may require manual installation of APK.

Possible problems and solutions

When you delete GetApps, users often encounter errors, and here are the most common ways to fix them:

  • πŸ”„ The app returns after update MIUI: This is because the firmware restores the system files, and the solution is to repeat the deletion through the system. ADB or disable automatic updates MIUI customized.
  • ⚠️ Error "com.xiaomi.mipicks stopped": Appears if not all application files are deleted. β†’ Annexes β†’ Show all applications β†’ GetApps β†’ Warehouse β†’ Clear the cache.
  • πŸ“± The icon stays on the menu: Sometimes, after deleting, a dead icon remains, the solution is to restart the device or reset the launcher settings (Settings) β†’ Annexes β†’ Launcher β†’ Clear the data).
  • πŸ”§ Themes or cloud services don’t work: Some features MIUI It depends on GetApps. Solution to install APK The store separately (download can be on Xiaomi.eu).

If after removal, the smartphone began to slow down or issue errors, try:

  1. Clear the system cache (Settings β†’ Storage β†’ Clean).
  2. Restore GetApps from backup (if any).
  3. Reset your settings to factory (Warning: Delete all data!).

FAQ: Frequent questions

❓ Can I delete GetApps without a computer?
Yes, but only disable (method 1) or root (method 3).To completely remove without ADB or TWRP, you will need superuser rights.
❓ Will GetApps return after resetting settings?
Yes. When reset to factory settings, all system applications, including GetApps, will recover. To avoid this, delete it via TWRP or ADB after each reset.
❓ Will Xiaomi work without GetApps?
Yes, the smartphone will work fine, but some features (such as branded themes or updates via MIUI Updater) may require manual APK installation.
❓ Can I remove GetApps from the POCO?
Yes, POCO works on MIUI, so all the ways in this article are suitable. On POCO Launcher, the icon can be hidden automatically after being turned off.
❓ How to return GetApps if you need it?
If you have removed the application via ADB or TWRP, you can restore it by downloading the original APK from xiaomi.eu. By installing the MIUI firmware again via Fastboot. By restoring the backup from TWRP.