How to permanently remove ads from the lock screen Xiaomi: official and hidden methods

The lock screen on Xiaomi smartphones is one of the most controversial places in MIUI firmware. On the one hand, it displays notifications, time and quick action, and on the other, aggressive advertising that appears even on a locked device, especially annoying owners of budget models Redmi and Poco, where banner ads can occupy up to 30% of the screen.

In this article, we will look at all the current ways to disable ads on the lock screen, including the official settings of MIUI 14/15, ADB commands, as well as alternative methods for advanced users. Importantly, some solutions require superuser rights or can affect the stability of the system, we noted such points with special warnings.

If you are using a Xiaomi smartphone from 2023-2026 (e.g. Redmi Note 12, Poco X5, Mi 14), all the instructions below are checked on current firmware versions. For older models (before MIUI 12), some methods may not work – in this case, refer to the section with alternative solutions.

πŸ“Š What kind of Xiaomi model do you have?
Redmi (Note, K-series)
Poco (F, X, M-series)
Mi (flagship series)
Black Shark (game)
Another model

1. Officially disabling advertising through MIUI settings

The easiest and safest way is to use the built-in MIUI options, but the manufacturer hides some options, so you have to dig into the menu.

Follow this path:

  1. Open the Settings β†’ Lock screen.
  2. Switch to the item Additional settings (in some versions - Advanced settings).
  3. Find the Ads option on the lock screen or Personalized Recommendations and turn off the slider.
  4. Restart the device so that the changes take effect.

If there is no such item (which is typical for global firmware), try an alternative path:

  • πŸ” Go to Settings. β†’ Annexes β†’ Application management.
  • πŸ“± In the search bar, type msa (this is the Miui System Ads application).
  • βš™οΈ Open the application settings and disable autostart, and remove permissions to display notifications.

Turn off the mobile Internet (so that the ads do not load during settings)

Close all background applications

Check the version of MIUI in Settings β†’ About the phone

Backup important data (in case of failure)-->

Why might this method not work? In the latest versions of MIUI 14/15 for European and global regions, the manufacturer removed direct settings for disabling ads. If you have Chinese firmware (for example, on Xiaomi 13 Ultra), the chances of success are higher.

2. disabling advertising through ADB (no root)

If standard settings don’t work, use the Android debugging bridge (ADB), an official tool from Google that doesn’t require superuser rights, but allows you to jam Xiaomi’s ad services.

You'll need:

  • πŸ–₯️ Computer with Windows/macOS/Linux.
  • πŸ“± Cable USB Type-C (original so that there are no connection problems).
  • πŸ› οΈ Google’s Platform Tools utility (download and unpack archive).

Step-by-step:

  1. Turn on the developer mode on your smartphone: Go to Settings β†’ About Phone. Tap 7 times on the MIUI version until the notification appears.
  2. Return to Settings β†’ Additional β†’ Developer and activate: Debugging over USB OEM Unlock (if any)

platform-tools

adb devices


adb shell pm hide com.miui.systemAdSolution

If the first command doesn’t show the device, check the drivers or try another cable.

Critical detail: after the device is restarted, the ad can return. To consolidate the result, add a command to the autoload via Tasker or similar applications.

adb shell settings put global hidden_api_policy 1

It will temporarily unlock the hidden API, It can affect the stability of the system.-->

3. Use of third-party applications (with root)

If you have root rights (e.g., through Magisk), you can completely remove the system applications responsible for displaying ads, a method that is most radical and suitable for advanced users.

List of dangerous apps (remove via Root Explorer or Titanium Backup):

Package nameDescriptionRisk of removal
com.miui.systemAdSolutionThe main module of MIUI advertisingLow.
com.xiaomi.midropFile transfer service (sometimes displays ads)Medium.
com.miui.analyticsStatistics (can restore advertising)High-pitched
com.miui.cloudserviceXiaomi Cloud ServicesMedium.

⚠️ Attention: Removing system applications can lead to unstable phone operation, update errors or even a "brick" (inability to download). TWRP Or Mi Flash Tool.

Alternatively, it is possible to freeze applications via App Quarantine or Ice Box, which is less risky than deleting, but requires constant work of the root manager.

4.Reset ad settings via Mi Account

Little-known fact: some of your advertising preferences are tied to your Mi Account, and if you previously agreed to personalized ads, you can reset them via the web interface.

Instructions:

  1. Go to account.xiaomi.com and log in.
  2. Open the Privacy β†’ Ad Preferences section (could be called Ad Personalization).
  3. Turn off all sliders associated with personalized recommendations.
  4. Find the Reset Ad ID button and press it.

This method doesn’t work on all regional versions of MIUI, but it can reduce the number of ad impressions by 40-60%.

What if the reset didn't help?
If after the reset, the ads continue to appear, check: 1. Firmware region – on the Chinese versions of MIUI more ads than on the global. 2. System updates – sometimes ad modules return after the update. 3. Third-party launchers – some (for example, Nova Launcher) block system notifications, including ads.

5. Alternative methods: shutting down the Internet for system applications

If you don’t want to dig into settings or use ADB, you can simply restrict internet access for advertising services, which won’t remove banners completely, but will make them empty (gray blocks).

How to do this:

  1. Go to Settings β†’ Applications β†’ Application Management.
  2. Find it through search: πŸ“Š Miui Daemon (com.lbe.security.miui) πŸ“± MSA (com.miui.systemAdSolution) ☁️ Mi Cloud (com.miui.cloudservice)

Mobile data

Wi-Fi

shut down

⚠️ Note: Internet restriction for Miui Daemon may cause notifications from some apps (such as WhatsApp or Telegram) to work incorrectly.

Use NetGuard to automate the process (no root required, but enable). VPN-Create a lock rule for domains:

  • 🌐 ad.mi.com
  • 🌐 tracker.ai.xiaomi.com
  • 🌐 sdkconfig.ad.xiaomi.com

6. firmware custom ROM (for advanced)

If none of these methods worked, the last option is to install custom firmware without ad modules.

  • πŸ“± LineageOS – pure Android without unnecessary services.
  • πŸ”§ Pixel Experience – firmware with interface from Google Pixel.
  • ⚑ Xiaomi.eu – modified MIUI without advertising (but with European localization).

πŸ”Ή Pros: no advertising, better performance, regular updates.

⚠️ Cons: loss of warranty, risk of "brick", possible bugs with the camera or sensors.

If you do, follow the instructions from the XDA Developers forum for your model. Be sure to unlock the bootloader through the Mi Unlock Tool and install TWRP for the backup.

πŸ’‘

Custom firmware is the only way to permanently get rid of ads on the lock screen, but is only suitable for experienced users, ready for risks.

FAQ: Frequent questions about advertising on Xiaomi

❓ Why After Updating MIUI The commercial reappeared?
The manufacturer regularly returns the ad modules through system updates. To avoid this: Disable automatic updates in Settings β†’ The phone. β†’ Update the system. Use it. ADB-A command to block ad packages after each update.
❓ Can you turn off advertising without a computer?
Yes, but the options are limited: Use the App Quarantine app (requires root). Turn off the Internet for advertising services through Settings β†’ Apps. Install an alternative launcher (like Nova Launcher) that blocks system notifications. Without a PC, you can't use ADB or flash custom ROM.
❓ Does the Advertising Disconnection Affect Your Phone?
Most of the time, no. However: Blocking Miui Daemon can disrupt push notifications. Deleting com.miui.analytics sometimes leads to Mi Cloud errors. On Chinese firmware, disabling ads can cause constant update requests. If you notice a crash, return settings back or reset via Settings β†’
❓ Why some Xiaomi models don’t have ads?
Manufacturer divides devices into categories: πŸ“± Flagship models (Mi 13, Mi Mix, Black Shark) – no ads or can be turned off in 1 click. πŸ’° Budget series (Redmi Note, Poco M) – aggressive advertising, difficult to remove. 🌍 Regional firmware: Global versions have fewer ads than Chinese ones, and ads depend on the version. MIUI: into MIUI 15 it was less than in MIUI 12.
❓ Is it legal to remove ads from Xiaomi?
From a legal perspective: πŸ“œ In the license agreement MIUI There is a clause on personalized advertising, but there is no direct prohibition to disable it. βš–οΈ In Europe and Russia, the user has the right to refuse to collect data (including advertising). ID). πŸ”§ Use of the ADB or root doesn't violate the law, but it can take away the warranty. The manufacturer doesn't block the device for removing the ads, but can return it through updates.