Advertising in Xiaomi Redmi Note 10 smartphones has become one of the most talked-about issues among MIUI users. Even after buying the device, owners face intrusive banners in system applications, notifications and on the desktop. The manufacturer has integrated advertising modules at the firmware level, making their removal an obvious task. In this article, we will examine legal ways to disable ads without using root rights or custom firmware - from standard settings to advanced methods through ADB.
It's important to understand that MIUI has three types of ads: system (in settings, file manager), branded apps (music, weather, themes) and notifications. Each type requires a different approach. We tested all methods on Redmi Note 10 with the latest MIUI 14/15 versions, and the results are summarized in the performance table below. If you're willing to spend 10-15 minutes, you can get rid of 90% of intrusive ads without losing functionality.
1. Disabling Advertising in Standard MIUI Settings
To start with, the simplest of them all, the built-in options that Xiaomi provides to limit personalized ads, which won't remove all banners, but will reduce them significantly, and the main advantage of the method is that it doesn't require technical knowledge and is reversible at any time.
Go to Settings โ Memory โ Clean (or Settings โ Applications โ Managing Applications in Newer MIUI Versions).
- ๐ Find the section "Advertising Services" (may be called "Personalized Recommendations" or "MIUI optimization")
- ๐ Disable sliders: โPersonalized Adsโ, โUsage-Based Recommendationsโ and โShow Ads in System Applications"
- ๐ฑ Restart the device โ some changes apply only after the reboot
This method removes ~40% of ads, but leaves banners in apps like Mi Video or Mi Music. Removing them will require additional steps, described below. Note that after the MIUI update, these settings may be reset โ check them every 2-3 months.
2. Blocking Ads through Google Settings
Many people donโt know that some of the ads in the Redmi Note 10 are shown through Google services, not just through MIUI. Turning off personalization in your Google account reduces the number of targeted ads, which works even if you donโt use Xiaomiโs branded apps.
Instructions:
- Open Settings โ Google โ Managing Google Account
- Go to the tab "Data and personalization"
- Find the Advertising Settings section and disable the Personalized Advertising option
- Go back and select โManage Action Data in Applicationsโ โ turn off Activity Saving
The effect will appear in 24-48 hours, which is especially useful for blocking ads in the Google Play Store and apps using AdMob. However, it does not affect banners in Xiaomiโs branded utilities โ they will require a separate setup.
๐ก
If you still see ads after disabling personalization, clear the cache of the Google Play Services app in the app settings. This will reset the advertising identifiers.
3. Removal of Advertising in Xiaomi Branded Apps
Apps like Mi Browser, Mi Video and Mi Music have built-in ad modules that don't turn off through system settings, and fortunately, each one has hidden options for blocking banners.
| Annex | The path to settings | What to turn off |
|---|---|---|
| Mi Browser | โฎ โ Settings โ Confidentiality | "Personalized news" and "Recommendations on the main" |
| Mi Video | Profile โ Settings โ Recommendations | "Personalized Content" and "Advertising in Player" |
| Topics | Profile โ Settings โ Notifications | "Push-advertising messages" and "Topic recommendations" |
| Weather. | โฎ โ Settings โ Notifications | "News Feed" and "Sponsored Content" |
For applications where there are no explicit options to disable ads (for example, Mi Pay or Mi Home), you can use a radical method - turn off background activity.
- Go to Settings โ Applications โ Application Management
- Select the problem application โ โBatteryโ
- Set a limit to "Limit background activity"
This wonโt remove ads completely, but will reduce the number of pop-up notifications.The alternative is installing third-party counterparts (e.g. Chrome instead of Mi Browser), but it will require disabling system apps through ADB.
4. Advanced Method: Disabling Advertising through ADB
For users who are ready for technical manipulation, the most effective way is to disable advertising packages through the Internet. ADB. This method removes ~95% of system advertising, but requires a computer connection and basic command line knowledge, and the advantage is that it does not require root rights and works on all versions. MIUI.
Step-by-step:
Enable USB debugging in Settings โ About Phone โ MIUI version (click 7 times)
Connect your phone to your PC and allow debugging
Download ADB Tools from Google
Open the command line in the folder with ADB
-->
adb shell pm hide com.miui.systemAdSolution # Main promotional package
adb shell pm hide com.xiaomi.mipicks # Theme Store and recommendations
adb shell pm hide com.android.browser # Built-in browser with ads
adb shell pm hide com.miui.analytics # Gathering analytics for targeting
adb shell pm hide com.xiaomi.midrop # Advertising in Mi DropAfter completing the commands, restart the device. The ads will disappear from:
- ๐ฑ Desktop and folders
- โ๏ธ System settings (section "Cleaning")
- ๐ File manager.
- ๐ Notifications from MIUI
What to do if ADB is not working?
โ ๏ธ Note: Disabling system packages may cause some functions to function unstable (e.g., synchronizing themes or updating via a service). OTA). Before executing commands, make a backup copy through Settings โ Additionally. โ Backup.
5. Alternative methods: blockers and custom solutions
If the standard methods didn't work, consider additional tools that require more effort, but give you better results.
1. Advertising Blockers via DNS
Change. DNS-server in Wi-Fi or mobile network settings:
- ๐ก๏ธ AdGuard DNS: 176.103.130.130 and 176.103.130.131
- ๐ Cloudflare Family: 1.1.1.3 and 1.0.0.3
This will block some of the network ads, but will not affect local banners in MIUI.
2. Blocking applications (without root)
Install from Google Play:
- ๐ฑ Blokada โ Blocks Advertising at Level VPN
- ๐ซ DNS66 โ Open-blocker with support for host files
These applications create local VPN-A tunnel that filters out advertising requests, minus the speed of the Internet can decrease. 5-10%.
3. Custom firmware (for experienced)
Firmware like LineageOS or Pixel Experience completely removes MIUI advertising modules, but requires unlocking the bootloader and losing warranty, a method only recommended if you are ready for a complete flashing of the device.
๐ก
ADB-method DNS Give the best result together: the first removes local advertising MIUI, The second โ network banners in applications.
6 How to get it all back if something goes wrong
If after manipulating settings or ADB problems arise (notifications do not work, synchronization is lost, etc.), use these tips:
For cancellation ADB-team:
adb shell pm enable com.miui.systemAdSolution # Includes packet back
adb shell pm uninstall -k --user 0 name packet # Removes package updatesTo reset the advertising settings:
- ๐ Return the sliders to Settings โ Memory. โ Cleanup โ Advertising services in the initial position
- ๐งน Clear cache and data from Miui Daemon and Security applications through Settings โ Annexes
The last measure is reset to factory settings:
- Make a backup through Settings โ Additional โ Backup
- Go to Settings โ About the phone โ Reset settings
- Select "Erase all data" (delete all user files!)
โ ๏ธ Note: If the ad returns after the reset, it means it is embedded in the current version. MIUI. In this case, only a firmware update (sometimes new versions contain less advertising) or a transition to custom firmware will help.