Advertising in Xiaomi Poco M3 Pro smartphones has become one of the most talked-about issues among MIUI users. Even after buying the device, owners face intrusive banners in the settings menu, notifications from system applications and advertising in branded services like Mi Browser or Mi Video. The manufacturer has integrated advertising modules deep into the firmware, making them a non-trivial task.
In this article, weβll look at 5 proven ways, from basic settings to advanced ADB techniques. Youβll learn how to remove ads from menus, disable personalized ads, block push notifications, and even completely remove ad packages from the system. All instructions are tailored specifically for the Poco M3 Pro model, taking into account the features of its firmware.
Important: Some methods require developer rights or unlock the bootloader. If you are not ready for experimentation, start with safe ways (sections 1-3). For experienced users, we have prepared advanced solutions (sections 4-5), with detailed explanations.
1. disable personalized advertising in MIUI settings
The first and safest step is to deactivate personalized ads through the standard menu, which doesn't remove ads completely, but it reduces the amount of ads significantly, because the system stops picking up banners based on your data.
Instructions:
- π± Open the Settings. β Google β Advertising (if no item, skip the step).
- π Switch the switch toggle "Switch off personalized advertising" in the active position.
- π Go back to the main settings and go to Settings β Annexes β Application management β Settings (βοΈ) β Advertising services.
- π« Turn off the options "Personalized recommendations" and "Advertising notifications".
This method works on all versions of MIUI, but has a limitation: advertising in system applications (for example, in Mi Browser) can remain.
2. Blocking advertising notifications from system applications
Many Poco M3 Pro users complain of spam from apps like Mi Video, Mi Browser or Cleaner, which can be turned off selectively without removing the programs themselves (which often leads to system crashes).
How to do this:
- Press the notification from the advertising app (such as Mi Video) and select βDisable Notificationsβ.
- Or go to Settings β Applications β Application Management, find the application you want (e.g. com.miui.video) and select Notifications β Disable.
- To completely block ads in your browser, open Mi Browser, go to Settings β Privacy and turn off Personalized News and Ad Banners.
On the Poco M3 Pro, notifications from the com.xiaomi.midrop (Mi Drop) app often contain ads β it can be safely disabled without any system consequences.
Disable notifications in Mi Video|Disable notifications in Mi Browser|Disable Mi Drop (com.xiaomi.midrop)|Disable Cleaner (com.miui.cleanmaster)-->
3. resetting of advertising ID (Advertising ID)
MIUI uses a unique Advertising ID to track user preferences, and resetting it helps to βnullifyβ the accumulated data and reduce the amount of targeted advertising.
Step-by-step:
- π§ Go to Settings. β About the phone and 7 times click on "Version" MIUI", activate the developer mode.
- π Back to Settings β Additionally. β For developers and include "Debugging by" USB".
- π± Connect your phone to your PC, install Android SDK Platform-Tools and execute the command:
adb shell settings put global advertising_id [random_32_symbols]Where [random_32_symbols] β random 32 symbols (e.g, abc123xyz456qwe789rty012uio345). After completing the command, the advertising profile will reset, and the system will begin to collect data again.
β οΈ Warning: This method is temporary β in 1-2 weeks, the ads can return. For permanent effect, combine it with disabling personalized recommendations (section 1).
4. Removal of advertising packages through ADB (advanced method)
If standard methods do not help, you can completely remove advertising modules from the system using ADB. This method requires unlocking the bootloader and can lead to unstable operation of some functions (for example, a theme store).
List of safe packets for removal on Poco M3 Pro:
| Package name | Description | Can I remove it? |
|---|---|---|
| com.miui.analytics | MIUI Analytics Collection | β Yes. |
| com.xiaomi.midrop | Mi Drop (Advertising Notices) | β Yes. |
| com.miui.systemAdSolution | Systemic banner advertisements | β Yes. |
| com.android.browser | Mi Browser (browser advertising) | β οΈ Only if you use another browser |
| com.miui.player | Mi Music (Player Advertising) | β Yes. |
Remove commands (do one at a time):
adb shell pm uninstall -k --user 0 com.miui.analytics
adb shell pm uninstall -k --user 0 com.xiaomi.midrop
adb shell pm uninstall -k --user 0 com.miui.systemAdSolutionβ οΈ Note: Deleting the com.miui.systemAdSolution package may cause some interface elements (e.g. banners in settings) to disappear.This is not critical, but the menu will look empty visually.
What if the topics stopped working after the packet was removed?
5.Use of third-party ad blockers
If you don't want to mess with ADB, you can install specialized ad-blocking apps. The Poco M3 Pro works well:
- π‘οΈ Blokada β Blocks Advertising at Level DNS (no root).
- π AdGuard β filters traffic and removes banners in apps.
- π΅ NetGuard β blocks access to ad domains (e.g. ad.mi.com).
For maximum effect:
- Install Blokada from the official website (not from Google Play!).
- Activate the lock in the application settings.
- Add to the blacklist the domains: ad.mi.com tracker.miui.com data.mistat.xiaomi.com
These apps do not require root rights, but local advertising may be required to block ads in system services (e.g. Mi Video) completely. VPN-The mode that is included in the settings of the blocker.
π‘
If push notifications from instant messengers have stopped working after installing Blokada, add the domains mtalk.google.com and firebaseremoteconfig.googleapis.com to the whitelist.
6.Alternative firmware: complete removal of advertising
If none of the methods worked, the radical solution is to install custom firmware without ad modules. M3 Pro's fine:
- π± Pixel Experience β pure Android without advertising and unnecessary services.
- π LineageOS β stable firmware with open source.
- β‘ Xiaomi.eu β modified MIUI Advertising free (but with all functions supported).
Installation process:
- Unlock the bootloader through the Mi Unlock Tool.
- Install TWRP Recovery for Poco M3 Pro (the version should match the model!).
- Download the firmware from the official website (e.g. Pixel Experience) and run through recovery.
β οΈ Attention: Installing custom firmware voids warranty and can lead to device blinking if errors occur.Before firmware, back up through TWRP!
π‘
Custom firmware completely removes ads, but requires unlocking the bootloader and can deprive you of official security updates.