How to completely remove advertising on Xiaomi: system banners, MIUI and applications

Advertising in Xiaomi smartphones has become one of the most annoying features of MIUI firmware. Even in the new models of 2023-2026, users are faced with intrusive banners in settings, launcher, browser and system utilities, and the problem concerns not only the budget Redmi or POCO, but also the flagship Xiaomi 13/14 or Mix Fold.

Many people mistakenly think that ads can only be turned off through root rights or buying premium versions of apps. In fact, most ad modules are turned off by standard MIUI tools - you just need to know where to look. In this article, we will examine everything from basic settings to hidden developer parameters and alternative methods for persistent banners.

It's important to understand that Xiaomi integrates firmware-level advertising, so that when you reset your settings or update your MIUI, it can come back, but if you set it right, you can forget about the problem for months, and for the most persistent cases, we've prepared solutions using ADB and third-party tools, without the risk of losing your warranty.

๐Ÿ“Š What Advertising in Xiaomi Irritates You the Most?
Banners in settings
Advertising in the Mi Browser browser
Proposals in the launcher
Promotional notices
All of the above.

1. Disabling advertising in MIUI system applications

The first step is to remove ads from the standard utilities: Settings, Mi Browser, Mi Video, Music, and File Manager. Most of them have built-in switches to disable personalized ads, but they are hidden in the depths of the menu.

Start with the main source of annoyance, the banners in the settings, which appear on the main settings screen, in the About section or when you connect to Wi-Fi, to remove them:

  1. Open Settings โ†’ Accounts and Sync โ†’ Mi Account.
  2. Go to Personalization and Advertising (or MIUI Services in newer versions).
  3. Turn off the sliders: ๐Ÿ”˜ Personalized recommendations ๐Ÿ”˜ Showing interest-based advertising ๐Ÿ”˜ Advertising identification (if any)

For Mi Browser, the path will be different:

  1. Launch your browser, tap on it. โ‹ฎ โ†’ Settings.
  2. Choose Privacy and Security โ†’ Personalized Services.
  3. Turn off all items related to advertising and recommendations.

Disable personalization in Mi Account|Remove ads in Mi Browser|Check your Mi Video and Music |Switch off notifications from MIUI Recommendations |Reboot your phone to apply changes-->

2. Removal of advertisements from launcher and widgets

MIUI launcher is the second most intrusive source of advertising, and here banners appear as "recommended apps" on the home screen, in the search bar, or when swiping left (App Vault screen), and fortunately most of them are turned off without any additional tools.

First, remove the ads from the search box:

  1. Click the empty space on the home screen โ†’ select Launcher Settings.
  2. Go to Search. โ†’ Search settings.
  3. Turn it off: ๐Ÿ” Show recommended results ๐Ÿ” Personalized recommendations

For the App Vault screen (swipe left):

  1. Swipe left on the main screen โ†’ tap the gear in the upper right corner.
  2. Select Settings โ†’ Recommended Content.
  3. Turn off all sliders, especially Banner Ads and News Feed.

๐Ÿ’ก

If you have a launcher ad after you shut down, try changing the theme to the standard one in Settings โ†’ Theme โ†’ My Theme. Some custom themes contain hidden ad modules.

3. Blocking of advertising notices

Advertising pushes from Xiaomi and third-party services are a separate story, and they can come even if you have disabled all settings in MIUI.

  • ๐Ÿ“ฑ Mi Account (advertising games and services)
  • ๐Ÿ›’ GetApps (Xiaomi app store)
  • ๐ŸŒ Mi Browser (news notifications)
  • ๐ŸŽต Mi Music/Video (promotional content)

To turn them off:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. In the search, type the name of the application (for example, GetApps).
  3. Select Notifications โ†’ disable all categories.
  4. To block completely, tap Forced Stop (Warning: This will reset the app settings!).

Critical information: some system notifications (e.g. from "Security") cannot be disabled by standard means. ADB-command or third-party utilities like AppOps.

What if notifications are returned after rebooting?
This means that the application is automatically restarted by the system: 1. Open the Settings. โ†’ Battery and productivity โ†’ Battery management. 2. Find a problem app (like GetApps) and select Limit Background Activity. 3. Use it alternatively ADB-Command: Adb shell pm disable-user --user 0 com.xiaomi.mipicks (replace com.xiaomi.mipicks with the desired application package).

4. Hidden MIUI settings: Disabling Advertising through ADB

If standard methods don't work, it's time to move to hidden settings, and the safest way is to use ADB (Android Debug Bridge), which doesn't require root rights or breach warranty, but requires a computer.

First, prepare the device:

  1. Activate Developer Mode: Settings โ†’ About Phone โ†’ MIUI version (tap 7 times).
  2. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  3. Connect the phone to the PC, confirm the debugging permission.

Now run commands in ADB (via Command Prompt or Terminal):

adb shell pm disable-user --user 0 com.miui.systemAdSolution


adb shell pm disable-user --user 0 com.xiaomi.midrop




adb shell pm disable-user --user 0 com.xiaomi.mipicks




adb shell pm disable-user --user 0 com.android.browser

These commands are off:

  • ๐Ÿ›ก๏ธ The main module of system advertising (systemAdSolution)
  • ๐Ÿ“ฆ Advertising Flows from GetApps (Mipicks)
  • ๐ŸŒ Built-in browser (if not used, you can delete it)

๐Ÿ’ก

ADB-To return the disabled components, replace the disable-user with enable in the same commands.

5. Alternative methods: without ADB and root

You want to mess with ADB? There are other ways.

  • ๐Ÿ”„ Resetting Advertising Settings: in Settings โ†’ Accounts. โ†’ Mi Account. โ†’ Personalization click Reset Ad Preferences.This clears the cache of personalized banners.
  • ๐Ÿ“ฑ Region change: some advertising modules are turned off when selecting a European Union region in your phone settings (but this may limit the functionality of some services).
  • ๐Ÿ› ๏ธ Third-party launchers: install Nova Launcher or Lawnchair โ€“ they completely replace the standard launcher MIUI publicity.

For the Mi Browser browser, there's a radical solution: install Google Chrome or Firefox and make it the default browser. This will automatically disable all ad inserts in web pages.

Warning about third-party cleaners:

โš ๏ธ Attention: Apps like MIUI Hidden Settings or Xiaomi ADB/Fastboot Tools promise mass ad shutdown, but often contain their own adverts. SDK or charge for a premium version. Use only proven tools with GitHub (e.g. Universal Xiaomi Debloater).

6 Radical measures: debloating and custom firmware

If you're willing to go further, consider debloating or custom firmware installation, which are extreme measures, but they're guaranteed to remove all ads.

Options for advanced users:

MethodRoot is required.Risks.Efficiency
Remove applications via Titanium Backupโœ… Yes.It can break system functions.โญโญโญโญ
MIUI EU firmware (European version)โŒ No.Data loss, possible bugsโญโญโญโญโญ
Install LineageOS or Pixel Experienceโœ… Yes.Loss of warranty, complicated procedureโญโญโญโญโญ
Use of Xposed Framework + MIUI AdBlockโœ… Yes.Unstable work, security vulnerabilitiesโญโญโญ

To install MIUI EU (the ad-free version), follow the official instructions from the Xiaomi.eu forum.The main rule: never stitch the device through unofficial sources - it is fraught with bricks (complete loss of performance).

โš ๏ธ Note: debloating system applications (e.g. com.xiaomi.msa.global) may cause errors in Mi Account, Cloud Backup and other services. โ†’ Additionally. โ†’ Backup and reset.

7. Frequent mistakes and how to avoid them

Many users have typical problems when trying to remove ads, and here are the most common ones:

  • ๐Ÿ”„ "Advertising returns after update MIUI" โ†’ Solution: Repeat all steps from Section 1-3 after the update. Some settings are reset.
  • ๐Ÿ”ง "I can't find the item 'Personalization and Advertising'" โ†’ In the new versions MIUI It may be called the Services. MIUI or Advertising Preferences.
  • ๐Ÿ“ต "ADB can't see the device" โ†’ Make sure that Xiaomi drivers are installed USB Drivers and enabled debugging by USB. Try another cable.
  • ๐Ÿšซ "After disabling applications, the themes / wallpaper stopped working" โ†’ Do not delete com.android.themes or com.miui.misound โ€“ they are critical to work with. MIUI.

If after all the manipulations the advertising remained, check:

  1. Are there any third-party launchers or advertising widgets (e.g. GO Launcher) installed?
  2. Is the synchronization of advertising preferences in Google Account enabled (Google Settings โ†’ Advertising).
  3. Do you use pirated versions of apps (they often contain hidden advertising SDKs)?
Can I turn off ads on Xiaomi without a computer?
Yes, most of the ways in Sections 1-3 donโ€™t require a PC, but ADB may be needed to completely remove system ads (e.g., in Settings).
Why did the ads reappear after the reset?
MIUI links the ad settings to the Mi Account. When reset, they return to default values. Solution: Before reset, untie the account in Settings โ†’ Accounts โ†’ Mi Account โ†’ Delete the account.
Is it safe to use ADB to disable ads?
Yes, if you follow proven commands (as in Section 4). ADB does not require root rights or violate warranty, but the main thing is not to disable system components with unknown packages (for example, com.android.phone).
How to remove advertising in games and third-party applications?
Systemic methods do not affect advertising in games (for example, in the PUBG Mobile or Free Fire. Here it will help: Buying a premium version of the game. DNS-Filters (e.g. 1.1.1.3 from Cloudflare) Install ad blockers like Blokada (requires settings) VPN).
Does this work for POCO and Redmi?
Yes, all instructions are valid for MIUI devices, including POCO, Redmi and Black Shark, except for POCO Launcher models (e.g. POCO F5), where some ads are blocked by default.