How to completely disable or remove GetApps on Xiaomi: all working ways

GetApps (formerly the Mi App Store) is pre-installed on all Xiaomi, Redmi and Poco smartphones as the company's official app store, although it offers exclusive themes, wallpaper and optimized features. MIUI programs, many users want to disable or delete it - because of intrusive notifications, excessive battery consumption or preference for Google Play. In this article, we will analyze all the current methods, including hidden settings, ADB-commands and alternative methods for different versions MIUI.

It is important to understand that completely removing GetApps without root rights can cause system updates and theme store to crash, since the application is integrated into the firmware. However, it can be deactivated, hidden or restricted activity - we will show how to do this as safely as possible. Instructions are suitable for models from Xiaomi Mi 11 to Redmi Note 12, including devices on MIUI 14, MIUI 13 and older versions.

Why do users want to delete GetApps?

The main reasons why Xiaomi owners are trying to get rid of GetApps:

  • πŸ“± Intrusive notifications about new apps, themes, and promotions (even when options in settings are disabled).
  • πŸ”‹ Battery consumption in the background – the application is constantly synchronized with Xiaomi servers.
  • πŸ“¦ Duplication of Google Play features, which creates confusion when installing apps.
  • πŸ›‘οΈ Privacy Issues – GetApps collects data about installed programs and user preferences.
  • πŸ“± Incompatibility with some firmware, for example, on custom ROM Pixel Experience.

According to traffic analysis, GetApps can consume up to 150MB per month on background activity alone, even if you don’t use it, and the app often automatically installs updates for MIUI system components, which can conflict with manual settings.

πŸ“Š How do you feel about GetApps on Xiaomi?
I use it regularly.
I turned it off, but I didn't delete it.
Delete it completely.
I don't know what it is.
It's intrusive, but I'm afraid to remove it.

Method 1: Disconnect via MIUI settings (without root)

The easiest and safest method is to deactivate the app through standard settings, which won’t remove it completely, but will stop background activity and notifications.

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, enter GetApps (or App Store in Russian).
  3. Click on the app, then select Disable (if the button is inactive, click Stop first).
  4. Confirm the action in the window that appears.

After the shutdown:

  • 🚫 GetApps icon will disappear from the app menu.
  • ⚑ The app will stop using battery and traffic.
  • ⚠️ But: System updates for MIUI They may be delayed because some packets are distributed via GetApps.

β˜‘οΈ Preparing to disable GetApps

Done: 0 / 4

⚠️ Note: On some firmware (for example, MIUI Global for Redmi Note 10) after disabling GetApps can stop working the store theme. To return it, you will have to activate the application again or reset your phone settings.

Method 2: Removal via ADB (without root rights)

If the shutdown is not enough, you can remove GetApps completely using the ADB (Android Debug Bridge: This method doesn't require superuser rights, but it will require a computer and a computer. USB-cable.

Step-by-step:

  1. Turn on USB debugging on your phone: Settings β†’ About Phone β†’ MIUI version (click 7 times until the message β€œYou’re a developer” appears). Then go back to Settings β†’ Additional β†’ For Developers and activate Debugging over USB.
  2. Connect the phone to the PC and confirm the debugging permission.
  3. Download ADB Tools and unpack into any folder.
  4. Open the command line (Win + R β†’ cmd) and type:
adb devices

(Your device name should appear as a confirmation of your connection.)

adb shell pm uninstall --user 0 com.xiaomi.mipicks

If the command fails, try an alternative package:

adb shell pm uninstall --user 0 com.xiaomi.midrop

Once executed, GetApps will be deleted only for your user (system files will remain, but the application will disappear from the interface).

Xiaomi modelGetApps PackageAfter-the-show ADB-removal
Xiaomi 12/13, MIUI 14com.xiaomi.mipicksRemoved completely, but returned after resetting
Redmi Note 11/12, MIUI 13com.xiaomi.midropThe icon disappears, but processes remain in the dispatcher
Poco X3/X4, MIUI 12.5com.xiaomi.mipicksRemoved without consequences
Xiaomi Mi A3 (Android One)Absent.No need to remove

⚠️ Attention: On devices with MIUI China ROM Remove GetApps via ADB In this case, restore the application by command: adb shell cmd package install-existing com.xiaomi.mipicks

Method 3: Hiding the icon without removing it

If you don't want to risk the stability of the system, but the GetApps icon gets in the way, you can just hide it.

  1. Hold your finger on the GetApps icon on the home screen.
  2. In the menu that appears, select Remove (or Hide, depending on the version of MIUI).
  3. Confirm the action. The icon will disappear, but the app will remain in the system.

An alternative is to move to a folder with rarely used applications:

  • πŸ“ Create a folder on the main screen (for example, "Systems").
  • πŸ”„ Drag GetApps, Mi Video, Mi Music and other unnecessary apps.
  • πŸ”’ Block the folder from accidentally opening (in) MIUI 14 This is done by long pressing on the folder β†’ Block it).

πŸ’‘

If GetApps continues to send notifications after hiding the icon, open Settings β†’ Notifications β†’ GetApps and manually disable all alerts.

Method 4: Blocking through the MIUI Security Center

MIUI has a built-in Security Center that allows you to limit the activity of system applications, which will help block the background work of GetApps without removing it.

Instructions:

  1. Open the Security Center (the shield icon on the home screen or in the app menu).
  2. Go to the Battery. β†’ Battery consumption management.
  3. Find GetApps in the list and select Limit Background Activity.
  4. Return to the main menu of the Security Center and open AutoRun.
  5. Turn off auto-start for GetApps.

After these actions:

  • βœ… The application will not start automatically.
  • βœ… Notifications will stop coming.
  • ❌ But the icon will remain on the menu and you can open GetApps manually.
What if GetApps self-repairs after the MIUI update?
After major MIUI updates (e.g., 13 to 14), some system applications, including GetApps, are automatically restored. To avoid this: 1. Disable GetApps via ADB before upgrading (see Method 2). 2. Repeat the removal command after updating. 3. Alternatively, roll back to the previous version of MIUI via Fastboot (but this is risky for beginners).

Method 5: Remove with root rights (for power users)

If you have root access (like through Magisk), you can completely erase GetApps from the system. This is the most radical method, but it requires caution - wrong actions can lead to a device "brick".

Steps to remove:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/MiAppStore/ or /system/app/MiAppStore/.
  3. Delete the MiAppStore folder (or GetApps, depending on the firmware).
  4. Also check the /data/app/ folder for residual files and delete them.
  5. Reboot the phone.

Advantages of the method:

  • 🧹 GetApps will be deleted forever, even after resetting.
  • πŸ”§ Free up to 100-150 MB of system memory.

⚠️ Note: On some devices (e.g. Xiaomi Mi) 10T s MIUI EU) Removing GetApps via root causes a signature verification error the next time you update. To avoid problems, back up the partition before you delete it. /system through TWRP.

What happens if you disable or delete GetApps?

The consequences depend on the phone model and the MIUI version.

Action.Effects of consequencesRisks.
Disconnection through settingsThe icon disappears, background activity stopsThere may be no updates for system themes.
Removal via ADBThe application disappears for the current userReturns after resetting or updating MIUI
Removal from rootComplete removal without possibility of recoveryRisk of errors when updating firmware
Lockdown at the Security CenterThe app doesn’t work in the background, but it remains available.Notifications may return after reset

On devices with MIUI China ROM, removing GetApps can result in:

  • 🚨 Synchronization error with Xiaomi servers (cloud services will not work).
  • πŸ“± Problems with the theme store – some theme packages are installed through GetApps.
  • πŸ”„ Slowing down updates MIUI, As part of the patches are distributed through this application.

πŸ’‘

If you are unsure of your actions, start with the safest method, which is to disable via settings. Removal via ADB or root is recommended only for experienced users, ready for the possible consequences.

FAQ: Frequent questions about getting Apps removed

Can I delete GetApps without a computer?
Yes, but only if you have root rights, and without them, you can't completely uninstall an app without ADB (and therefore without a computer), and the alternative is to disable it through settings or hide the icon.
Will GetApps return to factory settings after resetting the phone?
Yes, all system applications, including GetApps, recover after a complete reset. To avoid this, repeat the removal procedure through ADB or root after the reset.
Will the Xiaomi theme store work after getting GetApps removed?
On most devices, the theme store will continue to work because it uses a separate app (com.android.themes), but on some firmware (such as MIUI China), the themes may stop updating.
Can I roll back the GetApps deletion if something goes wrong?
If you deleted through ADB, you can restore the application by command: adb shell cmd package install-existing com.xiaomi.mipicks If removed from root - you will have to reflash the phone or restore the backup.
Are there any alternatives to GetApps for installing apps on Xiaomi?
Yes, you can use it: πŸ“± Google Play Market is the main source of applications. 🌐 APKMirror – for manual installation of.apk files. πŸ“¦ Aptoide or APKPure are alternative stores, but note that some apps (such as Mi Fit or Mi Home) are optimized for GetApps and may not work as well when installed from other sources.