How to completely disable advertising on Xiaomi Redmi Note 8 Pro: system settings and hidden tricks

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

Owners of the Xiaomi Redmi Note 8 Pro often face intrusive advertising in system applications, notifications and even on the lock screen, the reason lies in the proprietary shell MIUI, which by default integrates advertising modules into key services from the Weather to the Browser, the manufacturer positions this as โ€œpersonalized recommendationsโ€, but in practice users receive banners of games, credit offers and promotions of partners.

The good news is that most of the ads can be disabled through the system's unrooted settings. The bad news is that some modules (such as Mi Video or Mi Browser) require additional manipulation. In this article, we'll look at all the current ways for MIUI 12-14, including hidden developer settings and alternative blocking methods. Importantly, after updating the firmware, some settings may reset โ€” they will have to be reconfigured.

If youโ€™re willing to spend 10-15 minutes setting up, you can reduce your ad count by 90%. The remaining 10% is usually associated with pre-installed apps like GetApps or Mi Pay, which youโ€™ll either have to hide or remove through ADB (more on that below).

๐Ÿ“Š How often do you see ads on your Xiaomi?
All the time, in all the applications.
Browser and launcher only
Sometimes in notices
Almost never.
I don't know what that is.

Method 1: Disabling personalized advertising in MIUI settings

The easiest way is to deactivate the ad impression system through the settings menu, which removes most banners in Weather, Calendar, Notes and other standard applications. MIUI 12โ€“14:

  1. Open the Settings. โ†’ The phone.
  2. Tap 7-10 times on the MIUI version until the notification โ€œYou became a developer!โ€ appears.
  3. Return to the main Settings menu and select a new section Additional โ†’ Developer Settings.
  4. Scroll down and find Personalized Advertising (MSA) option. Turn it off.
  5. Reset the device.

After this action, the ads in the system notifications and some applications will disappear, but banners in Mi Browser, Mi Video and on the lock screen may remain โ€” they need additional steps.

Check the version of MIUI (Settings โ†’ About the phone)

Activate the Developer Mode

Disable personalized recommendations

Reboot the phone

Remove the cache of system applications (optional)-->

Method 2: Blocking Ads through Hidden Application Settings

Many Xiaomi system utilities have hidden options for disabling ads that are not visible in the main interface. For example, in the Weather or Calendar, you can deactivate promo banners through the About menu.

  • ๐Ÿ“… Calendar: Open the app โ†’ slip on โ‹ฎ (three-point) โ†’ Settings โ†’ About the program. Press the logo 10 times. MIUI, until the option to disable advertising appears.
  • ๐ŸŒค๏ธ Weather: Go to the app โ†’ โ‹ฎ โ†’ Settings โ†’ Like tap on the logo until there's a hidden switch.
  • ๐Ÿ“ Notes: In the main menu of the application, swipe left to the section More โ†’ Settings โ†’ Activate Developer Mode (as in Method 1), then go back and find Advertising Recommendations.

These manipulations donโ€™t work on all versions of MIUI, but itโ€™s worth trying. If there are no hidden options, try updating the app via Google Play (if itโ€™s available there) or clearing its cache to Settings โ†’ Apps.

๐Ÿ’ก

If hidden settings donโ€™t appear, try changing your phone region to India (Settings โ†’ Additional โ†’ Region). In some firmware, this will unlock additional options.

Method 3: Remove Advertising in Mi Browser and Mi Video

Mi Browser and Mi Video are the main sources of advertising on the Redmi Note 8 Pro. They can not be completely removed without root, but you can block banner impressions and turn off automatic recommendations.

  1. Open your browser, tap on. โ‹ฎ โ†’ Settings.
  2. Go to the Supplementary โ†’ Personalize and disable: ๐Ÿ” Recommendations on the main ๐Ÿ“ข News alerts ๐ŸŽฏ Personalized advertising

Go back to Settings and select About. Tap on the browser version until the option to Disable MSA appears.

For Mi Video, the algorithm is similar:

  1. Open the application โ†’ Profile โ†’ Settings.
  2. Turn off Recommendations and Autoplay.
  3. Clear the cache in Settings โ†’ Applications โ†’ Mi Video โ†’ Memory.

If banners still appear, try installing an alternative browser (like Firefox or Brave) and disabling Mi Video via ADB (see Method 5).

Method 4: Blocking Ads on the Lock Screen

Ads on the Redmi Note 8 Pro lock screen usually appear from Miui Daemon (mmservice) to remove them:

  1. Go to Settings โ†’ Lock screen.
  2. Turn off the options: ๐Ÿ“ฑ Recommendations on the lock screen ๐Ÿ”„ Automatic loading of wallpaper ๐Ÿ“ฐ News feed (if any)
  3. Go back to Settings โ†’ Applications โ†’ Application Management.
  4. Find Miui Daemon, open its settings, and say, Turn off Auto Start. Limit background activity. Clear the cache.

If you still have ads, check if you have third-party launchers or widgets that can show them, such as Mi Home or Google Discover, which sometimes integrate promo content.

What if the advertisement returns after the update?
After the MIUI update, some settings are reset. To avoid this: 1. Back up your settings through Settings โ†’ Additional โ†’ Backup. 2. Use the App Cloner app to create a clean copy of system utilities without ads. 3. Install ADB AppControl and block ad components at the system level.

Method 5: Remove system applications via ADB (without root)

If previous methods have not helped, you can remove pre-installed advertising applications through ADB (Android Debug Bridge.It doesn't require root rights, but it will require a computer and a computer. USB-Attention: Incorrect commands can disrupt the system.

Steps to remove:

  1. Download and install ADB Tools on PC.
  2. Activate USB Debugging on your phone (Settings โ†’ About Phone โ†’ MIUI Version โ†’ 7 taps โ†’ Developer Settings โ†’ USB Debugging).
  3. Connect the Redmi Note 8 Pro to your PC and type in the command line: Adb devices Make sure the device is identified.
  4. Follow the commands to remove advertising applications (one by one): adb shell pm uninstall --user 0 com.miui.weather2 # Weather adb shell pm uninstall --user 0 com.miui.video # Mi Video adb shell pm uninstall --user 0 com.miui.browser # Mi Browser adb shell pm uninstall --user 0 com.xiaomi.midrop #Mi Drop (advertising in notifications) adb shell pm uninstall --user 0 com.miui.msa.global # MSA (promotional)

Once you have completed the commands, restart your phone. Remote apps will disappear from the menu, but you can restore them through Settings โ†’ Applications โ†’ Remote.

๐Ÿ’ก

Removing via ADB does not require root, but only applies to the current user.Once the phone is reset, apps will return.

Comparison of Methods: What Works Best

MethodEfficiencyDifficultyPC requiredReversibility
MSA shutdownโญโญโญ (70%)โญ (simple)โŒ No.โœ… Yes.
Hidden application settingsโญโญ (50%)โญโญ (middle-of-the-road)โŒ No.โœ… Yes.
Mi Browser/Video settingsโญโญโญ (80%)โญ (simple)โŒ No.โœ… Yes.
ADB-removalโญโญโญโญ (95%)โญโญโญ (difficult)โœ… Yes.โœ… Partially.
Reset to factoryโญโญ (60%)โญโญโญ (riskyly)โŒ No.โŒ No.

For maximum effect, we recommend combining methods: first disable MSA and hidden settings, then remove unnecessary applications through ADB. If you are not ready to work with the command line, the first three methods are enough - they will remove 80-90% of advertising.

๐Ÿ’ก

After removing the ad modules through ADB, check the Google Play Services. In rare cases, sync errors can occur - they are fixed by a reboot.

Frequent Mistakes and How to Avoid Them

When trying to disable ads, users often encounter typical problems, and here are the most common ways to address them:

  • โš ๏ธ Personalized Ads option is inactive: Reason: Developer mode is not activated or the outdated version is not activated MIUI. Solution: Update the firmware through Settings โ†’ Updating the system.
  • โš ๏ธ Advertising returns after reboot: Reason: Miui Daemon background processes or MSA Solution: Block them through Settings โ†’ Annexes โ†’ Auto-start.
  • โš ๏ธ ADB No device sees: Reason: drivers are not installed or debugging is disabled USB. Solution: Download Mi PC Suite or drivers from Xiaomi website.

โš ๏ธ Attention: Do not remove through ADB System applications marked com.android. or com.google..This may result in loss of functionality (e.g., Google services or network settings will disappear).

โš ๏ธ Note: Some firmware for the Redmi Note 8 Pro (e.g. global) V12.5.3.0) Personalized advertising may be called Advertising Recommendations or MSA. If you do not find it, use the search by settings (the magnifying glass icon at the top of the screen).

Can you turn off ads forever without root?
Yes, but not 100%. The combination of disabling MSA, hidden app settings, and removing unnecessary services through ADB will remove 90 to 95 percent of ads. The remaining 5 percent can manifest as sponsored notifications from pre-installed apps (like Mi Pay or GetApps), and to get rid of them completely, you will either need to root or install custom firmware.
Why did the MIUI update reappear?
Firmware updates often reset user settings, including disengaged ad modules. After the update: Check the status of Personalized Ads in the developer settings. Clear the cache of system applications (Settings โ†’ Applications โ†’ Memory). Repeat the steps to remove unnecessary services through ADB. If the ad returns too often, consider installing an alternative launcher (for example, Nova Launcher) or ad-free firmware (for example, Xiaomi.eu).
Is it safe to remove system applications through ADB?
Delete via ADB with the --user 0 flag is safe, as apps are removed only for the current user, not from the system. However: Do not remove applications related to calls, SMS or network settings. Before deleting, check the name of the package on the Internet (for example, on the 4PDA forum). Create a backup through Settings โ†’ Additional โ†’ Backup. If problems arise after deletion (for example, notifications stopped working), restore the application through Settings โ†’ Applications โ†’ Remote.
How to disable advertising in games and third-party applications?
Advertising in games and third-party apps (such as Facebook or Instagram) is not related to MIUI. To block it: ๐Ÿ›ก๏ธ Install an ad blocker (such as AdGuard or Blokada). ๐Ÿ”ง Turn it on. DNS-Filtering in Wi-Fi settings (use this) DNS from AdGuard: 176.103.130.130). ๐ŸŽฎ In games, turn off personalized ads in your Google account settings (Settings) โ†’ Google โ†’ For maximum effect, combine these methods with disabling advertising in the MIUI.
Can remote system applications be returned?
Yes, remote through ADB Applications can be restored in two ways: through settings: โ†’ Annexes โ†’ Application management โ†’ Remote. โ†’ Choose the right one and click Restore. ADB: Use the command: adb shell cmd package install-existing <packet> For example, to recover Mi Video: adb shell cmd package install-existing com.miui.video If the application is not restored, try resetting your phone to factory settings (Settings) โ†’ Additionally. โ†’ Resetting settings).