How to permanently disable ads on Xiaomi Mi Note 10 Pro: from system banners to apps

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.

๐Ÿ“Š How often do you get annoyed by advertising? MIUI?
It's always getting in the way of using.
Sometimes I notice, but not critically.
There is no advertising or it does not catch the eye.
I don't know what that is.

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:

  1. Open Settings โ†’ Xiaomi account.
  2. Choose Mi Account. โ†’ Confidentiality.
  3. 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.

AnnexThe path to settingsWhat to turn off
browserโ‹ฎ โ†’ Settings โ†’ Additionally. โ†’ AdvertisingDisable Display Recommendations and Personalized Advertising
Music.โš™๏ธ โ†’ Settings โ†’ RecommendationsDisable Advertising and Personalized Content
TopicsProfile โ†’ โš™๏ธ โ†’ Settings โ†’ AdvertisingDisable Advertising Notices and Topics Recommendations
Calendarโ‹ฎ โ†’ Settings โ†’ NotificationsDisable 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:

  1. Download Platform Tools from the official Android website.
  2. Turn on the smartphone Developer Mode (7 times click on the Assembly Number in Settings โ†’ About phone).
  3. Activate Debugging by USB in Settings โ†’ Additional โ†’ For developers.
  4. 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:

  1. Unlock the bootloader through the official Xiaomi website (it takes 7-15 days).
  2. Install a custom recavery (TWRP).
  3. Download the firmware for the Mi Note 10 Pro (codename of the device is tucana).
  4. Sweat through TWRP, having previously made a backup.

List of verified firmware for Mi Note 10 Pro
LineageOS 20 (Android 13) - stable, but without branded features. Pixel Experience 13 - as close as possible to "pure" Android. MIUI EU - modified MIUI without advertising (but requires weekly updates).

Method 5: Blocking ads via hosts file (requires root)

If you have root rights, you can block Xiaomi ad servers at the system level.

  1. Install any file manager with root support (such as Root Explorer).
  2. Go to /system/etc/hosts and open the file in the text editor.
  3. 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
  4. 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.

FAQ: Frequent questions about removing ads on the Mi Note 10 Pro

Can I turn off advertising without a computer?
Yes, but the efficiency will be lower. Use Method 1 (account settings) and Method 2 (manual disabling in apps). Deep cleaning without a PC requires root rights and a file manager.
Why does it still show up after the advert is turned off in the Browser?
You probably donโ€™t use standard MIUI Browser, Google Chrome or some other browser, and they're managed at the application level, not the system level: ๐Ÿ” Install an ad blocker (e.g. uBlock Origin for Chrome). ๐ŸŒ Go to Firefox with the uBlock extension.
Is it safe to disable system packages through ADB?
Disabling the packages listed in Method 3 is safe, they are only responsible for advertising: โš ๏ธ Do not disable packages with the names com.android or com.qualcomm โ€“ this can disrupt the system. ๐Ÿ”„ Once the package is disabled, the application will stop updating. To return the updates, use the command adb shell pm enable.
How to check which apps show ads?
Install the App Inspector utility (available in the Play Market: ๐Ÿ“Š List of active processes with advertising modules. ๐Ÿ”— Links to ad servers that the apps access. You can also use them. ADB-Log command: adb logcat | grep -i "ad\|reklam\|miuiad" (will display all mentions of advertising in system logs).
Is there really less advertising in the global version of MIUI?
Yes, but not much (MIUI Global has less advertising than Chinese (MIUI China), but the banners in the system applications remain, the main difference is the absence of ads on the lock screen and in notifications. MIUI Global Stable for tucana from en.miui.com.Swipe through Fastboot or Recovery (instructions are available on the website). 4PDA). โš ๏ธ Switching to global firmware will reset all data!