Xiaomi Poco X3 smartphone owners often encounter the annoying pre-installed GetApps app, Xiaomiβs branded app store that not only takes up space in memory, but also regularly sends notifications, consumes traffic in the background and can slow down the device. Despite being a system application, it can be removed or at least disabled without consequences for the stability of MIUI. In this article, we will analyze all the current methods β from simple disconnection through settings to complete deletion with ADB and even manual editing system files for experienced users.
Itβs important to understand that GetApps is not a critical component of the system, but its removal may affect the update of some Xiaomi branded applications (for example, Mi Browser or Mi Video). If you do not use these services, feel free to start cleaning. For those who are afraid of taking risks, we will also give you the methods of rotary shutdown, which do not require superuser rights and are reversible at any time.
Before you start, check out the MIUI version on your Poco X3: Settings path β About Phone β MIUI version. On new firmware (starting with MIUI 14), some methods may not work β we will warn you about this separately in the relevant sections.
1. disable GetApps without root and ADB (the safest way)
If you just have to stop the application, but not physically delete it, it's perfect. It's knowledge-free and reversible at any time, and it's advantageous: it doesn't affect system files, it doesn't violate warranty, and it works on any version of MIUI.
Steps to shut down:
- π± Open the Settings. β Annexes β Application management.
- π In the search bar, enter GetApps (or GetApps Market).
- βοΈ Click on the app, then select Disable (if the button is inactive β first click Stop).
- π Confirm the action in the window that appears.
After disconnection, the application will cease:
- π΅ Appear in the app menu.
- π Send notifications.
- π Update via Google Play or background services.
β οΈ Note: The disabled application still takes up space in memory (about 50-80 MB).To free up space, you will need to completely delete (see the following sections).
2. Remove GetApps via ADB (without root but with PC)
The Android Debug Bridge (ADB) method allows you to uninstall the application without superuser rights, but requires a connection to your computer. It's an official tool from Google, so the risk of system damage is minimal. Poco X3 supports ADB out of the box - you just need to enable debugging over USB.
Step-by-step:
- Put the debugging on. USB: π§ Go to Settings. β The phone. π¨ Press 7 times on the version MIUI, to activate the Developer Mode. π Back to Settings β Additionally. β For developers. π Activate Debugging on USB and confirm the authorization.
- Connect your phone to your PC: π₯οΈ Install. ADB-computer-driver. π Get Poco on. X3 down USB (Select the File Transfer Mode). π Open the command line (Win) + R β cmd) and type: adb devices If the device is displayed, it is ready.
Remove GetApps
adb shell pm uninstall --user 0 com.xiaomi.mipicksMIUI 13/14 may require an alternative command:
adb shell pm uninstall -k --user 0 com.xiaomi.mipicksOnce you execute the command, the application will disappear from the system and its data will be deleted. To return it back, use the command:
adb shell cmd package install-existing com.xiaomi.mipicksDebugging is on. USB|Installed ADB-PC drivers|The phone is connected in file transfer mode|Command Prompt Opened on behalf of the Administrator-->
β οΈ Note: On some versions MIUI After the system update, GetApps can recover, in which case repeat the procedure or use the root-right method (section 4).
3. Hide GetApps with Launcher (visual solution)
If you don't want to physically remove the icon, you just have to remove it from the menu, you can use the launcher, which is a low-tech, fully reversible solution for users who want to keep the branded apps updated through GetApps, but don't want it on the list.
Instructions for the standard MIUI launcher:
- π Press the GetApps icon on the home screen.
- ποΈ Drag it to the top of the screen where the basket will appear (Delete).
- π To find the app later, use a system search (swipe down the home screen).
For third-party launchers (such as Nova Launcher or Apex Launcher):
- π οΈ Open the launcher settings.
- π Find the Hidden Apps or App Drawer section.
- β Mark GetApps in the list and save the changes.
Advantages of the method:
- β Does not require root rights or ADB.
- β Turn it back in one click.
- β Does not affect the operation of the system.
π‘
If you use Nova Launcher, create a gesture to quickly access hidden apps, for example, double tapping on the screen can reveal a list of all programs, including hidden ones.
4. Complete removal of GetApps with root rights (for experienced)
If your Poco X3 has superuser rights installed (e.g., through Magisk), you can delete GetApps at the system file level.This method ensures that the application does not recover after MIUI updates, but caution is needed: improper actions can lead to the failure of Xiaomi system services.
Methods of disposal:
- Through a root-access file manager (e.g., Root Explorer or Solid Explorer): π Cross the path. /system/priv-app/MiAppStore or /system/app/MiAppStore. ποΈ Delete the MiAppStore folder (or rename it to the MiAppStore_bak in case of restoration). π Reset the device.
Through Terminal Emulator
su
mount -o rw,remount /system
rm -rf /system/priv-app/MiAppStore
mount -o ro,remount /system
rebootAfter removal, it is recommended that:
- π§Ή Clear the system cache in Settings β Memory. β Cleanup.
- π§ Check Mi Account and other Xiaomi services (sometimes they depend on GetApps for updates).
| Deleting method | Root is required. | PC required | Restored after MIUI update | Risk to the system |
|---|---|---|---|---|
| Disconnection through settings | β No. | β No. | β No. | β οΈ Low. |
| Removal via ADB | β No. | β Yes. | β Yes (sometimes) | β οΈ Medium. |
| Hiding through Launcher | β No. | β No. | β No. | β Absent. |
| Removal from root | β Yes. | β No. | β No. | β οΈβ οΈ High-pitched |
β οΈ Note: If the Topic or Mi Account stopped working after removal from root, restore the MiAppStore folder from the backup or reinstall it through the TWRP (if established).
5. Alternative methods: Debloater tools
For users who do not want to manually enter ADB commands or get root, there are specialized utilities - debloaters. They allow you to massively remove or disable preinstalled Xiaomi applications, including GetApps, through a user-friendly graphical interface.
Popular tools:
- π₯οΈ Universal Android Debloater (GUI) β PC-based Windows/Linux, supportive MIUI.
- π± App Inspector (for Android) β shows all system applications and allows you to disable them without any problems ADB.
- π§ MIUI Hidden Settings β a module for Magisk that allows you to access hidden settings MIUI, including system application management.
Example of Universal Android Debloater:
- π Get Poco on. X3 PC with debugging enabled USB.
- π±οΈ Launch the program and wait for the application list to load.
- π Find it in the list of com.xiaomi.mipicks (that's what GetApps are).
- ποΈ Choose the action: Uninstall (delete) or Disable (disable).
- β Confirm the changes and restart the phone.
Advantages of debloater tools:
- π― Ability to massively remove unnecessary applications.
- π Automatic backup before changes.
- π‘οΈ Protection against the removal of critical system components.
What if Debloater doesnβt see GetApps?
6.The consequences of removing GetApps: What breaks?
Many users are afraid to delete GetApps for fear of disrupting MIUI. In practice, the consequences are minimal, but there are a few nuances:
What's gonna stop working:
- π Automatic updates of Xiaomi branded apps (e.g. Mi Browser, Mi Video, Themes) will have to be updated manually via Google Play or Google Play. APK-file.
- π¨ Some themes and stickers from the Mi Theme Store may stop downloading (but most themes are also available through Google Play).
What will continue to work:
- β All basic functions MIUI (Calls, messages, camera).
- β Updates to the system through Settings β Update of the PO.
- β Google Play Market and Third Party Apps.
If you notice problems after removal, use one of the ways to restore:
- π For ADB-adb shell cmd package install-existing com.xiaomi.mipicks
- π§ For root method: restore the deleted folder from the backup or reflash the system partition through TWRP.
π‘
Removing GetApps does not affect Xiaomiβs warranty unless you use root.The methods with ADB and disabling through settings are completely legal and do not violate the manufacturerβs policies.