How to Remove GetApps from Xiaomi Poco X3: Safe Techniques for 2026

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).

πŸ“Š You’ve already tried disabling GetApps through settings?
Yeah, but he's back on.
Yeah, and it helped.
No, I'm afraid to break something.
No, I didn't know about that method.

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:

  1. 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.
  2. 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.mipicks

MIUI 13/14 may require an alternative command:

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

Once 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.mipicks

Debugging 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:

  1. 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




reboot

After 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 methodRoot is required.PC requiredRestored after MIUI updateRisk 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:

  1. πŸ”Œ Get Poco on. X3 PC with debugging enabled USB.
  2. πŸ–±οΈ Launch the program and wait for the application list to load.
  3. πŸ” Find it in the list of com.xiaomi.mipicks (that's what GetApps are).
  4. πŸ—‘οΈ Choose the action: Uninstall (delete) or Disable (disable).
  5. βœ… 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?
If the program does not find com.xiaomi.mipicks, try: 1. Update MIUI to the latest version (sometimes packages are renamed). 2. Use an alternative debloater (for example, ADB AppControl). 3. Check if the application is hidden in the debugging settings (adb shell pm lists | grep xiaomi in the command line will show all Xiaomi packages).

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.

FAQ: Frequent questions about removing GetApps from Poco X3

❓ Can I delete GetApps without a computer?
Yes, but with limitations: No root: you can only disable the application through settings (section 1) or hide it through the launcher (section 3). With root: you can manually delete through the file manager (section 4) or terminal on the phone.
❓ Will GetApps return to factory settings after resetting the phone?
Yes, with a full reset (hard reset) through Settings β†’ Reset or Recovery all preinstalled apps, including GetApps, will recover.To avoid this: Use ADB-Create a backup of the list of disabled applications through Titanium Backup (requires root).
❓ Why, after removal, ADB GetApps is coming back?
This is due to automatic system application recovery on some versions of MIUI (especially MIUI 13/14). Solutions: Repeat adb uninstall after each system update. Use root method to physically delete application files. Disable automatic MIUI update in settings (if critical).
❓ Can I remove GetApps on Poco? X3 Pro or other models?
All of these methods work on most devices. Xiaomi/Redmi/Poco s MIUI, including: Poco X3 Pro, Poco X4, Poco F3. Redmi Note 10/11/12. Xiaomi Mi 11/12. Exception: on Poco X5 GetApps may have a different name (e.g. com.xiaomi.appstore). Check the exact identifier through adb shell pm list packages. | grep xiaomi.
❓ Are there alternatives to GetApps to update branded apps?
If you have removed GetApps but want to update Xiaomi apps, use it: 🌐 Google Play Market – most of Xiaomi’s apps are available there (e.g. Mi Browser, Mi Video). πŸ“¦ APKMirror – a reliable source for manual downloading APK-file. πŸ”„ Mi Community – sometimes posts direct links to updates. For themes and stickers, use third-party launchers (e.g. Nova Launcher with icon pack support).