GetApps (formerly the Mi App Store) is pre-installed on all Xiaomi, Redmi and POCO smartphones running MIUI firmware. It is designed to download apps from the company's branded store, but many users find it intrusive, unnecessary and consuming device resources. Unlike Google Play, GetApps often displays ads, offers questionable apps and does not have an automatic security update mechanism.
The problem is complicated by the fact that GetApps can not be removed by standard means. MIUI β There is no "Delete" button in the app menu, but there are legal and illegal ways to get rid of it, from simply turning it off to completely deleting system files. In this guide, we will discuss all current methods, including root-free solutions, using the use of the system's own software. ADB, And we'll also take radical measures for power users, and we'll focus on the nuances for different versions. MIUI 14 and MIUI 15 where the deletion algorithm may differ.
Why GetApps are Hindering Xiaomi Users
At first glance, the branded app store seems like a useful feature, but in practice it causes a number of problems:
- π± Intrusive Notifications: GetApps regularly sends ads for games and apps, even if you have never used them. MIUI.
- π Battery consumption: The application runs in the background, consuming up to 5-7% Charge per day (according to tests on Xiaomi) 12T Redmi Note 11).
- π Traffic loading: Automatically checking for updates and downloading banners can "eat" up to 100-150 MB per month.
- π‘οΈ Security risks: Unlike Google Play, GetApps does not have strict moderation, and applications with potentially dangerous permissions (for example, access to the Internet) are distributed through it. SMS geolocation).
According to a study by XDA Developers (2023), 68% of Xiaomi users in Russia and Europe tried to remove or disable GetApps in the first months after buying a device, while only 22% were able to do so successfully without using root rights.
β οΈ Note: On some models (e.g, POCO F5 GetApps is integrated into the com.miui.systemAdSolution system process. its forced removal can lead to malfunctions. MIUI Launcher (disappearance of widgets, errors when swiping down).
Method 1: Disable GetApps without deleting (the safest)
If you don't have to completely remove an app, you just have to stop it and hide it from the menu, use this method. It's suitable for all models. Xiaomi/Redmi/POCO It does not require special knowledge.
Instructions:
- Open Settings β Applications β Application Management.
- In the search box, type GetApps (or com.xiaomi.mipicks for older versions of MIUI).
- Click on the app, then select Disable (if the button is inactive, click Stop first).
- Confirm the action in the dialog window.
- Return to the main menu and remove the GetApps shortcut from the desktop (click the icon β βDeleteβ).
This method doesn't delete the application files, but it stops the background activity.
- π After updating MIUI GetApps may be activated again.
- π₯ Notifications from the application will continue to arrive unless you disable them separately in Settings. β Notifications β GetApps.
- π The app will remain in the list of "All applications" in the settings.
βοΈ Preparing to disable GetApps
Method 2: Remove via ADB (without root but with PC)
For users who are ready to connect the phone to the computer, ADB (Android Debug Bridge is the most effective way to remove GetApps without getting root permissions. MIUI, including MIUI 15.
What you need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π USB-cable (preferably original).
- π± Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times press to activate the developer mode, then Settings β Additionally. β For developers β Debugging by USB).
- π οΈ Utility. ADB Tools by Google.
Step-by-step:
- Download and unpack the platform-tools on your computer.
- Connect the phone to the PC and allow debugging (a request will appear on the phone screen).
- Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Run the GetApps delete command: adb shell pm uninstall --user 0 com.xiaomi.mipicks For older versions of MIUI (up to 12.5) use: adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
- Reboot the phone.
If the command fails, try an alternative package:
adb shell pm uninstall --user 0 com.xiaomi.gamecenter.sdk.serviceβ οΈ Note: On some firmware (for example, MIUI EU or Global ROM) After removing GetApps, access to themes may be lost MIUI. To return the functionality of the themes, install them manually through APKMirror.
What if the ADB canβt see the device?
Method 3: Remove via TWRP (for hard-wired phones)
If your Xiaomi has a custom TWRP recavator installed, you can remove GetApps as a system application, which is suitable for users with an unlocked bootloader and an alternative firmware installed (for example, LineageOS or Pixel Experience).
Advantages of the method:
- π§Ή Completely delete all application files, including cache and data.
- π Inability to recover after the update MIUI.
- π± It works even on blocked regional firmware (for example, MIUI China).
Instructions:
- Load the phone to TWRP (press Power + Volume up when the device is off).
- Select Advanced β File Manager.
- Go to /system/priv-app/MiAppStore or /system/app/MiAppStore (the path may vary depending on the firmware).
- Delete the MiAppStore folder (swipe right in TWRP).
- Go back to the main menu and select Wipe β Dalvik/ART Cache.
- Reboot the phone.
To check the success of the removal, enter the ADB terminal:
adb shell ls /system/priv-app/ | grep -i miappIf the team does not return the results
| Xiaomi model | The Way to GetApps in TWRP | Features |
|---|---|---|
| Redmi Note 10/11 | /system/priv-app/MiAppStore | You may also need to remove it. /system/priv-app/GameCenter |
| POCO F3/F4 | /system/app/GetApps | After removal, the tab "Games" disappears in the settings |
| Xiaomi 12/13 | /product/priv-app/MiAppStore | You need to install the product section in TWRP |
| Mi 11 Ultra | /system/system_ext/priv-app/MiAppStore | Removal can break MIUI Launcher (reset needed) |
π‘
Before working in TWRP, make sure to backup the system partition (the "Backup" button in the main menu), which will allow you to restore the phone if errors occur after you delete GetApps.
Method 4: Using the Magisk module (for root users)
If your Xiaomi has root rights (installed by Magisk), you can use special modules to remove system applications.This method is reversible - GetApps can be returned if necessary.
The most popular modules:
- π¦ Universal Debloater β Remove pre-installed Xiaomi apps, including GetApps, without manual packet search.
- π§© MIUI Debloater β a specialized module for MIUI, Supports the selection of specific removal applications.
- π App Systemizer β allows you to convert system applications into custom applications (and vice versa).
Installation instructions:
- Download a module (e.g. Universal Debloater) in.zip format.
- Open Magisk Manager and go to the Modules section.
- Click Install from Storage and select the downloaded file.
- Reboot the phone.
- After restarting, open the terminal and check for deletion: su pm list packages | grep -i miapp If the output is empty, the application is removed.
For fine-tuning, use the module configuration file (usually located in /sdcard/UniversalDebloater/config.json).
"packages": [
"com.xiaomi.mipicks",
"com.xiaomi.gamecenter.sdk.service",
"com.miui.systemAdSolution"
]β οΈ Note: On some firmware (for example, MIUI China Stable) Deleting com.miui.systemAdSolution can result in loss of themes and wallpaper functionality, in which case restore the package via Magisk or reflash the phone.
Method 5: Reset to factory settings (radical method)
If none of the above methods worked, or you want to completely clear the phone of pre-installed software, you can perform a hard reset followed by the installation of "clean" firmware, which is suitable for advanced users and requires backup data.
Reset options:
- π Reset via Settings: Settings β The phone. β Resetting settings β Minus: GetApps will come back after the reset, because it's part of the system image.
- π± Fastboot Reset: Deletes all data and reinstalls the stock firmware. Requires an unlocked bootloader.Command for a full reset: fastboot erase userdata fastboot erase cache fastboot flash system system.img
- π οΈ Custom firmware installation: Firmware like LineageOS or ArrowOS doesn't contain GetApps out of the box. Requires bootloader unlock and fastboot experience.
Step-by-step instructions for installing clean firmware:
- Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 7 days).
- Download the stock firmware for your model (choose the Fastboot version).
- Unpack the firmware and launch the script flash_all.bat (Windows or flash_all.sh (macOS/Linux).
- After the firmware, run the command to delete GetApps: fastboot erase system fastboot flash system.img fastboot -w
- Install Magisk to get root and remove the remaining GetApps traces via ADB or TWRP.
This method is guaranteed to remove GetApps, but has risks:
- π Loss of warranty (if the bootloader was unblocked unofficially).
- π± Possible breech (turning the phone into a βbrickβ) with firmware errors.
- π Loss of all data on your device (including photos and contacts).
π‘
Installing custom firmware is the only way to permanently get rid of GetApps and other pre-installed Xiaomi apps. However, this method requires technical skills and voids the warranty.
What to do if GetApps is back after the MIUI update
One of the most common problems is getting GetApps back up after a firmware update, and that's because MIUI restores system applications from backup.
- π Reverse update: If the update came by air (OTA), You can roll back through the settings. β The phone. β Updating the system β Three points. β Reverse the update.
- π΅ Block GetApps Updates: Install Package Disabler (root required) and disable com.xiaomi.mipicks.updater.
- π‘οΈ Use Magisk Module: Module MIUI OTA Updater Disabler blocks automatic recovery of pre-installed applications.
- π§ Remove through ADB Repeat the command adb shell pm uninstall --user 0 com.xiaomi.mipicks after each update.
For MIUI 15 (2026), Xiaomi has implemented protection against removing system applications through ADB.
- Installation of Magisk and Universal Debloater.
- Or switching to custom firmware (e.g. Pixel Experience).
If GetApps returned after resetting, it means it was part of the system image, in which case only flashing through Fastboot with a modified system.img (without the com.xiaomi.mipicks package) will help.