The Xiaomi Mi Note 10 Pro is a powerful smartphone with a great camera, but many users face intrusive advertising in the system menus, MIUI apps and even on the lock screen. The manufacturer has integrated ad units at the firmware level, which makes removing them an obvious task. In this article, we will analyze all the current ways, from basic settings to deep interventions in the system, including methods for users without root rights and with them.
Itโs important to understand that some ads are tied to your Xiaomi account, others are tied to specific apps (Browser, Music, Themes), and weโll look at how to disable each type individually, and weโll also give you recommendations to prevent banners from reappearing after updates, and if youโre willing to sacrifice some functionality for the sake of clean interface, some methods will require you to disable sync with Xiaomi servers.
Why does Mi Note 10 Pro have ads and can it be removed?
Advertising in MIUI is part of Xiaomiโs business model, monetizing its firmware with integrated banners that show:
- ๐ฑ In system applications (Calendar, Notes, Browser)
- ๐ On the lock screen (advertising themes or services)
- โ๏ธ In settings (for example, in the Security section)
- ๐ฅ In notifications (push-advertising from Mi Push Service)
Can we take it away forever? Yes, but with the caveats:
- โ Without root rights: it will be possible to disable ~70% of advertising through settings and third-party utilities.
- โ With root rights: it is possible to completely remove advertising modules, but this is risky for the stability of the system.
- โ ๏ธ After updating MIUI Some of the settings may reset - you will have to repeat the procedure.
On the Mi Note 10 Pro with MIUI 12.5+ firmware, some of the advertising identifiers have changed โ the old instructions (until 2021) may not work.
Method 1: Disabling personalized advertising in your Xiaomi account
The safest method is to limit data collection for targeted advertising, which will not remove all banners, but will reduce their number and make them less intrusive.
Instructions:
- Open Settings โ Xiaomi account.
- Choose Mi Account. โ Confidentiality.
- Turn off the sliders: ๐ Personalized recommendations ๐ Analysis of use ๐ Location data (unless you use Xiaomi geolocation services)
Settings โ Xiaomi Account โ Synchronization
browser
Topics
Music.
What this will do is: Advertising will become less โsmartโ (it wonโt be tailored to your actions), but it wonโt disappear completely, for example, banners in the Browser will remain, but their subject matter will become random.
๐ก
If you still have ads on after you disable personalization, try logging out of your Xiaomi account for 10 to 15 minutes, then logging in again, sometimes resetting your ad preferences cache.
Method 2: Manual disabling of advertising in system applications
Many standard MIUI applications have hidden settings to disable ads.
| Annex | The path to settings | What to turn off |
|---|---|---|
| browser | โฎ โ Settings โ Additionally. โ Advertising | Disable Display Recommendations and Personalized Advertising |
| Music. | โ๏ธ โ Settings โ Recommendations | Disable Advertising and Personalized Content |
| Topics | Profile โ โ๏ธ โ Settings โ Advertising | Disable Advertising Notices and Topics Recommendations |
| Calendar | โฎ โ Settings โ Notifications | Disable Holidays and Events (often containing advertisements) |
โ ๏ธ Note: In some regional versions MIUI (For example, for India or China, these settings may not be available or may be called otherwise. If you do not find these items, try changing the region in your Xiaomi account to Russia or Europe.
Close all background applications|Reboot your smartphone|Check each application for banners|Disable notifications from unnecessary services-->
Method 3: Use ADB-commands for deep disabling advertising
If manual settings donโt work, you can use the Android Debug Bridge (ADB), a tool for debugging Android, which does not require root rights, but requires connecting your smartphone to your computer.
Step-by-step:
- Download Platform Tools from the official Android website.
- Turn on the smartphone Developer Mode (7 times click on the Assembly Number in Settings โ About phone).
- Activate Debugging by USB in Settings โ Additional โ For developers.
- Connect the Mi Note 10 Pro to your PC and execute at command line (cmd): adb shell pm disable-user --user 0 com.miui.systemAdSolution This will disable the system module responsible for displaying ads.
Installation instructions:
- Unlock the bootloader through the official Xiaomi website (it takes 7-15 days).
- Install a custom recavery (TWRP).
- Download the firmware for the Mi Note 10 Pro (codename of the device is tucana).
- Sweat through TWRP, having previously made a backup.
List of verified firmware for Mi Note 10 Pro
Method 5: Blocking ads via hosts file (requires root)
If you have root rights, you can block Xiaomi ad servers at the system level.
- Install any file manager with root support (such as Root Explorer).
- Go to /system/etc/hosts and open the file in the text editor.
- Add the following lines at the end of the file: 127.0.0.1 ad.mi.com 127.0.0.1 globalapi.ad.xiaomi.com 127.0.0.1 sdkconfig.ad.xiaomi.com 127.0.0.1 tracking.miui.com
- Save the file and restart the smartphone.
What it does is it redirects requests to ad servers to a local address, blocking banner loads, and it works for system advertising and some push notifications.
โ ๏ธ Warning: Incorrect editing of the hosts file can lead to loss of Internet connection.Before changes, make a backup copy of it!
What if the adverts returned after the MIUI update?
Xiaomi regularly updates advertising mechanisms in new versions of MIUI. If after the update banners appeared again:
- ๐ Repeat Method 1 (disabling personalization in your account).
- ๐ฑ Check if the settings in the system applications have reset (Browser, Music).
- ๐ฅ๏ธ If you've used ADB, Re-run the commands โ the update could return the disabled packets.
- ๐ซ Consider turning off automatic updates MIUI (In Settings โ The phone. โ Updating the system โ โฎ โ Update settings).
If the problem is repeated too often, consider switching to custom firmware (see Method 4) or using alternative launchers (like Nova Launcher) that hide system widgets with ads.
๐ก
After each major MIUI update (e.g. 12.5 to 13), the ad modules can return, check your settings regularly, or use utilities like MIUI Hidden Settings for quick control.