GetApps (or Xiaomi App Store) is preinstalled on all Redmi Note smartphones and often becomes a source of annoyance for users. It not only takes up space in memory, but also regularly sends notifications, consumes traffic in the background and can slow down the system. Although GetApps can not be removed by standard MIUI without superuser rights, there are legal and illegal methods to deactivate or completely delete it.
In this article, we will look at 5 proven methods, from simple deactivation to complete deletion through ADB and even physical disabling through system file editing. All methods are tested on the Redmi Note 10/11/12 with MIUI 14 and MIUI 15 firmware, but most of them apply to other Xiaomi, POCO or Black Shark models.
Why canβt GetApps be removed in the standard way?
GetApps (com.xiaomi.mipicks) is a MIUI system application that is protected from removal for several reasons:
- π Xiaomi: The company is imposing its app store as an alternative to Google Play, especially in regions where Google services are limited (e.g. China).
- π¦ Integration with MIUI: GetApps is linked to other system services such as Mi Account, Theme Store and Xiaomi Cloud. its removal may disrupt these features.
- π‘οΈ Protection against "curved" firmware: MIUI block the removal of system APK, To prevent device failure after unqualified user actions.
Even if you disable the application through settings, it will remain in the deviceβs memory and can automatically turn on after the MIUI update. Complete deletion requires tampering with system files or using special tools.
β οΈ Note: On some Redmi Note models (e.g. Redmi Note 9 Pro for the Chinese market), GetApps replaces Google Play and is responsible for installing all of the devices. APK. Deleting it will make it impossible to install applications without manually downloading.apk files.
Method 1: Turn off GetApps without root (the safest method)
If you do not need to completely remove the application, but just stop its operation and notifications, use the built-in MIUI tools:
- Go to Settings β Applications β Application Management.
- In the search bar, enter GetApps (or the App Store on Russian firmware).
- Slip on the application, then select Disable.
- Confirm the action by clicking Disable the application (the system will warn you of possible crashes β ignore this).
After the shutdown:
- π« The app will disappear from the menu and stop sending notifications.
- π It will remain in memory, but will not consume resources.
- π After updating MIUI It may be activated again, and you will have to repeat the procedure.
Delete the app cache | Disable auto-update in Settings β Accounts and sync | Check application permissions (network access, location) |Reboot device-->
This method does not require root rights and does not affect the warranty, but does not free up the device's memory.If you need to completely uninstall the application, read on.
Method 2: Remove via ADB (without root, but with PC connection)
The Android Debug Bridge (ADB) tool allows you to uninstall system applications without obtaining superuser rights, a method that works on most Xiaomi devices, including the Redmi Note 10/11/12, but requires a connection to a computer.
What you need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π Cable USB (preferably original).
- π₯ Installed drivers Xiaomi and ADB Tools.
- π§ Included debugging by USB smartphone.
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β For Developers. Enable USB Debugging and OEM Unlock (if any).
Connect your smartphone to your PC and confirm the debugging permission.
Terminal
adb devicesMake sure your device is listed.
adb shell pm uninstall --user 0 com.xiaomi.mipicksIf you have an error, try an alternative command:
adb shell pm hide com.xiaomi.mipicksReset the device.
Once you do this, the application will disappear from the system, but its files will remain in memory (just not available to the user).This method does not require root, but when you reset your settings or update MIUI GetApps can return.
β οΈ Attention: On some firmware MIUI (In this case, try using the adb shell pm disable-user com.xiaomi.mipicks.
Disable via Settings |Use ADB|Get root and delete completely |Reset phone to factory settings |I haven't decided-->
Method 3: Complete removal with root rights (for power users)
If you're willing to sacrifice the warranty and take full control of your device, removing GetApps through root is the most reliable way.
- Unlock the bootloader through the official Xiaomi website (requires a binding Mi Account account and wait 7-14 days).
- Install custom recovery (TWRP) for your Redmi Note model.
- Please use Magisk to obtain root rights.
- Use a root-enabled file manager (such as Root Explorer or FX File Manager) and delete files: /system/priv-app/MiPick (folder) /system/app/MiPick (if any) /data/app/com.xiaomi.mipicks* (residual files)
After removal:
- β The app will be completely removed from the system.
- β οΈ Risk of loss of warranty and possible failures MIUI.
- π When updating the firmware GetApps may return β you will have to repeat the procedure.
For automatic removal, you can use a script in Magisk or the Xiaomi Debloater module for each update.