Owners of Xiaomi Redmi Note 10 Pro with 128 GB of memory often face annoying advertising in the market. MIUI β It pops up in the settings menu, on the lock screen, in standard apps, and even in the notification panels, and the manufacturer has integrated the ad modules at the firmware level, but that doesn't mean you can't fight them. In this article, we will discuss all working ways to disable advertising, including hidden settings, ADB-Teams and Radical Methods for Advanced Users.
Itβs important to understand that the Redmi Note 10 Pro based on MIUI 12/13/14 has several sources of advertising β system services msa (Mobile Services Analytics), built-in applications like Mi Browser or Mi Video, as well as personalized recommendations from Xiaomi. Some methods will remove ads partially, others completely, but may require unlocking the bootloader or superuser rights.
1. disable personalized advertising in MIUI settings
The safest and fastest way is to deactivate personalized ads through the settings menu, which will not remove ads completely, but will significantly reduce the amount of ads, especially in system notifications and recommendations.
Instructions:
- π± Open the Settings. β Google β Advertising (if no item, skip the step).
- π Go to Settings. β The phone. β Version. MIUI and tap 7 times on the line to activate the developer mode.
- π οΈ Back to Settings β Additionally. β Special facilities β Advertising and disable slider Personalized advertising.
- π Go to Settings. β Annexes β Application management β msa (or Miui Daemon) and click Disable (if the button is active).
This method works on most versions of MIUI, but after updating the firmware settings can reset. On the Redmi Note 10 Pro with MIUI 14 Global, some menu items may not be available - in which case move on to the next method.
2. Removal of embedded advertising applications
MIUI pre-installes a number of apps that display ads: Mi Browser, Mi Video, Mi Music, Cleaner, and others, which can be removed or at least disabled, but not all of them are amenable to standard removal.
List of "advertising" applications on the Redmi Note 10 Pro 128 GB:
| Annex | Can I remove it? | The alternative |
|---|---|---|
| Mi Browser | β Yes. ADB) | Google Chrome, Firefox |
| Mi Video | β Yes. | VLC, MX Player |
| Cleaner | β No. Just turn it off) | SD Maid, Files by Google |
| Mi Music | β Yes. | Spotify, YouTube Music |
| Mi Pay | β Yes. | Google Pay, SberPay |
How to remove system applications:
- Install App Manager (root rights required) or use ADB.
- To delete via ADB, connect your phone to your PC and execute the command: adb shell pm uninstall -k --user 0 com.android.browser (replace com.android.browser with the desired application package).
- Reset the device.
β οΈ Warning: Removing system applications can lead to unstable work MIUI. Before removing Mi Browser, set the alternative browser by default, otherwise the links will not open.
3. Disabling Advertising through ADB (without root)
If standard methods do not help, you can use them. ADB-This is a way of doing it without requiring super-user rights, but it would require a computer and enabled debugging. USB.
Step-by-step:
βοΈ Preparation for work with ADB
- Open the command prompt (Windows) or terminal (Mac/Linux) in the folder with ADB.
- Enter the command to check the connection: adb devices (the name of your device should appear).
- Follow the commands in turn: adb shell pm disable-user --user 0 com.miui.analytics adb shell pm disable-user --user 0 com.xiaomi.ab adb shell pm disable-user --user 0 com.miui.systemAdSolution
- Reboot the phone.
These commands disable the main advertising services of Xiaomi. If after the reboot the ads remained, try additional commands:
adb shell pm disable-user --user 0 com.miui.player
adb shell pm disable-user --user 0 com.miui.videoπ‘
Create a text file with commands and save it - after updating MIUI settings may reset, and the procedure will have to be repeated.
4. Use of alternative firmware (for advanced)
If youβre willing to take drastic measures, installing custom firmware (like LineageOS or Pixel Experience) will completely remove Xiaomiβs ads and system debris.
- π Unlocking the bootloader (will result in a data reset!).
- π οΈ Installations TWRP Recovery.
- π± Compatible firmware for Redmi Note 10 Pro (codename sweet).
The advantages of custom firmware:
- β No advertising and no bloatware.
- β More frequent security updates.
- β Ability to fine-tune the interface.
Cons:
- β Loss of warranty (if you don't return the stock firmware).
- β Risk of βbrickingβ in case of error.
- β Certain functions (e.g, IR Blaster may not work.
β οΈ Warning: On the Redmi Note 10 Pro with 128GB of storage, unlocking the bootloader erases all data, including photos and files in internal memory!
How to return the warranty after installing custom firmware?
5. Set up DNS to block ads
Change. DNS-server on the phone, you can block the download of banner ads at the network level, and this will not remove the ads completely, but will make them invisible in the browser and some applications.
Instructions:
- Go to Settings β Connections and Sharing β Private DNS.
- Select the host name of the private DNS provider.
- Enter one of the addresses: π dns.adguard.com (AdGuard DNS) π‘οΈ security.cloudflare-dns.com (Cloudflare) π« doh.securedns.eu (SecureDNS)
Save the settings and restart the phone.
For maximum effect, combine this method with disabling ads in your browser. For example, in Google Chrome, go to Settings β Privacy β Ad Blocking and activate the option.
6.Reset ad settings via Mi Account
Xiaomi links some of the ad settings to your Mi Account, and if you used one account on multiple devices, your ad preferences could shift, and resetting those settings can sometimes help reduce the number of impressions.
How to reset:
- Open the Settings. β Accounts. β Mi Account.
- Go to Account Management β Confidentiality.
- Find the Personalized Recommendations section and disable all sliders.
- Log out of your account and log in again (this will reset the settings cache).
If you have multiple Xiaomi devices, repeat the procedure on each of them β this will prevent the synchronization of advertising identifiers.
π‘
Combining the method with changing the DNS and disabling the msa via ADB gives the best result β advertising disappears in 90% of system places.
7. Radical method: disconnecting the Internet for advertising services
If nothing works, you can block all ad services from accessing the network through a firewall, and you'll need an app like NetGuard (without root) or Blockada.
Instructions for NetGuard:
- Install NetGuard and give it access to a VPN.
- In the list of applications, find: msa (com.miui.analytics) Miui Daemon (com.xiaomi.xmsf) AdService (com.qualcomm.qti.adspmsa)
Block Wi-Fi and Mobile Data
Activate the protection and restart the phone.
This method blocks not only ads, but also some of the system telemetry, which can improve privacy, but some features (such as push notifications) may not work as well.