Tired of seeing annoying notifications from GetApps, Xiaomiβs app store that constantly offers to install new programs?You are not alone: according to statistics, more than 60% of users of Redmi, POCO and Mi smartphones face this problem. The app not only clogs the notification panel, but also consumes battery power, traffic and system resources in the background.
In this article, weβll take a look at all the working ways to disable GetApps, from standard MIUI settings to hidden methods using ADB. Youβll learn how to uninstall the root-free app, block its notifications, and even completely deactivate services related to GetApps. Instructions are relevant for MIUI 14, MIUI 13, and MIUI 12 (including global and Chinese versions of the firmware).
Why GetApps is appearing on Xiaomi and can it be removed?
GetApps is Xiaomiβs official app store preinstalled on all smartphones of the brand, designed to distribute programs optimized for MIUI, but in practice is more often used to display ads. The application cannot be removed by standard means (the βDeleteβ button is inactive), as it is a system component.
The main reasons why GetApps is hindering users are:
- π± Persistent notifications about βrecommendedβ apps (even if you donβt use them).
- π Battery consumption β the service runs in the background, checking for updates.
- π Data traffic β downloading banners and application metadata.
- π οΈ Slowing down the system on budget models (Redmi) 9A, POCO M3 etc.).
The good news is that you can completely deactivate GetApps without root rights, using hidden settings or ADB-Next, we'll look at all the techniques, from simple to advanced.
Method 1: Disable GetApps notifications in MIUI settings
The easiest way is to block notifications from the app. It won't delete GetApps, but at least it won't clog the panel with messages.
Instructions:
- Open Settings β Applications β Application Management.
- In the search box, type GetApps (or com.xiaomi.mipicks for Chinese firmware).
- Slip on the app and select Notifications.
- Turn off the Display Notifications switch.
For MIUI 14 and the newer path, it may be slightly different: Settings β Notifications β Latest notifications β GetApps β Disable.
Application settings are open|Found GetApps in the list|Notifications disabled|Reboot the phone (optional)-->
β οΈ Note: On some firmware (for example, MIUI Global for Redmi Note 11) notifications can be turned on again after the system update.
Method 2: Limit background activity of GetApps
If notifications are disabled, but the application is still consuming the battery, limit its operation in the background.
How to limit:
- Go to Settings β Applications β Application Management β GetApps.
- Choose Battery (or Battery Use).
- Set a limit: π Background activity β Limit. πΆ Auto-start β Shut down. π Optimizing the battery β Turn on.
POCO and Redmi with MIUI 13 also have the option of Deep Optimization β turn it on for maximum limitation.
| Setting up | The effect | Recommendation |
|---|---|---|
| Background restriction | The application will not be updated without you launching. | β Turn it on. |
| Shutting down autostart | GetApps does not start when the system starts | β Turn it on. |
| Optimizing the battery | The system is forced to close the application | β Turn it on. |
| Notifications | Blocking pop-up messages | β Shut down. |
π‘
If GetApps stopped updating the app list after the restrictions, that's okay, the main thing is that it doesn't interfere with the phone's performance anymore.
Method 3: Remove GetApps via ADB (without root)
To completely disable GetApps, you will need to connect to your computer and use the Android Debug Bridge (ADB), which does not require superuser rights, but you need unlocked developer settings.
Step-by-step:
- Turn on USB debugging: Go to Settings β About Phone β MIUI Version. Tap 7 times until the message βYouβre a developerβ appears. Return to Settings β Additional β Developer. Activate USB debugging.
Connect your phone to your PC
Download ADB
Platform Tools
Open the command line.
adb.exe
adb shell pm uninstall -k --user 0 com.xiaomi.mipicksFor Chinese firmware, use:
adb shell pm uninstall -k --user 0 com.miui.msa.globalOnce the command is executed, GetApps will disappear from the application menu and stop sending notifications, while the system files will remain intact (which is safe for MIUI updates).
β οΈ Note: On some models (Xiaomi) 12T, POCO F4) After resetting or updating the firmware, GetApps may return.
What if the ADB canβt see the device?
Method 4: Disconnect via hidden MIUI settings (for experienced)
MIUI has hidden menus that allow you to deactivate system applications without ADB. This method does not work on all firmware, but can be useful for the Redmi Note 10, Mi 11 and other models.
Instructions:
- Open the phone app and enter the code: ##4636##
- In the testing menu, select Phone Information.
- Slip on Network Selection (or Usage Statistics on global firmware).
- Find GetApps in the list and click Disable (or Force Stop).
Alternative method for MIUI 14:
- Go to Settings β Memory β Applications.
- Find GetApps and tap it.
- Select Warehouse β Clear data and Clear cache.
- Go back and click Disable (if the option is active).
These actions will not delete the application, but will reset its settings and temporarily suspend work.
π‘
Hidden MIUI menus may vary depending on the firmware region. If ##4636### doesn't work, try ##284## (to test the network).
Method 5: Use of third-party utilities (root only)
If your Xiaomi has a bootloader unlocked and Magisk (root) installed, you can completely remove GetApps using specialized tools.
Popular utilities:
- π§ Titanium Backup β allows you to freeze or remove system applications.
- ποΈ SD Maid β Clears residual files after uninstallation.
- π‘οΈ App Systemizer β Converts system applications to custom applications (for easy removal).
Example of Titanium Backup Removal:
- Open the application and provide root access.
- Find GetApps in the list (com.xiaomi.mipicks).
- Choose Freeze (to check system stability) or Delete.
- Reboot the phone.
β οΈ Warning: Removing system applications can lead to unstable work MIUI or update errors. Before experimenting, back up through TWRP Xiaomi Cloud.
What if GetApps is back after the update?
After installing the new MIUI update, some system applications (including GetApps) may recover.
- π Turn off automatic updates in Settings β The phone. β Updating the system β βοΈ β Auto-update.
- π₯ Install firmware manually via Recovery or Fastboot by pre-deleting GetApps.
- π§ Use patches for MIUI (Like, like, Magisk modules. MIUI Blocker).
If the app does return, repeat the method with ADB (Section 3) or use Titanium Backup (Section 5).
For POCO and Redmi users on MIUI 13/14, there is an alternative option β installing custom firmware (e.g. Pixel Experience or LineageOS), where GetApps is not available by default, but this requires unlocking the bootloader and may take away warranty.