Get Apps on Xiaomi Redmi 9: What is this app and how to remove it forever

If you own Xiaomi Redmi 9 (or any other Redmi/POCO model on MIUI), you’ve probably noticed a strange Get Apps app, a store icon shortcut that suddenly appears on your desktop. It doesn’t get deleted in the standard way, has no settings, and often opens itself. What is it, why does Xiaomi need it, and most importantly, how do you get rid of it once and for all?

In this article, we will discuss in detail:

  • πŸ” What is Get Apps and Why is it Installed on your Redmi 9?
  • πŸ“± All methods of removal - from simple to radical (including: ADB)
  • ⚠️ How to remove the system and how to avoid problems
  • πŸ”„ How to prevent reappearance after updates MIUI

Important: Xiaomi actively blocks the removal of this component, so some methods require technical skills, and we will provide instructions for users of all levels, from beginners to advanced.

πŸ“Š How do you feel about pre-installed Xiaomi apps?
Useful, I'll leave.
Indifferently
Interfering, removing
I don't know what it is.

What is Get Apps on Xiaomi Redmi 9 and why you need it

Get Apps (in some versions of MIUI – App Market or Mi App Store) is a pre-installed app store from Xiaomi that duplicates the features of Google Play. It is integrated into MIUI firmware and is designed to:

  • πŸ“² Advertising apps from Xiaomi partners (often Chinese services)
  • πŸ”„ Automatic installation of β€œrecommended” programs (sometimes without user consent)
  • πŸ“Š Collecting data on user behavior for targeted advertising
  • πŸ’° Xiaomi Monetization through Partner Programs

On Redmi 9 (M2003J15SC/M2004J19G) this application is usually hidden in the system, but it appears after:

  • πŸ”„ Updates MIUI (especially the global version)
  • πŸ“₯ Third-party installations APK-file
  • πŸ”§ Resetting settings to factory
  • πŸ“Ά Connecting to new Wi-Fi networks (trigger for displaying ads)

Specifically, Redmi 9 Get Apps is linked to the com.xiaomi.mipicks package (older versions β€” com.miui.miservice). It is not a virus, but it is not a critical system component β€” it can be removed without consequences for the basic functions of the phone.

πŸ’‘

If your Redmi 9 has a β€œGet Apps” shortcut after the update, check Settings β†’ About Phone β†’ MIUI version. In firmware older than MIUI 12.5, this component has become more aggressive.

Why Get Apps Apps Reappears Again and Again

Even if you remove the shortcut from your desktop, the app may come back.

Reason.How it manifestsDecision
Auto-Update MIUIAfter the update, the shortcut and background processes returnDisable auto updates in Settings β†’ About phone β†’ System update
Synchronization with Mi AccountRestores when you log in to your Xiaomi accountDelete your account or disable application synchronization
Advertising triggersAppears after connecting to a new Wi-Fi networkDisable personalized advertising in Settings β†’ Privacy
Hidden. APK-fileThe application remains in /system/priv-app/Removal via ADB or root access

The surest way to prevent a return is to completely remove the system packet through ADB or root, but first, let's try some simpler methods.

πŸ’‘

Get Apps isn’t a virus, but its behavior is similar to adware: it displays ads, collects data, and installs apps without explicit consent.

Method 1: Disable Get Apps without Deletion (for beginners)

If you don't want to risk the stability of the system, you can just turn off the app, and it won't delete it completely, but it will stop the background and remove the label:

Go to Settings β†’ Applications β†’ Application Management

Find Get Apps or App Market in the list

Press "Disable" (if the button is active)

Confirm the action and restart the phone

-->

If the "Disable" button is inactive:

  1. Open Settings β†’ Special Opportunities β†’ Special Opportunities Services
  2. Find Get Apps in the list and disable all permissions
  3. Return to App Management and reset cache/data for Get Apps
  4. Install a third-party launcher (like Nova Launcher) and hide the shortcut in its settings

This method is secure, but does not guarantee 100% results – the application can be activated after a reboot or update.

What happens if you just remove the label from your desktop?
Removing the shortcut does not remove the app itself; it will continue to work in the background, show notifications, and can restore the shortcut after rebooting or updating MIUI.

Method 2: Removal via ADB (without root rights)

A more radical method is to remove the system package via ADB (Android Debug Bridge), which does not require root, but requires a computer and a bit of technical skills.

You'll need:

  • πŸ–₯️ Computer with Windows/Linux/macOS
  • πŸ“‹ Installed drivers Xiaomi and ADB Tools
  • πŸ”Œ USB-cable (preferably original)
  • βš™οΈ Included debugging by USB phone-on

Step-by-step:

  1. Enable Developer Mode on Redmi 9: Settings β†’ About Phone β†’ MIUI Version (click 7 times)
  2. Activate USB Debugging in Settings β†’ Additional β†’ For Developers
  3. Connect your phone to your PC and confirm your trusted device
  4. Open the command line (cmd) and enter: adb devices (should display the serial number of your Redmi 9)
  5. Execute the command to delete: adb shell pm uninstall --user 0 com.xiaomi.mipicks
  6. Reboot the phone.

If the command fails, try alternative packages:

adb shell pm uninstall --user 0 com.miui.miservice


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

πŸ’‘

If, after removal, ADB App is back – check for updates to it in Settings β†’ Annexes β†’ Get Apps β†’ Three points. β†’ Remove updates.

Method 3: Complete removal with root rights (for advanced)

If you're ready to root on Redmi 9, you can delete Get Apps permanently, including all the associated files.

  • ⚠️ Deprives of warranty (if the phone is warranty)
  • πŸ”“ Requires unlocking the bootloader (bootloader)
  • πŸ“‰ It can cause unstable system operation in case of errors.

Instructions:

  1. Unlock bootloader with Xiaomi’s official tool (Mi Unlock Tool)
  2. Install a custom recavator (TWRP) for Redmi 9 (model lancelot)
  3. Use Magisk to get root rights
  4. Use Root Explorer or ADB with superuser rights to delete: /system/priv-app/MiPick/ /system/priv-app/MiMarket/ /data/app/com.xiaomi.mipicks-*/
  5. Clear residual files at /data/data/com.xiaomi.mipicks

After that, Get Apps will be removed without the possibility of recovery through standard updates, but when you flash the phone, it can return.

⚠️ Attention: Removing root-righted system applications can lead to bootloop if you remove the kritical components. TWRP change.

How to prevent the reappearance of Get Apps

Even after deleting, Get Apps can return.

  • πŸ”„ Turn off auto-update MIUI: Settings β†’ The phone. β†’ Updating the system β†’ Three points. β†’ Settings β†’ Auto-update (off)
  • πŸ“₯ Block the installation of unknown applications: Settings β†’ Confidentiality β†’ Special access β†’ Installation of unknown applications
  • πŸ” Use a firewall (such as NetGuard) to block internet access for com.xiaomi.mipicks packages
  • πŸ“΅ Turn off personalized advertising: Settings β†’ Confidentiality β†’ Advertising β†’ Personalized advertising (turn off)

If you use custom firmware (like LineageOS or Pixel Experience), Get Apps won’t be installed by default. GSI-Generic System Images may contain residual components.

πŸ’‘

The most reliable way to get rid of Get Apps forever is to switch to custom firmware without Xiaomi services (for example, AOSP).

Frequent Mistakes and How to Avoid Them

When trying to remove Get Apps, users often face problems:

Mistake.Reason.Decision
Failure [DELETE_FAILED_INTERNAL_ERROR] sever ADBPackage protected by systemUse it. --user 0 root
The label returns after the rebootLauncher cache not clearedClear the launcher data in Settings β†’ Applications
The phone will not turn on after removalCritical system component removedRestore via Fastboot or TWRP
ADB does not see the deviceNot installed drivers or not included debuggingReinstall drivers and check adb devices

If other Xiaomi services (such as Mi Cloud or Themes) have stopped working after removing Get Apps, restore the package from the backup or reflash the phone.

⚠️ Note: Some versions of Redmi 9 (especially with the MIUI Global) removing Get Apps could cause Google Play Services to crash, in which case only a complete reset or flashing will help.

Can I delete Get Apps without a computer?
Yes, but with limitations. You can: Disable the application through settings (see Method 1) Use applications like App Inspector to block activity Set an alternative launcher and hide the label Complete removal without ADB or root is impossible.
Why does Get Apps consume traffic and battery?
App is constantly: Downloads updates for ad modules Sends data about your actions to the servers Xiaomi Checks new "recommendations" of applications To stop this, just turn off background activity in the application settings or delete it through ADB.
Will Google Play work after getting apps is removed?
Yes, Get Apps is not related to Google Play Services. However, on some Xiaomi firmware, removing system applications can cause Google account sync errors.In this case, it will help: Clearing the Google Play Services cache Deleting and reassigning a Google account Install the latest version of Google Play via APK
Can I return Get Apps after deletion?
Yes, in several ways: Refuse your phone via Fastboot (full reset) Recover the backup package TWRP Install APK-Manual file (but it won't be system-based) If you delete it ADB flag-headed --user 0, enough to execute: adb shell cmd package install-existing com.xiaomi.mipicks
Is there a legal way to remove Get Apps?
No. Xiaomi does not provide an official method of removing pre-installed applications. All methods (except disabling) are considered "unauthorized" and can lead to: Loss of warranty Violation of some MIUI functions by Air Update Problems (OTA) The only "legal" option is to contact Xiaomi to provide firmware without unnecessary applications (which is unlikely).