If you own a Xiaomi Redmi smartphone (or another brand device), youβve probably noticed the mysterious Get Apps app on your list of programs, which appears immediately after you buy it, takes up space in your memory and sometimes even sends notifications. But what kind of service is it, can it be removed and how to do it without risking the system?
In this article, we will discuss in detail what Get Apps is, how it works on the Redmi Note 12/11/10, Redmi 9/10/13C and other models, as well as provide 3 proven ways to remove - from a standard shutdown to a full uninstall via ADB.
Spoiler: In most cases, Get Apps can be safely deactivated, but there are nuances for different versions of MIUI. If you want to free up space in memory or get rid of intrusive notifications, read on.
What is Get Apps on Xiaomi Redmi?
Get Apps (sometimes displayed as com.xiaomi.mipicks) is Xiaomiβs proprietary app store, which is pre-installed on all of the brandβs smartphones.
- π± Alternative to Google Play: Offers apps optimized for MIUI, including exclusive services (e.g. Mi Home for smart home).
- π Recommends: Analyzes your installed programs and suggests similar ones (sometimes too intrusively).
- π Promotions: Sales, bonuses for installing affiliate applications (for example, games or financial services).
- π Updates: Sometimes updates pre-installed Xiaomi apps faster than Google Play.
Most Redmi users use Google Play or APK-So Get Apps often goes unused, but it still runs in the background, consuming:
- πΆ Internet traffic (up to 50-100 MB per month for updates check).
- π Battery charge (com.xiaomi.mipicks background processes can drain the battery by 1β3% per day).
- π Memory (weight of the application β from 30 to 100 MB, plus cache).
In addition, Get Apps is known for:
- π« Not removed by standard means (no button "Delete" in the application menu).
- π Spam notifications about βrecommendedβ games or promotions (even if youβve never opened a store).
- π Has access to personal data (list of installed programs, geolocation for targeted advertising).
Can I remove Get Apps without consequences?
Technically, but with reservations. Get Apps is a system application, so removing it can affect the stability of MIUI. However, in practice, 90% of Redmi users delete it without problems.
| Deleting method | Risks. | Suitable for |
|---|---|---|
| Disconnection through settings | No risk. | All Redmi models |
| Removal via ADB | There may be a gap of updates for some Xiaomi apps | Redmi at MIUI 12-14 |
| Manual deletion of files (root) | Misfunctions in MIUI, loss of warranty | Advanced users |
| Use of third-party uninstallers | High risk of malware installation | Not recommended |
It is important to understand that Get Apps is not critical to the smartphone.
- π Calls, SMS mobile.
- π§ Basic system settings (com.android.settings).
- π Firmware updates (MIUI Updated via com.android.updater).
However, if you delete Get Apps, then:
- β Notifications of Xiaomi promotions will cease to arrive.
- β Some brand apps (such as Mi Community) may be updated more slowly.
- β Free up to 100 MB of memory.
- β Disappear background processes that save battery power.
π‘
Before removing Get Apps, check if you are using other Xiaomi services (such as Mi Cloud or Mi Home), some of which may depend on the app store's background processes.
Method 1: Disable Get Apps through Settings (without root)
The safest method is not to delete, but to disable the application, which will stop it from working, hide it from the menu and prevent background activity. MIUI 12β14:
- Open Settings β Applications β Application Management.
- In the search box, type Get Apps (or com.xiaomi.mipicks).
- Click on the application β Disable.
- Confirm the action in the pop-up window.
After the shutdown:
- β The app will disappear from the menu.
- β Notifications will cease.
- β Background processes will be stopped.
- β The cache folder will remain (you can manually clean through the Warehouse) β Clear the cache).
If the button is inactive (grey), it means:
- π Protection against changes to system applications is enabled on your device (you need to disable Settings) β Special facilities β Improvements MIUI).
- π± You have Redmi with firmware for the Chinese market (requires unlocking the bootloader).
βοΈ Preparing to disable Get Apps
Method 2: Remove Get Apps via ADB (without root)
If the shutdown is not enough, you can completely remove the application using ADB (Android Debug Bridge: This method does not require root rights, but requires a computer and a computer. USB-cable.
Step-by-step:
- Download ADB Tools for Windows/macOS/Linux and unpack the archive.
- On your phone, turn on Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β Developer. Activate USB Debugging.
Redmi
ADB
Shift + PCM β Open the PowerShell window here
adb devices(The name of your device should appear)
adb shell pm uninstall --user 0 com.xiaomi.mipicksReboot the phone.
If the team doesnβt work, try an alternative:
adb shell pm disable-user --user 0 com.xiaomi.mipicksWhat if the ADB canβt see the device?
- π Check it out. USB-cable (use the original cable).
- π₯οΈ Install Xiaomi drivers from the official website.
- π Switch the connection mode to File Transfer.
What happens if you interrupt the ADB team?
Method 3: Remove with root rights (for advanced)
If you have a bootloader unlocked and you have Magisk or another root manager installed, you can manually remove Get Apps through a file manager (such as Root Explorer).
Instructions:
- Open a file manager with root support.
- Go to /system/priv-app/MiPick or /system/app/MiPick.
- Delete the MiPick folder (or rename it to MiPick.bak).
- Clear the cache to /data/data/com.xiaomi.mipicks.
- Reset the device.
β οΈ Note: Deleting system files manually can lead to:
- π "Bootloopou" (cyclical phone reboot).
- π¨ Warranty loss (if the device is warranty, Xiaomi may refuse repairs).
- π§ Work failures MIUI (For example, access to topics or widgets will be lost).
If you have problems after deleting, restore the MiPick folder from the backup or reset the settings through Settings β Reset settings.
π‘
Removing Get Apps with root rights gives you maximum cleaning, but the risks are much higher than using ADB. This method is recommended only for advanced users.
How to get back the Apps if you need it?
If you realize that Get Apps is still needed (for example, to update Xiaomiβs proprietary applications), it can be restored.
Methods of return:
- Through ADB (if removed by uninstall command: adb shell cmd package install-existing com.xiaomi.mipicks
- Through Settings Reset: Go to Settings β About Phone β Reset. Select Reset all settings (app data will be saved).
Through the firmware
- Download the full firmware for your model from Xiaomifirmwareupdater.com.
- Install it through Settings β System Update β Three Dots β Select a firmware file.
β οΈ Note: Installing applications from unverified sources may result in:
- π΅οΈββοΈ Data breaches (some of them) APK contain spyware).
- π Increased battery consumption (background malware processes).
- π« Blocking your Google account (if the app violates Play Protect rules).