How to permanently remove built-in advertising in Xiaomi Redmi Note 8 Pro: proven ways of 2026

The Xiaomi Redmi Note 8 Pro remains a popular smartphone even years after its release, but many users are faced with intrusive built-in advertising in the shell of MIUI. Banners in settings, push notifications about promotions and ad units in system applications are annoying, especially when the phone is bought for full cost. Fortunately, there are several ways to get rid of them - from simple settings to profound changes in the system.

In this article, we will look at 5 proven methods, including formal and informal solutions. It is important to understand that some require technical skills, while others can affect the warranty. We will also explain what methods work on the Redmi Note 8 Pro with MIUI 12-14 (relevant to firmware 2026) and what risks they carry. If you are ready to return a clean interface without intrusive advertising, read on.

Why is there an ad in Redmi Note 8 Pro and can it be removed completely?

The built-in advertising in MIUI is part of Xiaomiโ€™s business model, which allows the company to offer smartphones at a lower price.

  • ๐Ÿ“ฑ System applications (Security, Themes, Files, Music)
  • โš™๏ธ Settings menu (sections About the phone, Additional)
  • ๐Ÿ”” Push notifications (advertising games, Mi Store shares)
  • ๐Ÿ” Search in the system (banners in search results)

Can we take it away forever? Yes, but with the caveats:

  • โœ… Partly through the settings MIUI (switch off ~70% of advertising advertising).
  • โœ… Completely through ADB or custom firmware (requires unlocking the bootloader).
  • โŒ Impossible โ€“ if you use an official global firmware without superuser rights (root).

โš ๏ธ Attention: Disabling Advertising through Unofficial Methods (ADB, modified APK) This can lead to loss of warranty or unstable system operation.On the Redmi Note 8 Pro with a locked bootloader, some commands are used. ADB may not work.

If you're not willing to take risks, start with the first method (MIUI settings), which is the safest and requires no additional tools.

๐Ÿ“Š How do you feel about embedded advertising in MIUI?
I'm sorry, it's small.
Irritating, but not critical.
I want to clean it up at all costs.
I already cleaned it up and forgot about it.

Method 1: Disabling Advertising through MIUI Settings (without root)

The simplest method that works on any version of MIUI (including the Redmi Note 8 Pro) is not to remove ads completely, but to reduce them significantly.

  • ๐Ÿ“ฑ Smartphone with access to settings.
  • ๐Ÿ”‹ Battery charge > 20% (in case of failure).
  • โฑ๏ธ 5-10 minutes of time.

Instructions:

  1. Open Settings โ†’ About the phone and tap 7 times on the MIUI version to activate the developer mode.
  2. Return to the main settings menu and go to Additional โ†’ Special Opportunities โ†’ Advertising.
  3. Turn off the sliders: ๐Ÿ”˜ Personalized recommendations ๐Ÿ”˜ Promotional notices ๐Ÿ”˜ Showing Recommended Content

Settings โ†’ Applications โ†’ Application Management โ†’ All applications

  • Msa (Mi System Ads) โ†’ Disable โ†’ Remove Updates
  • Miui Daemon โ†’ Stop it.

After the device is restarted, ads in settings and some system applications will disappear. However, banners in Mi Video, Mi Music and Themes may remain - they will need to be removed in the following ways.

โ˜‘๏ธ Preparing for the Advertising Disconnection

Done: 0 / 4

Method 2: Using ADB to Deeply Disable Advertising

If the first method didnโ€™t work, you can go further and disable advertising services via Android Debug Bridge (ADB).This method works on the Redmi Note 8 Pro with any version of MIUI, but requires a connection to a computer.

What you need:

  • ๐Ÿ’ป Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฆ Installed drivers Xiaomi and ADB Tools.

Step-by-step:

  1. Turn on your phone: Settings โ†’ About Phone โ†’ MIUI version (7 taps for developer mode). Settings โ†’ Additional โ†’ Developers โ†’ Debugging over USB.

Redmi Note 8 Pro

File transfer

ADB

adb devices

(Serial number device should appear)

adb shell pm hide com.miui.systemAdSolution
adb shell pm hide com.xiaomi.midrop
adb shell pm hide com.miui.analytics

These commands hide (not remove!) the system applications responsible for displaying ads. After the reboot, the banners should disappear. If not, try additional commands:

adb shell settings put global hidden_api_policy 1
adb shell pm uninstall --user 0 com.miui.analytics

โš ๏ธ Note: Some Redmi Note 8 Pro firmware (e.g, MIUI 14 for Russia) pm hide commands may not work due to Xiaomi limitations.In this case, try an alternative method with the help of the X-ray. ADB AppControl (described below).

๐Ÿ’ก

If ADB Can't see the device, try reinstalling drivers through Mi PC Suite or use another suite USB-cable.

Method 3: ADB AppControl โ€“ Advanced Advertising Management

If standard ADB commands donโ€™t work, you can use ADB AppControl, which provides a graphical interface for managing system applications, which is suitable for the Redmi Note 8 Pro with any MIUI version, including 12.5 Enhanced and 14.

Instructions:

  1. Download ADB AppControl and unpack the archive.
  2. Connect the phone to the computer with USB debugging enabled.
  3. Run the ADBAppControl.exe file and wait for the device to connect.
  4. In the list of applications, find and disable: ๐Ÿ”น com.miui.systemAdSolution (MIUI System Ads) ๐Ÿ”น com.xiaomi.midrop (Mi Drop - often shows ads) ๐Ÿ”น com.miui.analytics (Analytics collection) ๐Ÿ”น com.xiaomi.market (GetApps โ€“ a store with advertising)

Apply

The advantage of this method is that you see a complete list of system applications and can only disable those associated with advertising without affecting critical services.

AnnexPackageWhat's he doing?Can I turn it off?
MIUI System Adscom.miui.systemAdSolutionThe main module of advertisingโœ… Yes.
Mi Analyticscom.miui.analyticsCollection of data on useโœ… Yes.
GetAppscom.xiaomi.marketBranded app storeโš ๏ธ Partially (may break updates)
Mi Dropcom.xiaomi.midropFile transfer + advertisingโœ… Yes.
Mi Videocom.miui.videoVideo player with bannersโœ… Yes (replace by) VLC)

๐Ÿ’ก

Disabling com.miui.analytics also reduces battery consumption, as background data collection stops working.

Method 4: Install custom firmware (for experienced users)

If you're willing to take drastic measures, you can install custom firmware without advertising, which is suitable for the Redmi Note 8 Pro (begonia), but requires:

  • ๐Ÿ”“ Unlocked bootloader (the procedure erases all data!).
  • ๐Ÿ› ๏ธ Established TWRP or another custom Recovery.
  • ๐Ÿ“ฅ Firmware-based AOSP (For example, LineageOS, Pixel Experience or modified MIUI without advertising (for example, MIUI EU).

Step-by-step:

  1. Unlock the bootloader through Mi Unlock Tool (requires a Xiaomi account and wait 7-30 days).
  2. Install TWRP for begonia (instructions are available on XDA Developers).
  3. Download the firmware: ๐Ÿ”น MIUI EU (MIUI Advertising-free and Chinese-based). ๐Ÿ”น LineageOS (pure Android, but without Xiaomiโ€™s signature chips).

TWRP

Power + Vol Up

Wipe โ†’ Format Data

Install

โš ๏ธ Warning: Installing custom firmware voids warranty and may result in loss IMEI or a broken camera (especially on the Redmi Note 8 Pro with a Mediatek Helio processor) G90T). Before the procedure, make a backup copy of NANDroid in TWRP!

The advantages of custom firmware:

  • โœ… No advertising at all (even in system applications).
  • โœ… More smooth work (especially on Pixel Experience).
  • โœ… Regular security updates.

Cons:

  • โŒ Loss of branded chips (IR Blaster, Game Turbo).
  • โŒ Possible bugs with camera or sensors.
  • โŒ No official support (manual updates).
What if the camera doesnโ€™t work after the firmware?
On the Redmi Note. 8 Pro with custom firmware often breaks the main camera (64 MP) Decision: 1. Install Google Camera with Mediatek support. 2. Or patch it. fix_camera_begonia.zip through TWRP (look XDA).

Method 5: Alternative methods (without root and ADB)

If the previous methods seem complicated, you can try to do without ADB and unlocking. These methods are less effective, but safe for beginners.

1. Use of alternative launchers

Install a launcher that blocks ads on the home screen:

  • ๐Ÿ”น Nova Launcher (disables ads in widgets).
  • ๐Ÿ”น Lawnchair (light launcher with banner lock).

2. Replacement of system applications with analogues

Remove or disable standard Xiaomi apps and install alternatives:

Standard annexThe alternativeReason for substitution
Mi BrowserFirefox or ChromeBuilt-in advertising in bookmarks
Mi VideoVLCBanners before the video
Mi MusicSpotify or YouTube MusicAdvertising in playlists
GetAppsGoogle PlayIntrusive notifications

3. Blocking Advertising through DNS

Change. DNS-server to phone to block advertising domains:

  1. Go to Settings โ†’ Connections โ†’ Private DNS.
  2. Select the host name of a private DNS enter: ๐Ÿ”น dns.adguard.com (blocks ads and trackers). ๐Ÿ”น 1.1.1.3 (Cloudflare Family โ€“ filters malicious sites).

This method will not remove all ads in MIUI, but will reduce the amount of ads in the browser and some applications.

What if the advertisements returned after the update?

Xiaomi regularly releases MIUI updates that can restore disabled advertising services. If banners reappear after the update, try:

1. Repeat steps from Method 1 and 2

After the MIUI update, some settings are reset.

  • โš™๏ธ Settings โ†’ Additionally. โ†’ Special facilities โ†’ Advertising (enable disabled sliders).
  • ๐Ÿ“ฑ ADB or ADB AppControl (re-disclose com.miui.systemAdSolution).

2.Return to the previous version of MIUI

If the update brings too much advertising, you can return the old firmware:

  1. Download the desired version of MIUI for begonia with Xiaomi Firmware Updater.
  2. Go to Settings โ†’ About the phone โ†’ System update.
  3. Slap the icon. โ‹ฎ โ†’ Select the update package and specify the downloaded file.

โš ๏ธ Warning: A rollback to old firmware may result in data loss or phone lock if the version is MIUI Do this only as a last resort!

3. Install a patch to block ad module updates

Forums XDA and 4PDA modified APK-files that prevent the recovery of ads, such as:

  • ๐Ÿ”น MIUI Optimizer (pattern to disable advertising).
  • ๐Ÿ”น MIUI Hidden Settings (Extended settings).

FAQ: Frequent questions about ads in Redmi Note 8 Pro

โ“ Can you remove advertising without a computer?
Yes, but not completely. With MIUI settings (Method 1), you'll turn off ~70% of the banners. You'll need ADB or root for the rest.
โ“ Why After Advertising Is Shut Down ADB She's coming back?
The reason is MIUI updates or resets. Xiaomi periodically restores advertising services. Solution: re-execute ADB commands or install a patch (for example, MIUI Optimizer).
โ“ Will the way to work with ADB on MIUI 14?
Yes, but on some regional firmware (e.g. Russia), pm hide may not work, in which case you can use ADB AppControl or custom firmware.
โ“ Can you remove ads in Mi Browser without replacing them with another browser?
Partially, open up Mi Browser. โ†’ Settings โ†’ Extra and turn it off: ๐Ÿ”˜ Personalized news ๐Ÿ”˜ Fully advertising will remove only a browser replacement.
โ“ How to check if the ads are completely disabled?
Check the following places: ๐Ÿ“ฑ Main screen (banners at the bottom). โš™๏ธ Settings โ†’ About the phone (advertising under device information). ๐Ÿ” Search in the system (banners in the results). ๐ŸŽต Mi Music or Mi Video (advertising before content) If there are no banners anywhere, you did it!