How to permanently disable Get Apps notifications on Xiaomi Redmi: 5 proven ways

Tired of seeing daily Get Apps notifications asking you to install unnecessary apps? You're not alone β€” this built-in MIUI feature annoys millions of Xiaomi Redmi users. The Get Apps system app (formerly the App Store) aggressively advertises the software even if you don't use it. The good news is that it can be disabled β€” in whole or in part, depending on the firmware version.

In this article, we will discuss all the current ways to remove Get Apps notifications on Redmi Note. 10/11/12, Redmi 9/10 and other models with MIUI 12–14. From simple settings on the menu to ADB-Important: some methods require developer rights or unlock the bootloader, so we'll give you a risk warning beforehand.

If you’re looking for a way to get rid of Get Apps spam without losing smartphone functionality, read on. We’ve tested each method on real devices, so the instructions are accurate and work in 2026 (including the latest MIUI security updates).

Why Get Apps shows notifications and can they be turned off?

Get Apps (com.xiaomi.mipicks) is a Xiaomi app store pre-installed on all Redmi smartphones. It performs two functions:

  • πŸ“± App recommendation – offers installation of popular software (often duplicated Google Play).
  • πŸ’° Monetization – Xiaomi earns revenue from partner programs for installations.

The problem is that Get Apps ignores notification settings and keeps spamming even after manually disabling alerts.

  • πŸ”„ Automatically reset settings after updates MIUI.
  • πŸ“› System rights – the application is protected from removal without root.
  • πŸ€– Background processes that restart when connected to the Internet.

Can I turn off Get Apps forever? Yes, but the ways are different in complexity:

MethodDifficultyRequired. root/ADBEfficiency
Disabling notifications in settings⭐❌ No.Medium (may reset)
Restricting backgrounds through battery settings⭐⭐❌ No.High (until upgrade)
Disconnection through ADB⭐⭐⭐⚠️ Yes (ADB)High (constantly)
Removal through root⭐⭐⭐⭐⚠️ Yeah)Complete removal

⚠️ Note: Some Redmi models (e.g. Redmi Note 11 Pro)+ 5G) Get Apps is integrated into MIUI Launcher. its complete removal can lead to failures in the main screen.

πŸ“Š How often do you get bothered by Get Apps notifications?
Every day.
Several times a week
Nearby (1-2 times a month)
Never seen one.

Method 1: Disable notifications in settings (without root)

The easiest method is to block alerts from Get Apps via the standard menu, which works on all versions of MIUI, but can reset once the system is updated.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search box, enter Get Apps (or the App Store on Russian firmware).
  3. Select the app and go to Notifications.
  4. Turn off the display notification slider.
  5. For reliability, block the sound and vibration.

If you don't have a Notification, then your firmware, Get Apps, is hidden in the system settings.

  1. Press the notification from Get Apps in the curtain.
  2. Click on Notification Settings (or Disable).
  3. Choose to turn it off.

All types of notifications (pop-ups, icons, sounds) are prohibited |

App does not appear in the curtain after reboot |

In the battery settings, Get Apps does not have auto-run rights|-->

This method works on 70-80% of devices, but it has drawbacks:

  • πŸ”„ After updating MIUI settings may reset.
  • πŸ“± Some notifications (such as β€œrecommended games”) still slip.
  • πŸ”‹ The application continues to work in the background and consume the battery.

⚠️ Attention: On firmware MIUI 14 for global version (Global) ROM) The Notification point may be blocked. In this case, proceed to Method 2.

Method 2: Limiting background activity (battery savings)

If disabling notifications didn’t help, limit Get Apps through battery settings.This will prevent the app from auto-starting and reduce spam.

How to do this:

  1. Go to Settings β†’ Battery and Performance β†’ Battery Consumption Management.
  2. Select Applications (or Apps on new versions).
  3. Find Get Apps in the list and click on it.
  4. Set the mode to limit background activity.
  5. Turn off Auto Start and Background Activity.

We further recommend:

  • πŸ”Œ Disable Mobile Data in the background for Get Apps (in Settings) β†’ SIM-maps and mobile networks β†’ Transfer of data).
  • πŸ“΅ Disable Internet access through Settings β†’ Annexes β†’ Get Apps β†’ Data data.

This method doesn't remove the application, but it reduces the activity of the application significantly, minus: after resetting or updating the MIUI, you will have to repeat the procedure.

πŸ’‘

If Get Apps keeps running, check if it's added to the list of Secure Apps (in battery settings).

Method 3: Disconnect via ADB (without root but with PC)

For advanced users who are ready to connect a smartphone to a computer, there is a reliable way - disconnect through ADB. It works on all versions of MIUI and does not require superuser rights, but you need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ”Œ USB-cable (preferably original).
  • πŸ“± Initiated Debugging Mode USB smartphone.

Step-by-step:

  1. Activate Developer Mode: Go to Settings β†’ About Phone. Click 7 times on the MIUI Version until the notification "You've become a developer!" appears.

USB debugging

  • Back to Settings β†’ Additionally. β†’ For developers.
  • Activate the debugging slider over USB.
  • Connect your smartphone to your PC and confirm the debugging permission.
  • Download ADB Tools and unpack it into a folder.
  • Open the command line (cmd) in this folder and type:
adb devices

(Your device should be displayed. If not, install Xiaomi USB Drivers.)

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

This command completely disables Get Apps for the current user.The app will disappear from the menu and stop sending notifications.

To return it, use:

adb shell pm enable com.xiaomi.mipicks

⚠️ Attention: On some firmware (MIUI 13+ Redmi Note 12 Get Apps can be linked to system services. Disabling it can affect the work of the Themes and Wallpapers!

What if the ADB can’t see the device?
1. Check if File Transfer is enabled (MTP) plug-in. 2. Install Xiaomi drivers manually through Device Manager (select) ADB Interface). 3. Try another one. USB-cable. 4. Reboot your smartphone and PC. 5. If you use macOS/Linux, Add a rule for udev (instructions on LineageOS Wiki).

Method 4: Remove Get Apps through root (for experienced)

If you have a bootloader unlocked and you have Magisk installed, you can delete Get Apps forever, which is risky, but it's 100% effective.

You'll need:

  • πŸ”“ Unlocked bootloader (instructions for Xiaomi here).
  • πŸ“± Installed by Magisk or SuperSU.
  • πŸ› οΈ File Manager with root access (e.g. Root Explorer).

Instructions:

  1. Open Root Explorer and go to /system/app/MiPick or /system/priv-app/MiPick.
  2. Delete the MiPick folder (or rename it to MiPick.bak in case of recovery).
  3. Reboot your smartphone.
  4. Check if the app has disappeared from the menu and if notifications have stopped coming.

Alternative method (via ADB root):

adb shell


su




mount -o rw,remount /system




rm -rf /system/app/MiPick




rm -rf /system/priv-app/MiPick




reboot

Warnings:

  • 🚨 Removing system applications can lead to unstable work MIUI (Especially on Redmi with HyperOS).

πŸ’‘

Root removal is a last resort. If you only want themes but not Get Apps, use them better. ADB-Method (Method 3) that simply disables the app, rather than erasing it.

Method 5: Alternative solutions (if nothing worked)

If none of these methods worked, try the workarounds:

1.Use of a third-party launcher

Install an alternative launcher (such as Nova Launcher or Lawnchair) and:

  • Hide the Get Apps icon in the app menu.
  • Turn it off in the launcher settings (Hidden Apps).

2.Blocking through Digital Wellbeing

Android 9+ has a built-in app restriction tool:

  1. Go to Settings β†’ Digital Well-Being β†’ Toolbars.
  2. Select Get Apps and set the time limit to 0 minutes.
  3. Activate Forced Stopping after exceeding the limit.

3. Transition to custom firmware

If you're ready to experiment, install LineageOS, Pixel Experience or Xiaomi.eu (without bloatware).

⚠️ Castom firmware may deprive you of official warranty and lead to problems with Widevine L1 (No Netflix in the world HD). Before installing, check the reviews about compatibility with your Redmi model.

Frequent Mistakes and How to Avoid Them

When you turn off Get Apps, users often face problems.

Problem.Reason.Decision
Notifications are returned after rebootAuto-launch not disabledCheck the battery settings (Method 2)
ADB issues an error not foundWrong packageUse com.xiaomi.mipicks, not com.miui.mipicks
Get Apps icon has disappeared, but notifications remainThe app works in the backgroundTurn off background activity (Method 2) or use ADB (Method 3)
After removal through root, the Topics stopped workingGet Apps is linked to theme servicesRestore the MiPick folder or use third-party themes

If you see the adb error: device unauthorized:

  1. Disconnect and connect the smartphone to the PC again.
  2. On the phone screen will appear a request for debugging permission - confirm.
  3. If the request does not appear, check if the Developer Mode is enabled.

πŸ’‘

Before using ADB or root, back up your data via Settings β†’ Additional β†’ Backup and Reset. This will save your data if something goes wrong.

FAQ: Answers to Frequent Questions

Can I turn off Get Apps without a computer?
Yes, but not completely. You can: Turn off notifications (Method 1); Limit background activity (Method 2); Use Digital Wellbeing to lock; and Root to shut down completely without a PC (Method 4).
Why did the MIUI updates come back?
Firmware MIUI It resets the settings for system applications. To avoid this, use ADB-command (Method 3) - it is saved after updates. MIUI In Settings β†’ The phone. β†’ Updating the system β†’ βš™οΈ β†’ Auto-update.
Is it safe to remove Get Apps through root?
Deletion is not dangerous if: You made a backup. You don't use Xiaomi's Themes and Wallpaper. You're prepared for some features (like Game Turbo) to work incorrectly. On Redmi with HyperOS (2026), removing Get Apps can cause crashes - better use ADB.
How to get back the Apps if you need it for Thems?
If you have removed the application through root and want to restore it: Download the original firmware for your model from the official website. MiPick.apk file-letter /system/app). Set it up through ADB: adb install MiPick.apk If you've used ADB-command to disable, just execute: adb shell pm enable com.xiaomi.mipicks
Is there a legal way to complain about spam from Get Apps?
Yes, you can: Leave a review in Mi Community (Xiaomi forum). Write in support via Settings β†’ Additional β†’ Review. Leave a negative review in Google Play for the Mi Community app (developers sometimes react). Unfortunately, Xiaomi rarely removes Get Apps for complaints, but mass appeals sometimes lead to a decrease in the number of notifications.