How to completely remove ads from Xiaomi Redmi Note 10: a step-by-step guide

Advertising in Xiaomi Redmi Note 10 smartphones is one of the most annoying features of MIUI firmware. Even after buying the device, users encounter banners in the settings menu, notifications from system applications and pop-ups in the browser. The manufacturer has integrated advertising modules at the OS level, but they can be turned off - partially or completely, depending on the method chosen.

In this article, we will discuss 5 proven ways to remove ads on Redmi Note 10 (including Note 10 Pro and Note 10S models) without risking system damage. From simple MIUI settings to custom patches, choose the right option depending on your level of training. All methods are tested on current firmware versions (MIUI 14/15) and do not require root rights.

Why is there an ad on Redmi Note 10?

The main source of advertising in Xiaomi Redmi Note 10 is system applications MIUI, which by default have permission to display banners.

  • ๐Ÿ“ฑ Launcher MIUI (pop-up notifications on the main screen)
  • โš™๏ธ Settings (banners in the section "Recommendations")
  • ๐ŸŒ Mi browser (pop-ups when opening new tabs)
  • ๐Ÿ“ฆ File Manager (advertising in the "Cloud" section")
  • ๐ŸŽต Mi music and video (banners in the player)

Advertising can also be used through:

  • ๐Ÿ”„ Updates MIUI (In new versions of the firmware, previously disabled modules are sometimes returned)
  • ๐Ÿ“ฅ Third-party applications (especially if installed from unverified sources)
  • ๐Ÿ“ก Push notifications from Xiaomi services (such as msa or analytics)

It is important to understand that some advertising is built into the system. APK-It's not deleted by standard means, and it's going to require additional manipulations to block it, from editing settings to installing modified versions of the firmware.

๐Ÿ“Š How often do you get annoyed by Xiaomi ads?
Constantly.
Sometimes.
Nearby
Didn't notice.

Method 1: Disabling Advertising through MIUI Settings (without root)

The easiest method is to manually deactivate the ad units, which is suitable for users who do not want to risk the stability of the system. MIUI 12/13/14/15:

  1. Open Settings โ†’ About the phone and 7 times click on the MIUI version to activate the developer mode.
  2. Return to the main settings menu and go to Additional โ†’ Special Opportunities โ†’ Advertising.
  3. Turn off the sliders: ๐Ÿ”˜ Personalized recommendations ๐Ÿ”˜ Promotional notices ๐Ÿ”˜ Showing Advertising in System Applications

Reboot the phone.

If there is no Advertising section, try an alternative way:

  1. Open Settings โ†’ Accounts and Sync โ†’ Mi Account.
  2. Go to Privacy โ†’ Advertising Personalization and turn off all options.

Make a backup copy of the data|Check the version. MIUI|Activate the Developer Mode|Disable synchronization with Mi Account (optional)-->

โš ๏ธ Attention: After update MIUI Some settings may be reset. It is recommended to repeat the procedure after each major firmware update.

Method 2: Blocking Advertising through ADB (without superuser rights)

If standard settings donโ€™t work, you can use Android Debug Bridge (ADB), a debugging tool that allows you to disable system applications without root, which requires connecting your phone to your PC.

First, prepare the device:

  1. Enable USB debugging in Settings โ†’ Additional โ†’ For developers.
  2. Connect Redmi Note 10 to your computer and confirm debugging permission.
  3. Download ADB Tools and unpack the archive.

Next, execute commands in the terminal (command line):

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.android.browser




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




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

These commands are off:

Team team.What's blockingEffects of consequences
com.miui.systemAdSolutionSystemic advertising modulesDisappear banners in settings and launcher
com.xiaomi.midropMi Drop (file sharing)Notifications of data transfers cease to arrive
com.android.browserStandard Mi browserBrowser Ads Disappear, but App Becomes Unavailable
com.miui.analyticsXiaomi Analytics GatheringThe number of targeted advertising is decreasing

โš ๏ธ Note: Disabling system applications may cause some features to work unstable (e.g. Mi Drop or theme store).If problems arise, return the applications with a command:

adb shell pm enable com.name.packet

๐Ÿ’ก

Before you run the ADB-command, back up your data via Settings โ†’ System โ†’ Backup. This will help you recover data when you crash.

Method 3: Install a patch to remove ads (requires unlocking the bootloader)

For users willing to take more drastic measures, there is a patch from the 4PDA community that removes ad modules at the firmware level.

  • ๐Ÿ”“ Unlocked bootloader (bootloader)
  • ๐Ÿ“ฑ Established TWRP Recovery
  • ๐Ÿ–ฅ๏ธ Basic knowledge of working with custom firmware

Step-by-step:

  1. Download the NoAdsPatch patch (link to the 4PDA forum).
  2. Move the NoAdsPatch.zip file to your phoneโ€™s memory.
  3. Boot to TWRP (hold Power + Volume up when turned on).
  4. Select Install โ†’ Select patch file โ†’ Swipe to Confirm Flash.
  5. After installation, run Wipe Cache/Dalvik and restart the device.

Patch removes:

  • ๐Ÿšซ Advertising in Settings and Launcher
  • ๐Ÿšซ Pop-up banners in File Manager and Music
  • ๐Ÿšซ Notifications from Mi Video and Mi Browser

โš ๏ธ Warning: Installing patches from third-party developers can result in loss of warranty and system instability.Before the procedure, make sure you have a backup of NANDroid.

What if the phone doesnโ€™t turn on after the patch?
If the Redmi Note 10 is stuck on the logo after installing the patch, try: 1. Load to TWRP and re-install. 2. Roll back the changes. 3. Flash the phone with official firmware through the Mi Flash Tool (you will need an unlocked bootloader).

Method 4: Use of an alternative launcher and browser

If system advertising fails to be removed, you can replace standard MIUI applications with non-advertising ones, which does not require root or firmware modification.

Recommended alternatives:

Standard annexAn Advertising-Free AlternativeDownload link
MIUI launcherNova Launcher or LawnchairGoogle Play
Mi browserBromite or Firefox FocusOfficial website
File ManagerSolid Explorer or FX File ExplorerGoogle Play
Music by MiVLC or BlackPlayerGoogle Play

After installing alternative applications:

  1. Open the settings โ†’ Applications โ†’ Silences.
  2. Assign a new launcher and browser to the default apps.
  3. Disable or freeze standard MIUI applications (e.g., via Settings โ†’ Applications โ†’ Application Management โ†’ Disable).

โœ… Pros of the method: does not require root, is safe for the system, reversible.

โŒ Cons: does not remove advertising in settings and notifications, takes up additional space in memory.

Method 5: Completely remove ads with root (for power users)

If you're ready to get root rights, you can remove the ad modules permanently, which gives you maximum control over the system, but requires:

  • ๐Ÿ”“ Unlocked loader
  • ๐Ÿ“ฑ Installed by Magisk or SuperSU
  • ๐Ÿ› ๏ธ Knowledge of working with ADB termux

Instructions:

  1. Install Magisk Manager and get root access.
  2. Download App Systemizer or Titanium Backup.
  3. Find and remove the following system packages: com.miui.systemAdSolution (main advertising module) com.xiaomi.mipicks (launcher advertising) com.duokan.phone.remotecontroller (push notifications) com.xiaomi.joyose (music player advertising)

Settings โ†’ Applications

To block ads at the host level:

  1. Install AdAway (requires root).
  2. Update host lists and activate the lock.
  3. Reboot the phone.

โš ๏ธ Note: Removing root-righted system applications may result in loss of functionality MIUI (For example, theme or cloud service will stop working. Before deleting, back up through TWRP.

๐Ÿ’ก

Getting root rights voids Xiaomiโ€™s warranty, and use this method only if you are confident in your actions.

Additional Advice on Reducing Advertising

Even after the main advertising modules are disabled, pop-up notifications may remain to minimize them:

  • ๐Ÿ›ก๏ธ Install a notification blocker (e.g. Notification Blocker).
  • ๐Ÿ”’ Turn off auto-update apps on Google Play (some updates return ads).
  • ๐ŸŒ Use it. DNS-filtering (e.g. 1.1.1.3 from Cloudflare or 94.140.14.14 from AdGuard).
  • ๐Ÿ“ต Ban background activity of advertising applications in Settings โ†’ Battery โ†’ Optimization.

If ads appear in third-party apps (such as games or social networks), try:

  • ๐ŸŽฎ Use modified ones APK (For example, from the RevDL website).
  • ๐Ÿ›ก๏ธ Install VPN Advertising blocking (e.g. Blokada).

FAQ: Frequent questions about ads on Redmi Note 10

โ“ Why After Updating MIUI commercials are back?
Xiaomi periodically resets ad settings in new firmware versions. After the update, you must re-disable the ad modules through Settings โ†’ Special Features โ†’ Advertising or ADB.
โ“ Can you remove advertising without a computer?
Yes, but the options are limited. You can: Disable personalized ads in settings; install an alternative launcher and browser; use apps like AdGuard (without root works like a VPN); Complete removal of ads without a PC will require unlocking the bootloader and installing patches through TWRP (but it is risky without a backup).
โ“ Will the way to work with ADB Redmi Note 10 Pro?
Yes, the ADB instruction is suitable for all Redmi Note 10 series models (including the Pro, Pro 5G and Note 10S) as they run on the same MIUI platform. The exception is if you have custom firmware (like LineageOS), where commands may differ.
โ“ How to return standard applications after disconnecting ADB?
To turn on disabled applications again, use the command: adb shell pm enable --user 0 com.name.packet For example, to return the browser Mi: adb shell pm enable --user 0 com.android.browser After execution, restart the phone.
โ“Legal: Is it legal to remove ads from Xiaomi?
Legally, disabling ads on your personal device does not violate the law, as you do not distribute modified software. However: Removing ads may be considered a violation of Xiaomi's user agreement (but there are no penalties for this). Unblocking the bootloader and receiving root voids the warranty. Distributing modified firmware with remote advertising (for example, on forums) may violate copyright.