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!
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:
- Open Settings β Applications β Application Management.
- In the search box, type βGetAppβ (or βGetAppsβ for new versions).
- Slip on the app and select βDisableβ (if the button is inactive, go to paragraph 4).
- If the shutdown is blocked, click on Permissions and disable all rights (camera, microphone, storage, SMS, etc.).
- Return to the main menu of the app and select βStopβ (forced stop).
- 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
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:
- Download ADB Tools for Windows/macOS/Linux and unpack the archive.
- On your smartphone, activate Developer Mode: go to Settings β About Phone and tap the MIUI version 7 times.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect the phone to the PC, select File Transfer mode and confirm debugging permission.
- 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.mipicksNew versions of MIUI 15 may require a command to:
adb shell pm uninstall --user 0 com.miui.msa.globalIf 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.
- Before reset, disable App Auto Update in Settings β Apps β App Management β Google Play Store.
- After reset, do not connect to Wi-Fi/mobile data until you turn off GetApp via ADB (Method 2).
- Use a local backup (e.g., Mi Mover) to avoid recovering applications from the cloud.
How to reset:
- Go to Settings β About the phone β Reset settings.
- Select βErase all dataβ (not βResetβ!).
- Confirm the action and wait for the reboot (it will take 5-10 minutes).
| Xiaomi model | The probability of GetApp returning after reset | Recommendation |
|---|---|---|
| Xiaomi 13/13 Pro, 14 Series | High (90%) | Use ADB immediately after resetting |
| Redmi Note 12, POCO X5 | Average (60%) | Disable automatic application recovery |
| Xiaomi Mi 11 and older | Low (30%) | Enough to disable through settings |
What to do if after resetting the phone is stuck on the logo?
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:
- Unlock the bootloader through Xiaomiβs official tool (Mi Unlock Tool) and it will take 7-14 days (waiting). SMS-code).
- Install TWRP Recovery for your model (see instructions on XDA Developers).
- Download Magisk for root rights and thread it through the Recovery.
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- 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:
- Unlock the bootloader (see Method 4).
- Download the firmware for your model from XDA or an official website (like LineageOS).
- Sweep through TWRP and install firmware + GApps (if you need Google services).
- 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 level | Use it. --user 0 root |
| Mi Accounts were deleted after being deleted | GetApp linked to synchronization services | Restore through ADB or reflash |
| The phone will not turn on after resetting | The /data system folder is damaged | Swipe through Fastboot official firmware |
| GetApp reappears after MIUI update | The system restores system applications | Turn 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.