How to completely disable or remove GetApps on Xiaomi Redmi smartphones

Xiaomi Redmi smartphone owners often encounter the intrusive GetApps system app (also known as com.xiaomi.mipicks or "Theme Store"), which not only takes up space in memory, but also regularly sends notifications about "recommended" applications, games and themes - even if you have never used them. Unlike standard applications, GetApps cannot be removed in the usual way through the Apps menu, since it is protected by system software rights.

In this article, we will discuss all working methods to disable or remove GetApps on Redmi devices (relevant to models from Redmi Note 7 to Redmi 13 Pro and MIUI firmware 12-14).

  • ๐Ÿ”ง Disable notifications from GetApps without root rights
  • ๐Ÿ“ฑ Hide the app icon from the main screen
  • ๐Ÿ› ๏ธ Remove GetApps through ADB (loss of guarantee)
  • ๐Ÿ”„ Block automatic recovery of the application after updates
  • โš ๏ธ What happens if you delete GetApps โ€“ the consequences and risks

Important: the methods vary in complexity and consequences, for example, disabling notifications will be good for beginners, and removing them through ADB will require minimal technical skills, and we will describe each step in detail so that you can choose the best option for your Redmi model.

๐Ÿ“Š How do you usually handle unnecessary system applications?
Turn off the notifications.
Hiding the icon
Delete via ADB
I'm not doing anything.
Use root.

1. Why GetApps can't be removed in the standard way

GetApps is built into MIUI firmware at the system level. Unlike custom software, it's:

  • ๐Ÿ” Has the status of system software (priv-app protection level)
  • ๐Ÿ”„ Automatically recovers after resetting or updating MIUI
  • ๐Ÿ“ฆ It takes up to 150-200 MB of memory (including cache and data)
  • ๐Ÿ“ก It works constantly in the background, consuming up to 5-10% of battery power per week (according to AccuBattery data)

Even if you find the "Delete" button in the app's settings, it will be inactive, which is due to Xiaomi's policy of equating GetApps with mission-critical services (like Google Play Services), but there are workarounds, from simply disabling to completely uninstalling.

โš ๏ธ Note: Some Redmi models (e.g. Redmi) K50 Or the Redmi Note 12 Pro.+) GetApps is integrated into MIUI Themes. its removal can cause themes to malfunction.

2. Method 1: Disabling notifications from GetApps

The safest method is to block notifications without touching the app itself, which won't free up memory, but will eliminate annoying pop-ups.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the search bar, type GetApps (or "Theme Store").
  3. Slip on the app and select Notifications.
  4. Turn off the Display Notifications switch.
  5. To block completely, go to Notification Categories and deactivate all items (e.g., โ€œRecommendationsโ€, โ€œUpdatesโ€).

Additionally, background activity can be limited:

  • In the same app menu, select Battery โ†’ Battery Consumption Management.
  • Set a Strict or Manual Limit.

โ˜‘๏ธ What to do after disabling notifications

Done: 0 / 4

This is a non-super-user option, and it's reversible, and you can return the notifications back at any time, but GetApps will still take up space in memory and occasionally appear in the list of newly opened applications.

3. Method 2: Hiding the GetApps icon from the home screen

If you're annoyed by the app icon itself, you can hide it without deleting it.

Option 1 (through launcher):

  1. Press the GetApps icon on the home screen.
  2. In the menu that appears, select Remove from the screen or Hide (depending on the version of MIUI).
  3. Confirm the action. The icon will disappear, but the app will remain in the system.

Option 2 (via launcher settings):

  • ๐Ÿ“Œ Go to Settings. โ†’ Main screen screen.
  • ๐Ÿ” Select Hidden Apps and add GetApps to the list.
  • ๐Ÿ”„ If necessary, return the icon to the same menu.

Hiding the icon doesnโ€™t affect the appโ€™s performance โ€” it will still be updated and memory-consuming. However, your screen will be cleaner visually. On some firmware (e.g. MIUI 14 for Redmi Note 11), hidden apps donโ€™t even appear in the All Apps menu.

๐Ÿ’ก

If you use a third-party launcher (like Nova Launcher or Apex Launcher), the icons are hidden through its settings. In Nova Launcher, it is done this way: long-press on the screen โ†’ Launcher settings โ†’ Hidden applications.

Method 3: Remove GetApps via ADB (without root)

To completely remove GetApps, you will need a computer and an ADB (Android Debug Bridge) tool.This method does not require root rights, but resets all application settings.

Preparation:

  1. Download ADB Tools for Windows/macOS/Linux.
  2. Turn on the phone Developer Mode: Settings โ†’ About Phone โ†’ MIUI version (shap 7 times).
  3. Activate Debugging by USB in Settings โ†’ Additional โ†’ For developers.
  4. Connect Redmi to your PC via USB and select File Transfer mode.

Instructions for removal:

adb shell


pm uninstall --user 0 com.xiaomi.mipicks

If the team doesnโ€™t work, try an alternative:

adb shell pm hide com.xiaomi.mipicks
Team team.Action.Reversibility
pm uninstall --user 0Complete removal for the current userNo (requires reinstallation via ADB)
pm hideHiding the application (does not delete files)Yes (pm unhide team)
pm disable-userUninstallation without deletionYes (pm enable team)

After removal through ADB, GetApps will disappear from the application menu, but can recover after another MIUI update. To avoid this, block automatic updates of system applications (see Method 5).

โš ๏ธ Note: Some Redmi models (e.g. Redmi) K60) Deleting GetApps can lead to errors in the work MIUI Themes. Before executing the command, back up the data through Settings. โ†’ Memory. โ†’ Backup.

5. Method 4: Block GetApps Updates

Even if you delete GetApps, it can come back after the MIUI update. To prevent this from happening, block its updates:

Steps:

  1. Open Settings โ†’ Applications โ†’ Application Management โ†’ GetApps.
  2. Stick to three points (โ‹ฎ) in the upper right corner and select Disable Updates.
  3. Confirm action. The app will no longer be updated through Google Play or MIUI Updater.

Alternative method (for advanced users):

  • ๐Ÿ“ Remove the update file manually through the file manager (e.g. Mi File Manager):
  • ๐Ÿ”’ Change the permissions to the folder /data/app/com.xiaomi.mipicks on 000 (root-only).

If GetApps is still updated, try rolling it back to the factory version:

adb shell pm install -r -d --user 0 com.xiaomi.mipicks

๐Ÿ’ก

Blocking updates is a must-do step after removing GetApps via ADB. Without this, the app will recover the next MIUI update.

Method 5: Using Magisk (for root users)

If your Redmi has root rights (installed by Magisk), you can delete GetApps permanently using the Universal SafetyNet Fix module or App Systemizer.

Instructions:

  1. Install Magisk Manager and download the App Systemizer module.
  2. Activate the module in Magisk and restart the phone.
  3. Open App Systemizer, find GetApps in the list, and select Uninstall.
  4. Confirm the deletion and restart the device.

Advantages of this method:

  • ๐Ÿงน Completely delete all application files (including cache and data).
  • ๐Ÿ”’ Blocking Automatic Recovery.
  • ๐Ÿ“ฑ Compatible with all Redmi models (including Redmi Note 10 Pro, Redmi 12, etc.).

Please note: using Magisk may result in a loss of warranty and problems with Google Pay (due to a SafetyNet breach).

What if MIUI themes stopped working after getting GetApps removed?
If you have removed GetApps on a device where it is integrated with MIUI Themes (e.g. Redmis) K40 or Redmi Note 11T Pro), the themes may not be displayed correctly. Solution: 1. Install APK-file MIUI Themes manually (you can download from xiaomi.eu). 2. Turn off automatic theme updates in Settings โ†’ Topics โ†’ Settings to 3. If the problem persists, reset the theme settings via Settings โ†’ Annexes โ†’ MIUI Themes โ†’ Warehouse โ†’ Clear the data.

Possible problems and solutions

When working with GetApps, the following difficulties may arise:

Problem.Reason.Decision
GetApps is back after the MIUI updateThe system restores remote system applicationsTurn off automatic updates MIUI In Settings โ†’ The phone. โ†’ Updating the system โ†’ โ‹ฎ โ†’ Settings โ†’ Auto-update
Error "Cannot delete the package" in ADBInsufficient rights or application protectedTry the command adb shell pm uninstall -k --user 0 com.xiaomi.mipicks
After removal, the topics do not workGetApps is linked to MIUI ThemesInstall MIUI Themes manually (see spoiler above)
ADB does not see the deviceNot installed drivers or not included debuggingInstall Mi USB Driver and check the connection

If none of the methods worked, check:

  • ๐Ÿ“‹ Version MIUI โ€” on MIUI 14 and later additional protections may apply.
  • ๐Ÿ”ง Availability of updates for ADB Tools (update version - 34.0.0 and higher).
  • ๐Ÿ”’ Antivirus or firewall on PC that can block commands ADB.

8. Frequently Asked Questions (FAQ)

Can I delete GetApps without a computer?
Yes, but with limitations. Without a PC, you can: Disable notifications (Method 1); Hide an icon (Method 2); Use apps like App Inspector (requires root) to deactivate. For complete removal without a computer, root or specialized utilities (such as Lucky Patcher) are needed, but they donโ€™t always work on newer versions. MIUI).
Will Xiaomi work after GetApps is removed?
Yes, the phone will work smoothly, because GetApps is not a critical system application: ๐ŸŽจ On some models (Redmi) K30 Pro, Redmi Note 9 Pro may disappear recommendations of themes from the standard menu. ๐Ÿ”„ Update MIUI Application can be restored (see Method 5, SMS, The camera, the internet, will not be affected.
How to return GetApps if you need it?
If you have removed the application through ADB And you want to restore it: Download it. APK-GetApps from a trusted source (e.g. APKCombo) Manually install it, allowing installation from unknown sources. ADB: adb shell cmd package install-existing com.xiaomi.mipicks If the application was removed via Magisk, disable the corresponding module and restart the phone.
Are there any alternatives to GetApps for installing themes?
Yes, you can use it: ๐ŸŒ Official Topics Site MIUI: themes.c.mi.com (download themes manually). ๐Ÿ“ฑ Third-party launchers (such as Nova Launcher or Lawnchair) that support customization of icons and wallpaper. ๐ŸŽจ Customization applications: Hex Installer (for.mtz themes installation) KWGT (Substratum (requires root for deep customization) Please note: third-party themes may not support all features MIUI (For example, animations or dynamic wallpaper).
Can I turn off GetApps on Redmi with Global ROM?
All of the above methods work on the global versions. MIUI (For example, Redmi Note 11 Global or Redmi 10 2022 Global), however, there are nuances: ๐ŸŒ GetApps may be called Mi App Store or Xiaomi App Store. ๐Ÿ”ง Teams. ADB The name of the package may be different: check it through adb shell pm list packages. | grep -i xiaomi. ๐Ÿ“ต On some global versions, disabling updates may not work because of Google Play Protect's policy. EU ROM (For example, xiaomi.eu, GetApps can be removed through the built-in menu of the Application. โ†’ Remove system applications (available without ADB).