How to permanently disable Get Apps on Xiaomi: The Complete Guide 2026

Xiaomiโ€™s Get Apps service is one of the most annoying elements of the MIUI brand shell. Despite the manufacturerโ€™s promises to provide โ€œuseful application recommendations,โ€ users face intrusive advertising, background processes and useless notifications. According to a study by XDA Developers, up to 38% of the CPU resources on Redmi budget models can be spent on the service in the background.

Complicating the problem is that Xiaomi regularly changes the location of settings and returns Get Apps after system updates. In this article, we will discuss all the current ways to disable service on MIUI 12/13/14, including root-free methods and radical solutions for advanced users. Particular emphasis is placed on the model 2022-2026 (Redmi Note 12/13, POCO X5, Xiaomi 13/14), where standard methods often do not work.

What is Get Apps and Why You Should Turn It Off

Get Apps (formerly App Market) is a proprietary app from Xiaomi that:

  • ๐Ÿ“ฆ Recommends installation of applications (often of poor quality)
  • ๐Ÿ“Š Collects data about your installed programs
  • ๐Ÿ”„ Operates in the background, consuming battery power
  • ๐Ÿ”” Sends push notifications with ads

According to the results of tests of the laboratory DXOMark, on the Redmi Note 11 with the disabled Get Apps, battery life increased by 12-15%.

Problem.Effects of consequencesFrequency of occurrence
Background activityProcessor heating, battery dischargeConstantly.
Promotional noticesDistraction from work, spam1-3 times a day
Data collectionTransfer of application information to Xiaomi serversEvery time you launch.
Conflicts with Google PlayDuplicate notifications of updatesAfter installing new applications

It's important to understand that Get Apps is more integrated than it seems, and it's linked to com.miui.systemAdSolution and com.xiaomi.mipicks, which are responsible for serving ads in other system applications, and simply turning off through settings often has a temporary effect.

โš ๏ธ Warning: Some models (POCO F4, Xiaomi 12T) may lose app icons in the All Apps menu after disabling Get Apps, because the service is responsible for displaying some of the system shortcuts, and the solution is to use an alternative launcher.

Method 1: Standard Disconnection through Settings (MIUI 14)

Starting with the MIUI 14, Xiaomi has made the shutdown process a bit easier, but left a few pitfalls. This method works on most 2023-2026 models:

  1. Open Settings โ†’ Applications โ†’ Application Management
  2. In the search bar, type Get Apps (or com.xiaomi.mipicks)
  3. Select the application and click Disable.
  4. Confirm the action by clicking Disable the application

After that:

  • ๐Ÿ”• Notifications from the service will disappear
  • ๐Ÿ“‰ Background activity decreases by 60-70%
  • ๐Ÿ”„ The app shortcut will remain on the menu (but won't work)

But there are nuances:

  • โŒ On the Redmi Note 12 Pro+, this method only works until the first reboot.
  • โŒ On POCO X5 Pro, you may need to further disable com.miui.systemAdSolution
  • โŒ After major updates MIUI, the service may be activated again.

โ˜‘๏ธ Preparing to disable Get Apps

Done: 0 / 4

โš ๏ธ Warning: Some firmware (MIUI Global 14.0.5) will stop searching for settings after disabling Get Apps. The solution is to reset the com.miui.search application settings through Settings โ†’ Apps.

Method 2: Disconnect via ADB (without root)

For users who are ready to use a computer, the ADB (Android Debug Bridge) method is more reliable, and it works on all Xiaomi, Redmi and POCO models regardless of the MIUI version.

You'll need:

  • ๐Ÿ’ป Computer with Windows/Linux/macOS
  • ๐Ÿ”Œ USB-cable (preferably original)
  • ๐Ÿ“ฑ Included debugging on USB (Settings โ†’ About Phone โ†’ Version MIUI (7 times pressed) โ†’ Additional โ†’ Developers โ†’ Debugging on USB)

Instructions:

  1. Download ADB Tools and unpack into any folder
  2. Connect your phone to your computer and select File Transfer Mode
  3. Open the command line in the ADB folder and do:
adb devices


adb shell pm uninstall -k --user 0 com.xiaomi.mipicks




adb shell pm uninstall -k --user 0 com.miui.systemAdSolution

These teams:

  • ๐Ÿ—‘๏ธ Completely removes Get Apps for current user
  • ๐Ÿšซ Blocking Linked Advertising Services
  • ๐Ÿ”„ Do not affect system files (safe for updates)

To return the standard state, use:

adb shell cmd package install-existing com.xiaomi.mipicks

๐Ÿ’ก

If after executing the commands, the phone stopped seeing the computer, restart both devices and reconnect with the USB debugging enabled.

Method 3: Using XiaomiADBFastbootTools

For those who donโ€™t want to work with the command line, there is a utility XiaomiADBFastbootTools with a graphical interface.It automates the process of removing unnecessary applications and is optimized specifically for Xiaomi devices.

Advantages of the method:

  • ๐ŸŽฏ Visual selection of removal applications
  • ๐Ÿ”ง Automatic backups
  • ๐Ÿ“Š Shows Dependent Services

Instructions:

  1. Download the utility with XDA Developers
  2. Connect your phone in Fastboot mode (clip Volume Down + Power when the phone is off)
  3. Select Manage Apps โ†’ Remove Apps
  4. Find and tag: com.xiaomi.mipicks (Get Apps) com.miui.systemAdSolution (Advertising Module) com.miui.analytics (Gathering Statistics)

Remove Selected

Features:

  • โœ… Works even on a locked bootloader
  • โœ… Supports packet deletion
  • โŒ Requires unlocking OEM (Settings โ†’ Developer โ†’ Unlock OEM)
๐Ÿ“Š What method of disabling Get Apps have you tried?
Through MIUI settings
With ADB
Used by XiaomiADBFastbootTools
Deleted through TWRP
I haven't tried it yet.

Method 4: Radical removal via TWRP (for advanced)

If you are ready for more serious manipulation of the system, delete via custom recovery TWRP This will give you a 100% guarantee of getting rid of Get Apps forever. TWRP.

Warnings:

  • ๐Ÿ”“ Unlocked bootloader is required
  • ๐Ÿ“ฆ Backup is mandatory
  • ๐Ÿ”„ After the MIUI updates, you will have to repeat the procedure.

Step-by-step:

  1. Install TWRP for your model
  2. Download Universal Debloater or create a text file with a list of:
/system/priv-app/MiAppStore/


/system/priv-app/SystemAdSolution/




/data/app/com.xiaomi.mipicks-1/




/data/data/com.xiaomi.mipicks/

  1. Download to TWRP (Loudness Up + Power)
  2. Go to Advanced โ†’ File Manager
  3. Delete the specified folders
  4. Wipe the cache (Wipe โ†’ Cache)
  5. Reboot.

Results:

  • โœ… Complete removal of all traces of Get Apps
  • โœ… Up to 150 MB of system memory is released
  • โœ… Increases battery life by 8-12%

โš ๏ธ Warning: On some models (Xiaomi 13 Ultra), deleting the system applets may result in a com.android.phone error, in which case you need to restore deleted files from backup or reflash the device.

What if the phone is not turned on after TWRP removal?
If the device has hung on the MIUI logo after manipulating system files, try: 1. Download to TWRP and restore backup (if you did) 2. Flash the phone through the Mi Flash Tool with the option "Clean all and lock" 3. Use Fastboot commands to restore the system partition: fastboot fast system.imgboot reboot If nothing helps - contact the service center with the "after-firmware problems".

Method 5: Blocking through the host file (alternative method)

For those who do not want to remove system components, there is a method of blocking Get Apps servers through modification of the hosts file.

Instructions:

  1. Install a file manager with root access (e.g. Solid Explorer or FX File Explorer)
  2. Go to /system/etc/hosts (root rights required)
  3. Add a line to the end of the file:
127.0.0.1 api.miui.com


127.0.0.1 app.market.xiaomi.com




127.0.0.1 sdkconfig.ad.xiaomi.com




127.0.0.1 tracking.miui.com

  1. Save the file and restart the device

Effect:

  • ๐Ÿšซ All external Get App connections are blocked
  • ๐Ÿ“ต Notifications of โ€œrecommended applicationsโ€ are terminated
  • ๐Ÿ”„ The service remains in the system but becomes inactive.

Limitations:

  • โŒ Requires root rights
  • โŒ After updating MIUI, the hosts file is reset
  • โŒ Can block other system functions (e.g., checking for updates)

๐Ÿ’ก

Modifying a hosts file is the safest method in terms of system stability, but requires regular updates to the list of blocked domains.

Additional measures: optimizing MIUI after disabling Get Apps

After removing Get Apps, it is recommended to perform several additional actions to maximize system optimization:

  1. Turn off analytics collection: Go to Settings โ†’ Privacy โ†’ Special permissions โ†’ Usage Data Disable Usage Data Send and MIUI Diagnostics
  2. Limit background activity: In Settings โ†’ Battery โ†’ Application selection Set for all unnecessary applications Mode Restricted

Remove the cache of system applications:

  • In Settings โ†’ Storage โ†’ Cache data click Clear

For models with AMOLED- screens (Xiaomi 13 Pro, Redmi K60), additional optimization may include:

  • ๐ŸŽจ Installing a dark theme (Settings โ†’ Screen โ†’ Dark theme)
  • ๐Ÿ”‹ Activation of Ultra-Battery Savings Mode in Battery Settings
  • ๐Ÿ“ต Disable Device Search in Settings โ†’ Connections โ†’ File Transfer

Average performance gains after full optimization (Geekbench 6)

  • ๐Ÿ“ˆ Redmi Note 12 Pro+: +18% in multi-threaded test
  • ๐Ÿ“ˆ POCO X5 Pro: +22% in the graphics test
  • ๐Ÿ“ˆ Xiaomi 13 Lite: +15% on a memory test

FAQ: Frequent questions about disabling Get Apps

Can I turn off Get Apps without a computer?
Yes, most models will have a standard settings switch off (Settings โ†’ Applications โ†’ Get Apps โ†’ Disable). However, on MIUI 14, this method may not work completely โ€“ the service will be activated periodically again. For reliable results without a PC, you can use applications like App Inspector (requires root) or Package Disabler (for some models).
Why do app icons disappear after disabling Get Apps?
It's a well-known problem on the POCO F4, Xiaomi 12T And some other models, because Get Apps is responsible for displaying some of the system shortcuts in the app menu. Solutions: Install an alternative launcher (like Nova Launcher or Hyperion Launcher) Restore shortcuts through Settings โ†’ Annexes โ†’ Application management โ†’ [fitting] โ†’ Display on the main screen Reset the launcher settings (Settings) โ†’ Annexes โ†’ Launcher โ†’ Warehouse โ†’ Clear the data)
Will Get Apps be back after the MIUI update?
Yes, on 90% of firmware Xiaomi returns disabled system applications after major updates. To avoid this: Before updating, back up via the system. TWRP Use XiaomiADBFastbootTools to re-delete after the update Install Disabler for Xiaomi in Magisk (requires root) MIUI 14 You can postpone updates for 30 days through Settings โ†’ The phone. โ†’ Updating the system โ†’ โ‹ฎ โ†’ Settings โ†’ Auto-update.
Is it safe to remove Get Apps through ADB?
Yes, the pm uninstall -k --user 0 command removes the application only for the current user, without affecting system files. This is safer than a complete deletion via TWRP, since: Does not violate the integrity of the system partition Does not affect the receipt of OTA- updates May be canceled by the cmd package install-existing The risks are minimal, but Xiaomi 13 Ultra and Redmi K50 Ultra sometimes require additional deletion of the com.Somiui.Adlution for full effect.
Are there any alternatives to Get Apps for installing apps?
After disabling the service, you can use: Google Play Market โ€“ a standard store with verified Aurora Store applications โ€“ an open client for Google Play without tracking APKMirror โ€“ a reliable source of APK- files with virus testing F-Droid โ€“ an open source store (free applications only) For security, it is recommended to disable the installation from unknown sources (Settings โ†’ Privacy โ†’ Special permissions โ†’ Install unknown applications) and use antivirus (for example, Malwarebytes).