How to permanently remove GetApps from Xiaomi Redmi: from disabling to complete removal

GetApps

Xiaomi

Redmi

POCO

Mi

Removal through standard settings is not possible

If you’re tired of intrusive β€œrecommended games” notifications or want to make room for the Redmi Note 12, Redmi 10 or another model, this article will help. We’ll look at 5 ways from simply disabling to completely deleting system files (including methods for devices with an unlocked bootloader).

We warn you right away: Xiaomi does not provide an official way to remove GetApps, as it is a system application. All of the methods described below are the result of reverse development by enthusiasts and can lead to a loss of warranty or unstable phone operation. If you are not confident in your abilities, limit yourself to turning off the application through settings.

In this article you will find:

  • πŸ”§ Ways to disable GetApps without root rights (for beginners)
  • πŸ“± Step-by-step removal through ADB (loader-free)
  • πŸ”“ Methods for devices with unlocked loader and TWRP
  • ⚠️ Possible consequences and how to avoid them
  • πŸ›‘οΈ Alternative App Stores to Replace GetApps
πŸ“Š What kind of smartphone you Xiaomi?
Redmi Note 10/11/12
Redmi 9/9A/9C
POCO X3/X4/X5
Mi 11/12/13
Other

1. disable GetApps via settings (no root)

The safest way to do this is to turn off the app instead of removing it, which will stop the background, notifications and updates, but the app itself will stay on the system, and is suitable for all Redmi models, including the new Redmi Note 13 and POCO X6.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, enter GetApps (or the App Store on Russian firmware).
  3. Slip on the application, then select Disable.
  4. Confirm the action in the dialog window.

After the shutdown:

  • 🚫 Notifications of β€œrecommended annexes” will cease"
  • πŸ“‰ The app will not consume any traffic or battery.
  • πŸ”„ GetApps updates via Play Market blocked

⚠️ Attention: On some firmware (MIUI 14 and later) after disabling GetApps, updates to system applications through the branded store may stop working. This is not critical, since the main updates come through Settings. β†’ The phone. β†’ Updating the system.

If the Disable button is inactive (grey), your device has a global firmware that protects system applications, in which case move on to the next method, uninstall via ADB.

2. Remove GetApps via ADB (no root)

The method is suitable for users who do not want to unlock the bootloader, but are ready to use it. ADB (Android Debug Bridge Advantage: No superuser rights required and runs on most Redmi models (including Redmi). 9T, Note 10 Pro and others.).

What you need:

  • πŸ’» Computer with Windows/Linux/macOS
  • πŸ“‹ Installed drivers Xiaomi and ADB (download)
  • πŸ”Œ USB-cable (preferably original)
  • βš™οΈ Included debugging by USB (Settings β†’ The phone. β†’ Version. MIUI β†’ 7 times to tap according to the version β†’ return to β†’ For developers β†’ Debugging by USB)

Step-by-step:

  1. Connect the phone to the PC and confirm the debugging permission on the smartphone screen.
  2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) in the folder with ADB.
  3. Enter the command to check the connection: Adb devices must appear serial number of your device.
  4. Run the command to delete GetApps: adb shell pm uninstall --user 0 com.xiaomi.mipicks For some regions (e.g. India) use: adb shell pm uninstall --user 0 com.xiaomi.midrop

Install ADB and Xiaomi drivers|Enable debugging on USB phone-on|Connect your phone to your PC with the original cable|Check the connection of the adb device team-->

If the command fails, try an alternative package:

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

This command removes the module responsible for advertising in GetApps.

⚠️ Attention: On some firmware (MIUI Global for the European Region) after ADB-GetApps can automatically recover after rebooting. To avoid this, immediately after deleting, follow the command: adb shell pm disable-user --user 0 com.xiaomi.mipicks

3. Completely remove GetApps with unlocked bootloader

If you're willing to take drastic measures, unlocking the bootloader gives you complete control over system applications, which is suitable for advanced users, because it requires:

  • πŸ”“ Unlocking the bootloader (leads to resetting all data)
  • πŸ“₯ Installations of custom recaveri (TWRP)
  • πŸ› οΈ Editing system files

Advantages of the method:

  • 🧹 GetApps is deleted forever, even after resetting settings
  • πŸš€ You can also remove other system applications (Mi Video, Mi Music, etc.)
  • πŸ”§ Possibility of installing custom firmware (for example, LineageOS)

Instructions:

  1. Unlock the bootloader through the official Mi Unlock tool (instructions on the Xiaomi website). 7-15 days after the account is linked!
  2. Install TWRP for your model (download the image from the official website).
  3. Boot to TWRP (hold Power + Volume up when turned on).
  4. Go to Advanced. β†’ File Manager and delete files: /system/priv-app/MiAppStore/ /system/priv-app/MiGameCenter/ For MIUI 13/14 The path may be different: check the folders /product/priv-app/ and /system_ext/priv-app/.
  5. Wipe the cache (Wipe) β†’ Dalvik/Cache) and reboot.
What if the phone does not boot after removing GetApps?
If Redmi goes to bootloop after manipulating system files, follow the following steps: Download to TWRP (hold Power + Volume up). Connect the phone to your PC and copy the backup (Backup to TWRP) or the original MiAppStore.apk file (can be retrieved from the firmware via Xiaomi Firmware Updater). Restore deleted files via File Manager in TWRP. Wipe the cache and reboot. If the problem persists, re-request via the official Fastboot phone.

An alternative way for users with Magisk:

  1. Install the System App Remover module from the Magisk repository.
  2. In the list of system applications, find GetApps (com.xiaomi.mipicks) and tick.
  3. Reset the device.

4 Possible problems and how to avoid them

Removing system applications is always risky, and these are the most common problems and ways to solve them:

Problem.Reason.Decision
The app recovered after the rebootAutomatic updates via Play Market or system serviceTurn off auto-update for GetApps in Play Market and execute the command:adb shell pm disable-user --user 0 com.xiaomi.mipicks
System application updates are not workingGetApps was responsible for the distribution of updatesInstall updates manually through Settings β†’ About Phone β†’ System Update
Installation error APK-fileRemoved system package installerRestore /system/priv-app/PackageInstaller/ from backup
The phone is not loaded (bootloop)Critical system files damagedFastboot phone with official firmware

If you have deleted GetApps and faced with persistent errors, the most reliable way to get it back is to flash your phone with official firmware through the Mi Flash Tool.

  1. Download the latest firmware version for your model from the official website.
  2. Unpack the archive and launch the Mi Flash Tool.
  3. Connect your phone in Fastboot mode (hold Power + Volume down when turned on).
  4. Select the firmware folder and press Flash.

πŸ’‘

Before any manipulation of system files, back up your phone via TWRP or adb backup, which will allow you to quickly restore your phone in case of an error.

5. Alternative app stores for Xiaomi Redmi

Once you delete GetApps, you'll need a reliable source to install the apps, and here are 5 proven alternatives with their features:

  • πŸ“¦ Google Play Market is the main store for Android, but some apps (for example, themed wallpaper for Android) MIUI) may be absent.
  • 🌍 Aurora Store is an open client for Play Market without a Google account. APK.
  • πŸ›‘οΈ F-Droid is an open source store (no adverts or trackers) perfect for installing utilities like Termux or NewPipe.
  • πŸ“± APKMirror is the largest catalogue APK-Virus-checked files, suitable for manual application installation.
  • πŸ” APKPure is an alternative to Play Market with regional applications (e.g. AliExpress for Russia).

To install the Aurora Store or F-Droid:

  1. Download APK from the official website (Aurora or F-Droid).
  2. Allow installation from unknown sources (Settings β†’ Applications β†’ Special Access β†’ Install Unknown Applications).
  3. Set up the file and set up the store.

Important: When using third-party stores:

  • πŸ”’ Enable app verification in Play Protect (Play Market) β†’ Settings β†’ Play Protect).
  • 🚫 Avoid pirates. APK β€” They often contain malicious code.
  • πŸ”„ Regularly update applications manually.

6.How to prevent GetApps from being re-installed

Even after deleting, GetApps may return after:

  • πŸ”„ Updates MIUI through OTA
  • πŸ“² Resetting settings to factory
  • πŸ”§ Recovery through Mi Cloud

To avoid this:

  1. Turn off automatic updates MIUI: Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update β†’ Turn it off.

Mi Account

(not recommended):

This will prevent you from syncing your settings, but you will lose access to cloud backups and features like Find Device.

πŸ’‘

The most reliable way to prevent GetApps from returning is to disable automatic MIUI updates and use custom firmware (like LineageOS), where Xiaomi system apps are missing by default.

FAQ: Frequent questions about getting Apps removed

❓ Can I delete GetApps without a computer?
Yes, but with limitations: On non-rooted devices, you can only turn the application off via settings (see section 1). On root devices, use applications like System App Remover (available in the Play Market). Without a PC, you can't run ADB commands or flash custom recavereas.
❓ Will Mi Video and other system apps work after GetApps is deleted?
Mi Video, Mi Music and other standard apps are not dependent on GetApps and will work fine. However: Some updates for system utilities may come via GetApps - after it is removed, you will have to update them manually. Functions like Themes or Xiaomi Cloud Services will remain functional, as they use other system components.
❓ How to return GetApps if you need it for warranty repair?
If you plan to drop your phone off at Xiaomi Service Center, it is recommended to restore GetApps: Download the original MiAppStore.apk from your model's firmware (for example, through Xiaomi Firmware Updater).Install APK via ADB: adb install MiAppStore.apk Reboot your phone. If GetApps does not appear in the application menu, do: adb shell cmd package install-existing com.xiaomi.mi.mi
❓ Why GetApps stopped coming for Camera and Gallery updates after deleting?
Camera and Gallery apps on Xiaomi are updated through two channels: Through Play Market – basic updates. Through GetApps – branded improvements from Xiaomi (for example, new camera filters). Solution: Download camera updates manually with APKMirror (look for com.android.gallery3d for gallery and com.android.camera for camera). Use custom firmware (for example, Pixel Experience), where the camera is updated through Google Camera.
❓ Can I remove GetApps on Redmi with firmware for the European Region (EEA)?
On the firmware MIUI EEA (European Economic Area) GetApps is integrated deeper, and standard methods may not work: ADB-The team can recover the Failure error. [DELETE_FAILED_INTERNAL_ERROR]. Disconnection through settings is often blocked by Xiaomi's policies. EEA: Install Magisk and Universal SafetyNet Fix. ADB with the right of superuser: adb shell su pm uninstall --user 0 com.xiaomi.mipicks If it doesn’t help, run the global firmware (not the same). EEA) via Fastboot.