How to permanently remove GetApps from Xiaomi Redmi 9T: from simple methods to deep cleaning

Xiaomi Redmi 9T is a popular smartphone with excellent price/quality ratio, but many users are faced with the intrusive pre-installed service GetApps. This application not only takes up space in memory, but also constantly sends notifications, consumes traffic in the background and slows down the system. Unlike standard programs, it is impossible to remove it through the Settings menu - MIUI blocks this option for system applications.

In this article, we will discuss 5 How to get rid of GetApps on Redmi 9T β€” from temporary shutdown to complete removal by ADB All methods tested on current versions. MIUI 12/13/14 It does not require unlocking the bootloader (except for one exception). Importantly, some steps may affect the stability of the system - before you start, back up your data through Settings. β†’ Additionally. β†’ Backup.

Why can’t GetApps be removed in the standard way?

GetApps (or com.xiaomi.mipicks) is a Xiaomi system service that is integrated into the MIUI shell.

  • πŸ“¦ Marketing strategy: through GetApps, Xiaomi promotes its own services and affiliate applications (for example, Mi Video, Mi Browser).
  • πŸ”„ Automatic Updates: The service is responsible for the background installation of security patches and updates MIUI.
  • πŸ“Š Statistics collection: anonymous telemetry about device usage (can be turned off in Settings) β†’ Confidentiality).
  • πŸ”’ Protection against β€œcurved” firmware: removing system applications can disrupt the work MIUI, So the function is locked.

Even if you turn off the app through the Settings menu β†’ Apps β†’ Application Management, it will continue to run in the background and recover from the reboot.The only radical way is to physically delete APK and ODEX files, but that will require superuser rights or debugging tools.

πŸ“Š How do you feel about pre-installed Xiaomi apps?
Useful, I use them.
Not intruding, but not necessary.
I want to remove the annoying ones.
Already removed all unnecessary
I'm having trouble answering.

Method 1: Disconnect via MIUI settings (without root)

If you do not need to completely remove GetApps, but stop it from working and notifications, use the built-in MIUI tools. This method does not require technical skills and reversible:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type GetApps (or com.xiaomi.mipicks).
  3. Click on the app, then select "Disable".
  4. Confirm the action in the dialog window.

After the shutdown:

  • βœ… The app will stop sending notifications.
  • βœ… The menu icon will disappear.
  • ❌ Background process com.xiaomi.mipicks can continue to work (check in Settings) β†’ Battery β†’ Consumption of charge).
  • ❌ After updating MIUI The application may be activated again.

πŸ’‘

To hide GetApps from MIUI search, add it to the blacklist: Settings β†’ Search β†’ Excluded apps.

⚠️ Warning: Disabling system applications may cause malfunctions MIUI Updater: If security patches stop installing after that, turn GetApps back on before you update.

Method 2: Removal via ADB (without root rights)

The Android Debug Bridge (ADB) tool allows you to manage system files without getting root access, which works on all versions of MIUI and does not require unlocking the bootloader.

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Included debugging by USB smartphone.

Steps:

  1. Activate Developer Mode: Go to Settings β†’ About the phone. Press 7 times on "Version." MIUI". Back to Settings β†’ Additionally. β†’ For developers, turn on "Debugging by" USB" and β€œAllow debugging (insert) OEM-unlock)".

ADB Tools

Redmi 9T

cmd

adb devices

You should have a serial number, and if you don't, check the drivers or the cable.

GetApps

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

If there is a mistake DELETE_FAILED_DEVICE_POLICY_MANAGER, Use an alternative command:

adb shell pm disable-user --user 0 com.xiaomi.mipicks

β˜‘οΈ Preparation for ADB-removal

Done: 0 / 5

After the command is executed, the application will disappear from the system, but its files will remain in memory (they will not take up space as they are deactivated). APK root rights will be required.

⚠️ Attention: On some firmware MIUI 14 after removing GetApps through ADB Mi Video and Mi Browser may be lost. If you need these apps, use method 3 (limit through the use of the app). MIUI Optimization).

Method 3: Limitation through MIUI Optimization (for experienced)

MIUI has a hidden MIUI Optimization feature that allows you to jam system processes without removing it, which is suitable if you do not want to risk system stability, but you need to stop background activity GetApps.

Instructions:

  1. Install the App Manager app (or similar, such as Package Manager).
  2. Find GetApps (com.xiaomi.mipicks) in the list of apps.
  3. Open the "Activity" or "Services" section.
  4. Disable all background processes related to: com.xiaomi.mipicks.service.PushService (notifications) com.xiaomi.mipicks.service.UpdateService (updates) com.xiaomi.mipicks.service.DownloadService (content download)

"Limited in MIUI Optimization"

MethodNeed root?Deletes files?Is it being restored after the update?Risk to the system
Disconnection in settings❌ No.❌ No.βœ… Yes.⚠️ Low.
ADB-removal❌ No.❌ Partially.❌ No.⚠️ Medium.
MIUI Optimization❌ No.❌ No.βœ… Yes.βœ… Minimum
Removal via TWRPβœ… Yes.βœ… Completely.❌ No.⚠️⚠️ High-pitched
Custom firmwareβœ… Yes.βœ… Completely.❌ No.⚠️⚠️⚠️ critical

This method does not remove GetApps physically, but blocks its activity at the MIUI core level. The main advantage is reversibility: if something goes wrong, just restart the phone in safe mode (Power button β†’ Reboot in Safe Mode).

πŸ’‘

MIUI Optimization is the safest way to restrict system applications without the risk of β€œbricking” the device, suitable for users who do not want to get root rights.

Method 4: Complete removal via TWRP (requires unlocking the bootloader)

If you are willing to take drastic measures, you can remove GetApps permanently through custom recovery TWRP.

  • πŸ”“ Unlocked bootloader (bootloader).
  • πŸ› οΈ Established TWRP Recovery for Redmi 9T (lime).
  • πŸ“„ Backup of the section /system.

Step-by-step:

  1. Download TWRP for Redmi 9T and install it via fastboot: fastboot flash recovery twrp.img fastboot boot twrp.img
  2. In TWRP, go to Mount and mark /system.
  3. Connect your phone to your computer and, through ADB or the built-in TWRP file manager, find folders: /system/priv-app/MiPick /system/app/MiPick (if any)

MiPick

MiPick_bak

"Wipe β†’ Dalvik/ART Cache"

Reset the device.

What if the phone does not boot after removing the TWRP?
If Redmi 9T is stuck on the MIUI logo after manipulating system files: 1. Boot to TWRP (Power + Volume Up button). 2. Restore the backup of the /system. 3. If there is no copy, reflash MIUI via fastboot: fastboot flash system.img 4. Retry deletion by pre-checking the compatibility of TWRP and MIUI versions.

Advantages of this method:

  • βœ… Complete removal of GetApps without traces.
  • βœ… No risk of recovery after updates.
  • βœ… You can also remove other unnecessary system applications (e.g. Mi Browser, Mi Music).

Disadvantages:

  • ❌ Requires unlocking the loader (data reset).
  • ❌ Risk of losing the warranty (if the device is under warranty).
  • ❌ Deletion errors can lead to a phone 'brick' (inoperability.

Method 5: Install custom firmware (for advanced)

The most drastic way is to upgrade to firmware without Xiaomi apps preinstalled. Popular options for Redmi 9T:

  • πŸ“± LineageOS – β€œclean” Android without bloatware.
  • πŸ“± Pixel Experience – firmware with Google Pixel interface.
  • πŸ“± Havoc-OS - customizable firmware with support MIUI-fit.
  • πŸ“± MIUI EU β€” formal MIUI, But without Chinese services.

Installation process:

  1. Unlock the bootloader via Mi Unlock Tool (requires a Xiaomi account and wait 7 days).
  2. Install TWRP (see Method 4).
  3. Download the firmware for Redmi 9T (lime) from the XDA-Developers forum.
  4. In TWRP, run "Wipe β†’ Advanced Wipe" (mark Dalvik, System, Data, Cache).
  5. Install the firmware through Install.
  6. After restarting, configure the system as a new device.

⚠️ Note: Castom firmware may contain bugs, especially on newer versions MIUI. Before installing, check user reviews on XDA or 4PDA The stability of a particular build for Redmi 9T. Certain functions (e.g, IR-blaster NFC) They may not work properly.

How to prevent the reappearance of GetApps?

Even after deleting, GetApps can return after the MIUI update.

  • πŸ”„ Turn off automatic update: Go to Settings β†’ The phone. β†’ Update system. Click on three dots in the upper right corner and select "Update settings." Turn off "Automatic boot" and "Update notifications".
  • πŸ“΅ Block GetApps domains through hosts: Install the AdAway app (root required). Add to the blacklist domains: api.mipicks.xiaomi.com cdn.mipicks.xiaomi.com update.mipicks.xiaomi.com
  • πŸ›‘οΈ Use Magisk modules: Install Magisk and Debloater module. in the list, mark com.xiaomi.mipicks for automatic removal after each update.

If you have decided to update MIUI before:

  1. Make a backup copy through TWRP.
  2. Remove GetApps after the update (via ADB or TWRP).
  3. Check the key functions (calls, mobile internet, NFC).

FAQ: Frequent questions about getting Apps removed

❓ Can I delete GetApps without a computer?
Yes, but with limitations. ADB or TWRP You can only turn off the application through settings (Settings) β†’ Annexes β†’ GetApps β†’ At least it will be necessary to remove completely. ADB, who works through USB-The alternative is to use apps like App Inspector (requires root), but it's risky.
❓ Will the removal of GetApps affect the work of Mi Account or cloud services?
No, GetApps is not affiliated with Mi Account, Mi Cloud or other Xiaomi cloud services. Deleting this app will not affect the synchronization of contacts, photos or notes. However, if you use Mi Video or Mi Browser, their work may be disrupted (these apps sometimes depend on GetApps for updates).
❓ Why, after removal, ADB appendix returns?
It's because of the mechanism. MIUI Optimization, which restores system applications when critical updates are made.To prevent returns: After removal through ADB Execute the command: adb shell cmd package compile -m speed -f com.xiaomi.mipicks (this "freezes" the application at the system level). MIUI (Use Magisk with Debloater to permanently lock.
❓ Can I remove GetApps from Redmi? 9T with Magisk without TWRP?
Yes, if you already have Magisk installed (e.g., via boot.img patch). Install Universal Debloater and activate the removal of com.xiaomi.mipicks. This method does not require TWRP, but requires an unlocked bootloader and root access.
❓ Legal ways to remove GetApps without risking warranty?
Unfortunately, Xiaomi does not provide a legal way to remove system applications without losing warranty. The only "safe" method is to disable via settings (Settings β†’ Applications β†’ Disable). All other methods (ADB, TWRP, custom firmware) require unlocking the bootloader, which cancels the warranty. If the phone is warranty, we recommend using Method 1 or Method 3 (restriction via MIUI Optimization).