Why is Redmi 8T getting ads and can it be removed?
Xiaomi Redmi 8T smartphones running MIUI are known for their value for money, but many users are faced with a nasty feature β built-in advertising in system applications, settings menus and even on the lock screen β which is not due to viruses, but due to the monetization of the MIUI brand shell through Xiaomi affiliate programs.
Depending on the region and firmware version, banner ads can be displayed in:
- π± Launcher (Folders "Recommended Applications", widgets)
- βοΈ Settings (sections "Subjects", "Security", "About the phone")
- π Lock screen (banners at the bottom or right)
- π File Manager and Calendar
- π System utilities (Cleaning, Application Manager)
The good news is that advertising can be turned off, either partially through settings or entirely through technical methods (including the use of adverts). ADB Below we will discuss all the current ways for Redmi. 8T base MIUI 11/12/13/14.
Method 1: Disabling personalized advertising in MIUI settings
The easiest and safest way to do this is to deactivate personalized recommendations from the menu of your phone, and that won't take away all the ads, but it will cut them down by 30 to 50 percent.
- Open Settings β Google β Advertising.
- Click βDisable Personalized Advertisingβ and confirm your choice.
- Go back to the basic settings and go to Settings β Apps β App Management β All Apps.
- Find the Msa (MIUI System Ads) and Analytics apps, open each and select Disable or Remove Updates (if available).
After this action, the ads in the launcher and settings should decrease, but banners on the lock screen and in system utilities may remain.
Disable personalized advertising on Google
Deactivate Msa and Analytics in Apps
Reboot the phone
Check the availability of advertising in the launcher-->
β οΈ Note: Some of the Redmi firmware 8T (especially global item MIUI System Ads may not be available. In this case, move on to the following ways.
Method 2: Manually disabling advertising through hidden MIUI settings
MIUI has hidden options that allow you to disable advertising modules without root rights.
- Open the Security app (shield icon).
- Go to Settings β Recommendations and turn off all sliders.
- Return to the main security menu and click on the gear. βοΈ β Advertising.
- Deactivate the options: π’ "Recommend annexes" π "Showing Advertising in Search Results" π± "Banners on the lock screen"
For the Redmi 8T with MIUI 12+ firmware, the path may be different. If the Ads section is missing, try an alternative route:
Settings β Memory β Cleaning β Settings (βοΈ) β Recommendations| MIUI version | The Way to Advertising Settings | Efficiency |
|---|---|---|
| MIUI 11 | Security β Settings β Advertising | 70% |
| MIUI 12/12.5 | Settings β Memory. β Cleanup β βοΈ β Recommendations | 50% |
| MIUI 13/14 | Settings β Applications β Management β System β Msa | 40% |
π‘
If after disabling the ad returned after a few days, clear the cache of the applications "Msa" and "Analytics" in the settings of the application.
Method 3: Using ADB to Deeply Disable Advertising
For a complete root-free removal, the ADB (Android Debug Bridge) method is suitable, which requires connecting the phone to a computer, but it is guaranteed to remove banners in 90% of cases.
What you need:
- π₯οΈ Computer with Windows/macOS/Linux
- π Installed drivers Xiaomi and ADB Tools
- π USB-cable (original)
- βοΈ Included debugging by USB phone-on
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone β MIUI Version. Click on the line with version 7 times until the notification βYou became a developerβ appears.
USB-debugging
Settings β Additional β For developers β Debugging by USBRedmi 8T
ADB Tools
cmd
adb devices
adb shell pm uninstall --user 0 com.miui.systemAdSolution
adb shell pm uninstall --user 0 com.xiaomi.midrop
adb shell pm hide com.android.browserAfter completing the commands, restart the phone. The ads should disappear from:
- π± Launcher and application folders
- βοΈ Settings menu
- π Lock screen
- π File manager.
β οΈ Note: Pm uninstall commands --user 0 They delete the system packages only for the current user. When you reset the adverts can come back. Permanent removal requires unlocking the bootloader and root access.
What if the ADB canβt see the device?
Method 4: Install custom firmware (for advanced users)
If none of the methods worked, the radical solution is to install custom firmware without ad modules. 8T fit:
- π± LineageOS (Pure Android without a free Android) MIUI)
- π§ Pixel Experience (like the Google Pixel interface)
- π Xiaomi.eu (MIUI Advertising-free and Chinese-based)
What needs to be done:
- Unlock the bootloader through the official Xiaomi tool (requires a Mi Account and wait 7-30 days).
- Install a custom recap (TWRP) for Redmi 8T (codename willow).
- Download firmware from the XDA Developers forum or xiaomi.eu.
- Swipe through TWRP with full reset (wipe).
Advantages of custom firmware:
- β No advertising at all (even in system applications).
- β Regular security updates.
- β Ability to fine-tune the interface.
Disadvantages:
- β Loss of warranty (if the phone is under warranty).
- β Risk of "bricking" in case of firmware error.
- β Certain functions (e.g, IR-blaster NFC) They may not work properly.
π‘
Custom firmware is the most reliable way to get rid of advertising, but requires technical skills, and beginners are encouraged to start with methods 1-3.
Method 5: Blocking ads through hosts file (without root)
If you do not want to unlock the bootloader, but want to remove ads in the browser and some applications, you can modify the hosts file through ADB. This will block access to Xiaomi advertising servers.
Instructions:
- Connect Redmi 8T to your computer and activate ADB (as in Method 3).
- Download the current hosts file (select the option with ad blocking).
- Place the file in the ADB folder and rename it to hosts.
- Follow the commands: adb push hosts /sdcard/adb shell su -c "mount -o rw,remount /system" adb shell su -c "cp /sdcard/hosts /system/etc/hosts" adb shell su -c "chmod 644 /system/etc/hosts" adb shell su -c " -o ro,remount /system"
- Reboot the phone.
This method blocks advertising in:
- π Mi Browser and Chrome
- π± Some third-party applications
- π System notifications
β οΈ Note: Change of hosts file without root rights can be reset after system update.
What if the adverts returned after the MIUI update?
After updating the firmware on Redmi 8T, all ad settings can be reset.
- Turn off automatic updates MIUI: Settings β The phone. β Updating the system β βοΈ β Auto-update (off)
- Create a backup of settings through Settings β Additional β Backup.
- Use Magisk modules to block ads (such as AdAway or Xiaomi ADB Fastboot Tools).
- Install an alternative launcher (like Nova Launcher or Lawnchair) to avoid ads in the app menu.
If after the update the advertisement still appeared, repeat Method 2 (disable via settings) or Method 3 (ADB-team).
π‘
Before updating MIUI, take screenshots of all the settings associated with advertising, which will help you quickly restore them after the update.