How to completely remove GetApp from Xiaomi: 5 working ways

GetApp (formerly the Mi App Store) is the default app for all Xiaomi, Redmi and POCO smartphones running MIUI. Despite its useful features (automatic app updates, software recommendations), many users want to remove it. The reasons range from intrusive advertising to suspicions of personal data collection. However, standard deletion through the app menu is often not available - the system blocks this option for preinstalled software.

In this article, we’ll look at all the possible ways to remove GetApp, including hidden MIUI settings, using ADB, disabling through permissions, and even radical system reset. Each method is tested on current firmware versions (MIUI 14/15) and is suitable for models from Xiaomi 12T to budget Redmi Note 12. Importantly, some actions require root rights or unlock the bootloader – we will warn about the risks in advance.

Why can't GetApp be removed in the standard way?

GetApp is a MIUI system service, which means it is integrated into the operating system-level firmware, not just installed as custom software. Here are the key reasons why it can’t be removed through Settings β†’ Apps:

  • πŸ”’ Removal protection: Xiaomi blocks removal of system applications to prevent malfunctions MIUI (For example, violation of account updates or synchronization).
  • πŸ“¦ Built-in dependencies: GetApp is linked to com.miui.miservice and com.xiaomi.midrop, which are responsible for cloud functions and file transfers.
  • πŸ›‘οΈ Manufacturer Policy: Like Samsung with Bixby or Huawei with AppGallery, Xiaomi is imposing its app store to monopolize the ecosystem.

Even if you see a Remove button in the app menu, it's often inactive or leads to a message that says, "Remove is impossible." It's not a bug, it's a conscious decision by the developers, but there are workarounds, and we'll talk about them later.

⚠️ Warning: Removing system applications can lead to unstable work MIUI, Mi Account sync errors or even "eternal" phone booting (bootloop!

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

Method 1: Disable GetApp without removing (no root)

If you don't have to completely remove an app, but just hide it and stop background activity, use this method. It doesn't require superuser rights and is suitable for 99% of users.

Steps:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, type β€œGetApp” (or β€œGetApps” for new versions).
  3. Slip on the app and select β€œDisable” (if the button is inactive, go to paragraph 4).
  4. If the shutdown is blocked, click on Permissions and disable all rights (camera, microphone, storage, SMS, etc.).
  5. Return to the main menu of the app and select β€œStop” (forced stop).
  6. To hide the icon from your desktop, pinch it and drag it to the Recycle Bin or Hidden Apps folder (available in MIUI 14+).

This method does not physically remove the application, but makes it invisible and prevents automatic updates.Cons: After resetting settings or updating MIUI, GetApp can be activated again.

β˜‘οΈ Preparing to disable GetApp

Done: 0 / 4

Method 2: Remove via ADB (without root but with PC)

The Android Debug Bridge (ADB) tool allows you to remove system applications without root rights, but requires you to connect your smartphone to your computer.The method works on all Xiaomi models, including the POCO F5 and Redmi K60, but has limitations:

  • ⚠️ After deleting GetApp can not be updated through MIUI Updater (you will need to use fastboot or recavery).
  • ⚠️ Some Mi Account features (such as cloud backup) may not work properly.

Instructions:

  1. Download ADB Tools for Windows/macOS/Linux and unpack the archive.
  2. On your smartphone, activate Developer Mode: go to Settings β†’ About Phone and tap the MIUI version 7 times.
  3. Return to Settings β†’ Additional β†’ For developers and enable USB debugging.
  4. Connect the phone to the PC, select File Transfer mode and confirm debugging permission.
  5. Open the command prompt (or Terminal) in the ADB folder and type:
adb devices

(Series numbered device should appear. If not, check the drivers.)

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

New versions of MIUI 15 may require a command to:

adb shell pm uninstall --user 0 com.miui.msa.global

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

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

⚠️ Note: On some models (for example, Xiaomi 13 Ultra) Xiaomi blocks ADB-In this case, only unlocking the bootloader will help (see Method 4).

Method 3: Reset to factory settings (radical method)

If GetApp is not deleted by any means and its presence is critical (for example, due to a conflict with custom firmware), you can perform a complete reset of the phone, which will delete all data, including accounts, photos and installed applications, but return MIUI to a β€œclean” state.

Important: Resetting does not guarantee that GetApp will disappear forever - after the first Internet connection, MIUI can re-install it through Xiaomi services.

  1. Before reset, disable App Auto Update in Settings β†’ Apps β†’ App Management β†’ Google Play Store.
  2. After reset, do not connect to Wi-Fi/mobile data until you turn off GetApp via ADB (Method 2).
  3. Use a local backup (e.g., Mi Mover) to avoid recovering applications from the cloud.

How to reset:

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Select β€œErase all data” (not β€œReset”!).
  3. Confirm the action and wait for the reboot (it will take 5-10 minutes).
Xiaomi modelThe probability of GetApp returning after resetRecommendation
Xiaomi 13/13 Pro, 14 SeriesHigh (90%)Use ADB immediately after resetting
Redmi Note 12, POCO X5Average (60%)Disable automatic application recovery
Xiaomi Mi 11 and olderLow (30%)Enough to disable through settings
What to do if after resetting the phone is stuck on the logo?
If the smartphone does not boot for more than 15 minutes, try: 1. Hold the power button for 20+ seconds for a forced reboot. 2. Go to the recavator (Power + Vol Up) and select "Wipe Data." 3. If it does not help, you need to flash through the Fastboot (see Method 5).

Method 4: Removal with root rights (for advanced)

If you're willing to take risks, unlocking the bootloader and getting root rights gives you complete control over system applications.

  • πŸ”§ They're good at working with TWRP Or OrangeFox Recovery.
  • πŸ“± Ready to lose the warranty (unlocking the bootloader will cancel it).
  • πŸ”„ Plan to install custom firmware (for example, LineageOS or Pixel Experience).

Step-by-step:

  1. Unlock the bootloader through Xiaomi’s official tool (Mi Unlock Tool) and it will take 7-14 days (waiting). SMS-code).
  2. Install TWRP Recovery for your model (see instructions on XDA Developers).
  3. Download Magisk for root rights and thread it through the Recovery.
  4. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  5. Go to /system/priv-app/GetApps or /system/app/GetApps and delete the files: GetApps.apk GetApps.odex (if any)

Reboot the phone.

Once GetApp is removed through root, some MIUI features (such as themes or cloud backup) may stop working.

πŸ’‘

Before unlocking the bootloader, check if your model supports official unlocking. Some devices (e.g. Xiaomi for the Chinese market) require additional manipulation.

Method 5: Flashing on custom firmware (for enthusiasts)

The most radical, but also the most effective way to get rid of GetApp is to install alternative firmware, for example:

  • πŸ“± LineageOS – pure Android without unnecessary applications.
  • πŸ”„ Pixel Experience – firmware with Google Pixel interface.
  • πŸš€ ArrowOS – Optimized for Performance.

Advantages:

  • βœ… Complete lack of all Xiaomi system applications (including GetApp, Mi Video, Mi Music).
  • βœ… Regular security updates from the community.
  • βœ… Ability to fine-tune the interface.

Disadvantages:

  • ⚠️ Loss of warranty (as with unlocking the bootloader).
  • ⚠️ The risk of brick (turning the phone into a β€œbrick”) when a firmware error.
  • ⚠️ Certain functions (e.g, IR-blaster NFC) They may work unstablely.

Firmware instructions:

  1. Unlock the bootloader (see Method 4).
  2. Download the firmware for your model from XDA or an official website (like LineageOS).
  3. Sweep through TWRP and install firmware + GApps (if you need Google services).
  4. Run Wipe Dalvik/Cache and restart.

⚠️ Note: On some models (e.g. Xiaomi with MediaTek processor), unlocking the bootloader may not be possible without official permission from Xiaomi!

πŸ’‘

Custom firmware is the only way to get rid of GetApp and other Xiaomi system apps forever, but it requires technical skills and risk-awareness.

Frequent Mistakes and How to Avoid Them

When trying to remove GetApp, users often encounter problems, and here are the most common errors and solutions:

Mistake.Reason.Decision
Team team. ADB returns Failure [DELETE_FAILED_INTERNAL_ERROR]Β»GetApp is protected at MIUI levelUse it. --user 0 root
Mi Accounts were deleted after being deletedGetApp linked to synchronization servicesRestore through ADB or reflash
The phone will not turn on after resettingThe /data system folder is damagedSwipe through Fastboot official firmware
GetApp reappears after MIUI updateThe system restores system applicationsTurn off automatic update in Settings β†’ About Phone β†’ System Update

If you encounter an error not described in the table, check:

  • πŸ“‹ Error logs via adb logcat (for experienced users).
  • πŸ” Community 4PDA or XDA β€” There are often discussed specific bugs for specific models.
Can I delete GetApp without a computer?
Yes, but with limitations. Without a PC, you can only disable an application (Method 1) or use apps like App Inspector (requires root). Complete removal without ADB or root is impossible.
Will Mi Market work after GetApp is removed?
No, Mi Market (Chinese version of the store) and GetApp (global version) are the same app. Once removed, you will not be able to use the Xiaomi branded store, but Google Play will remain functional.
Will GetApp return after the MIUI update?
Most likely, yes. For major updates (e.g., from MIUI 14 to MIUI 15), the system restores remote system applications. To prevent this, before upgrading: Backup through adb backup. Remove GetApp through ADB after the update. Use Magisk to block installation of system APKs.
Can I remove GetApp on Xiaomi for the Chinese market?
On devices for China (with firmware China) ROM) Deletion is more difficult due to: Google Play Services (conflicts may arise) ADB-Recommendation: First, go through Global ROM via Fastboot, then delete GetApp.
Is there a legal way to remove GetApp without risking your phone?
No. Any method of removing system applications (other than disabling) violates the terms of the MIUI license agreement and can result in: Loss of warranty, unstable phone operation, blocking certain features (e.g. Mi Cloud). If you are critical of not having GetApp, consider buying a device with a pure Android (e.g. Google Pixel or Nothing Phone).