How to disable GetApps on Xiaomi Redmi Note 10 Pro: the full guide

Owners of Xiaomi smartphones, in particular the popular model Redmi Note 10 Pro, often face intrusive service GetApps. This built-in app store can annoy with constant notifications, pop-ups and consumption of system resources in the background. For many users accustomed to Google Play Market, the availability of alternative software becomes an extra burden, which is desirable to eliminate or at least minimize its impact on the device.

Complete removal of the system component requires deeper intervention, but effective shutdown is available with regular means of the MIUI operating system. In this guide, we will discuss proven methods of blocking the service, which will help you clean the interface from advertising and reduce the load on the processor.

Before you get into action, you should understand that GetApps is part of the Xiaomi ecosystem and is deeply integrated into the shell. Simply removing the icon from the desktop does not stop the service, so you need to perform a sequence of settings in the corresponding menu section.

Analysis of the impact of GetApps on the work of Redmi Note 10 Pro

GetApps (formerly known as Mi Apps) works as a system application with high privileges. On the Redmi Note 10 Pro, which is equipped with a powerful processor, the background activity of this store may seem invisible, but with prolonged use it leads to cache accumulation and periodic bursts of power consumption.

The main problem that users face is an aggressive notification policy: the store can offer to install games or updates even when you use other programs. It is important to know that disabling the service will not disrupt the basic functions of the phone, such as calls, messages or camera. It is exclusively a content delivery service, without which the Android operating system operates normally.

In addition, having an active service can affect the speed of the interface when there is a lack of RAM. Although the Redmi Note 10 Pro has enough RAM to work comfortably, the background MIUI processes sometimes behave unoptimized. Blocking unnecessary components is a standard optimization practice for experienced users who want to squeeze the maximum performance.

πŸ“Š How do you feel about built-in app stores on Android?
I only use Google Play.
Sometimes I look for exclusives in GetApps.
I'm trying to shut down everything.
I don't care if it gets in the way.

Preparation of the device before making changes

Before you start disabling system components, make sure your Redmi Note 10 Pro is ready to change settings. It is recommended to back up important data, although the standard disabling of the application through the settings menu is a safe operation. This digital hygiene rule will help to avoid losing contacts or photos in the event of unforeseen crashes.

It is also worth checking the current version of the MIUI shell. The menu items may vary slightly depending on the firmware version (Global, EEA or China) and make sure you have a stable internet connection to initially check your Mi Account status if the system requires confirmation of actions.

β˜‘οΈ Preparation of Redmi Note 10 Pro

Done: 0 / 4

It is important to understand the difference between uninstalling updates and shutting down completely, and we will use the force-stop and disable-boot method, which is the most effective way to freeze an application without using root rights, which allows you to revert any changes at any time if you suddenly need to.

Disconnection through standard MIUI settings

The first and most affordable way to limit GetApps is to use an integrated application manager, which requires no third-party software installation and is suitable for most users, so you need to find the appropriate section in your system settings and change the settings of the target application.

Click on the settings icon and go to the Apps section. Next, select All Apps. From the list that opens, look for GetApps (may appear as GetApps or My Apps). Tap by name to open the detailed management menu.

In the menu that opens, you need to do a few sequential actions. First, click Stop to complete ongoing processes. Then select the option to Disable or Remove Updates if the Disable button is inactive. Once you delete the updates, the Disable button often becomes available.

πŸ’‘

If the "Disable" button is gray and doesn't click, first perform the "Delete Updates" action on the same menu, which will return the app to the factory version, after which it can be deactivated.

The system may issue a warning that disabling the system application may affect other functions. In the case of GetApps on the Redmi Note 10 Pro, this warning can be ignored, since the store is not a critical component for the basic functionality of the smartphone.

Blocking notifications and permits

Even if the app is stopped, it may have permissions to display notifications over other windows or access the network.To completely isolate GetApps, you need to manually check all permissions. Go back to the GetApps app management menu and select the Permissions section.

You should turn off all the points, especially those related to storage access, location and autostart. Pay special attention to Autostart - it should be turned off, this will prevent the service from starting immediately after turning on the phone or restarting.

Next, go to Notifications in the same app settings menu, where you need to turn off the Allow Notifications Toggler, which ensures that you no longer see pop-up offers or banner ads from the app store.

Permit parameterRecommended valueImpact on the system
Auto-startForbidden.The service doesn't start on its own.
NotificationsForbidden.No pop-ups.
Network accessForbidden.No background data transmission
Over the other windows.Forbidden.No adverts over games
What to do if permissions are reset?
Sometimes MIUI can independently return permissions after component updates, in which case you need to recheck settings or use the ADB blocking method described below.

Using the Developer Mode to Limit

For more advanced users of Redmi Note 10 Pro, the developer mode is available, which provides extended control over running processes. Activation of this mode allows you to penetrate deeper into the system settings and forcibly limit background activity.

To turn on Developer Mode, go to Settings β†’ About Phone. Find the MIUI Version and quickly click on it 7 times in a row. You will see a message that you have become a developer. Now a new Developer option will appear in the Additional (or Advanced Settings) menu.

Inside the developer menu, look for Services or Working Services, which shows you a list of all active processes, find GetApps and try to force it to stop, and you can also find background limit settings in this section, where you can set a limit on how many apps are running in the background.

⚠️ Warning: Be extremely careful in the Developer menu, changing unknown parameters can lead to unstable system operation or data loss, only change the settings that you are fully confident in the purpose of which you are sure.

Deep Cleaning through ADB (for Advanced)

If standard methods do not give the desired result, you can use the tool. ADB (Android Debug Bridge: This method requires connecting a smartphone to a computer via a computer. USB-cable and basic command line knowledge, which allows you to remove or freeze system applications for the current user.

To start, turn on USB debugging in the Developer Menu. Connect your phone to your PC and start the console. Type a command to search for the package:

adb shell pm list packages | grep getapps

Once you find the exact packet name (usually com.xiaomi.mipicks), use the command to remove it for the current user:

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

This command doesn't physically remove the app from the system partition, but it removes it completely from the user space. GetApps will stop launching, updating and disturbing notifications. To get it back to normal, just reset the phone to factory settings.

πŸ’‘

Using ADB is the most radical, but also the most effective way to get rid of system garbage on Xiaomi without getting root rights.

Frequently Asked Questions (FAQ)

Is it safe to completely remove GetApps from Redmi Note 10 Pro?
Yes, it's safe. The app is only responsible for delivering third-party software and doesn't affect call operation, SMS, camera or basic Android features. However, uninstalling through ADB makes it impossible to install apps from that store in the future without resetting settings.
Will GetApps return after the firmware update?
If you just turn off the app in the settings, after a major MIUI update, it can be activated again, in which case you have to repeat the procedure, the method through ADB usually saves the result even after the updates, but no guarantees are 100%.
Can disabling GetApps speed up your phone?
On the Redmi Note 10 Pro, performance gains may be negligible due to the powerful iron, but you’ll definitely free up RAM and reduce battery consumption as the background processes stop consuming resources.
What to do if the β€œDisable” button is inactive?
First, click "Delete Updates" in the app menu. Once rolled back to the factory version, the "Disable" button usually becomes active. If that doesn't work, use the ADB method.
Do I need Root to remove GetApps?
No, root rights are not required. Standard MIUI tools or ADB tools are enough to block or remove the application for the current user.