How to permanently remove ads from Xiaomi Redmi Note 8T: from system banners to push notifications

Xiaomi Redmi Note 8T is one of the most popular smartphones in the budget segment, but many users are faced with its main โ€œchipโ€: aggressive advertising in the system interface. Banners in settings, push notifications from MIUI, advertising blocks in standard applications โ€“ all this is not only annoying, but also slows down the device. In this article, we will discuss 7 working ways to remove ads on the Redmi Note 8T without losing functionality, including hidden settings, ADB commands and alternative methods for advanced users.

It's important to understand that some of the ads are built into MIUI firmware at the system level, and you can only remove them completely by unlocking the bootloader and installing custom firmware. But most users will have enough of the standard methods that we described below. If you're willing to sacrifice a warranty for a clean interface, at the end of this article you'll find instructions for deep cleaning through TWRP.

Before you start, check the MIUI version on your Redmi Note 8T: go to Settings โ†’ About Phone โ†’ MIUI version. Current firmware (e.g. MIUI 14) may have changed ways to set up โ€“ weโ€™ve taken this into account in the instructions.

1. disable personalized advertising in MIUI settings

The easiest way to reduce the amount of ads is to prevent MIUI from collecting data about your preferences, which will not remove all banners, but will significantly reduce their number, especially in standard applications (Weather, Music, Themes).

Instructions:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Google โ†’ Advertising (if no item, skip the step).
  • ๐Ÿ”„ Go to Settings. โ†’ Additionally. โ†’ Confidentiality โ†’ Advertising services.
  • ๐Ÿšซ Turn off the โ€œPersonalized Adsโ€ option and reset the โ€œAdvertising Identifierโ€ (Reset button).
  • ๐Ÿ”’ Go back to the main settings and open the settings. โ†’ The phone. โ†’ Version. MIUI, Tap 7 times on the line "Version" MIUIยป**, activate the developer mode.

After this action, ads on Google services and some of the system applications should disappear. However, banners in MIUI Launcher and Security Center will remain โ€” read on to remove them.

๐Ÿ“Š Which advertisements annoy you the most?
Banners in settings
Push notifications
Advertising in standard applications
Pop-up windows when unlocking
All of the above.

2. Hidden MIUI settings: how to disable advertising in system applications

MIUI hides some of the ad modules in the back of the menu, and to get to them, you need to know the exact paths โ€” they vary depending on the firmware version. Below are the current instructions for the Redmi Note 8T on MIUI 12-14.

List of applications where you can turn off advertising:

  • ๐ŸŒฆ๏ธ Weather: App settings โ†’ Additionally. โ†’ Disable recommendations.
  • ๐ŸŽต Music: Settings โ†’ Recommendations โ†’ Disable personalized content.
  • ๐Ÿ“ฑ Topics: Profile โ†’ Settings โ†’ Disable recommendations.
  • ๐Ÿ›ก๏ธ Security Center: Settings โ†’ Promotional notices โ†’ Shut down.

Pay special attention to the Security Center, the main application that generates most push notifications. If your version of MIUI does not have an Advertising Notice, try an alternative way:

  1. Open the security center.
  2. Slap the icon. โš™๏ธ top-right.
  3. Select Notifications โ†’ Notification settings.
  4. Disable all options related to โ€œRecommendationsโ€ and โ€œSpecial Offersโ€.

๐Ÿ’ก

If after the shutdown, the ads continue to appear, clear the Security Center app cache in Settings โ†’ Applications โ†’ Application Management โ†’ Security Center โ†’ Clear the cache.

3. Removal of Advertising through ADB (without root)

If standard methods don't work, it's time for ADB (Android Debug Bridge), which allows you to disable system ad modules without getting root permissions, but requires you to connect your smartphone to your computer. On the Redmi Note 8T, this method works steadily, but after resetting or updating MIUI, you will have to repeat the procedure.

What you need:

  • ๐Ÿ’ป Computer with Windows/macOS/Linux.
  • ๐Ÿ”Œ USB-cable (preferably original).
  • ๐Ÿ“ฆ Installed drivers ADB Fastboot (you can download from the official Android website).
  • ๐Ÿ”ง Developer mode enabled and debugging by USB phone-on.

Step-by-step:

  1. Connect the Redmi Note 8T to your computer and select File Transfer mode.
  2. Open the command prompt (cmd on Windows or Terminal on macOS/Linux) and type:
adb devices

If the device appears in the list, execute the command to disable the ads:

adb shell pm hide com.miui.systemAdSolution

To disable ads in MIUI Launcher (banners on the home screen):

adb shell pm hide com.miui.miservice

Once you have completed the commands, restart your phone. Ads should disappear from most system applications. If an Operation not allowed error occurs, then your device has blocked access to pm hide, try an alternative method:

adb shell settings put global hidden_api_policy 1

Install drivers ADB PC-only|Enable the developer mode on the phone|Activate debugging by USB|Connect your phone to the original cable|Check the visibility of the device by the adb device command-->

4. Blocking advertising domains through hosts file

Another effective way is to block Xiaomi ad servers at the system level, by editing the hosts file that redirects domain names, which requires root rights or using ADBs to write to the system partition.

List of the main advertising domains MIUI:

domainAppointment
sdkconfig.ad.xiaomi.comConfiguration of advertising SDKs
tracker.ai.xiaomi.comCollecting user analytics
ad.mi.comMain advertising server
data.mistat.xiaomi.comStatistics and personalization
api.ad.xiaomi.comAPI for displaying banners

How to edit hosts without root:

  1. Download the hosts file with ad blocking (for example, from here).
  2. Connect your phone to your PC and copy the file to /sdcard/.
  3. Open ADB and execute the commands:
adb shell


su




mount -o rw,remount /system




cp /sdcard/hosts /system/etc/hosts




chmod 644 /system/etc/hosts




reboot

If you donโ€™t have root, use the AdAway app (Magisk requires) or Blokada app (works without root, but blocks VPN-level ads).

What if the Internet stopped working after editing hosts?
If you have lost access to the Internet after changing the hosts file, you have most likely blocked critical system domains. Restore the original file with the command: adb shell su mount -o rw,remount /system echo "127.0.0.1 localhost" > /system/etc/hosts chmod 644 /system/etc/hosts reboot

5. Installation of an alternative launcher

If you're annoyed by banners on the home screen and in the app menu, the most radical way is to swap the standard MIUI Launcher for a third-party.This won't remove ads from system apps, but will clear the desktop and notification bar.

The best alternatives for the Redmi Note 8T are:

  • ๐Ÿ† Nova Launcher โ€“ flexible setup, no advertising, gesture support.
  • ๐ŸŽจ Lawnchair โ€“ open source, minimalist design, close to the stock Android.
  • ๐Ÿš€ Hyperion Launcher โ€“ Optimized for performance, themes support.
  • ๐Ÿ”„ Microsoft Launcher โ€“ Windows integration, cloud backup.

How to determine:

  1. Download the launcher from Google Play.
  2. Open the app and follow the setup instructions.
  3. In your phone settings, select the new default launcher: Settings โ†’ Applications โ†’ Default โ†’ Launcher.

Once a third-party launcher is installed, the banners on the home screen will disappear, but the ads in the Security Center and Settings will remain.For complete cleaning, combine this method with ADB or hosts lock.

๐Ÿ’ก

Alternative launchers donโ€™t remove system ads completely, but they do remove them from the home screen and app menus, and require additional firmware manipulations to clean up deeply.

6. disable push notifications from MIUI

One of the most intrusive ones is the push notifications from MIUI, which appear in the curtain and on the locked screen, and you can turn them off separately from the rest of the ads.

Instructions:

  1. Go to Settings โ†’ Notifications and Status bar โ†’ Notification management.
  2. Find the Security Center, MIUI Update, Themes, and GetApps apps.
  3. For each, turn off the โ€œShow Notificationsโ€ option**.
  4. Return to Notifications and Status bar and turn off โ€œRecommendationsโ€** in the Additional section.

If notifications continue to appear, check the settings of Google Play Services:

  • ๐Ÿ“ฑ Open the Settings. โ†’ Google โ†’ Notifications.
  • ๐Ÿšซ Disable all options related to โ€œRecommendationsโ€ and โ€œSpecial Offersยป.

For full control of notifications, install the Notification History Log (requires ADB to access logs) or AutoNotification (to automate locking).

๐Ÿ’ก

If important notifications have disappeared after disabling notifications (for example, about security updates), check the settings in Settings โ†’ Notifications โ†’ Priority notifications and add the desired applications to exceptions.

7. Radical methods: custom firmware and Magisk

If none of the above methods worked, the last option is to install custom firmware or modify system files via Magisk, which is only suitable for advanced users, as it requires unlocking the bootloader and can lead to loss of warranty.

Step-by-step:

  1. ๐Ÿ”“ Unlock the bootloader through the official Mi Unlock Tool (requires a Mi Account binding and waits 7-30 days).
  2. ๐Ÿ“ฅ Install. TWRP Recovery for Redmi Note 8T (You can download it on the official website).
  3. ๐Ÿ”„ Make a backup of the current firmware in TWRP (backup).
  4. ๐Ÿ“ฆ Install custom firmware without advertising, for example: LineageOS - pure Android without unnecessary modules. Pixel Experience - firmware with the Google Pixel interface. MIUI by XDA โ€” modified MIUI publicity.

Magisk

Universal Ad-Blocker

MIUI Debloater

Warnings:

โš ๏ธ Attention! Unlocking the bootloader resets the phone to factory settings. Backup the data via Mi Cloud or TWRP.

โš ๏ธ Attention! Installing unofficial firmware can cause the camera, sensors or mobile network to run unsteady. Check firmware reviews on forums before installing. XDA or 4PDA.

If you are not ready for such drastic measures, go back to the methods in the previous sections โ€“ they are less risky and cover 80-90% of advertising in MIUI.

FAQ: Frequent questions about removing ads on Redmi Note 8T

โ“ Why After Updating MIUI The commercial reappeared?
MIUI updates often reset user settings, including blocking ads through ADB or hosts. After the update, repeat the instructions from Section 3 (ADB) or Section 4 (hosts).
โ“ Can you remove advertising without a computer?
Yes, but the options are limited. You can: Turn off personalized ads in settings (section 1); Set up an alternative launcher (section 5); Use apps like Blokada (blocking at the VPN level); You can use root and Magisk to completely remove ads without a PC.
โ“ Will the way to work with ADB on MIUI 14?
Yes, but in the latest versions. MIUI 14 Xiaomi tightened the restrictions. If pm hide doesn't work, try: adb shell settings put global hidden_api_policy 1 Or use an alternative method with hosts editing (section) 4).
โ“ Can I return the standard launcher after installing Nova Launcher?
Yes. Go to Settings โ†’ Applications โ†’ Default โ†’ Launcher and select MIUI Launcher. If there is no option, clear the com.miui.home app data through Settings โ†’ Applications โ†’ Application Management.
โ“ Is it legal to block ads on Xiaomi?
Yes, blocking ads on its device does not violate the law, but Xiaomi may consider it a violation of the user agreement, which theoretically gives the company the right to restrict access to certain services (for example, Mi Cloud), in practice, such cases are extremely rare.