Xiaomi Poco M5 smartphone based on MIUI is a powerful device with excellent value for money, but many users face one unpleasant feature: aggressive embedded advertising. Banners in the app menu, pop-up notifications about βrecommended servicesβ, advertising blocks in system utilities β all this spoils the impression of using the gadget. Fortunately, most advertising elements can be turned off without installing additional programs or obtaining root rights.
In this article, weβll look at 5 proven ways to remove ads on the Poco M5, from basic MIUI settings to hidden settings that arenβt written about in the official instructions. Itβs important to understand that some of the ads are embedded in the firmware at the system level, so it may be necessary to unlock the bootloader or install custom firmware to completely remove them, but in 90% of cases, standard methods are lacking, which we will describe below.
Before you start settings, make sure your device has the latest version of MIUI installed. Some settings may vary depending on regional firmware (Global, EEA, India or China). To check the version, go to Settings β About Phone β MIUI version.
1. disable personalized advertising in MIUI settings
The first and easiest step is to deactivate the personalized recommendations MIUI collects based on your activity, a method that wonβt remove all ads, but will significantly reduce the number of targeted banners.
For this:
- π± Open the Settings. β Google β Advertising (if no item, skip this step).
- π Click Reset Advertising ID and confirm the action.
- π« Go back to the main settings and go to Settings β Privacy β Special permits β Personalized advertising.
- π Turn off the slider Personalized recommendations.
These actions will prevent MIUI from using your data to serve ads, but will not remove the ad blocks themselves.
β οΈ Note: After the advertising reset ID Some apps (like the Google Play Store) may temporarily display irrelevant ads. 1-2 system adapts.
2. Removing ads from the app menu and folders
One of the most annoying elements is the banner ads that appear when you open the app menu or folders, and you can remove them through the hidden settings of MIUI Launcher.
Instructions:
- Long press on the free place of the main screen β select Settings (cog icon).
- Go to the Supplementary β Recommendations.
- Turn off all sliders: π± Recommended annexes π Recommendations in folders π Searching recommendations
If the recommendation item is not in the launcher settings, then your version of MIUI does not support this menu.
Long press on the main screen β Settings
Go to the Extra. β Recommendations
Turn off all sliders.
Reboot the phone (optional)-->
adb shell pm disable-user --user 0 com.miui.systemAdSolutionThis command disables the system service responsible for displaying ads in the launcher, and it will require the developer mode on and PC connection via ADB to run it. If you are not familiar with this procedure, skip this step, it is not mandatory.
3. How to Remove Advertising Notices from MIUI
MIUI regularly sends push notifications advertising apps, promotions and βuseful servicesβ that can be disabled in whole or in part.
Method 1: Through notification settings
- π Go to Settings. β Notifications and status bar β Management of notifications.
- π In the search box, enter MIUI or.
- π« For each system application found (e.g, MIUI Daemon, Security, disable notifications.
Method 2: Through Security Settings
- π‘οΈ Open the Security app (shield icon).
- π Go to Settings. β Get recommendations and turn off all sliders.
- π΅ In the same menu, find push notifications and deactivate them.
| Type of notification | Responsible annex | How to turn off |
|---|---|---|
| Banner ads in the curtain | MIUI System Ads | Settings β Notifications β MIUI System Ads β Disable |
| Recommendations of the annexes | App Market | Settings β Notifications β App Market β Disable |
| Promotions and discounts | Mi Browser | Settings β Notifications β Mi Browser β Disable βAdvertisingβ |
| MIUI updates | Updater | Settings β Notifications β Updater β Disable βAdvertisingβ |
β οΈ Warning: Disabling Security notifications may result in you not receiving alerts about viruses or suspicious activity.
4. Blocking advertising in system applications
Some of Xiaomiβs standard apps (e.g. Mi Browser, Mi Video, Music) have built-in ads, and can be customized or replaced with alternatives.
Mi Browser:
- π Open your browser and tap three dots at the bottom. β Settings.
- π« Go to the Supplementary β Advertising and recommendations and disable all sliders.
- π In the same menu, find personal recommendations and deactivate them.
Mi Video and Music:
- π¬ In Mi Video go to Profile β Settings β Recommendations and disable advertising.
- π΅ In Mi Music, the path will be similar: Settings β Additionally. β Advertising recommendations.
If the setting doesnβt help, the best option is to install third-party analogues (e.g. Google Chrome instead of Mi Browser or VLC instead of Mi Video). System applications can be disabled (but not removed!) via:
Settings β Applications β Application Management β [Select App] β Disableπ‘
If after disabling the system application it continues to show notifications, clear its cache and data in the application settings.
5. Deep Cleanup: Disabling System Services through ADB
For users willing to take more drastic measures, there is a way to disable system-level advertising services using the Android Debug Bridge (ADB), a method that requires connecting the phone to a computer and basic command-line knowledge.
Step 1: Preparation
- π₯οΈ Install. ADB Tools on PC.
- π± On the phone, turn on the developer mode (7 times tap on the version) MIUI phone-setting).
- π Get Poco on. M5 to the PC and allow debugging USB.
Step 2: Execution of commands
Open the command line (Windows) or terminal (macOS/Linux) and enter in turn:
adb devices
adb shell
pm uninstall -k --user 0 com.miui.systemAdSolution
pm uninstall -k --user 0 com.xiaomi.midrop
pm uninstall -k --user 0 com.miui.analytics
pm uninstall -k --user 0 com.miui.bugreport
pm uninstall -k --user 0 com.miui.daemonThese commands will remove (for the current user) the main modules responsible for collecting analytics and displaying ads. Once executed, restart the phone - the ads in the menu and notifications should disappear.
What if the ADB canβt see the device?
6. Alternative methods: custom firmware and root
If none of the above methods helped, there are two radical options: install custom firmware (for example, LineageOS or Pixel Experience) or get root rights with the subsequent removal of advertising modules.
The advantages of custom firmware:
- β Total lack of advertising MIUI.
- β Cleaner and faster interface.
- β Regular security updates.
Cons:
- β Loss of warranty (if the device is under warranty).
- β The risk of βbrickingβ the phone when installed incorrectly.
- β Certain functions (e.g, IR-blaster) may not work properly.
To install custom firmware will require:
- Unlock the bootloader through the official Xiaomi tool.
- Install TWRP Recovery.
- Sweep the selected firmware (instructions are available on the XDA Developers or 4PDA forums).
β οΈ Warning: Unlocking the bootloader resets all data on the phone! backup important files before starting the procedure.
π‘
Castom firmware is the last resort. Check compatibility with the Poco M5 (codenamed rock) before installing it and read reviews from other users.