How to completely remove ads on Xiaomi Redmi Note 5: from banners in MIUI to push notifications

Why Redmi Note 5 is getting ads and can it be removed forever?

Xiaomi Redmi Note 5 smartphone based on MIUI It's known for its value for money, but many users are faced with intrusive advertising in the interface, and banners appear in settings, app menus, lock screens, and even system notifications, and the reason is because of the monetization of the branded shell: Xiaomi integrates advertising modules into MIUI regions with low prices for devices, including Russia and CIS.

The good news is that most ads can be turned off without rooting or complicated manipulation. The bad news is that some banners (like the Security app) require deep customization or alternative methods. In this article, we will discuss all the working methods for the Redmi Note 5 (the whyred model), including hidden settings and circumventing the limitations of MIUI 9-12.

Itโ€™s important to understand that removing ads completely can require trade-offs, such as disabling MIUI personalization will deprive you of some features (like search recommendations). But if youโ€™re annoyed by banners in Settings โ†’ About Phone or pop-up notifications from Mi Video, the following methods will help clean up the interface.

Method 1: Disabling personalized advertising in MIUI settings

The easiest and safest method is to deactivate personalization in system settings, which will remove most of the targeted ads, but will not affect banners in Xiaomi apps (such as Mi Browser or Mi Music).

Instructions:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Xiaomi accounts.
  • ๐Ÿ” Select your account (or create it if you are not registered).
  • โš™๏ธ Go to Account Settings โ†’ Privacy.
  • ๐Ÿšซ Turn off sliders: Personalized recommendations (remove banners in the MIUI). Interest-Based Advertising (Blocks Targeted Notifications).

After applying the changes, restart the phone. โ†’ Topics or About Phone should disappear in 10-15 minutes.If banners are left, clear the Settings app cache (Settings) โ†’ Annexes โ†’ Application management โ†’ Settings โ†’ Warehouse โ†’ Clear the cache).

๐Ÿ’ก

If you do not have a Privacy option in your region, try changing your account region to India or Singapore in the MIUI settings (see Method 3).

Method 2: Manual disabling of advertising in system applications

Some Xiaomi apps (e.g. Security, Mi Video, Mi Browser) have their own ad modules, which can be disabled individually:

AnnexThe path to settingsWhat to turn off
SecuritySettings โ†’ Advertising โ†’ Personalized recommendationsAll sliders (including "Cleaning Recommendations")
Mi VideoProfile โ†’ Settings โ†’ AdvertisingPersonalized Ads and New Video Notifications
Mi Browserโ‹ฎ โ†’ Settings โ†’ Confidentiality"Personalized News" and "Advertising Notices"
TopicsProfile โ†’ Settings โ†’ Notifications"Recommendations to theme" and "New collections"

For Downloads, you can't remove ads, you'll have to replace them with an alternative (like Files by Google). If you have banners left after you turn them off, try:

  • ๐Ÿ”„ Clear the application cache (Settings) โ†’ Annexes โ†’ [name] โ†’ Warehouse โ†’ Clear the cache).
  • ๐Ÿ“ฅ Update the app through the Mi App Store (sometimes new versions remove ads).
  • ๐Ÿšซ Remove application updates (if it is system-based, click on it) โ‹ฎ โ†’ Remove updates).
๐Ÿ“Š What Xiaomi app annoys you the most with ads?
Security
Mi Video
Mi Browser
Topics
Mi Music
Other

Method 3: Redesigning MIUI Region to Reduce Advertising

In some regions (e.g. the European Union or India), Xiaomi is cutting down on advertising due to local data protection laws, and you can take advantage of this by changing the system region:

Backup data (via Mi Cloud or locally)

Remember current network settings (APN, VPN)

Make sure that SIM-The card is unlocked (if roaming is used)

Disable two-factor authentication in your Xiaomi account (temporarily)

-->

Instructions:

  1. Open Settings โ†’ Additional โ†’ Language and Region.
  2. Choose a region and set up India (or Singapore).
  3. Reboot the phone.
  4. After rebooting, open Settings โ†’ Xiaomi Accounts โ†’ Account Settings โ†’ Privacy and disable all advertising options (they may appear after changing the region).

โš ๏ธ Note: Changes in the region may:

  • ๐Ÿ“ต Interrupt mobile network (manual input required) APN).
  • ๐Ÿ•’ Reset some settings (e.g. date/time format).
  • ๐Ÿ“ฑ Uninstall some pre-installed apps (e.g. Mi Pay for Russia).

If you have network problems after changing your region, return the original region and use another method (for example, blocking through ADB).

Method 4: Blocking Advertising through ADB (without root)

For power users, there is a method to disable ads via Android Debug Bridge (ADB) that blocks the system components responsible for displaying banners, but requires a connection to a PC.

What you need:

  • ๐Ÿ–ฅ๏ธ Computer with installed ADB-driver.
  • ๐Ÿ“ฑ Included debugging by USB Redmi Note 5 (Settings) โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times press to unlock Developer Settings, then enable Debugging by USB).
  • ๐Ÿ”Œ USB-cable (preferably original).

Instructions for ADB Shell (alternately):

adb shell pm hide com.miui.systemAdSolution


adb shell pm hide com.xiaomi.midrop




adb shell pm hide com.miui.analytics




adb shell pm hide com.xiaomi.ab




adb shell settings put global hidden_api_policy 1

These teams:

  • Disable the system module of advertising (systemAdSolution).
  • Block analytics Xiaomi (reduces targeted advertising).
  • Hide hidden APIs that can be used to display banners.
What to do if ADB is not working?
If the instructions are not executed, check: 1. If the drivers are installed correctly ADB PC (try reinstalling via 15 Seconds) ADB Installer). 2. Have you allowed debugging on your phone (the confirmation window should appear when connecting). 3. Does the antivirus block the connection (turn off protection temporarily). 4. Try another one USB-cable.

โš ๏ธ Attention: After update MIUI These settings can reset. To return the ads, use commands:

adb shell pm unhide com.miui.systemAdSolution


adb shell pm unhide com.xiaomi.ab

Method 5: Install custom firmware (for advanced)

If none of these methods worked, the radical solution is to install custom firmware without advertising.

  • ๐Ÿ“ฑ LineageOS โ€“ pure Android without unnecessary modules.
  • ๐Ÿ”ง Pixel Experience โ€“ firmware with Google Pixel interface.
  • ๐Ÿ›ก๏ธ MIUI by Xiaomi.eu - modified MIUI Advertising-free and Chinese-based.

Installation process:

  1. Unlock the bootloader through the Mi Unlock Tool (requires a wait of 7-30 days).
  2. Install custom recovery (TWRP) via fastboot flash recovery twrp.img.
  3. Download the firmware (for example, from Xiaomi.eu) and transfer to the phone.
  4. Boot in. TWRP (Power + Vol Up and stitch ZIP-file.

โš ๏ธ Attention: Installation of custom firmware:

  • ๐Ÿ”จ Cancellation of warranty (unless the stock firmware is returned).
  • ๐Ÿ“‰ It can cause data loss (do backup through the TWRP!).
  • ๐Ÿ”‹ Increases battery consumption (some custom firmwares are not optimized for the Snapdragon 636).

๐Ÿ’ก

Castom firmware is the last resort. Before installing, check the stability reviews of a particular build for Redmi Note 5 (whyred) on the 4PDA or XDA Developers forums.

More tips: how to reduce advertising without deep settings

If you donโ€™t want to dig into the settings, try these simple steps:

  • ๐Ÿ“ต Use an ad blocker in your browser (e.g. AdGuard or uBlock Origin for Mi Browser).
  • ๐Ÿ›ก๏ธ Install. DNS-filter (c Settings) โ†’ Wi-Fi โ†’ Change the network โ†’ Additionally. โ†’ DNS specify 1.1.1.3 or 94.140.14.14).
  • ๐Ÿ”• Disable notifications from unnecessary apps (Settings) โ†’ Notifications โ†’ Management of notifications).
  • ๐Ÿ“ฅ Replace system applications with analogues: Mi Browser โ†’ Google Chrome or Firefox, Mi Music. โ†’ Spotify or VLC. Mi Video โ†’ MX Player.

It is also worth checking Settings โ†’ Applications โ†’ Applications Management for suspicious services (for example, com.xiaomi.mipicks or com.miui.hybrid) and disabling them forcibly.

FAQ: Frequent questions about ads on Redmi Note 5

โ“ Why did the advertisement reappear after the reset?
Reset to factory settings returns all system settings, including ad modules. After reset, redo Method 1 (disable personalization) and Method 2 (application settings).
โ“ Can I remove ads on a locked screen?
Yes, for this: Open Settings โ†’ Screen Lock. Select Additional Settings โ†’ Advertisements on the Lock screen. Turn off the Recommends slider. If there is no point, update the Screen Lock app via the Mi App Store.
โ“ Will the way to work with ADB post-refresh MIUI?
No, the system update will reset all changes made through ADB. After the update, you'll have to re-enter commands. To avoid that, you can: Turn off automatic updates. MIUI (Settings โ†’ The phone. โ†’ Updating the system โ†’ โ‹ฎ โ†’ Settings โ†’ Auto Update: Use Magisk and DisableForceEncrypt to save settings.
โ“ Why some apps still have ads even after all the settings?
Some apps (such as Mi Browser or Mi Video) have hard-sewn ads that can't be removed without rooting rights. In this case: Install alternative apps (see Additional Tips). Use AppOps (requires root) to block ad permissions. Turn off the Internet for the problematic app (Settings โ†’ Apps โ†’ [name] โ†’ Mobile data and Wi-Fi).
โ“ Is it safe to disable system applications through ADB?
Disabling most of the components from this article is safe, but there are risks: ๐Ÿ“ต com.miui.analytics โ€“ responsible for analytics, its disabling will not harm. โš ๏ธ com.xiaomi.ab โ€“ linked to Xiaomi account, shutdown may disrupt sync. ๐Ÿšซ com.miui.systemAdSolution is the main ad module, it is safe to block.If errors occur after the shutdown, return the applications with the command adb shell pm unhide].