How to permanently disable GetApps on Xiaomi: from banal hiding to deep cleaning

GetApps (aka Theme Store or Xiaomi App Store) has become a headache for many Xiaomi, Redmi and Poco users. This pre-installed app not only takes up space in the system, but also aggressively advertises themes, wallpapers and third-party programs β€” often without the possibility of standard removal. According to MIUI statistics, up to 68% of Xiaomi smartphone owners in Russia have tried to get rid of GetApps at least once.

The problem is compounded by the fact that after the updates MIUI (particularly 13-14) The application can automatically recover even after manual deletion, and in this article we will discuss all working methods, from simply disabling notifications to deep cleaning of system files (including methods for devices without root). Some methods require care, as improper actions with system files can lead to malfunctions. MIUI.

Why is GetApps so hard to remove?

GetApps is integrated into MIUI at the system services level, and unlike conventional software, it:

  • πŸ”„ Restores after resetting settings (if system files are not deleted)
  • πŸ“¦ It has several components: the main application (com.xiaomi.mipicks) and update services.
  • πŸ”’ Protected by rights MIUI: even ADB Special teams are required
  • πŸ“± Linked to Xiaomi services (e.g. Mi Account)

In addition, in the latest versions MIUI 14 developers have added protection against removing system applications through standard methods, such as when trying to uninstall ADB There may be a Failure error. [DELETE_FAILED_INTERNAL_ERROR]. This is due to Xiaomi’s policy of monetizing the ecosystem – GetApps generates revenue from advertising and affiliate programs.

πŸ“Š How do you feel about GetApps on Xiaomi?
Useful application, I use it.
Whatever, it doesn't bother.
Irritating with the quizzes
I want to remove it completely.
I deleted it.

Method 1: Disabling notifications and hiding icons

If you are annoyed only by the nozzles and the icon on the menu, this method is the safest. It does not require superuser rights and is suitable for all models (Xiaomi 13T, Redmi Note 12, Poco X5, etc.).

Steps:

  1. Open Settings β†’ Applications β†’ Application Management
  2. Find GetApps (or Theme Store) in the list
  3. Select the notification and then click on the notification.
  4. Turn off all switches (especially Recommendations and Updates)
  5. Go back and click Disable (the app will remain in the system, but will stop working)

To hide the icon:

  • πŸ“± Long tap on the icon β†’ Remove from the screen (for MIUI 14)
  • πŸ” In the search by settings, type β€œHidden Apps” and add GetApps to the list.

πŸ’‘

If the app is activated again after turning off, check autoboot: Settings β†’ Battery β†’ Autostart apps and turn off GetApps there.

Method 2: Removal via ADB (without root)

This method works on most Xiaomi devices with bootloader unlocked. Importantly, after removal, some MIUI features (such as theme loading) may stop working.

Step-by-step:

  1. Turn on USB Debugging in Settings β†’ About Phone β†’ MIUI Version (shap 7 times, then go back to Additional Settings β†’ For Developers)
  2. Connect your phone to your PC and confirm your debugging permission
  3. Download ADB Tools and unpack
  4. Open the command line in the adb folder and type:
adb shell


pm uninstall --user 0 com.xiaomi.mipicks

If you have an error, try an alternative command:

adb shell pm hide com.xiaomi.mipicks

Download ADB Tools from the official website

Enable debugging over USB on your phone

Connect your phone to your PC with the original cable

Check the connection with the adb device command

Make a backup copy of the data-->

Method 3: Deep Cleaning of System Files (for Advanced)

If standard methods don't work, you can manually delete GetApps files from system folders. Attention: this method requires root rights or custom recap (TWRP). Wrong actions can lead to bootloop ( looped boot).

Instructions for MIUI 13/14:

  1. Install a file manager with root access (e.g. Root Explorer)
  2. Go to /system/priv-app/MiPick or /system/app/MiPick.
  3. Delete all files with.apk and.odex extensions
  4. Clear the cache at /data/data/com.xiaomi.mipicks
  5. Reset the device

For TWRP devices:

  • πŸ”§ Load into the RecavΓ©rie (Power) + Vol Up)
  • πŸ“ Select File Manager and find folders. /system/priv-app/MiPick
  • πŸ—‘οΈ Remove the entire folder or its contents
  • πŸ”„ Make a Wipe. Dalvik/Cache before restarting
What to do if a bootloop occurs after removal?
If the phone is stuck with the MIUI logo after manually deleting system files, try: 1. Download to Fastboot (Power + Vol Down) and flash the original firmware through the Mi Flash Tool. 2. If there is a TWRP, restore the backup (Backup β†’ Restore). 3. In extreme cases, perform a full reset via Wipe β†’ Format Data (remove all data!).

Method 4: Use of third-party utilities (without root)

For users without technical skills, there are special utilities that automate the process of removing system applications.

Utility.Root is required.Support for MIUIReference
App Inspector❌ No.12-14Google Play
Debloater Tool❌ No (ADB)All versions.XDA
Universal Android Debloaterβœ… Yes.11-14GitHub

Example of Universal Android Debloater:

  1. Connect your phone to a PC with USB debugging enabled
  2. Launch the utility and select Xiaomi in the list of brands
  3. Find com.xiaomi.mipicks in the list of applications
  4. Press Uninstall or Disable

πŸ’‘

Third-party utilities can conflict with antivirus software. Add them to exceptions before use or temporarily disable protection.

Method 5: Blocking through a host file (for experienced)

If GetApps cannot be removed, you can block its access to the Internet, which will stop the download of ads and updates, this method requires root or Magisk.

Instructions:

  1. Install any host file editor (such as Hosts Editor)
  2. Add the following lines to the end of the /system/etc/hosts file:
127.0.0.1 app.market.xiaomi.com


127.0.0.1 api.game.xiaomi.com




127.0.0.1 sdkconfig.ad.xiaomi.com

For devices with Magisk:

  • πŸ“± Install Systemless Hosts with Magisk Manager
  • πŸ”§ Add GetApps domains to the module blacklist
  • πŸ”„ Reset the device

This method does not remove the application, but makes it useless – all network requests will be blocked at the system level.

What if GetApps is back after the update?

After major MIUI updates (e.g. 13 to 14), system applications are often restored to prevent GetApps from returning:

  • πŸ”„ Before updating, create a backup copy through TWRP Mi Backup
  • πŸ“΅ Turn off automatic update installation in Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update
  • πŸ›‘οΈ Use Magisk with DisableForceEncrypt (for encryption devices)
  • πŸ”§ After the update, repeat the removal procedure through ADB or Debloater

If GetApps is back despite all the effort, check out:

  1. Have your ADB settings reset (sometimes you need to reconnect to your PC)
  2. Have you seen new system applications with similar names (e.g. com.xiaomi.mipicks.overseas)?
  3. Has the MIUI version been updated to be incompatible with your removal method?

πŸ’‘

Some firmware (e.g. MIUI EU) doesn’t have GetApps at first. If you’re ready for custom firmware, consider switching to Xiaomi.eu or PixelExperience.

FAQ: Frequent questions about getting Apps removed

❓ Can I delete GetApps without a computer?
Yes, but with limitations. Without a PC, you can: Disable the application through settings (Settings β†’ Applications β†’ GetApps β†’ Disable) Hide the icon through the launcher (long press β†’ Remove from the screen) Use applications like App Inspector (requires ADB Wi-Fi rights) However, complete deletion of system files without ADB or root is not possible.
❓ Will GetApps return to factory settings after resetting?
Yes, with a full reset (Wipe Data), all system applications, including GetApps, are restored. To avoid this: Before reset, delete GetApps via ADB or TWRP, back up the list of disabled applications (for example, through Titanium Backup) After the reset, repeat the deletion procedure.
❓ Will Mi Account work after GetApps are deleted?
Yes, Mi Account and GetApps are different services. Deleting the theme store does not affect: Contact sync / photo via Mi Cloud Find Device (phone search) System updates via OTA However, some features (for example, downloading branded wallpaper) will become unavailable.
❓ Can I remove GetApps on Xiaomi with a blocked bootloader?
Partially. Without unlocking bootloader, you can: Disable the application via settings Delete it for the current user via ADB (pm uninstall --user 0 com.xiaomi.mipicks command) Hide the icon and disable notifications Complete removal of system files requires unlocking and root.
❓ Are there any alternatives to GetApps for installing themes?
Yes, if you need topics for MIUI, I don’t want to use GetApps, but I’ll take a look: 🌐 Miuier Themes - Unofficial Theme Catalogue πŸ“± Hex Installer (requires root) – installs themes in.mtz format 🎨 Substratum + Andromeda (for custom firmware) Official themes from GetApps often contain ads, while alternative sources offer "clean" versions.