Owners of Xiaomi Redmi Note 10 often face intrusive advertising in system applications, notifications and even on the lock screen. This is not a coincidence, but part of Xiaomiโs business model: the company monetizes cheap smartphones through displays of ads in the MIUI branded shell. The good news is that most banner ads can be disposed of without root rights and complex manipulation.
In this article, we will discuss 7 working methods to remove ads on Redmi Note 10 (relevant to MIUI 12/13/14 versions based on Android 11/12/13). Some methods affect system settings, others require disabling specific services, and the most radical - installing alternative software. Choose the appropriate option depending on your technical skills and willingness to sacrifice functionality.
โ ๏ธ Important: Some methods can lead to a loss of warranty if they involve unlocking the bootloader or installing custom firmware.
1. disable personalized advertising in MIUI settings
The safest and most official way to deactivate targeted ads is through the settings menu, which wonโt remove all banners, but will significantly reduce their number, especially in system applications like Browser, Music or Themes.
Instructions:
- ๐ฑ Open the Settings. โ Google โ Advertising
- ๐ Switch the slider "Disable personalized advertising" in the active position
- ๐ Return to the main settings menu and go to Settings โ Privacy โ Advertising services
- ๐ซ Turn off the option "Personalized recommendations" (if any)
This method works on all versions of MIUI, but has limited effect: ads in the Weather, Calendar or lock screen can remain.
2 Manually disabling advertising in each application
Xiaomi integrates ad modules into almost all standard applications, and fortunately, most of them can be turned off individually.
| Annex | The path to settings | What to turn off |
|---|---|---|
| Topics | Settings โ Wallpaper. โ โ๏ธ โ Promotional notices | Turn off "Show recommendations" |
| browser | โฎ โ Settings โ Confidentiality | Disable "Personalized News" and "Advertising Notices" |
| Music. | โ๏ธ โ Settings โ Advertising | Turn off all sliders in the advertising section |
| Weather. | โ๏ธ โ Settings โ Notifications | Disable "Push Advertising Notifications" |
๐น Tip: After you turn off the ads in each app, restart your phone. Some settings apply only after the reboot.
โ ๏ธ Note: In the Security app, you can not turn off ads โ this is one of the most โhardโ places in the world. MIUI. This will only help to remove the application through ADB (below).
โ๏ธ Checklist for removing ads
3. Removal of system applications via ADB (no root rights)
If manual settings didnโt work, the next step is to remove the ad modules via Android Debug Bridge (ADB).This method doesnโt require root rights, but it will require a computer and 10 minutes of time.
๐ What's the matter:
- ๐ป Computer with Windows/macOS/Linux
- ๐ USB-cable (original)
- ๐ฅ ADB Tools by Google
- ๐ง Included debugging by USB phone-on
Instructions:
- Turn on Settings โ About Phone โ MIUI version (click 7 times to activate Developer Mode)
- Return to Settings โ Additional โ For developers and enable โDebugging by USBโ
- Connect your phone to your PC and execute: Adb devices (your device should appear) in the command line
- Follow the commands to remove adware packages: adb shell pm uninstall --user 0 com.miui.analytics adb shell pm uninstall --user 0 com.xiaomi.midrop adb shell pm uninstall --user 0 com.miui.systemAdSolution
๐น Effect: After these commands are executed, ads in Settings, Security and some system dialogues will disappear.
List of all MIUI advertising packages
4. Use of alternative launchers and applications
One of the easiest ways to avoid system advertising is to replace standard Xiaomi apps with those from other developers.
- ๐ฑ Launcher: Install Nova Launcher or Lawnchair โ they do not contain advertising and allow you to customize your desktop
- ๐ Browser: Google Chrome, Firefox or Brave (with ad blocker)
- ๐ต Music: Spotify, YouTube Music or VLC
- ๐ Calendar: Google Calendar or Business Calendar
โ ๏ธ Warning: Replacing system applications wonโt take ads out of the system:
- ๐ Callers and SMS (call-in)
- ๐ Lock screen (banners at the bottom)
- โ๏ธ Settings menu (pop-up windows)
More radical methods will be needed for these cases.
๐ก Useful tip: If you use Nova Launcher, you can turn off Xiaomi system search in its settings (Nova Settings) โ Search โ Search string โ No, which often shows ads.
5. Blocking Advertising via DNS or VPN
Many of the banner ads in MIUI are downloaded from Xiaomi servers at specific addresses, and can be blocked at the network level by changing the DNS or using a traffic filtering VPN.
๐ง Method 1: Change DNS
- Go to Settings โ Wi-Fi (or Mobile Network)
- Click on the current network โ โChange the networkโ โ โMoreโ
- In the DNS field, type 1.1.1.3 #Cloudflare (blocks malicious and ad domains) or 94.140.14.14 #AdGuard DNS
๐ง Method 2: VPN advertising-blocking
Install one of these applications:
- ๐ก๏ธ AdGuard (mode) VPN)
- ๐ 1.1.1.1: Faster Internet (from Cloudflare)
- ๐ Blokada (open source)
๐ Comparison of methods:
| Method | Efficiency | Cons |
|---|---|---|
| Change of DNS | โญโญโญ (cleans ~60% of advertising) | Does not block local banners in MIUI |
| VPN (AdGuard) | โญโญโญโญ (cleans ~80% of advertising) | It can slow down the internet speed. |
| VPN + DNS | โญโญโญโญโญ (maximum effect) | Requires customization |
๐ก
Blocking at the DNS/VPN level does not remove ads from system applications completely, but significantly reduces the amount of advertising in the browser and third-party programs.
6. Installation of custom firmware (for advanced)
If you're willing to sacrifice the warranty and the official updates, the most radical way is to install custom firmware without advertising.
- ๐ฑ LineageOS (Pure Android without unnecessary modules)
- ๐ฅ Pixel Experience (like the Google Pixel interface)
- ๐ ArrowOS (optimized performance)
- ๐ก๏ธ Havoc-OS (maximum customization)
โ ๏ธ Note: Installation of custom firmware requires:
- ๐ Unlock the bootloader (reset all data!)
- ๐ฅ๏ธ Custom recaveri installations (TWRP)
- ๐ฆ Manual selection of compatible firmware for mojito/sunny (codenames for Redmi Note 10)
๐น Pluses:
- ๐งน Complete lack of advertising and unnecessary services Xiaomi
- ๐ Improved battery life
- ๐ฑ Faster operation of the system
๐ธ Cons:
- ๐ซ Loss of guarantee
- ๐ No official updates over the air (you will have to update manually)
- ๐ฑ Possible bugs with camera or sensors (depending on firmware)
๐ก
Before installing custom firmware, make a full backup through TWRP and check the firmware compatibility with your model (Redmi Note 10 has two modifications: mojito and sunny).
7. Disabling Advertising through Hidden MIUI Settings
Xiaomi hides some of the ad settings deep in the system menus, here's how to find them:
๐ง Method 1: Disconnection MSA (Mobile Services Ads)
- Open the Security (Security) application
- Move to the โ๏ธ โ Auto-start
- Find the "MSA" list (com.miui.msa.global) and turn off auto-run
- Return to the main safety menu โ โ๏ธ โ Notifications and disable notifications for "MSA"
๐ง Method 2: Disabling analytics services
- Go to Settings โ Applications โ Application Management
- Press on "โฎ" โ Show all applications
- Find and disable (or remove via ADB) the following services: com.miui.analytics com.xiaomi.ab com.miui.systemAdSolution
๐ก Useful advice: After the shutdown MSA Reboot your phone. This service is responsible for displaying ads in notifications and on the lock screen.