Xiaomi Redmi Note 8 owners often encounter the intrusive GetApps system app, Xiaomiβs proprietary app store that canβt be removed by standard methods. It not only takes up space in memory, but also sends regular notifications, consumes traffic in the background and can slow down a smartphone. Itβs especially annoying that the app recovers after a factory reset or MIUI update.
In this article, weβll look at 5 proven ways to get rid of GetApps, from simple shutdown to complete deletion via ADB and modification of system files. Each method is illustrated in detail with the features of the Redmi Note 8 (the ginkgo and willow models) running on MIUI 12-14. Importantly, some methods require unlocking the bootloader or superuser rights, which can affect the warranty and security of the device.
Before you start, check the version of MIUI in Settings β About Phone β MIUI version. This depends on the choice of method. We also recommend you to back up your data β especially if you plan to use ADB or edit system files.
1. disable GetApps without removal (no root)
The safest way is to deactivate the app through your Android settings, which won't free up memory, but will stop background activity and notifications. MIUI It does not require special knowledge.
Instructions:
- π± Open the Settings. β Annexes β Application management.
- π In the search bar, type GetApps (or com.xiaomi.mipicks).
- βοΈ Click on the application, then select Disable.
- β Confirm the action in the dialog window.
Once disabled, the GetApps icon will disappear from the menu, but the application file will remain in the system.On MIUI 14 and later, this method can temporarily block updates to system applications through GetApps, but does not affect the operation of Google Play.
β οΈ Attention: On some firmware after disabling GetApps, the Theme function in the settings stops working MIUI. If you want to customize your topics, use other methods.
2. Remove via ADB (without root, but with bootloader unlocking)
The method is suitable for users ready to use ADB (Android Debug Bridge) It allows you to completely remove GetApps, but requires pre-unlocking the bootloader on the Redmi Note 8.This is an official procedure from Xiaomi, but it will reset all data on the phone!
Steps:
- Unlock the bootloader through the Mi Unlock Tool (instructions on the official Xiaomi website).
- Enable USB Debugging in Settings β About Phone β MIUI Version (click 7 times on the version bar, then go back to Settings β Additional β For Developers).
- Connect the phone to the PC, open the command line and type:
adb devices
adb shell pm uninstall --user 0 com.xiaomi.mipicksIf the command is successful, GetApps will be deleted for the current user, while the system files will remain intact, which reduces the risk of "bricking" the device.
bootloader unlocked | USB | Installed ADB drivers on PC | Data backup created | Version MIUI-->
β οΈ Attention: On some firmware MIUI 13+ After removing GetApps through ADB System application icons (such as Security or Themes) may be missing, in which case rebooting or resetting cache in Recovery will help.
3. Removal with Magisk (root required)
If you have Magisk installed on your Redmi Note 8 (or you're ready to install it), you can uninstall GetApps as a system application without consequences, which gives you more control, but requires root rights.
Procedure:
- π² Install Magisk and check root status in the app.
- π οΈ Download the App Systemizer or Universal Debloater module from the Magisk repository.
- π§ In the module settings, find com.xiaomi.mipicks and select Delete option.
- π Reboot the phone.
The advantage of this method is the ability to restore the application if necessary, and Magisk also allows you to remove other unnecessary Xiaomi system applications (for example, Mi Browser or Mi Music).
What if the themes stopped working after GetApps was deleted?
4. Manual deletion of system files (for power users)
This method involves direct editing of the system partition and is only suitable for those who are confidently working with ADB Shell or a file manager with root access (for example, Solid Explorer or FX File Explorer).
Instructions:
- Get root access (via Magisk or other tools).
- Open the root-enabled file manager and go to /system/priv-app/MiPick.
- Delete the MiPick folder or rename it to MiPick.bak.
- Reset the device.
| File/Folder | Way | Action. | Effects of error |
|---|---|---|---|
| MiPick.apk | /system/priv-app/MiPick/ | Remove or rename | System launcher crash |
| MiPick.odex | /system/priv-app/MiPick/ | Delete | Application Optimization Mistake |
| com.xiaomi.mipicks | /data/app/ | Delete (if any) | Loss of user data |
β οΈ Note: If after deleting the MiPick folder, the phone stopped booting, restore it through the ADB Sideload in Recovery mode. To do this, download the original firmware for the Redmi Note 8 and extract the file from it. MiPick.apk.
5. reset to factory settings followed by locking
If GetApps came after the MIUI update or you donβt want to risk root/ADB, you can reset your settings and block the app immediately, which is a clean system option, but will delete all user data.
Algorithm:
- π Perform a reset to Settings β The phone. β Resetting settings.
- π₯ After initial setup, connect to Wi-Fi, but donβt update. MIUI!
- π« Disable GetApps immediately through Settings β Applications (as in the first method).
- π Install App Manager and block background activity GetApps.
This method does not physically remove the application, but prevents it from activating. MIUI GetApps may be back.
π‘
If GetApps still appears after reset, turn off automatic application updates to Settings β Applications β Auto Update before the first Internet connection.
Comparison of methods: which one to choose?
| Method | Difficulty | Required. root/ADB | Risk to the system | Efficiency |
|---|---|---|---|---|
| Disconnection through settings | β | β No. | β No. | β οΈ Partial (remains in memory) |
| Removal via ADB | ββ | β ADB | β οΈ Low. | β Complete (for the user) |
| Magisk (root) | βββ | β Root | β οΈ Medium. | β Complete (systemic) |
| Manual deletion of files | ββββ | β Root | β High-pitched | β Complete. |
| Reset + lockdown | ββ | β No. | β οΈ Low. | β οΈ Temporary. |
For most Redmi Note 8 users, the best solution is to remove it via ADB β it doesnβt require root, but it does produce a lasting result. If youβre not ready to unlock the bootloader, use the switch off via settings + blocking background activity.
π‘
MIUI 14 Global GetApps is integrated with MIUI services, and removing it could disrupt themes and cloud backup. Check dependent features before removing it!