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:
- Open Settings β Applications β Application Management
- Slip on three points in the upper right corner β Show all the processes
- 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.browserThese 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?
β οΈ 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_SETTINGSThen 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.