How to completely disable advertising on Xiaomi Poco M5: a step-by-step guide

Xiaomi Poco M5 is a popular smartphone with excellent price/quality ratio, but many users face intrusive advertising in system applications. banner ads in the Weather, Themes, Browser and even in the settings menu can seriously spoil the experience of the device. Fortunately, there are several ways to get rid of them - both official and using third-party tools.

In this article, we will discuss all current methods of disabling advertising on Poco. M5 steerable MIUI 13/14 (You will learn how to remove banners without root rights, what settings are responsible for personalized advertising, and what to do if the ads return after the system update. MIUI, which are not written in official documentation.

Why is Poco M5 adverts appearing and can it be removed forever?

Advertising in MIUI is part of Xiaomiโ€™s business model, monetizing its firmware with integrated banners in system applications. Even if you bought the Poco M5 from the official store, the ads will show up by default in:

  • ๐Ÿ“ฑ Settings menu (banners in the "Recommendations" section")
  • ๐ŸŒฆ๏ธ Weather app (bottom of the screen)
  • ๐ŸŽจ "Topicsโ€ (Installation โ€œRecommended")
  • ๐ŸŒ Mi Browser (on the main page)
  • ๐Ÿ“ฅ Downloads and Explorer (pop-up notifications)

Can you delete it forever? Yes, but with reservations:

  • โœ… Partly through the settings MIUI (cleans ~70% of banners)
  • โœ… Completely - with help ADB-commands or third-party utilities (requires PC)
  • โŒ Impossible โ€“ if you use Chinese firmware without unlocking the bootloader

It is important to understand that after major MIUI updates, some settings may be reset, for example, after switching from MIUI 13 to MIUI 14, ads may return to Weather or Themes, in which case you will have to repeat the disabling procedure.

๐Ÿ“Š How often do you get annoyed by advertising? MIUI?
Constantly hindering the use of the phone
Sometimes I notice, but not critically.
There is no advertising or it does not interfere
I don't know what MIUI advertising is.

Method 1: Disabling personalized advertising in MIUI settings

The easiest way is to deactivate the options associated with the display of targeted advertising. This will not remove all banners, but significantly reduce their number. M5 on MIUI 13/14 (global).

Open Settings โ†’ Google โ†’ Advertising and follow the following steps:

Reset the advertising ID|Disable "Personalized Advertising"|Remove the history of advertising interactions|Disable "Show ads based on my actions"-->

  1. Go to Settings โ†’ Google โ†’ Advertising.
  2. Click "Reset Advertising ID" and confirm the action.
  3. Turn off the "Personalized Advertising" slider.
  4. Return to the main settings menu and open Settings โ†’ Privacy โ†’ Special Permissions โ†’ Advertising Services.
  5. Deactivate the Personalized Recommendations option (if you have one in your MIUI version).

These actions will reduce the amount of ads in the Weather, Themes and Browser, but will not completely remove them. For example, banners in the Settings โ†’ Recommendations section will remain.

โš ๏ธ Note: On Chinese firmware (China) ROM) The path to the ad settings may be different. If you don't have an Advertising Services item, try updating your firmware to the latest version or use the method with the latest version. ADB.

Method 2: Manual disabling of advertising in system applications

Some MIUI apps have their own ad settings that you can manually disable, including Weather, Themes, Browser and Music, and let's take a look at each case.

1. Removal of advertisements in the Weather app

Open the Weather app, tap the icon โš™๏ธ in the upper right corner and select Settings โ†’ Ads and notifications. Turn off all sliders:

  • ๐Ÿ”˜ "Showing ads"
  • ๐Ÿ”˜ "Personalized advertising"
  • ๐Ÿ”˜ "Weather notificationsโ€ (optional)

2. Disabling banners in "Themes"

In the Topics app, go to the profile (human icon), then to Settings โ†’ Recommendations. Deactivate:

  • ๐Ÿ”˜ "Recommended content"
  • ๐Ÿ”˜ "Showing ads"

If the ad remains, clear the app cache: Settings โ†’ Apps โ†’ Application Management โ†’ Topics โ†’ Storage โ†’ Clear the cache.

3.Blocking ads in Mi Browser

Xiaomi's browser is particularly aggressive in showing banners to remove them:

  1. Open Mi Browser.
  2. Tap it on. โ‹ฎ (three-point) โ†’ Settings โ†’ Additionally.
  3. Turn off "Recommended Content" and "Personalized News."
  4. Return to Settings โ†’ Homepage and select โ€œEmpty Pageโ€ instead of โ€œRecommended.โ€

๐Ÿ’ก

If after disabling the advertisement in the browser remained, try to change the main page to about:blank through the address bar and save it as the start page.

AnnexThe Way to Advertising SettingsEfficiency
Weather.โš™๏ธ โ†’ Settings โ†’ Advertising and notificationRemoves 90% of banners
TopicsProfile โ†’ Settings โ†’ RecommendationsRemoves 70% of banners
Mi Browserโ‹ฎ โ†’ Settings โ†’ Additionally.Removes 80% of banners
Music.โš™๏ธ โ†’ Settings โ†’ RecommendationsRemoves 60% of banners

Method 3: Using ADB to Deeply Disable Advertising

If manual settings donโ€™t work, you can use ADB (Android Debug Bridge), a tool for debugging Android via PC, which allows you to disable the system components responsible for displaying ads without obtaining root rights.

Advantages of the method:

  • ๐Ÿ”ง Remove Advertising from All System Applications
  • ๐Ÿ”„ It works even after the updates. MIUI (unless you reset the settings)
  • ๐Ÿ›ก๏ธ Does not require unlocking the loader

Disadvantages:

  • ๐Ÿ’ป Requires PC connection and installation ADB
  • โš ๏ธ If used incorrectly, the system may be affected.

Instructions for Poco M5:

  1. Download ADB Tools and unpack the archive in any folder on your PC.
  2. On the phone, turn on Developer Mode: Settings โ†’ About Phone โ†’ MIUI version (shap 7 times).
  3. Return to Settings โ†’ Additional โ†’ For developers and activate โ€œDebugging by USBโ€.
  4. Get Poco on. M5 PC-only USB-cable and select the "File Transfer" mode".
  5. Open the command line (Win + R โ†’ cmd) and go to the folder with ADB: cd C:\platform-tools
  6. Enter the command to check the connection: adb devices If the device is displayed, execute the following commands one by one: adb shell pm disable-user --user 0 com.miui.systemAdSolution adb shell pm disable-user --user 0 com.android.browser adb shell pm disable-user --user 0 com.miui.weather2 adb shell pm hide com.xia.discover

These commands are off:

  • ๐Ÿ”น com.miui.systemAdSolution โ€“ system module of advertising MIUI
  • ๐Ÿ”น com.android.browser โ€“ Mi Browser (can be deleted if you use Chrome)
  • ๐Ÿ”น com.miui.weather2 โ€” Weather app (replace with AccuWeather)
  • ๐Ÿ”น com.xiaomi.discover โ€“ Recommendations service in settings

โš ๏ธ Note: Disabling com.miui.systemAdSolution may cause themes and Xiaomi Account to crash. If the themes are no longer updated after executing commands, return the settings with the command: adb shell pm enable com.miui.systemAdSolution

๐Ÿ’ก

ADB-Teams are the most effective way to remove ads on Poco M5 But after you reset your phone to the factory settings, you'll have to repeat the procedure.

Method 4: Install custom firmware (for advanced users)

If you're willing to take drastic measures, you can install custom firmware without advertising, a method that's suitable for the Poco M5, but requires unlocking the bootloader and losing warranty.

Popular firmware without ads for Poco M5:

  • ๐Ÿ”„ LineageOS โ€“ pure Android without unnecessary services
  • ๐Ÿ”น Pixel Experience โ€“ firmware with Google Pixel interface
  • ๐Ÿ“ฑ Xiaomi.eu โ€“ modified MIUI publicity

Step-by-step:

  1. Unlock the bootloader via Mi Unlock Tool (requires a Xiaomi account and wait 7 days).
  2. Install TWRP Recovery for Poco M5 (you can download it on the official website).
  3. Download the selected firmware (e.g. Xiaomi.eu) and transfer it to your phone.
  4. Download to TWRP (hold Power + Vol Up when enabled).
  5. Backup โ†’ Select Partitions โ†’ Swipe to Backup.
  6. Squeeze the firmware (Install) โ†’ Select a file โ†’ Swipe to Confirm).

Advantages of custom firmware:

  • โœ… No system advertising
  • โœ… More opportunities to set up
  • โœ… Regular security updates

Disadvantages:

  • โŒ Loss of guarantee
  • โŒ Risk of โ€œbrickingโ€ in case of error
  • โŒ Certain functions (e.g, IR-blaster) may not work
What happens if you interrupt the firmware?
If you interrupt the installation process custom firmware, Poco M5 The phone can stop loading (the state of "brick"), and the phone can only be restored via Fastboot or EDL-It is recommended to flash from the battery with a charge of at least 80% and use the original USB-cable.

Method 5: Blocking Advertising via DNS or VPN

If you don't want to interfere with system settings, you can block Xiaomi's ad servers at the network level.

  • ๐Ÿ”’ Private DNS (built-in Android feature)
  • ๐ŸŒ VPN Ad-blocking (e.g. AdGuard) VPN)

1. Set up Private DNS

Go to Settings โ†’ Connections โ†’ Private DNS and select โ€œPrivate DNS Provider Host Name.โ€ Enter one of the addresses:

  • dns.adguard.com (AdGuard DNS)
  • 1dot1dot1dot1.cloudflare-dns.com (Cloudflare)
  • dns.nextdns.io (NextDNS)

2.Use of AdGuard VPN

Download AdGuard VPN from Google Play and activate ad blocking:

  1. Open the application and register.
  2. Turn on VPN (slider in the main menu).
  3. Go to Settings โ†’ Filters and activate:

This method blocks not only ads in MIUI, but also trackers on websites, but it will not help against banners in offline applications (for example, in Weather without the Internet).

What to do if the ad returns after the MIUI update

After updating MIUI on the Poco M5, some ad settings can be reset.

  1. Check your personalization settings: Repeat the steps from Method 1 (disable the advertising ID and personalized recommendations).
  2. Clear the cache of system applications: Go to Settings โ†’ Applications โ†’ Application Management and clear the cache for Weather, Them and Browser.
  3. Repeat. ADB-Commands: If you used Method 3, run the commands again โ€“ the update could return disabled services.
  4. Reverse to the previous version of MIUI: If the ad becomes too intrusive, you can return the old firmware through Fastboot (instructions on xiaomiflash.com).

If the problem persists, check if there are suspicious apps on the phone. Some viruses mimic MIUI system ads. Scan the device through Malwarebytes.

FAQ: Frequent questions about advertising on the Poco M5

โ“ Why is it still showing up after you turn off the ad in the settings?
MIUI It has several independent modules that are responsible for displaying banners. Disabling personalized ads removes only targeted ads, but not all system banners. ADB-clout.
โ“ Can you remove advertising without a computer?
Yes, but not completely. With the phone settings (Method 1 and Method 2), you can remove ~70% of banners. For 100% of the result, you need a PC (for ADB) or unlock the bootloader (for custom firmware).
โ“ Whether it hurts. ADB-phone?
By themselves, adb shell pm disable-user commands are safe โ€” they only disable unnecessary services. However, if you get the package name wrong (e.g., disable com.android.settings instead of com.miui.systemAdSolution), this can disrupt the system. Always check the commands before execution.
โ“ Why Chinese firmware can not remove advertising?
Chinese versions of MIUI (China ROM) are tightly tied to Xiaomi services, and many of the ad settings are blocked. Solutions: Install global firmware via Fastboot. Use an ad-blocking VPN (such as AdGuard).
โ“ How to return disabled system applications?
If so, ADB-Topics or Weather, turn them back on by command: adb shell pm enable PAKET APPLASS For example, to return Weather: adb shell pm enable com.miui.weather2 The list of disabled packages can be viewed by the command: adb shell pm list packages -d