How to permanently remove GetApps from Xiaomi phone: working methods for 2026

Why GetApps are Interfering with Xiaomi Users and Can It Be Safely Removed

The GetApps app store (formerly the Mi App Store) is installed on all Xiaomi, Redmi and Poco smartphones by default. For the company, it is a tool for promoting its own services and monetization, but for users it often becomes a source of irritation. The application not only takes up space in memory, but also automatically installs updates for the system components of MIUI, even if you disabled this feature in the settings.

Main complaints against GetApps: 1) Aggressive traffic consumption in the background (up to 50 MB/day on some models). 2) Intrusive notifications about โ€œrecommendedโ€ applications that are difficult to disable. 3) Inability to completely remove the standard MIUI means โ€“ the system simply resets the application to the factory version. 4) Conflicts with Google Play when the same application is duplicated in two stores.

In this article, we will discuss 5 working ways to get rid of GetApps โ€“ from simple disabling to complete removal with root rights. All methods are tested on MIUI 12-14 (including global and Chinese versions) and are relevant for models from 2020-2026. Importantly, some actions will require unlocking the bootloader or installing custom recovery โ€“ this will void the warranty!

๐Ÿ“Š How do you feel about GetApps on Xiaomi?
Useful application, I use it.
It doesn't bother me, but I don't use it.
I'm interrupting, I want to shut it down.
I'm in the way, I want to delete it forever.
I deleted it.

Method 1: Disconnect via MIUI settings (without root)

If you just have to hide GetApps and stop it from working in the background, this is the best way to do it. It doesn't require superuser rights, and we'll revert:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. In the list, look for GetApps (or Mi App Store on older versions).
  3. Click Disable โ€“ this will remove all updates and return the application to the factory version.
  4. Then, put the restrictions on and: ๐Ÿ”’ Prohibit background activity ๐Ÿ“ต Turn off mobile data and Wi-Fi ๐Ÿ”” Block notifications

Warehouse โ†’ Clear the data

After this action, GetApps will stop updating and showing notifications, but its icon will remain on the app menu.

  1. Hold your finger on the GetApps icon on the home screen.
  2. Choose to remove (in some firmware - hide).
  3. Confirm the action in the window that appears.

Step-by-step:

  1. Unpack the archive from ADB to any folder on your PC.
  2. Connect the phone to your computer and select File Transfer mode.
  3. Open the command prompt (Windows) or terminal (Linux/macOS) in the folder with ADB.
  4. Enter the command to check the connection: adb devices On the screen of the phone will appear a request for debugging permission - confirm it.
  5. Run the command to remove GetApps: adb shell pm uninstall --user 0 com.xiaomi.mipicks For Chinese firmware use: adb shell pm uninstall --user 0 com.xiaomi.gamecenter.sdk.service

If the command runs without errors, GetApps will be removed for the current user (not systemically).

โš ๏ธ Note: On some models (Xiaomi) 12T, Redmi Note 11 Pro+) after removal ADB To return functionality, follow the command: adb shell cmd package install-existing com.xiaomi.mipicks

What if the ADB canโ€™t see the device?
1. Make sure that Xiaomi drivers are installed (download from the official website). 2. Try another one. USB-cable (preferably original). 3. Enable the "Debugging by Debugging" option in the developer settings USB (security parameters).โ€ 4. Restart the phone and PC.

Method 3: Removal with Magisk (root required)

For users with an unlocked bootloader and installed Magisk, the most radical method is the system removal of GetApps. This method is suitable for advanced users, as it requires:

  • ๐Ÿ”“ Unlocked bootloader (fastboot oem unlock)
  • ๐Ÿ“ฑ Established custom recovery (TWRP)
  • ๐Ÿ›ก๏ธ Root rights (Magisk 24.0)+)

Instructions:

  1. Download Universal Debloater for Magisk with XDA Developers.
  2. Install the module through Magisk Manager (Modules โ†’ Install from storage).
  3. Reboot the phone.
  4. After downloading, open the terminal (e.g., Termux) and execute: su debloater
  5. In the debloater menu, find the Xiaomi Bloatware item and select GetApps to delete.
  6. Confirm the action and restart the device.

The advantage of this method is complete removal without the possibility of recovery through reset, but there are risks:

  • ๐Ÿšจ Mi Account and cloud services malfunction
  • ๐Ÿ”„ Problems with OTA-Updates (solved by manually installing updates)
  • โš ๏ธ Possible soft brik with incorrect removal of system components

๐Ÿ’ก

Before you delete it through Magisk, make a full backup of the /system partition in TWRP. This will help you recover your phone in case of critical errors.

Method 4: Hiding through Launcher (alternative method)

If you don't have to delete GetApps completely, but you just have to hide it from the eye, you can take advantage of alternative launchers, which do not require root rights and are reversible.

The best launchers for hiding system applications:

LauncherHiding functionSupport for MIUIReference
Nova LauncherLong press. โ†’ "Hide"โœ… Complete.Google Play
Apex LauncherSettings โ†’ Hidden applicationsโœ… Complete.Google Play
LawnchairSettings โ†’ Applications โ†’ Hideโš ๏ธ Partial (bugs with gestures)Official website
Microsoft LauncherThere is no direct hiding, but you can put it in a folder.โœ… Complete.Google Play

For Nova Launcher, the concealment instruction is:

  1. Install a launcher from Google Play.
  2. On the home screen, make a long tap on the GetApps icon.
  3. In the menu that appears, select Application Information โ†’ Hide.
  4. Confirm the action. The icon will disappear from the app menu.

Method limitation: GetApps will stay on the system and consume resources in the background. To completely disable it, combine this method with the first method from the article.

๐Ÿ’ก

Hiding through the launcher is the safest way, but it doesnโ€™t solve the problem of the applicationโ€™s background activity. Use ADB or Magisk to completely remove it.

Method 5: Firewall lock (for power users)

If you canโ€™t delete GetApps (for example, on corporate phones), but you need to block its access to the Internet, the system firewall will help, which will stop automatic updating and downloading of ads.

Implementation options:

  • ๐Ÿ”ฅ NetGuard (without root) โ€“ blocks traffic at the level of the Internet VPN
  • ๐Ÿ›ก๏ธ AFWall+ (root - a full firewall for Android
  • ๐Ÿ“ก TrackControl (with root) โ€“ Domain blocking

Instructions for NetGuard (without root):

  1. Install NetGuard from Google Play or F-Droid.
  2. Open the app and turn on the switch in the upper right corner.
  3. Find GetApps (or com.xiaomi.mipicks) in the list.
  4. Turn off both switches: Wi-Fi and Mobile Data.
  5. In the application menu, activate the option to Block at startup.

For AFWall+ (requires root):

  1. Install AFWall+ from F-Droid.
  2. Provide root access when requested.
  3. In the list of applications, find GetApps and uncheck all the ticks (Wi-Fi, 3G/4G, Roaming).
  4. Click Apply the Rules.
  5. Additional domains are blocked: app.mi.com api.mi.com sdkconfig.ad.xiaomi.com

โš ๏ธ Note: Blocking api.mi.com domains may disrupt Mi Cloud, Themes, and other system services. Use this method only if you are prepared for the consequences.

What happens if you delete GetApps: the consequences and how to avoid them

Deleting the app store completely can have unexpected consequences.

Possible problems:

  • ๐Ÿ”„ Impossibility of updating MIUI through OTA โ€” Some system updates are distributed through GetApps. Solution: install firmware manually via fastboot or TWRP.
  • ๐Ÿ’ฐ Mi Account Errors โ€“ If you use Mi Pay or Mi Credit, authorization may break.Solution: Untie all payment methods before deleting.
  • ๐ŸŽฎ Game Turbo problems - GetApps is integrated with the game accelerator on some models (Black Shark, Poco F) Solution: use alternative boosters, such as: GFX Tool.
  • ๐Ÿ“ฑ Reset theme settings โ€“ if you used custom themes from GetApps, they will reset to standard. Solution: download themes in advance in.mtz format.

How to minimize the risks:

  1. Before removing, create a full backup in TWRP or through adb backup.
  2. Use alternative sources for MIUI updates (e.g. Xiaomi Firmware Updater).
  3. If you delete GetApps and there are bugs, restore it through the command: adb shell cmd package install-existing com.xiaomi.mipicks
List of GetApps Alternatives for Xiaomi
1. Google Play Store is the main app store. 2. Aptoide is an alternative store with open APKs. 3. APKMirror is a manual download of APKs without a store. 4. F-Droid is open source without ads. 5. Aurora Store is an anonymous client for Google Play.

FAQ: Frequent questions about getting Apps removed

Can I delete GetApps without a computer?
Yes, but only disable. Complete removal without a PC is only possible with root rights through Magisk or TWRP. Without root, the most affordable is to disable through settings and hide the icon.
Will GetApps return to factory settings after resetting?
If you completely reset (Settings โ†’ Reset โ†’ Erase All Data), all system applications, including GetApps, will recover. To avoid this, immediately repeat the deletion procedure through ADB or Magisk after the reset.
Why does GetApps reappear after being deleted via ADB?
This is due to the Mi App Store Auto Update feature, which restores the app when you connect to the internet.To prevent: Turn off automatic updates in Settings โ†’ Annexes โ†’ GetApps โ†’ Auto Update: Block Internet access for com.xiaomi.mipicks through a firewall. Remove the app again, but with the option --user 0 (as in the instructions above).
Is it safe to remove GetApps on Chinese firmware (MIUI China)?
No. On Chinese firmware, GetApps is closely integrated with system services (Mi Account, Mi Cloud, Themes). its deletion can lead to: Data synchronization errors Impossibility to log in to Xiaomi account Problems with obtaining OTA-Update: Use the Disablement Method (Method 1) or Firewall Lock (Method 5).
How to get GetApps back if you need it to update MIUI?
If you have removed GetApps and canโ€™t update the firmware, restore it to one of the commands: For global firmware: adb shell cmd package install-existing com.xiaomi.mipicks For Chinese firmware: adb shell cmd package install-existing com.xiaomi.gamecenter.sdk.service After recovery, restart your phone and check for updates in Settings โ†’ About Phone โ†’ System Update.