How to permanently remove ads on Xiaomi Redmi 8A: the complete guide

Why is Redmi 8A getting ads and can it be removed?

Smartphone Xiaomi Redmi 8A steerable MIUI It's known for its value for money, but many users are annoyed by the built-in adverts that appear in the settings menu, on the lock screen, in system applications like Security or Themes, and sometimes even in the notification panels. Xiaomi monetizes budget models due to the display of advertising in the corporate shell, offsetting the low cost of the device.

The good news is that most ads can be turned off without rooting. The bad news is that some banners (such as the Mi Video or Mi Browser app) require drastic measures. In this article, we will discuss all the working methods, from basic settings to advanced methods for power users. It is important to understand that after the MIUI updates, the paths to some options may change - we have taken into account the current firmware versions for Redmi 8A (including MIUI 12/13/14).

If you're willing to take 10 to 15 minutes to get rid of intrusive banners forever, read on. Let's start with the simplest and safest methods.

πŸ“Š How often do you get annoyed by advertising? MIUI?
Constantly hindering the use of the phone
Sometimes, but tolerably.
There's almost no advertising, I don't notice.
I have a different model of Xiaomi.

Method 1: Disabling personalized advertising in MIUI

The first step is to deactivate the targeted ad system that collects data about your actions, which won't delete all banners, but will significantly reduce their number. 8A any version MIUI (10 to 14).

Open Settings β†’ Xiaomi Account β†’ Mi Advertising (or Advertising in older versions).

  • πŸ”˜ Disable the β€œPersonalized Recommendations” slider (this will stop collecting your preferences data).
  • πŸ”˜ Click Reset the Advertising ID and confirm the action.
  • πŸ”˜ In the Interests section delete all tags (click on the cross next to each category).

After this, the ads will become less intrusive, but they won't disappear completely. For example, banners in Settings β†’ Additional or on the lock screen will remain.

β˜‘οΈ Preparing for the Advertising Disconnection

Done: 0 / 5

⚠️ Note: If in your version MIUI No Mi Advertising, upgrade to the latest stable version, use root-rights methods as a last resort (section 5).

Method 2: Manual disabling of advertising in system applications

Many banners are displayed through Xiaomi’s standard apps: Security, Themes, Mi Browser, Mi Video, and even Calendar, each with its own ad settings that can be deactivated.

Here is a step-by-step guide for key applications:

AnnexThe path to settingsWhat to turn off
SecurityOpen the application β†’ Settings (βš™) β†’ AdvertisingπŸ”˜ "Show recommendations"πŸ”˜ "Personalized advertising"
TopicsProfile β†’ Settings β†’ AdvertisingπŸ”˜ "Recommend topics"πŸ”˜ "Showing notifications"
Mi BrowserSettings β†’ Additional β†’ AdvertisingπŸ”˜ "Showing the news on the main"πŸ”˜ "Personalized content"
Mi VideoProfile β†’ Settings β†’ NotificationsπŸ”˜ "Recommendations for video"πŸ”˜ "Show banners"

Once these options are disabled, ads in these apps should disappear, but some banners (such as on the lock screen or in notification panels) are managed at the system level and will be removed in the next section.

πŸ’‘

If after disabling the ad, the app started to work unstable (for example, Themes stopped updating), clear its cache in Settings β†’ Applications β†’ Application Management β†’ [App Name] β†’ Clear the cache.

Method 3: Blocking Ads via MIUI Settings (without root)

There are hidden options in the depths of MIUI that allow you to disable most system banners. These settings are not officially documented, but work on Redmi 8A with MIUI 11-14 firmware. You'll need to be careful - some items are hidden under several layers of menus.

Follow this algorithm:

  1. Open Settings β†’ About the phone and 7 times click on the MIUI version to activate the developer mode.
  2. Return to Settings β†’ Additional β†’ For developers and enable USB Debugging (this is needed for the next step).
  3. Now go to Settings β†’ Applications β†’ Application Management β†’ All Apps.
  4. Find the msa (Miui System Ads) app and click on it. Select Disable (if the button is inactive, skip this step).
  5. Similarly, disable apps: πŸ“± Analytics (collection of statistics) πŸ“± Mipush (push notifications) πŸ“± MiuiDaemon (background processes)

After the phone is restarted, the ads in the system menus (e.g. Settings β†’ Additional) should disappear. If some banners are left, check if the settings have reset after the MIUI update.

What to do if the β€œDisable” button is inactive?
This means that the application is protected by the system, and then only the installation of root rights or the use of the application will help. ADB-teams (section 4).

Method 4: Remove Advertising via ADB (without root but with PC)

If the previous methods did not work, you can use Android Debug Bridge (ADB) β€” It's a tool for debugging Android devices, and it doesn't require root rights, but it requires a computer and a computer. USB-cable. Redmi. 8A This method removes up to 90% of system advertising, including banners on the lock screen.

Instructions:

  1. Download and install ADB Tools on PC.
  2. On your phone, activate debugging via USB (see the previous section).
  3. Connect Redmi 8A to your computer and run on the command line (Windows) or terminal (macOS/Linux):
adb devices

(Your device should show up. If not, check the drivers.)

adb shell pm uninstall --user 0 com.miui.systemAdSolution
adb shell pm uninstall --user 0 com.xiaomi.midrop
adb shell pm hide com.android.browser

These commands will remove the system components responsible for displaying ads, and after the phone is rebooted, the banners should disappear. If something goes wrong, you can always return the apps with the command:

adb shell cmd package install-existing com.miui.systemAdSolution

πŸ’‘

ADB-The method is the most effective way to do it without root, it does not violate the warranty and is reversible (apps can be restored).

⚠️ Attention: Do not remove through ADB applications called com.android. or com.qualcomm. β€” This can cause the phone to fail. 8A.

Method 5: Radical methods (with root rights)

If you're willing to go to extreme lengths, root permissions will open up deep system settings, which will remove ads forever, but will take away your warranty and can create security issues. Redmi 8A is a good way to unlock the bootloader and install Magisk.

Here's what we need to do:

  1. Unlock the bootloader through the official Xiaomi tool (you will need a Mi Account and wait 7-15 days).
  2. Install custom recovery (such as TWRP) for Redmi 8A.
  3. Sweep Magisk through recovery to get root.
  4. Install the AdAway or Blada app from Magisk Modules to block ads at the hosts file level.

If you don’t want to spend time on manual settings, consider switching to custom firmware like Pixel Experience or LineageOS. They’re devoid of MIUI ads, but require an unlocked bootloader and firmware experience.

FAQ: Frequent questions about Redmi 8A ads

❓ Why the Advertising Returns After the Reset?
Factory resets return all system settings to their original state, including ad settings. After reset, you will have to reset: Disable Personalized Recommendations in Mi Advertising. Block system applications via ADB (if you used this method); Delete the app cache Security and Themes. Before resetting, back up your settings through Settings β†’ Additional β†’ Backup and Reset (but note that some ad settings won’t be saved).
❓ Can you turn off advertising without a computer?
Yes, but the efficiency will be lower. Without a PC, you can: Disable personalized ads (method 1); block impressions in system applications (method 2); use applications like DNS66 (blocker VPN), But it won't take away banners in the settings. You still need to remove ads completely (especially on the lock screen) ADB root.
❓ Why Mi Browser Ads Are Still In The Advertising Even After All the Settings?
Mi Browser is one of the most hardcore Xiaomi apps in terms of advertising. To remove banners: Open Mi Browser β†’ Settings β†’ Homepage and select Empty Page. Turn off Fast News and Recommended Content in the same settings. Install an alternative browser (like Chrome or Firefox) and make it the default browser. If that doesn't help, delete Mi Browser via ADB: adb shell pm uninstall --user 0 com.android.
❓ Will the way to work with ADB on the Redmi 8A s MIUI Global?
Yes, method. ADB equally effective for all versions MIUI (Global, China, EEU). The main thing is that the phone was turned on debugging by USB, And the PC has the actual drivers. MIUI Some system applications may have other names (e.g., com.miui.systemAdSolution instead of msa). MIUI The Global Stable method works without any further manipulation. 8A, Try reinstalling drivers or using another one USB-cable.
❓ Can I return standard applications after removal ADB?
Yes, all applications that are deleted through ADB can be restored. To do this: Connect your phone to your PC and open the command line. Run the command: adb shell cmd package install-existing, for example, to restore msa: adb shell cmd package install-existing com.miui.systemAdSolution After rebooting, the application will return to its original state. This method works for all system components deleted via pm uninstall --user 0.