How to permanently remove GetApps on Xiaomi Redmi 9: from a simple shutdown to deep cleaning

The GetApps app on Xiaomi Redmi 9 is often a source of annoyance for users, not only taking up space in memory, but also aggressively sending out notifications, consuming traffic in the background, and sometimes even installing updates without permission, and despite being Xiaomi’s system software, it can be at least disabled and in some cases removed completely.

The problem is that standard methods through Settings β†’ Applications often don’t work: the Remove button may be inactive, and the shutdown is reset after rebooting. In this article, we’ll look at all the ways you can go from the safest to the radical ones that require unlocking the bootloader. It’s important to understand that completely removing GetApps without root rights can lead to unstable MIUI work, especially if you use branded themes or fonts.

If you're willing to sacrifice some functionality for the sake of cleanliness, read on. If you're afraid of breaking something, you'll need to turn off auto-start and notifications (as discussed in section one).

1. Disable GetApps without deleting (the safest method)

It doesn't require any technical skills and is for everyone. You won't delete the app, but you'll make it as passive as possible, and it won't interfere with notifications and background activity.

Go to Settings β†’ Applications β†’ Application Management and find GetApps (or Theme Store). Open its settings and follow the following steps:

  • πŸ”• Disable notifications: Go to Notifications and deactivate all switches.
  • 🚫 Disable Auto Start: In the app menu, select β€œAuto Start” and turn it off.
  • πŸ“΅ Limit background activity: in the "Data Use" section, ban background work and turn off mobile traffic.
  • πŸ—‘οΈ Clear the cache and data: click on Clear the cache and Clear the data (this will not delete the application, but will reset its settings).

After this manipulation, GetApps will stop waking up without you knowing it, but it will stay on the system and take up about 100 to 150 MB of space. If it's critical, read on.

πŸ“Š How do you usually handle pre-installed applications?
Turn off notifications and forget
Delete via ADB
Getting root rights and cleaning up the system
I'm not doing anything, I'm not interrupting.
I'm using them as intended.

2. Remove GetApps via ADB (no root rights)

If you don’t have enough shutdowns and you don’t have (or don’t want to get them), you can use Android Debug Bridge (ADB), which allows you to remove GetApps without unlocking the bootloader, but with limitations: the application will return after a reset or a major MIUI update.

You'll need:

  • πŸ–₯️ Computer with Windows/Linux/macOS and installed Xiaomi drivers.
  • πŸ“± Included Debugging by USB on a smartphone (in Settings) β†’ The phone. β†’ Version. MIUI Press 7 times, then return to Additional β†’ For developers).
  • πŸ”— Cable USB (preferably original).

Steps to remove:

  1. Download ADB Tools and unpack into any folder.
  2. Connect Redmi 9 to your computer and select File Transfer Mode (MTP).
  3. Open the command prompt (or Terminal) in the ADB folder and type: adb devices If the device is identified (the serial number appears), continue. If not, check the drivers and cable.
  4. Enter the command to remove GetApps: adb shell pm uninstall -k --user 0 com.xiaomi.mipicks For Theme Store use: adb shell pm uninstall -k --user 0 com.miui.miservice

Once you run the command, the app will disappear from the menu, but its files will remain on the system (they will only be deleted when you completely re-flash). If GetApps returns after the reboot, repeat the procedure or consider the root rights option.

β˜‘οΈ Preparation for removal through ADB

Done: 0 / 5

3. Complete removal with root rights (for advanced)

If you're willing to take drastic measures, unlocking the bootloader and getting root rights will give you complete control of the system, which will not only remove GetApps, but also block its re-installation through updates.

⚠️

Warning: Unlocking the bootloader will reset all data on the phone, and root rights can take away warranties and disrupt some features (e.g. Google Pay or banking apps). On Redmi 9, the unlocking process takes up to 7 days to wait for confirmation from Xiaomi.

Instructions:

  1. Unlock the bootloader through the official Mi Unlock Tool app (you can download it on the Xiaomi website).
  2. Install custom recovery (TWRP) for your model. For Redmi 9 (codenamed lancelot), look for the current version on the official website.
  3. Squeeze Magisk to obtain root rights (instructions on GitHub developer).
  4. Using Root Explorer (or similar file manager) go to /system/priv-app/ and delete folders: MiPick (GetApps) MiService (Theme Store)

TWRP

After that, GetApps will be permanently removed, even after the updates, but remember that some themes and fonts from MIUI may stop working, as they are downloaded through this application.

What happens if you delete GetApps with root rights?
With complete removal of system APK-GetApps files will lose access to official themes and fonts MIUI, It's also a personalization feature, like changing icons, but the basic functionality of the phone won't suffer. MIUI There may be a β€œTheme app stopped” error – this is treated by reinstalling Magisk or recovering deleted files from the backup.

Alternative methods: freezing and concealment

If deleting seems too risky, you can freeze GetApps with special utilities, which will make it invisible to the system, but will allow you to restore at any time.

Methods of freezing:

  • 🧊 Through Ice Box (no root): The application creates an isolated environment and freezes unnecessary programs.
  • ❄️ Through Titanium Backup (with root): Allows you to completely block autorun and hide the application from the system.
  • πŸ‘οΈ Hiding icons: Use launchers like Nova Launcher, where you can hide system apps from the menu.

The advantage of freezing is that you can always defrost GetApps if you need it suddenly (for example, to download official themes).

For Ice Box:

  1. Download the app from Google Play.
  2. Provide access rights for Android 6.0+ devices (a window will pop up asking you to activate the service).
  3. Find GetApps in the list and click "Freeze".

5. Risks and Consequences of Deleting GetApps

Before you start taking drastic measures, evaluate the possible side effects. These depend on the removal method and the version of MIUI on your Redmi 9.

Deleting methodRisks.ReversibilityImpact on MIUI
Disabling notificationsNo risk.Yes.No influence.
Removal via ADBReturns after dischargeYeah (reset)Theme updates may not work
Complete removal with rootLoss of functions themes, possible errorsPartially (needs backup)Misuse of MIUI Theme Manager
FreezingMinimumYes.No influence.

⚠️

Note: On some MIUI 12/13 firmware for Redmi 9, removing GetApps may result in a cyclical reboot when trying to open the theme settings. If this happens, restore deleted files via TWRP or reflash the phone.

If you use custom firmware (e.g. Pixel Experience or LineageOS), GetApps is not there, so the problem goes away.

6 How to Return GetApps If Something Goes Wrong

If after removal you have encountered problems or just changed your mind, you can restore the application in several ways:

  • πŸ”„ Settings reset: Return all system applications, but delete your data!
  • πŸ“₯ Hand-mounted APK: Download the original com.xiaomi.mipicks.apk for your version MIUI (Look for themes in forums like 4PDA) and set through ADB: adb install com.xiaomi.mipicks.apk
  • πŸ› οΈ Recovery through TWRP: If you have a backup system, restore only the partition. /system.

If GetApps was removed via ADB (pm uninstall), you can return it by command:

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

This will only work if the application files have not been physically erased from the device.

πŸ’‘

Before any manipulation of system applications, create a full backup through TWRP or standard means MIUI (Settings β†’ Additionally. β†’ Backup. It'll save your data if something goes wrong.

FAQ: Frequent questions about removing GetApps on Redmi 9

Can I delete GetApps without a computer?
Yes, but with limitations. Without ADB or root rights, you can only disable the app (see section one). To completely remove it, you need at least access to ADB via USB.
Why is GetApps Removed After Deleting Through ADB?
This is because MIUI restores system applications when critical updates or cache resets.To prevent a return, you either need to obtain root rights and delete files physically, or use Magisk to block app updates.
Will MIUI work without GetApps?
Yes, the basic functionality is maintained, but you will lose access to official themes, fonts and some personalization elements, and if you don't use these features, nothing critical will happen.
Can I remove GetApps on Redmi 9 with global firmware?
Yes, the methods are the same for all versions of MIUI (Chinese, global, European), the only difference is the name of the package: on global firmware it is usually com.xiaomi.mipicks, in Chinese it can be com.xiaomi.market.
What other Xiaomi system applications can be safely removed?
On Redmi 9, you can delete com.miui.analytics (statistics collection) com.xiaomi.scanner (scanner) without risk to stability QR-com.miui.bugreport (error reports) com.miui.hybrid (duplicate system services) But remember: deleting com.miui.securitycenter or com.android.settings will cause your phone to fail!

πŸ’‘

If you are unsure of your actions, start with the safest method possible: disabling notifications and auto-starting. Complete removal of GetApps is only justified when absolutely necessary, as it is integrated into the MIUI ecosystem.