How to Remove GetApps on Xiaomi Redmi 7A: Safe Techniques for 2026

GetApps (or Xiaomi’s App Store) is pre-installed on all of the brand’s smartphones, including the Redmi 7A. For many users, it becomes a source of annoyance: aggressive advertising, background activity, the inability to standard delete via menus. Especially relevant is the problem on budget models like the Redmi 7A, where every megabyte of memory and battery percentage is on the account.

In this article, we will discuss 5 proven ways to get rid of GetApps, from simply turning off to completely deleting system files. Importantly, some methods require ADB or system settings changes, so on the Redmi 7A model with MIUI 12.5+ firmware, you may need to unlock the bootloader. All risks are your responsibility, but with accurate follow-up instructions, the probability of the device bricking is minimal.

Why GetApps Cannot Be Deleted in the Standard Way

GetApps is part of the MIUI system application package, which the manufacturer protects against accidental removal. Even if you see the "Delete" button in the app menu, it simply hides the icon from the home screen, but does not uninstall the software.

  • πŸ”„ Update branded services. GetApps are spreading patches for MIUI, Design and System Utilities.
  • πŸ’° Monetization: Xiaomi makes money from in-store advertising and affiliate programs (such as offers from AliExpress).
  • πŸ›‘οΈ Security: System removal APK may disrupt MIUI, Especially on budget devices with limited resources.

The Redmi 7A is made even more difficult by the fact that it was released in 2019 and doesn’t officially support the latest MIUI versions, which means that some methods (such as MIUI Hidden Settings) may not work.

⚠️ Note: If you plan to sell or trade-in your phone, removing GetApps could reduce its cost. Xiaomi Service Centers check the integrity of system applications when assessing.

Method 1: Disconnect via settings (without root)

The safest method is to deactivate the app so it doesn't run or consume resources, which won't delete GetApps files, but will stop its background activity and remove the icon from the screen.

Instructions for Redmi 7A:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, type GetApps (or "App Store").
  3. Click on the application β†’ Disable.
  4. Confirm the action in the dialog window.

After the shutdown:

  • βœ… The icon will disappear from the main screen and menu.
  • βœ… Notifications and Advertising from GetApps will stop.
  • ❌ Application files will remain in memory (about 150-200 MB).
  • ❌ When resetting the settings to factory GetApps will return.

πŸ’‘

If the "Disable" button is inactive, try first to clear the cache and application data in the same menu, sometimes this will unlock the possibility of deactivation.

Method 2: Removal via ADB (without root rights)

For advanced users who are willing to work with ADB (Android Debug Bridge, there's a way to completely remove GetApps without getting root rights. 7A any version MIUI, but requires a computer and USB-cable.

Step-by-step:

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

Connect your phone to your PC

Download ADB Tools

Google's official package

Open the command line.

Enter the commands in order.

adb devices

(The name of your device should appear)

adb shell


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

If the command runs without errors, GetApps will be deleted for the current user.

  • βœ… The application will disappear from the system completely (freed). ~200 MB).
  • βœ… No need to root or unlock the bootloader.
  • ❌ After resetting the settings GetApps will return.
  • ❌ Some updates MIUI Can restore the application.

Download ADB Tools on PC|Enable debugging on USB on the Redmi 7A|Connect your phone to the original cable|Check the visibility of the device by the adb device command|Make a backup copy of the data-->

⚠️ Attention: On some firmware MIUI The pm uninstall command can return the error. DELETE_FAILED_DEVICE_POLICY_MANAGER. In this case, try the alternative command: adb shell pm disable-user --user 0 com.xiaomi.mipicks This won’t delete files, but will disable the app at the system level.

Method 3: Removal with Magisk (root required)

If your Redmi 7A has Magisk installed (root solution), you can remove GetApps as a regular application using the App Systemizer module or manually through the file manager.

Instructions:

  1. Install Root Explorer (or any file manager with root support).
  2. Go to /system/priv-app/MiAppStore or /system/app/MiAppStore.
  3. Delete files: MiAppStore.apk MiAppStore.odex (if any)

Reboot the phone.

Advantages of the method:

  • βœ… Complete removal without traces.
  • βœ… GetApps won’t return after updates (unless you reflash the device).

Risks:

  • ❌ Violation of system partition integrity can lead to bootloop ( looped boot).
  • ❌ Some banking applications will stop working due to root.
What if the phone does not turn on after removing GetApps?
If after manipulating the system files Redmi 7A stopped downloading, try: 1. Go to Recovery (power button + volume up) and make wipe cache. 2. If it does not help - flash the phone through Fastboot original firmware for your model (you can download on the official website of Xiaomi). 3. In extreme cases - use the Mi Flash Tool for full flashing.

Method 4: Hiding the icon through the launcher

If you just need to remove the GetApps icon from the screen, but do not block the app itself, use the launcher features:

For the standard MIUI launcher:

  1. Put your finger on the GetApps icon.
  2. Drag it up to the inscription Delete (or Hide in new versions of MIUI).
  3. Confirm the action.

For third-party launchers (Nova, Apex, POCO Launcher):

  • πŸ” Use the "Hide Apps" function in the launcher settings.
  • πŸ“‚ Create a limited-access folder and move the icon there.

This method doesn't affect the app's performance, but makes it less noticeable. GetApps will still:

  • ❌ Consume resources in the background.
  • ❌ Display in the menu All applications.
  • ❌ Get updates through MIUI.

Method 5: Blocking through Hosts (for experienced)

If the goal is to disable ads and updates to GetApps, but leave the application itself, you can block its servers through the hosts file. ADB.

Instructions:

  1. Download any root-enabled text editor (e.g. BuildProp Editor).
  2. Open the file /system/etc/hosts.
  3. Add the following lines to the end of the file: 127.0.0.1 app.market.xiaomi.com 127.0.0.1 sdkconfig.ad.xiaomi.com 127.0.0.1 tracking.miui.com
  4. Save the changes and restart the phone.

Effect:

  • βœ… Advertising in GetApps will stop loading.
  • βœ… Update checks will stop.
  • ❌ The application itself will remain in the system.

Disconnect via Settings | Delete via ADB|Use of Magisk (root)|Hide icon |Blocking via Hosts-->

What to Choose for Redmi 7A

To make the choice easier, we have collected the key parameters of each method in the table:

MethodRoot is required.PC requiredComplete removalRisk to the systemRecovered after discharge
Disconnection through settings❌ No.❌ No.❌ No.βœ… Low.βœ… Yes.
Removal via ADB❌ No.βœ… Yes.βœ… Yes, for the user)βœ… Medium.βœ… Yes.
Removal via Magiskβœ… Yes.❌ No.βœ… Yes (full)⚠️ High-pitched❌ No.
Hiding the icon❌ No.❌ No.❌ No.βœ… Low.βœ… Yes.
Blocking through Hostsβœ… Yes.❌ No.❌ No.⚠️ Medium.βœ… Yes.

For most Redmi users 7A The best solution is to combine ADB-Delete and disable through settings, which is the best possible solution with the least risk, and if you're willing to experiment, Magisk gives you the most freedom.

πŸ’‘

On Redmi 7A with MIUI 12.5+, be sure to check the bootloader status with fastboot oem device-info before using ADB or Magisk. If Device unlocked: false, you will need to unlock through the official Xiaomi tool (can take up to 72 hours).

Frequent Mistakes and How to Avoid Them

When working with system applications on Redmi 7A, users often face typical problems, and here are the most common ways to solve them:

  • πŸ”§ "ADB Does not see the device: Check that the debugging is enabled USB And you've got Xiaomi drivers installed on your PC. Try another one. USB-cable (preferably original) Reboot your phone and PC.
  • πŸ”„ "GetApps is back after the update MIUI": Turn off automatic updates of system applications in Settings β†’ The phone. β†’ Updating the system β†’ Settings (βš™) β†’ Update applications. Use the Disable Force Encryption Magisk module if updates restore remote ones APK.
  • 🚫 "I can't get root on Redmi. 7A": Make sure the bootloader is unlocked (unlocked status: true). Use the current version of Magisk (26.0+) and patch for boot.img your firmware.

If you notice problems with other applications after removing GetApps (for example, MIUI themes stopped updating), restore it through ADB:

adb shell cmd package install-existing com.xiaomi.mipicks
Can I delete GetApps without a computer?
Yes, but with limitations: You can only turn off the app through the settings (see Method 1). With apps like App Inspector (requires root), you can remove APK directly from your phone. Without root and PC, you can't completely delete it - MIUI blocks such actions.
Why does it reappear after removing GetApps via ADB?
This is because: MIUI updates -- the system restores remote system applications; factory resets -- all preinstalled APKs are returned. Xiaomi background services that check the integrity of system components. Solution: use the De-bloater Magisk module to permanently remove or disable automatic app updates in settings.
Is it safe to remove GetApps to run your phone?
On the Redmi. 7A Removing GetApps is not critical for the phone’s core features (calls, SMS, Internet, however: ⚠️ The topics may stop being updated MIUI and some system utilities. ⚠️ A number of Xiaomi apps (such as Mi Community) can be bugged. βœ… The basic functions (camera, gallery, settings) will remain functional.We recommend that you back up before removing it via Settings. β†’ Additionally. β†’ Backup and reset.
How to get GetApps back if you need it to update MIUI?
If you have removed GetApps but you need it to install updates, restore it: Download APK GetApps for your version of MIUI (for example, with APKCombo). Install the file manually (allow installation from unknown sources in security settings). Or restore it via ADB: adb shell cmd package install-existing com.xiaomi.mipicks After updating MIUI, you can delete the application again in the chosen way.
Are there any alternatives to GetApps for installing apps?
Yes, on Redmi. 7A can be used: πŸ“± Google Play Market – the main source of applications (requires installation of Google services if they are not available). 🌐 Aurora Store is an open client for Play Market without a Google account. πŸ“¦ APKMirror or APKPure – Download APK-manually. πŸ› οΈ F-Droid is an open source (open source) software store. APK From third-party sources, activate the Settings option β†’ Security β†’ Unknown sources.