How to completely disable GetApps on Xiaomi Redmi 7A: a step-by-step guide

Xiaomi Redmi 7A is one of the most popular budget smartphones, but its owners often encounter the annoying system application GetApps (also known as com.xiaomi.mipicks).This app store from Xiaomi not only takes up space in memory, but also constantly sends notifications, consumes traffic in the background and can slow down the device. Unlike standard user programs, GetApps can not be removed in the usual way – it has to either deactivate through settings or resort to more radical methods.

In this article, we will discuss three working ways to disable GetApps on Redmi 7A (relevant to MIUI 10-14 firmware), including root-free methods using ADB. We will pay special attention to the nuances that will help avoid errors: from checking the firmware version to backing up data. If you are tired of intrusive notifications or want to free up RAM, this guide is for you.

Why GetApps interferes with the smartphone?

GetApps was originally conceived as an alternative to Google Play for the Chinese market, but in Xiaomi’s global firmware, it remained as a pre-installed service. 7A:

  • πŸ“± Background activity: Even if you don’t run an app, it consumes up to 5-10% of your battery life per day due to automatic updates and syncs.
  • πŸ”” Spam notifications: Advertising for games, promotions and β€œrecommendations” appears daily, and it is impossible to disable them through the application settings.
  • 🐒 Slowing down the system: on Redmi 7A With 2 GB of RAM, each extra process in the background is critical - GetApps can take up to 150-200 MB of RAM.
  • 🌍 Traffic consumption: in roaming or at a limited rate, the application β€œeats” up to 50-100 MB per month for content updates.

Also, GetApps can't be removed by standard means -- when you try to uninstall, the system produces an error called "Delete is impossible," which is because the application is integrated into MIUI firmware as a system component, but there are workarounds that we'll look at later.

⚠️ Warning: Disabling system applications may lead to unstable operation MIUI. For example, after deactivation of GetApps, some Xiaomi branded services (for example, Mi Video or Mi Music) may stop updating.

πŸ“Š How do you usually handle pre-installed applications?
I'm turning it off through the settings.
Delete with ADB
I use root rights.
Ignoring, not disturbing.
I don't know what it is.

Method 1: Disable GetApps through Settings (without root)

The easiest and safest method is to deactivate the application through the settings menu, which requires no special knowledge and is suitable for users who do not want to risk the stability of the system. However, this method has a limitation: GetApps will remain in memory, but will stop running and sending notifications.

Instructions:

  1. Open the settings on your Redmi 7A.
  2. Go to the Appendix section β†’ Application management.
  3. In the search box, type GetApps or com.xiaomi.mipicks.
  4. Slip on the app you found and select Disable (or Remove Updates if the button is active).
  5. Confirm the action in the dialog window.

After the shutdown:

  • βœ… GetApps icon will disappear from the app menu.
  • βœ… Notifications and background activity will cease.
  • ❌ The application will not be deleted completely – its files will remain in memory (~100–150 MB).
  • ❌ When resetting settings or updating MIUI GetApps can automatically turn on again.

β˜‘οΈ Preparing to disable GetApps

Done: 0 / 4

⚠️ Note: On some versions MIUI 12+ The disable button may be inactive. In this case, proceed to the method of ADB (Also note that once you are disabled, you will not be able to use Xiaomi’s branded services associated with GetApps (such as promo codes or bonuses).

Method 2: Delete GetApps via ADB (without root rights)

If disabling through settings didn’t help or you want to completely uninstall the app, you can use the ADB (Android Debug Bridge) tool, which does not require superuser rights, but requires connecting the smartphone to your computer.

Advantages of the method:

  • 🧹 Completely delete GetApps files (up to 150MB of memory is freed).
  • πŸ”„ Ability to restore the application at any time.
  • πŸ›‘οΈ Safer than root rights (does not violate the guarantee).

The work will require:

  • πŸ–₯️ Computer with Windows, macOS or Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“₯ Utility. ADB (You can download from the official Android website).
  • πŸ”§ Included debugging by USB smartphone.

Step-by-step:

  1. Activate USB debugging: Go to Settings β†’ About Phone. Tap 7 times on MIUI Version to activate Developer Mode. Go back to Settings β†’ Additional β†’ Developer. Enable USB Debugging and confirm permission.

Connect your smartphone to your PC

File transfer

Open the command line.

cmd

Terminal

ADB

Check the connection.

adb devices

The answer should show the name of your device (e.g., 1234abcd device).

Remove GetApps

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

If the team is successful, you will see success.

To recover GetApps (for example, before selling a phone), use the command:

adb shell cmd package install-existing com.xiaomi.mipicks
Team team.DescriptionExample of inference
adb devicesChecking connected devices1234abcd device
adb shell pm list packages | grep mipicksSearch for the GetApps packagepackage:com.xiaomi.mipicks
adb shell pm uninstall --user 0 com.xiaomi.mipicksRemoval for the current userSuccess
adb shell pm clear com.xiaomi.mipicksCleaning up data (alternative)Success

πŸ’‘

If the adb device command doesn’t find the device, try reinstalling Xiaomi drivers or using another one. USB-Also check that the phone is running File Transfer, not Charging.

⚠️ Attention: On some firmware MIUI After removing GetApps through ADB Other system applications (such as Mi Video or Mi Music) may disappear, because they use shared libraries. If this happens, restore the application by the command above or reset settings.

Method 3: Removal with root rights (for power users)

If you are willing to take drastic measures and have experience with root rights, you can delete GetApps permanently, including all its files and dependencies.

  • πŸ”§ Have already received root (for example, through Magisk or SuperSU).
  • πŸ“± Ready for possible problems with OTA-updates (after deleting system files, updates "over the air" may not be installed).
  • πŸ”„ Have a backup copy of the firmware (in case of failure).

Removal will require:

  1. Any file manager with root support (such as Root Explorer or Solid Explorer).
  2. Root rights management application (e.g. Magisk Manager)

Instructions:

  1. Open the file manager and give it root access.
  2. Go to /system/priv-app/MiAppStore/ or (depending on MIUI version): /system/app/MiAppStore/
  3. Delete all files in this folder (usually MiAppStore.apk and oat files).
  4. Reset the device.

Once you delete GetApps this way, it will not be recoverable without flashing the phone.

  • ⚠️ Certain functions MIUI (For example, topics or cloud storage may not work properly.
  • ⚠️ OTA-Updates will be blocked due to changes to system files.
  • ⚠️ The warranty on the device is canceled (if it is still valid).
What if other apps stopped working after getting GetApps?
If you notice that after removing GetApps, Mi Video, Mi Music or other system utilities stopped opening, this means that they depended on the shared application libraries. You can restore the functionality in two ways: 1. GetApps return via ADB (adb shell cmd package install-existing com.xiaomi.mipicks). 2. Refuse the phone using the Flash Mi Tool, selecting the Clean All option (remove all data!).

How to check if GetApps is disabled?

After applying one of the methods, it is important to make sure that the application is no longer active. Here are 4 ways to check:

  1. Check the App Menu: Open a list of all apps and try to find GetApps or Mi App Store. If there is no icon, the app is either disabled or removed.
  2. Process View: Install the CPU Monitor or Greenify app, and check if there are com.xiaomi.mipicks on the active process list.
  3. ADB command: adb shell pm list packages | grep mipicks If the answer is blank, the packet is deleted.
  4. Traffic Check: Go to Settings β†’ Network and Internet β†’ Traffic Utilization. Make sure GetApps doesn’t appear on the list of data-expending apps.

If you used the way you disabled through settings, the application can remain on the list, but marked "Disabled", in which case it does not consume resources, but takes up space in memory.

πŸ’‘

Even after GetApps is deleted, its files can remain in the /data/app or /system/priv-app folder. To free up space completely, use ADB or root access to clean those directories.

What if GetApps came back after the update?

One of the most common problems is getting GetApps automatically restored after a MIUI update, which is because system applications are being restored from a firmware backup. Here's how to avoid this:

  • πŸ”„ Turn off automatic updates: Go to Settings β†’ The phone. β†’ Update system. Tap three dots in the top right corner and select Settings. Turn off Autoboot and AutoInstall.
  • πŸ“₯ Remove updates manually: Before installation OTA-Update to remove GetApps via ADB. After the update, repeat the removal procedure.
  • πŸ”§ Use custom recovery: Install TWRP And before you upgrade, backup the system. After you upgrade, restore the backup without GetApps.

If you don’t want to give up on updates, but GetApps is also in the way, consider installing custom firmware (like LineageOS or Pixel Experience). They don’t have Xiaomi apps pre-installed, but you’ll need to unlock the bootloader and experience with firmware.

Alternative solutions: how to replace GetApps?

If you have removed GetApps but want to use alternative app stores, consider the following options:

AnnexAdvantagesDeficiencies
Google Playβœ… Largest app catalogueβœ… Regular security updates❌ Requires Google Services (on some firmware) MIUI They're gone)
APKMirrorβœ… Free of charge APK logged-inβœ… Application versions without advertising❌ Risk of Downloading an Unofficial Assembly
Aptoideβœ… An alternative open source storeβœ… Support for older versions of Android❌ Lots of advertising in the app itself
F-Droidβœ… Open source software only (without spyware modules)βœ… Suitable for privacy.❌ Limited choice of applications

If you need Xiaomi branded apps (such as Mi Home for smart home), you can download them separately from the official website: https://app.mi.com/.

πŸ’‘

Before installing third-party app stores (such as Aptoide or APKMirror), disable the installation from unknown sources in the security settings (Settings β†’ Applications β†’ Special Access β†’ Install Unknown Applications).

FAQ: Frequent questions about disabling GetApps on Redmi 7A

Can I turn off GetApps without a computer?
Yes, but only partially. Through settings (Settings β†’ Applications β†’ GetApps β†’ Disable), you deactivate the application, but it will remain in memory. Complete removal without a PC will require root rights and a file manager (such as Root Explorer).
Why does it reappear after getting GetApps removed via ADB?
This is due to automatic recovery of system applications when updating. MIUI. To avoid this, disable automatic updates or delete GetApps again after each update. OTA-You can also use Magisk to block system application recovery (Universal Systemless Hosts module).
Is it safe to remove GetApps with root rights?
Removing system applications is always risky, but GetApps is not critical to the job. MIUI. Major risks: Some branded services (such as Mi Video) may stop working. OTA-Updates will be blocked (you will have to install them manually) and in rare cases, there may be a failure in the work. MIUI (For example, errors when running Settings.We recommend that you create a full backup through the TWRP or Mi PC Suite.
How to return GetApps if you need it for other applications?
If other system utilities have stopped working after deleting, restore GetApps in one of the ways: Through ADB: adb shell cmd package install-existing com.xiaomi.mipicks Through resetting (Settings β†’ Additional β†’ Restore and Reset). Through flashing the phone using Mi Flash Tool (deletes all data!).
Is there a way to disable only notifications from GetApps without removing the app itself?
Yes, you can block notifications separately: Go to Settings β†’ Apps β†’ GetApps β†’ Notifications. Turn off the Show Notifications switch. For reliability, also turn off AutoRun and Background activity in the app settings. This will not free up memory, but will eliminate spam.