Xiaomi smartphones are famous for their price-performance ratio, but users are often annoyed by the pre-installed software that the system actively promotes. One of the most intrusive elements of the ecosystem is the GetApps app store, which automatically updates and periodically offers to install games or utilities. Many device owners wonder how to turn off this service to free up the system resources and save themselves from unnecessary visual noise.
Complete removal of the MIUI system component without root rights is impossible, but there are effective methods for completely deactivating it. This allows you to turn your smartphone into a cleaner device that works exclusively with the programs you need. In this article, we will discuss all the current ways, from simple settings in the menu to advanced methods through the computer.
It's worth noting that GetApps is deeply integrated into the shell, so simply removing the icon from the desktop doesn't solve the problem. The service will continue to run in the background, consuming RAM and traffic. To achieve real results, you need to take a comprehensive approach to configuring the system.
Why GetApps Can't Just Be Deleted
The GetApps Store (formerly known as the Mi App Store) is a system application with system signature rights.This means that standard Android tools available to the average user through settings cannot be uninstalled. The MIUI or HyperOS operating system protects such components from accidental removal, as they are considered part of the basic functionality of the device.
Xiaomi developers often hide the “Delete” button or make it inactive in the application management menu, and even if you manage to disable the application through settings, the system can automatically reactivate it after another firmware update or system file integrity check, which is why more in-depth interventions are required to solve the problem.
⚠️ Warning: Don’t try to use third-party programs to “remove system debris” without root rights that promise to magically remove GetApps. At best, they just won’t work, and at worst, they can disrupt other system components.
However, there are proven ways to completely freeze or remove an application for the current user, making it invisible to the system and preventing any associated processes from starting. Below we will look at how to prepare for this procedure and what tools you may need.
Basic setting: disconnection through the smartphone menu
The first step, which is available to every user without a computer connection, is to routinely disable the application through the settings menu. This method does not physically delete files, but prevents the application from running and receiving updates. First, you need to find the app shortcut itself, which can be called GetApps or the App Store.
Press your finger on the store icon and select About or go to Settings → Apps → All Apps. Find it in the GetApps list and click on it. In the menu that opens, you will see the “Disable” or “Stop” button, clicking this button will stop the service until the next reboot or system check.
- 📱 Open the smartphone settings and go to the "Apps" section».
- 🔍 Find the list of “GetApps” or “Mi App Store».
- 🛑 Click the “Stop” or “Stop” button».
- 🧹 In the same menu, select “Clean» → «Clear everything" to delete cache and data.
After these steps are completed, the store icon will disappear from the desktop and the background processes will cease. However, as mentioned earlier, this method is temporary. The system can activate the service again. For a more reliable result, it is recommended to use the following method with data cleaning before disconnecting.
Radical method: removal through ADB (no root)
The most effective way to remove GetApps completely from the system without obtaining superuser rights is to use USB debugging and the ADB tool (Android Debug Bridge), which requires a computer (Windows, macOS or Linux) and a USB cable. It allows you to send commands to the Android system that are not available through the normal interface.
First, you need to activate the developer mode on your smartphone. Go to Settings → About the phone and quickly press 7 times on the item "Version" MIUI» or "Version" OS». Once you have the message “You became a developer”, go back to the main settings menu, find the “Additional” or “Extended Settings” section, and open the Developer Mode. USB».
adb shell pm uninstall -k --user 0 com.mi.mishopThis command will remove the app store for the current user (user 0).The app will disappear from the installed list, stop consuming resources and bother with notifications. It is important to understand that physically the files will remain in the system partition, but they will be completely isolated from use.
☑️ Check before removal through ADB
If you want to return the app store, you can either reset the factory or use the ADB reverse command to install the package, but in most cases, users do not return to using the service after a successful cleanup.
List of packages for system debris removal
Along with the GetApps store, Xiaomi devices often have other services that may not be needed by the user. Using the ADB method, you can safely disable them, significantly speeding up the interface. Below is a table with the main packages associated with advertising and service functions of MIUI.
| Package name | Function | Recommendation |
|---|---|---|
| com.mi.mishop | The main store GetApps | Safe to remove |
| com.miui.misys | MIUI System Service | Careful, it may affect the work |
| com.miui.analytics | Collecting analytics and advertising | Recommended removal |
| com.miui.daemon | Collection of usage statistics | Safe to remove |
| com.xiaomi.joyose | Service for games and advertising | Safe to remove |
To remove any of these packets, use a similar command by replacing the packet name at the end of the line. e.g. adb shell pm uninstall -k --user 0 com.miui.analytics. Be careful when typing commands, as removing critical system packets can cause the device to malfunction.