How to get rid of advertising on Xiaomi Redmi Note 8 Pro: 7 proven ways

Owners of the Xiaomi Redmi Note 8 Pro often face intrusive advertising in system applications, notifications and even on the lock screen. the manufacturer has integrated advertising modules into MIUI firmware for monetization, but users can legally disable most of the banners without root rights. In this article, current methods for MIUI 12/13/14, including hidden settings and alternative solutions for those who are willing to go to radical measures.

The problem is compounded by the fact that ads are not only annoying, they are also consuming traffic, slowing down your smartphone, and sometimes redirecting to dubious sites. We tested all the ways on the Redmi Note 8 Pro (begonia model) and selected the ones that work in 2026. Importantly, some methods require caution - wrong actions can lead to a failure of system applications.

1. disable personalized advertising in MIUI settings

The safest and most formal way to deactivate targeted ads is through the privacy menu, which reduces the number of banners on the website. 40-60%, But it doesn't completely clean them up.

Go to: Settings β†’ Google β†’ Advertising (or Settings β†’ Additional β†’ Privacy β†’ Advertising in older versions of MIUI).

Turn it off here.

  • πŸ”„ Personalized advertising (main switch)
  • πŸ“Š Activity tracking (if there is such a point)
  • πŸ“± Advertising ID β€” Drop it or turn it off.

After that, restart the phone. The effect will be noticeable after 12-24 hours, as the system needs time to reset the cache of ad networks. Note: this method does not block ads in Xiaomi applications (for example, in Mi Browser or Mi Video), but reduces the number of banners in notifications and on the home screen.

πŸ’‘

If the Ads item is not on the menu, upgrade to the latest version of Google Play through the Play Market.

2. Blocking of advertising notices

System notifications with ads (Msa, MiuiDaemon, Security) can be selectively disabled, this method removes up to 30% of intrusive banners.

Instructions:

  1. Open Settings β†’ Applications β†’ Application Management
  2. Slip on three points in the upper right corner β†’ Show all the processes
  3. Find and choose: πŸ“’ com.xiaomi.msa.global (Msa) πŸ›‘οΈ com.miui.daemon (MiuiDaemon) πŸ”’ com.miui.securitycenter (Security)
  • πŸ”” Showing notifications
  • πŸ”„ Auto-start (if any)
adb shell pm hide com.xiaomi.msa.global


adb shell pm hide com.miui.analytics




adb shell pm hide com.miui.systemAdSolution




adb shell pm hide com.android.browser

These commands hide the advertising services and the Xiaomi browser, and to get it back, replace hide with unhide.

What if the ADB can’t see the device?
1. Install Xiaomi drivers from the official website (section "Support" β†’ Downloads β†’ Drivers”). 2. Try another one. USB-cable (original from Xiaomi). 3. In the developer menu, turn on Debugging by USB (Security settings) and Allow debugging (charging only). 4. Restart your PC and phone.

⚠️ Attention: On some firmware MIUI 14 pm hide may not work. In this case, use an alternative method with adb shell settings put global (details in the next section).

5. Alternative method: changing global settings through ADB

If standard ADB-So if you try to change the system flags that run ads, it's less invasive and works on most versions. MIUI.

Follow the following commands in ADB:

adb shell settings put global hidden_api_policy 1


adb shell settings put global captive_portal_detection_enabled 0




adb shell settings put global device_provisioned 1




adb shell settings put secure user_setup_complete 1




adb shell pm grant com.android.vending android.permission.WRITE_SECURE_SETTINGS

Then restart the phone. These are the commands:

  • πŸ”§ Shutting down the hidden ones. API, advertising
  • 🚫 Block the portal check (sometimes used to insert banners)
  • πŸ”„ Drop the flags of the initial setting

πŸ’‘

This method does not require root rights and is reversible: all changes can be reversed by re-entering commands with a 0 instead of a 1.

The effect is not immediately apparent β€” wait 1-2 days. If the ad comes back, repeat the procedure or combine with other methods in this article.

6. Installation of custom firmware (for advanced users)

The radical, but most effective way is to reflash the phone to custom firmware without ad modules. For the Redmi Note 8 Pro, the following are suitable:

  • πŸ“± LineageOS (Pure Android without a free Android) MIUI)
  • πŸ”§ PixelExperience (with Google Pixel interface)
  • πŸ›‘οΈ Xiaomi.eu (MIUI Advertising-free and Chinese-based)

Method 2: VPN with ad blocking

Install one of the applications:

  • πŸ›‘οΈ AdGuard (there is a free version)
  • πŸ”’ Blokada (blocks ads without root rights)
  • 🌍 1.1.1.1: Faster Internet (from Cloudflare)

These methods block up to 70% of ads in the browser and some applications, but do not affect the system banners MIUI.

FAQ: Frequent questions about removing ads on Redmi Note 8 Pro

❓ Why does the advertisement still appear after disabling Msa?
com.xiaomi.msa.global (Msa) can be automatically enabled after updates MIUI. Solution: Disable auto-update system applications in Settings β†’ Annexes β†’ Application management β†’ Three points. β†’ Auto Update Use Auto Update ADB-Adb shell pm uninstall -k --user 0 com.xiaomi.msa.global (requires re-execution after updates)
❓ Can you remove ads in Mi Browser without removing the application?
Yes, there are two ways: In your browser settings (Mi Browser β†’ Settings β†’ Privacy), disable Personalized News and Recommended Content. Install the uBlock Origin extension via Yandex Browser or Kiwi Browser (they support Chrome extensions). If that doesn't help, replace your browser with Google Chrome or Firefox.
❓ Will the adverts return after the phone is reset to factory settings?
Yes, all system applications and their settings will reset to the default state, including advertising modules. Upon reset: Immediately disable personalized advertising (section 1 of this article) Repeat cleaning the cache for applications from section 3 If you used ADB-commands, perform them again Advice: before reset, take screenshots of all important settings or write down the ones used ADB-team.
❓ Why After Updating MIUI The commercial reappeared?
Xiaomi regularly returns ad modules through system app updates. To avoid this: Turn off MIUI auto-update in Settings β†’ About Phone β†’ System Update β†’ Three Points β†’ Settings β†’ Auto-download Updates Use App Ops (requires root rights) to block activity of com.xiaomi.msa.global Install Miui Hidden Settings from Play Market to access hidden ad Options
❓ Can I file a complaint with Xiaomi about intrusive advertising?
Technically yes, but the effectiveness of this method is minimal. You can: Write in support of Xiaomi through Settings β†’ Additional β†’ Review (select category "Advertising") Leave a negative review in the Play Market for Mi Browser, Mi Video, etc. Join petitions on forums (for example, on Mi Community) However, Xiaomi officially declares that advertising is part of the MIUI ecosystem, and its complete removal is possible only on Xiaomi.eu firmware or custom builds.