The GetApps (or GetApps Store) system app on Xiaomi smartphones is often a source of annoyance for users. Not only does it take up space in memory, it also constantly sends notifications about โrecommendedโ games, consumes traffic in the background, and can even install automatically. APK-files without your consent (especially firmware for the Chinese market) despite the fact that the application is built into the MIUI, It can be removed and it doesnโt always require root rights.
In this article, we will discuss 5 proven ways to get rid of GetApps: from simple disabling to complete deletion of system files. Each method is suitable for different scenarios - whether it is Redmi Note 12 on global firmware or POCO F5 with Chinese MIUI. Importantly, some actions can affect the stability of the system, so we will indicate the risks and alternatives for each option.
1. disable GetApps without deleting (the safest way)
If you just need to stop the application, but do not want to risk the systemโs performance, start by disabling.This method does not require superuser rights and is suitable for all Xiaomi models, including the Redmi 10, Xiaomi 13T and older devices on MIUI 12-14.
How to do this:
- ๐ฑ Open the Settings. โ Annexes โ Application management.
- ๐ In the search bar, type GetApps (or GetApps Store).
- โ๏ธ Click on the application, then select Disable.
- โ Confirm the action in the window that appears.
After disconnection, the application will cease:
- ๐ต Send notifications.
- ๐ Update in the background.
- ๐ฅ Download data via mobile network.
โ ๏ธ Warning: If you turn the app off, it won't disappear from the menu, but its icon will turn grey. If you try to open it, the system will prompt GetApps to be turned on again. This method doesn't free up disk space, but completely blocks the program's activity.
2. Remove via ADB (without root, but with a connection to a PC)
The method using Android Debug Bridge (ADB) It allows you to completely remove GetApps without getting root permissions. MIUI, Other than some Chinese versions with a lock ADB-You'll need a computer with Xiaomi drivers installed and debugging enabled. USB phone-on.
Step-by-step:
- Turn on Developer Mode: Go to Settings โ About Phone. Click 7 times on MIUI until the notification "You're a developer" appears.
USB debugging
Settings โ Additional โ For Developers
Connect the phone to the PC and confirm the debugging permission.
ADB Tools
Terminal
adb devices(Your device name should appear as a confirmation of your connection.)
adb shell pm uninstall --user 0 com.xiaomi.mipicksIf the command runs without errors, GetApps will be removed for the current user. The application will disappear from the menu, and its data (cache and settings) will be erased.
Install Xiaomi drivers on PC
Enable the developer mode on the phone
Activate debugging over USB
Download ADB Tools from the official website
Connect your phone to your PC with the original cable-->
โ ๏ธ Note: On some firmware (for example, MIUI China Stable Team Could Recover Failure Error [DELETE_FAILED_INTERNAL_ERROR]. In this case, try an alternative team:
adb shell pm hide com.xiaomi.mipicksIt wonโt physically remove the app, but it will hide it from the system.
3. Deletion with root rights (for experienced users)
If you have root access (for example, through Magisk), you can delete GetApps permanently, including all of its system files.This method is suitable for users who have already unlocked the bootloader and installed Custom Recovery (TWRP).
Methods of disposal:
- ๐ Through the file manager with root: Open Root Explorer (or similar manager). /system/priv-app/GetApps or /system/app/GetApps. Remove the folder com.xiaomi.mipicks.Reboot the device.
- ๐ป Through Terminal Emulator: su rm -rf /system/priv-app/GetApps rm -rf /system/app/GetApps reboot
After removal, it is recommended that:
- ๐งน Clear the Dalvik cache through TWRP (avoiding errors during loading).
- ๐ Check for residual files in /data/app.
โ ๏ธ Warning: Removing system applications from root may lead to update errors MIUI through OTA. If you plan to update "over the air", pre-create a backup copy through TWRP Return deleted files before updating.
What if the themes stopped working after getting GetApps removed?
4. Blocking through Hosts (alternative to removal)
If deletion seems risky, you can block GetAppsโ access to the Internet by editing the hosts file.This will prevent ads and updates from downloading, but the application itself will remain in the system. ADB).
Instructions:
- Download any file manager with root access (such as Mixplorer).
- Go to /system/etc/hosts and open the file in the text editor.
- Add the following lines to the end of the file: 127.0.0.1 app.market.xiaomi.com 127.0.0.1 api.game.xiaomi.com 127.0.0.1 sdkconfig.ad.xiaomi.com
- Save the changes and restart the phone.
The effect of locking:
| What's blocked | The result |
|---|---|
| Banner advertisements | โ Stop showing up. |
| Background data loading | โ Traffic is not consumed |
| Notifications of new games | โ They don't come. |
| Updating the annex | โ Frozen. |
| GetApps App itself | โ Stays on the menu. |
๐ก
If other system applications (such as Mi Video or Mi Browser) have stopped working after editing hosts, delete the added lines. Some Xiaomi services use shared domains for different functions.
5. Delete De-bloater tools (for firmware with unlocked bootloader)
If you don't want to manually edit system files, you can use specialized utilities to remove embedded software. These tools automatically find and remove unnecessary applications, including GetApps.
- ๐ฅ๏ธ Universal Android De-bloater (GUI): Works through ADB, Supports Xiaomi, Realme, Samsung.
- ๐ฑ App Inspector (for root): Allows you to remove system APK straight from the phone.
- ๐ง Xiaomi ADB/Fastboot Tools: Specialized utility for Xiaomi devices with pre-configured commands.
Examples of Xiaomi ADB/Fastboot Tools:
- Download the utility from GitHub.
- Connect your phone to your PC in ADB mode.
- Select De-bloat Menu โ Remove Xiaomi Bloatware.
- Find GetApps (com.xiaomi.mipicks) and tick.
- Press Uninstall Selected and wait until it is completed.
Advantages of this method:
- ๐ฏ Precise deletion without risking damage to critical system files.
- ๐ The ability to return the app if something goes wrong.
- ๐ Support for batch removal (you can remove other unnecessary applications at a time).
๐ก
De-bloater tools are the best choice for users who want to clean up the system of garbage, but are not versed in ADB manual commands or do not want to risk firmware stability.
6. Features of removal on different firmware Xiaomi
The process of removing GetApps may vary depending on the MIUI version and regional firmware, and the following are key nuances for different scenarios:
| Type of firmware | Methods of removal | Risks/limitations |
|---|---|---|
| Global Stable (EUA, RU) | ADB, De-bloater, root | Minimum risks, but OTA updates may be blocked |
| China Stable | Only root or block through hosts | ADB-Teams often donโt work because of Xiaomiโs limitations. |
| MIUI for POCO | ADB, disabling through settings | GetApps could be renamed POCO App Store |
| Castom firmware (xiaomi.eu, PixelExperience) | Removal via TWRP or Magisk | GetApps is usually removed or replaced with an alternative. |
For Chinese firmware (MIUI China), removing GetApps can result in:
- ๐ซ Loss of access to the theme store (if integrated into GetApps).
- โ ๏ธ Errors in updating through OTA (It is solved by installing firmware manually).
- ๐ต Some system services are inoperable (e.g. Mi Cloud).
If you use POCO or Black Shark, check the name of the GetApps package โ sometimes it masquerades as:
- com.pocophone.mipicks
- com.blackshark.mipicks
- com.xiaomi.gamecenter (in game firmware)
Frequent Mistakes and How to Avoid Them
When you delete GetApps, users often face typical problems, and here's how to prevent them:
Error 1: โCommand not foundโ when using ADB
๐น Reason: Wrong path to adb.exe or lack of drivers.
๐น Decision:
- Make sure you run the command from the platform-tools folder.
- Check the phoneโs connection: Enter adb devices โ the device should appear in the list.
- Reinstall Xiaomi drivers via Mi PC Suite.
Error 2: GetApps is back after the MIUI update
๐น Reason: System applications recover during installation OTA-update.
๐น Decision:
- Before updating, back up through TWRP.
- Use the Magisk Module to block recovery (e.g. Universal SafetyNet Fix).
- Remove GetApps after each update.
Error 3: Phone will not turn on after system files are deleted
๐น Reason: Critical dependencies removed or incorrectly edited build.prop.
๐น Decision:
- Download to Fastboot Mode (press Power + Volโ).
- Sweep the original firmware through the Mi Flash Tool.
- If you have TWRP, restore the backup system and boot.
๐ก
Before you manipulate your system files, check if your Xiaomi model has custom recovery (TWRP) and official firmware for manual installation, which will save the device 90% of critical errors.