GetApps is a standard app store from Xiaomi, which is pre-installed on all smartphones of the brand, including the Redmi Note 10. For many users, it becomes a source of irritation: aggressive advertising, unnecessary notifications, background activity, battery consumption and traffic. Unfortunately, Xiaomi does not provide the ability to remove it by standard means β the βDeleteβ button in the app menu is simply absent.
In this article, weβll break down 5 working ways to get rid of GetApps on the Redmi Note 10 β from simply disabling to completely deleting system files (including rootless methods). You will learn what risks certain actions carry, how to avoid errors when manipulating the system, and what to do if after removal there are problems with the operation of the smartphone. ADB, It does not require superuser rights and works on MIUI 12β14.
Why canβt GetApps be removed in the standard way?
GetApps (com.xiaomi.mipicks) is a MIUI system service, which means it is integrated into the firmware at the kernel level and is protected from accidental removal.
- π± Monetization: Xiaomi earns from advertising in GetApps and affiliate programs.
- π Updates: through the store proprietary applications and updates are distributed for MIUI.
- π‘οΈ Security: Removing system components can disrupt OS stability.
But these arguments donβt take into account the interests of users who want to control their smartphone, and fortunately, you can get around the restrictions β you can choose a method that suits your level of training.
Method 1: Disable GetApps through Settings (without root)
The safest and easiest method is to disable the application without physically deleting it, which will stop its background activity, notifications and updates, but the files will remain in the deviceβs memory.
- Open Settings β Applications β Application Management.
- In the search bar, type GetApps (or com.xiaomi.mipicks).
- Click on the application, then select Disable.
- Confirm the action by clicking Disable the application.
β οΈ Warning: Once disabled, the GetApps icon will disappear from the desktop, but the app will remain in the system. MIUI It can be activated again.
βοΈ Preparing to disable GetApps
Method 2: Remove updates and reset to factory version
If GetApps has been updated through Google Play or itself, you can roll it back to the factory version and then turn it off, which will reduce the space and reduce activity.
Instructions:
- Go to Settings β Applications β GetApps.
- Click on the three dots in the top right corner and select Remove Updates.
- After rollback, return to the app menu and click Disable.
π Note: On some versions MIUI (For example, 13.0.6), the "Delete Updates" item may not be available.
| MIUI version | Disconnection available | Updates rollback available | Risk of failure |
|---|---|---|---|
| MIUI 12 | β Yes. | β Yes. | Low. |
| MIUI 13 | β Yes. | β No (on some assemblies) | Medium. |
| MIUI 14 | β Yes. | β No. | Low. |
Method 3: Blocking through ADB (without root but with PC)
This method allows you to completely disable GetApps at the system level without deleting its files, you will need a computer with ADB drivers installed and USB debugging enabled on your smartphone.
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone and click on MIUI Version 7 times.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect Redmi Note 10 to your PC and confirm debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell pm hide com.xiaomi.mipicksπ‘ What the team does is they don't delete the application, they hide it from the system, as if it were uninstalled:
- π΅ All notifications and background activity are terminated.
- π The application does not appear in the menu and settings.
- π After resetting settings or updating MIUI locking will have to be repeated.
π‘
If pm hide doesn't work, try the alternative: adb shell pm disable-user --user 0 com.xiaomi.mipicks. It has a similar effect, but is compatible with earlier versions of MIUI.
Method 4: Completely remove GetApps with root rights
If you're willing to take drastic measures, root removal is the most reliable way, but it requires unlocking the bootloader and installing Magisk or TWRP, which is unwarranted and can lead to unstable smartphone performance.
π οΈ Essential tools:
- π Unlocked bootloader (instructions on the official Xiaomi website).
- π± Installed Magisk or Custom Recovery (TWRP).
- π» Root Explorer or the Root Explorer program ADB superuser.
π Instructions:
- Get root access through Magisk.
- Install a file manager with root support (such as Solid Explorer).
- Go to /system/priv-app/MiAppStore or /system/app/MiAppStore.
- Delete the MiAppStore folder (or rename it to the MiAppStore_bak).
- Reboot your smartphone.
β οΈ Note: Deleting system files can cause errors in the work MIUI, including update issues or failures when running other applications.Be sure to back up through TWRP Xiaomi Cloud.
What if MIUI themes stopped working after removal?
Method 5: Alternative method via Xiaomi ADB/Fastboot Tools
For users who donβt want to deal with manual commands ADB, There is a convenient utility Xiaomi ADB/Fastboot Tools.It automates the process of blocking or removing system applications.
π₯οΈ How to use it:
- Download the utility from GitHub and install it on PC.
- Connect Redmi Note 10 in ADB mode (USB debugging should be enabled).
- Start the program and select Uninstall system app.
- In the list, find com.xiaomi.mipicks and click Uninstall.
β οΈ Warning: The utility offers not only locking but also complete removal. on Redmi Note 10 s MIUI 13/14 Complete removal can lead to a bootloop error.We recommend choosing Disable instead of Uninstall.
π‘
Xiaomi ADB/Fastboot Tools is the safest way for beginners, as the utility automatically checks the compatibility of commands with your version of MIUI.
What to do if you have problems after removing GetApps?
Even with careful manipulation of the system, failures can occur. Consider typical situations and ways to solve them:
| Problem. | Probable cause | Decision |
|---|---|---|
| MIUI themes don't work. | Related files deleted | Restore MiAppStore or install themes manually via APK |
| Mistakes in updating MIUI | System structure damaged | Restore the firmware via Fastboot or Recovery |
| Persistent error notifications | Residual files remain. | Clean the cache through Settings β Storage β Clean the cache |
π§ Universal solution: if the smartphone began to work unstable, reset to factory settings (Settings) β The phone. β Resetting. This will return all system applications, including GetApps, but will save your data (photos, videos, documents) when you select the option Save Media Files".