Owners of Xiaomi and Redmi smartphones often encounter an intrusive system application called GetApps. This store is pre-installed in the shell of MIUI and HyperOS, and its main purpose is to distribute content that is not always interesting to the user from the CIS countries.
Complete removal of the system component requires caution, as incorrect actions can lead to unstable operation of the interface. In this article, we will discuss all available methods, from simple disabling in settings to advanced removal through the Internet. ADB-You will learn to safely clean the system of excess software, while maintaining the guarantee and stability of the device.
Before we take any action, it's important to understand what this service is, because it's not just a desktop shortcut, it's a deeply integrated module that handles notifications and license verification for some preinstalled games, so cutting and forgetting doesn't always work here, and it's sometimes more effective to use a smart lock.
What is GetApps and why is it needed?
GetApps (formerly known as Mi Apps) is Xiaomi’s official app store, and unlike Google Play, it is primarily focused on the Chinese market but is actively pre-installed in global firmware versions, providing a platform for developers who want to promote their products without intermediaries, and collecting analytics about user preferences.
For the average user from Russia or Ukraine, the functionality of this store is often redundant. Most popular applications are already available on Google Play or installed through the Internet. APK-Having a second store creates duplication of functions, takes up space in memory and, most unpleasantly, periodically reminds itself of pop-ups with suggestions to install the next game or utility.
The system process associated with this store often consumes CPU resources in the background, especially on the budget models of the Redmi Note or Poco M series, where every percent of the battery charge is in the account.
Basic method: disabling through system settings
The safest and easiest way to get rid of GetApps intrusiveness is to turn it off through the standard settings menu. This method doesn't require a computer connection or special knowledge, but it doesn't physically delete the application, it just stops it from working. The system continues to believe that the application is installed, but it doesn't start and doesn't show notifications.
To do this, you need to go to your device's Settings section. Find the Apps, then select All Apps. In the list that opens, look for GetApps (may appear as MI Apps), and click on it and you'll see a Disable or Turn Off button.
☑️ Pre-switch check
⚠️ Note: On some global firmware versions, the “Disable” button may be inactive (shadowed), in which case the standard system methods will not remove the application, and will require the use of more advanced tools, which will be discussed below.
After disabling, it is also recommended to prevent the application from accessing the Internet. To do this, in the same menu of the application settings, find Traffic Control or Data Use and uncheck the Wi-Fi and Mobile Network points, which ensures that even if it is accidentally launched, the service will not be able to download ads or update.
Complete removal via ADB: instructions for advanced
If a standard shutdown is not possible or you want to completely free up space in the system partition, the only legal way is to use USB debugging and the ADB (Android Debug Bridge) tool.This method allows you to remove system applications without superuser rights (Root), making it safe for warranty.
The first step is to activate the developer mode. Go to Settings → About Phone and quickly click on MIUI Version (or OS Version) seven times. After the message “You became a developer”, go back to the main settings menu, find the Advanced Settings → For developers and turn on the USB Debugging Toggle.
What to do if your computer can’t see your phone?
Next, you’ll need a computer with the ADB driver installed. Connect your smartphone with a cable and enter a command to delete the packet.The package name for GetApps usually looks like com.mi.globalappshop or com.xiaomi.miglobalsecurity (depending on the shell version).
adb shell pm uninstall -k --user 0 com.mi.globalappshopExecuting this command will instantly remove the application for the current user. It will disappear from the installed list, it will no longer consume resources and take up space. It is important to understand that when you reset the phone to the factory settings (Hard Reset), the application will return, since it physically remains in the system partition, but for active use it will be removed.
Risk analysis and system recovery
Use of the ADB-Removing critical system components can lead to a “boot loop” or unstable interface. While GetApps isn’t critical for Android downloads, in rare cases, its absence can cause bugs in other Xiaomi services, such as Mi Cloud or themes.
Fortunately, the removal of ADB It is not irreversible. since we only remove the application for the current user (--user 0), It's easy to restore. You just have to run an installation command that returns the packet to its original state.
adb shell cmd package install-existing com.mi.globalappshop💡
Removing system applications through ADB is reversible and does not violate the integrity of the system partition, unlike obtaining Root rights.
It is also worth considering that after major firmware updates (for example, the transition from MIUI 14 to HyperOS), the list of system packages may change, in which case the removal may need to be repeated, as the new version of the system will restore the original set of applications.
Comparison of methods of combating GetApps
The choice of method depends on your technical skills and goals. If you just need to remove annoying notifications, a standard shutdown is enough. If you are an enthusiast and want the most "clean" system, ADB will do.
| Method | Difficulty | Efficiency | Risks. |
|---|---|---|---|
| Disconnection in settings | Low. | Medium (remains in memory) | Absent. |
| Removal via ADB | Medium | High (complete removal) | Minimum (in case of team error) |
| Ad blockers | Low. | Partial (hidden by advertising) | Conflict with VPN |
Users who don't want to mess with a computer often choose a third route, which is to install dedicated blockers, but they don't delete the application file itself, they just filter the traffic, and this can lead to increased battery consumption due to constant operation. VPN-background.
Blocking Ads and Notifications Without Deletion
If you're not willing to take risks and remove system components, you can minimize the discomfort by configuring access rights. GetApps often displays ads through notifications and pop-ups. Limiting these rights makes the application virtually invisible.
Go to GetApps and find the Notifications section, and you should turn off all categories: Recommendations, Updates, Marketing Messages, and it is also useful to disable auto-start so that the service does not start with the system.
💡
Use the “Disable AutoRun” feature in the “Security” app on Xiaomi. This will prevent GetApps from starting immediately after the phone is turned on, which will speed up the system boot.
Another effective method is to use DNS. Enter the network settings (Private DNS or Private DNS) with the address dns.adguard.com. This will block most of the system-wide advertising requests, including those generated by the app store.
⚠️ Note: When using Private DNS Some apps or sites may stop working correctly. If you notice connection problems, temporarily disable this setting or add an exception.
Impact on the performance of other Xiaomi services
Removing GetApps rarely affects the basic functionality of a smartphone, but there are nuances: Some games preinstalled by the manufacturer may use the store to check licenses or updates, in which case you may get an error when you launch a game or an offer to re-install the store.
Mi Account and Mi Cloud services usually work independently of GetApps. However, if you are actively using the Xiaomi Home ecosystem or the brand’s wearable devices, periodic checks for updates through an official channel can be useful for the stability of devices.
In most cases, users don't notice the difference after deleting, the interface becomes cleaner, notifications stop bothering, and RAM is freed up for really needed tasks, especially for devices with 4GB of RAM or less.