Xiaomi Redmi 10S โ Popular budget smartphone with a productive chipset Helio G88 screen-wise AMOLED But even in 2026, owners are facing intrusive advertising in the branded shell. MIUI: Banners in the settings menu, push notifications from Mi Browser, ad units in system applications. In this article, we will discuss all the available ways to disable advertising, from standard settings to advanced methods using the use of advertising. ADB and third-party utilities.
It is important to understand the part of advertising in MIUI It's built into the firmware layer and is linked to Xiaomi services (msa, MiuiDaemon). Complete removal is only possible with root rights, but we'll focus on methods that don't violate warranty and don't require unlocking the bootloader. All instructions are tested on Redmi. 10S versioned MIUI 12.5โ14 (Android 11โ13).
Why on Redmi? 10S Advertising comes and where it comes from
Advertising in MIUI integrated at several levels:
- ๐ฑ System applications: Mi Browser, Mi Video, Music, Cleaner and even Settings show banners through com.miui.systemAdSolution services.
- ๐ Push notifications: sent via Mi Push Service (com.xiaomi.mipush.sdk package) are often disguised as "recommendations" or "updates".
- ๐ Cloud services: Mi Account and Xiaomi Cloud collect data on user behavior for targeted advertising.
- ๐ฆ Pre-installed apps: Mi Pay, Mi Home, GetApps (Xiaomi app store) contain advertising SDK.
By default, Xiaomi includes personalized advertising for users from the regions of Russia, India, Indonesia, Brazil and other countries with โbudgetโ firmware (EEA) There's less advertising, but it still slips through the updates. MIUI 14 Many Users Have Noticed An Increase in Banners in Quick Settings and Control Center.
โ ๏ธ Note: Disabling ads through system settings does not guarantee 100% results. Some banners (e.g. in Mi Browser) may return after app updates. Complete removal will require locking Xiaomi servers at the hosts level or using the hosts ADB.
Method 1: Disabling personalized advertising in MIUI settings
The easiest way to do this is to deactivate targeted ads through the Privacy menu, which won't take away all banners, but it will reduce the number of banners by 30 to 50 percent.
- Open the Settings. โ Privacy โ Advertising.
- Turn off the Personalized Recommendations slider (or Ads in older versions) MIUI).
- Click "Reset advertising" ID" (if the option is available).
- Get back to privacy. โ Additional privacy settings and disable "Show recommendations in the system".
After this action, the ads in Settings and Control Center should disappear, but the banners in the apps (Mi Browser, Mi Video) will remain.
Is the slider "Personalized recommendations" disabled"|Is advertising dropped? ID|Are recommendations disabled in the "Additional Privacy Settings"|Reload the phone to apply changes-->
Method 2: Removing Advertising in Xiaomi System Applications
Most banners appear in pre-installed utilities: Mi Browser, Cleaner, Mi Video and GetApps. These can be disabled or replaced with analogues without ads.
Mi Browser (Xiaomi columnist)
It's the main source of advertising, and it's better to remove it completely or replace it with Google. Chrome/Firefox:
- ๐ง Go to Settings. โ Annexes โ Application management โ Mi Browser.
- ๐ซ Click "Disable" (if the button is inactive, delete the updates first).
- ๐๏ธ Complete removal will be required ADB (instruction in Method 4).
If you want to leave Mi Browser, but remove the ads:
- Open your browser, tap on. โฎ โ Settings โ Additionally.
- Turn off "Recommended Content" and "Fast News".
- In the "Privacy" section, disable "Personalized recommendations".
Cleaner (Optimizer)
The Cleaner app shows ads at launch and after garbage disposal to remove banners:
- ๐ ๏ธ Go to Settings. โ Annexes โ Cleaner โ Notifications.
- ๐ Disable all notifications from the app.
- ๐ต In Cleaner settings, disable Recommended Content".
๐ก
If you donโt use the cleaner, replace it with SD Maid or Files by Google โ they do not contain ads and more effectively clear cache.
2.3 GetApps (Xiaomi Store)
GetApps app store brazenly embeds ads into search results, and you can't turn it off, but you can:
- ๐ฅ Install Google Play Store as a default store.
- ๐ซ Disable GetApps through Settings โ Apps (similar to Mi Browser).
- ๐ Block Internet access for GetApps in Settings โ Mobile network โ Use of data.
| Annex | Type of advertisement | How to clean up |
|---|---|---|
| Mi Browser | Banners on the main, pop-up windows | Disable in the browser settings or delete through ADB |
| Cleaner | Advertising after cleaning, notifications | Disable notifications and โRecommended Contentโ |
| GetApps | Advertising applications in search results | Disable the application or block the Internet |
| Mi Video | Clips before the video, banners | Install VLC or MX Player |
Method 3: Blocking Ads by Restricting Background Activity
Many banner ads are loaded through Xiaomi's background processes, and if you limit their activity, the number of ads will decrease.
- Go to Settings โ Applications โ Application Management.
- Tap on. โฎ โ Show all applications (enable system display).
- Find and open the following applications: com.miui.systemAdSolution (responsible for system advertising) com.xiaomi.mipush.sdk (push notifications) com.miui.analytics (statistics collection)
- For each of them: ๐ซ Press "Stop" (forced stop). ๐ Turn off Auto Start". ๐ต Prohibit "Background execution" and "Use of data".
These actions will suspend advertising services, but after the phone restarts, they may be activated again (ADB).
โ ๏ธ Note: System processes may be disrupted by some features (such as push notifications from Mi Home or Mi Fit). If you notice a failure, return the settings back.
Mi Browser|Cleaner|GetApps|Mi Video|Mi Home|Nothing.|Others-->
Method 4: Completely remove advertising through ADB (rootless)
Method by using ADB (Android Debug Bridge allows you to permanently disable advertising services without obtaining root rights. This is the most effective way, but requires connecting the phone to a computer:
Preparation
Download and install:
- ๐ฅ๏ธ Platform Tools (ADB) for Windows/macOS/Linux.
- ๐ฑ On your phone, turn on Developer Mode: Go to Settings โ About the phone, tap 7 times on "Version." MIUI". Back to Settings โ Additionally. โ For developers, activate Debugging by USB".
4.2. Connection and execution of commands
Open the command line (Windows) or the terminal (macOS/Linux) file ADB and do it:
adb devicesIf the phone is connected correctly, you'll see its serial number. Then type in the commands one by one.
adb shell pm hide com.miui.systemAdSolution
adb shell pm hide com.xiaomi.mipush.sdk
adb shell pm hide com.miui.analytics
adb shell pm hide com.miui.msa.global
adb shell pm hide com.xiaomi.abThese commands will hide the system applications responsible for advertising. Once you do, restart your phone.
- ๐ฑ Menu of Settings and Control Center.
- ๐ push notifications.
- ๐ System applications (Mi Browser, Cleaner, etc.).
What if the ADB canโt see the device?
Recovery of hidden applications
If, after blocking, through ADB Important features (such as notifications from Mi Band) have stopped working, return applications with a command:
adb shell pm unhide PAKET APPLASSFor example, to return Mi Push Service:
adb shell pm unhide com.xiaomi.mipush.sdk๐ก
ADB-teams don't require root rights or breach warranty, but once you reset your phone to factory settings, all changes will fly away.
Method 5: Alternative methods (without any other methods) ADB)
If the previous methods did not help or do not want to use ADB, Try these options:
Blocking advertising through DNS
Change. DNS-server to phone to block Xiaomi ad domains:
- Go to Settings โ Connections โ Private DNS.
- Select "Private DNS Host Name".
- Enter one of the addresses: dns.adguard.com (AdGuard) DNS) 1dot1dot1dot1.cloudflare-dns.com (Cloudflare)
5.2 Use of Blokada or AdGuard
Install an application to block ads:
- ๐ก๏ธ Blokada โ Blocks Advertising at Level VPN (no root).
- ๐ซ AdGuard โ filters traffic and removes banners in the browser.
After installation, activate the lock in the application settings.
Installation of custom firmware
For advanced users: Xiaomi.EU or LineageOS firmware completely removes ads, but requires:
- ๐ Unlock the bootloader (fastboot oem unlock).
- ๐ฅ Installations through TWRP.
- โ ๏ธ Loss of warranty and risk of โfillingโ the phone.
On the Redmi. 10S helio-chip G88 Unlocking the bootloader is possible only through official permission of Xiaomi (you need a Mi Account and wait 7-15 days).
What to do if the ad returns after the update
Xiaomi regularly updates system apps, and sometimes ads come back.
- ๐ Turn off automatic app updates in the Google Play Store.
- ๐ต Block the Internet for com.miui.systemAdSolution in traffic settings.
- ๐ง Re-execute commands ADB (Method 4).
- ๐ฅ Install AppOps (requires) ADB) and ban advertising services from accessing the Internet.
After the update MIUI The advertisement is back, check it out:
- Have you not been able to set the settings? โ Privacy โ Advertising.
- Haven't they returned through the hidden ADB Check the adb shell pm list packages -d).
- Have there been new promotional packages (e.g. com.miui.hybrid in the latest versions)? MIUI 14).
โ ๏ธ Attention: B MIUI 14 Xiaomi has added protection against disabling advertising through ADB. If the pm hide commands do not work, use an alternative method: adb shell cmd package disable-user. --user 0 Name Package For example: adb shell cmd package disable-user --user 0 com.miui.systemAdSolution