How to completely disable recommendations on Xiaomi Redmi 10: Advertising, tips and unnecessary notifications

Xiaomi Redmi 10 is one of the most popular budget smartphones, but its MIUI firmware is famous not only for stable performance, but also for aggressive recommendations. Users often face annoying ads in the settings menu, prompts for new features and notifications from system applications. If you are tired of it, you are not alone. In this article, we will examine all possible ways to disable recommendations on Redmi 10, including hidden settings and radical methods for power users.

It's important to understand that MIUI is actively using recommendations as part of its ecosystem, and the manufacturer makes money from advertising and promoting its own services, so some of the settings are hidden deep in the system. We'll look at both standard methods through the interface, and advanced tricks using ADB and third-party utilities. If you're willing to sacrifice some functionality for the sake of cleanliness, this guide is for you.

Why are there so many recommendations on Redmi 10?

MIUI firmware on Xiaomi Redmi 10 is built on Android, but with deep customization from the manufacturer.

  • ๐Ÿ“ข System ads โ€” banners in settings, lock screen, and app menus, even on paid versions. MIUI.
  • ๐Ÿ”” Notifications from Xiaomi services โ€“ Mi Video, Mi Browser, GetApps and other pre-installed apps.
  • ๐Ÿ’ก New feature hints โ€“ pop-ups prompting you to turn on an option (e.g., โ€œUse gestures!โ€ or โ€œActivate a dark theme!").
  • ๐Ÿ“Š Personalized recommendations โ€“ Analyzing your behavior to show โ€œusefulโ€ content (e.g., offering to install apps from the category you use).

By default, all of these features are enabled because Xiaomi is interested in the user experience coinizacji. Moreover, after system updates, many settings are reset and recommendations are returned. This is not a bug, but a conscious strategy of the manufacturer to keep the userโ€™s attention on its services.

โš ๏ธ Note: Disabling some recommendations may lead to a decrease in the functionality of system applications. For example, after blocking notifications from Mi Browser, bookmark synchronization and history will stop working.

Method 1: Disabling recommendations through standard settings

So to start with, the simplest one is using built-in MIUI tools, and most people don't even realize that you can actually take a few taps off some of the ads.

Go to Settings โ†’ Memory โ†’ Clean up and do the following:

  1. Click on the gear icon (โš™๏ธ) top-right.
  2. Turn off the โ€œRecommend Contentโ€ option.
  3. Go back to the basic settings and go to Settings โ†’ Notifications and Status bar โ†’ Notification management.
  4. Find Mi Video, GetApps, Mi Browser in the list of apps and turn off notifications from them.

Also, look at Settings โ†’ Additional โ†’ Special Features โ†’ Notifications for new features and deactivate this option. This will turn off pop-up prompts like โ€œTry a gesture for a screenshot!โ€.

Disable "Recommend Content" in Memory Cleanup|Block notifications from Mi Video, GetApps, Mi Browser|Delete "Notifications of new functions"|Clear the cache of system applications-->

These manipulations will remove 60-70% of recommendations, but not all of them, such as banners in settings and on the lock screen, and more radical methods will be needed to remove them.

Method 2: Using ADB for deep cleaning

If standard settings didnโ€™t work, itโ€™s time to connect ADB (Android Debug Bridge) โ€“ a technique that requires a computer and minimal technical skills, but allows you to disable even those recommendations that are not removed through the interface.

First, turn on the developer mode on Redmi 10:

  1. Go to Settings. โ†’ The phone.
  2. Click on the MIUI version 7 times until the notification โ€œYou are a developer!โ€ appears.
  3. Go back to the basic settings and open Settings โ†’ Additional โ†’ For developers.
  4. Activate "Debugging by" USB".

Now connect your phone to your computer and execute the following commands in ADB:

adb shell pm uninstall --user 0 com.miui.systemAdSolution


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




adb shell pm disable-user --user 0 com.android.browser




adb shell pm hide com.miui.analytics

These teams:

  • ๐Ÿ—‘๏ธ Remove the system application responsible for displaying ads (com.miui.systemAdSolution).
  • ๐Ÿ›’ Cleaning up the Mi Picks recommendation store.
  • ๐ŸŒ Disable the standard browser, which often shows banners.
  • ๐Ÿ“Š Block the collection of analytics used for personalized recommendations.

โš ๏ธ Note: After these commands are executed, some functions (e.g., update applications via GetApps) may not work properly, and there is a risk of disrupting the stability of the system if you enter error commands.

๐Ÿ’ก

Before using ADB, back up your data via Settings โ†’ Additional โ†’ Backup and Reset. This will help restore the system if something goes wrong.

Method 3: Install custom firmware (for advanced)

If youโ€™re willing to take drastic measures, installing custom firmware (like LineageOS or Pixel Experience) will completely spare you Xiaomiโ€™s recommendations.

PlusesCons
โœ… Complete lack of advertising and system recommendationsโŒ Loss of warranty (if the phone is under warranty)
โœ… Cleaner and faster AndroidโŒ The risk of โ€œbrickingโ€ the phone in case of an error
โœ… Regular security updatesโŒ Not all camera and sensor functions can work.
โœ… Ability to fine-tune the interfaceโŒ Difficulty of returning to standard MIUI

To install custom firmware, you will need:

  1. Unlock the bootloader through the official tool Xiaomi Unlock Tool (requires a wait of 7-15 days after the account is tied).
  2. Install custom recovery (TWRP).
  3. Download the correct firmware for Redmi 10 (codename selene).
  4. Switch your phone through TWRP.

It takes hours and requires care, and if youโ€™ve never done firmware, youโ€™d better reach out to power users on the 4PDA or XDA Developers forums.

What happens if you interrupt the firmware?
If you turn off your phone or interrupt the firmware process, there is a high risk of turning the device into a brick (inoperable state), at best, you will need to re-rout the firmware through the Fastboot, at worst, replace the motherboard, always monitor the battery level (at least 70%) and do not turn off the cable during the process.

How to disable recommendations on the lock screen

One of the most annoying elements is the recommendations on the lock screen, which are banners that suggest installing apps, news or game ads, and you can remove them in two ways:

Method 1: Through lock screen settings

  1. Go to Settings โ†’ Lock screen.
  2. Select "Settings of the lock screen".
  3. Turn off the options: ๐Ÿ“ฐ "Show recommendations" ๐ŸŽฎ "Show games" ๐Ÿ“ฑ "Showing applications"

Method 2: Using the Security App

  1. Open the Security app (shield icon).
  2. Go to Settings. โ†’ Advertising.
  3. Turn off "Personalized recommendations" and "Advertising on the lock screen".

If you're using Redmi 10 with MIUI 13/14, look for the Easy Mode feature (Settings โ†’ Special Options โ†’ Easy Mode), which simplifies the interface and most of the ad elements are hidden automatically.

๐Ÿ’ก

The most effective way to get rid of recommendations is to combine disabling through settings + using ADB to remove system ad modules. Castom firmware gives 100% results, but only suitable for advanced users.

What if the recommendations are returned after the update?

Xiaomi regularly releases MIUI updates, which often reset user settings and return ads.

  1. Turn off automatic system updates: Go to Settings โ†’ The phone. โ†’ Update the system. Press three dots (โ‹ฎ) in the upper right corner and select "Update Settings." Turn off "Automatic boot over Wi-Fi" and "Auto Update".

Use the utilities to block updates

Applications like Disable Service or Package Disabler allow you to disable the service (com.android.updater), but this can disrupt the stability of the system.

Install a modified version of MIUI

4PDA forums often feature firmware with remote ad modules, which are updated manually and do not contain unnecessary services.

If the update is already installed and the recommendations are back, repeat the steps from Method 1 and Method 2. Sometimes it helps to reset the settings to factory (Settings โ†’ Additional โ†’ Backup and Reset โ†’ Resetting), but this is a last resort.

FAQ: Frequent questions about turning off recommendations

Can I turn off recommendations without root rights?
Yes, most of the methods in this article (standard settings, ADBs, ad blockers) donโ€™t require root, but superuser rights may be needed to completely remove some system applications.
Why is it still displayed in the settings after disabling the ad?
You probably haven't turned off all the sources. Check: Notifications from Mi Video, GetApps, Mi Browser. Lock screen settings. Personalized recommendations in the Security app. If nothing works, use ADB for deep cleaning.
Is it safe to use ADB to remove system applications?
Yes, if you follow the instructions and don't delete critical components (e.g. com.android.phone) the commands in this article are checked and only delete ad modules. However, make a backup of the data before using ADB.
How do I return my recommendations if I change my mind?
If you have disabled them through settings, just turn them back on. If you have used ADB, follow the commands: adb shell pm install-existing com.miui.systemAdSolution adb shell pm enable com.android.browser To return remote applications, you may need to reset your phone to factory settings.
Is there an official way to complain about advertising in MIUI?
Yes, you can send a review through the application "Feedback" (Settings) โ†’ However, Xiaomi rarely responds to such complaints, as advertising is part of their business model, and a more effective way to write reviews on Google Play for system applications (GetApps, Mi Video), pointing to excessive advertising.