Xiaomi, Redmi and Poco smartphone owners often encounter the pre-installed App Store (aka GetApps or Mi Market) β the companyβs app store. This app not only takes up space in memory, but also regularly sends notifications, consumes traffic in the background and sometimes conflicts with Google Play. Unfortunately, standard deletion through the settings menu is not available: the βDeleteβ button is simply absent or inactive.
In this article, we will discuss all the current ways to remove the App Store on Xiaomi in 2026, including root-free methods using ADB, as well as alternative solutions for different versions of MIUI (12 to 15).
Why the App Store canβt be removed in the standard way
GetApps is a MIUI system service, which means that it:
- π Hardly integrated into firmware and linked to other components (e.g., com.miui.systemAdSolution, an advertising service).
- π‘οΈ Protected by a mechanism MIUI Optimization that blocks removal of mission-critical applications.
- π Automatically recovers after resetting settings or updating the firmware (if removed incorrectly).
The manufacturer intentionally limits the possibility of deletion, as the App Store is used to:
- π¦ Distribution of Xiaomi branded applications (for example, Mi Home, Mi Fit).
- π° Display targeted advertising (especially in regional firmware).
- π Collection of anonymous usage statistics (in accordance with Xiaomiβs privacy policy).
β οΈ Warning: Complete removal of system applications can lead to unstable smartphone operation, errors during the update MIUI You can't download anything you do at your own risk!
Method 1: Disconnect via settings (without deleting)
If your goal is to simply get rid of the notifications and background activity of the App Store, just disable the app. This will not remove it completely, but will stop all processes:
- Go to Settings β Applications β Application Management.
- In the search bar, type GetApps or App Store.
- Select the application from the list and click Disable.
- Confirm the action in the dialog window.
After the shutdown:
- β The icon will disappear from the desktop.
- β Notifications and background activity will cease.
- β The application will remain in the system and will take ~50β100 MB of memory.
- β After updating MIUI may re-activate.
π‘
To hide the App Store icon without turning it off, drag it into the Hidden Apps folder (click the icon β Hide).
Method 2: Removal via ADB (without root rights)
The Android Debug Bridge (ADB) method allows you to remove the App Store without obtaining root rights, but requires connecting the smartphone to a computer, which works on most Xiaomi devices with MIUI 12-15 (except Chinese firmware with blocked ADB).
What you need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π USB-cable (preferably original).
- π± Included debugging by USB (Settings β The phone. β Version. MIUI β 7 times to tap β Return to Additional Settings β For developers β Debugging by USB).
- π οΈ Utility. ADB Tools (download from the official website).
Step-by-step:
- Connect the smartphone to the computer and allow debugging (a request will appear on the phone screen).
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Run the command to remove the App Store: adb shell pm uninstall --user 0 com.xiaomi.mipicks Some firmware may require an alternative command: adb shell pm uninstall --user 0 com.miui.miservice
- Reboot your smartphone.
Possible problems and solutions:
| Mistake. | Reason. | Decision |
|---|---|---|
| adb: device unauthorized | No confirmed debugging on the phone. | Disconnect / connect the cable and confirm the request on the smartphone screen |
| Failure [DELETE_FAILED_INTERNAL_ERROR] | MIUI protection or Chinese firmware | Try the command adb shell pm hide com.xiaomi.mipicks (steal the app) |
| package com.xiaomi.mipicks not found | Another name of the package in your firmware | Find the correct name through adb shell pm list packages | grep mi |
β οΈ Note: On some devices (for example, Xiaomi 13 Pro with a MIUI 14) after removal through ADB You may lose access to branded services, such as themes or cloud storage!
βοΈ Preparation for removal through ADB
Method 3: Delete with Magisk (for root users)
If you have Magisk installed on your smartphone (or you are ready to get root rights), you can remove the App Store using the Universal Debloater module or manually through Titanium Backup.
Instructions for Magisk:
- Install the Universal Debloater module via Magisk.
- Reboot your smartphone.
- Open the Debloater app and find it in the list of com.xiaomi.mipicks.
- Check the box and click Delete.
Advantages of the method:
- β Complete removal without traces.
- β The ability to restore the application through Magisk.
- β It even works on Chinese firmware.
Risks:
- β οΈ Loss of warranty (if the device is under warranty).
- β οΈ Possible problems with OTA-update.
- β οΈ Risk of "brief" in case of incorrect deletion of system files.
What if MIUI themes stopped working after removal?
Method 4: Reset to factory settings with modified firmware
The radical method is to flash a smartphone custom firmware without preinstalled Xiaomi applications, which is suitable for experienced users, as it requires unlocking the bootloader and installing alternative software.
Popular firmware without the App Store:
- π± LineageOS β pure Android without branded services Xiaomi.
- π± Pixel Experience β firmware with Google Pixel interface.
- π± MIUI EU β modified MIUI Chinese-based apps.
Step-by-step process:
- Unlock the bootloader via Mi Unlock Tool (requires a Xiaomi account and wait 7-15 days).
- Install custom Recovery (TWRP or OrangeFox).
- Download the firmware (for example, from XDA Developers) and transfer it to your smartphone.
- Swipe the firmware through the Recovery and run Wipe Data.
β οΈ Note: Installing custom firmware voids the warranty and may cause some features to fail (e.g, NFC or IR-Check compatibility with your Xiaomi model before firmware!
Method 5: Alternative launcher (hiding icons)
If deleting seems too risky, you can simply hide the App Store with a third-party launcher.This method doesn't remove the app, but makes it invisible in everyday use.
The best launchers for Xiaomi:
- π¨ Nova Launcher β allows you to hide any icons, including system.
- π Microsoft Launcher β has a built-in function of hiding applications.
- π± Lawnchair β lightweight launcher with gesture support.
How to hide the App Store in Nova Launcher:
- Install Nova Launcher from Google Play.
- Press your finger on your desktop β Settings Nova β Apps and widgets.
- Select Hidden Apps and mark GetApps.
- Save the settings.
Advantages of the method:
- β Safe β does not affect system files.
- β I can return the icon at any time.
- β Additional functions of customization of the interface.
π‘
Using a third-party launcher is the only way to hide the App Store without risking the system, but the app will remain active in the background and consume resources.
What to do if the App Store is back after the update
One of the most common problems is that the App Store reappears after the MIUI update, and that's because system applications are restored when you install the new firmware.
- π Repeat the removal through ADB Magisk after each update.
- π« Turn off automatic updates MIUI in settings (Settings) β The phone. β Updating the system β βοΈ β Auto-update).
- π₯ Install custom recapavere (for example, TWRP), which blocks the recovery of system applications.
- π§ Use the Magisk Disable Force Encrypt module, which prevents the recovery of some system components.
If you are upgrading through MIUI Updater, before installing the new firmware version:
- Backup with TWRP or OrangeFox.
- Remove the App Store in advance.
- After the update, immediately repeat the deletion (before the first reboot).