The lock screen on Xiaomi smartphones often turns into a field for advertising, notifications from Mi Browser and app recommendations β even if you have never used these services. The manufacturer integrates such βchipsβ into the MIUI firmware by default, arguing that it is βusefulβ for the user. In practice, most owners of Redmi Note 12, POCO X5 or Xiaomi 13T want to see on the lock only the time, date and their notifications β without intrusive banners.
Complicating the problem, Xiaomi regularly changes the layout of the settings in new versions of MIUI (12, 13, 14) and hides some options behind βregional restrictions.β For example, on global firmware (MIUI Global), some of the ad-disabled features can be blocked, while on Chinese (MIUI China) or European (MIUI EEU) versions they are available. In this article, we will discuss all the current ways, from standard settings to hidden commands for experienced users.
Important: Some methods require ADB rights or system file changes, and if you're a beginner, start with the first three sections, which cover 90% of cases without risk to the device.
1. Disabling Advertising through the standard MIUI settings
The safest way is to use the built-in options. Xiaomi officially allows you to disable some of the offers, but not all menu items are obvious.
- Go to Settings β Lock screen.
- Select the optional settings (or Advanced settings in MIUI 14).
- Turn it off: π’ Recommendations (Show recommendations on the lock screen) π Mi Browser (Showing news from Mi Browser) π Use statistics (Show steps/activity data)
Save the changes.
β οΈ Attention: On some firmware (MIUI Global for India or Russia) the paragraph of the Recommendation may not be available.
If after disabling advertising still appears, check the settings of specific applications:
- π Open the Settings. β Annexes β Application management.
- π± Find Mi Browser, Mi Video, GetApps and disable their permissions Show on the lock screen.
- π Reboot your smartphone.
2. Hidden MIUI settings: how to disable system notifications
Xiaomi hides some of the options from users of global firmware. To access them, you need to use the code for the engineering menu or ADB-Let's look at both options.
Method 1: Code to disable ads (works on MIUI 12-14)
Enter the following code in the Phone application:
##847##After that:
- Select Lockscreen Ads (or Lock Ads).
- Turn off all the switches in this menu.
- Confirm the action and restart the device.
β οΈ Note: On some models (POCO F4, Redmi K50) This code may not work, in which case you can use it. ADB (described below).
Method 2: ADB-commands to shut down
If standard methods donβt work, connect your smartphone to your PC and execute commands via Android Debug Bridge (ADB):
Install Xiaomi drivers on PC| Enable debugging over USB in the developer settings | Download ADB Tools (platform-tools) | Connect your phone to your PC via cable | Allow debugging on your smartphone screen-->
adb shell pm hide com.miui.systemAdSolutionThis command disables the system module responsible for displaying ads. To return to the original settings, use:
adb shell pm unhide com.miui.systemAdSolutionYou can also disable notifications from Mi Browser and GetApps:
adb shell pm hide com.android.browser
adb shell pm hide com.xiaomi.mipicksπ‘
If ADB does not recognize the device, try switching the connection mode from Charging to File Transfer (MTP) in the notification curtain.
3. Notification settings: what can be turned off without root
Even after the ad is turned off, system notifications such as low battery power, MIUI updates, or smartphone usage tips can remain on the block.
- Open Settings β Notifications and Status bar.
- Go to Notifications Management.
- Find and disconnect: π Battery (charge notifications) π² System UI (clues MIUI) π Software Update (reminders of updates) π GetApps (app recommendations)
For full control of notifications, use the Do Not Disturb mode:
- π Go to Settings. β Sounds and vibrations β Don't disturb.
- π§ Activate the rule Always or set up a schedule.
- βοΈ In exceptions, leave only important applications (calls, SMS).
| Type of notification | How to turn off | Effects of consequences |
|---|---|---|
| Mi Browser commercial | Settings β Applications β Mi Browser β Notifications | News banners will disappear, but the browser will remain working |
| MIUI tips | Settings β About phone β MIUI version β 7 times tap β For developers β Disable the hints | There will be no more pop-up windows with advice |
| PO Updates | Settings β The phone. β Updating the system β βοΈ β Disable notifications | You will not receive update reminders (check manually) |
| Step statistics | Settings β Google β Fit β Notifications | The activity counter on the lock will disappear. |
4.Use of third-party applications to clear lock
If manual settings don't work, you can use specialized utilities that block the system processes that are responsible for displaying ads without having to get root rights.
Top.-3 tested applications:
- π‘οΈ Blokada β Blocks Advertising Domains at Level DNS. It works without root, but requires customization VPN.
- π§ App Ops β allows you to disable permissions for system applications (for example, displaying on lock).
- π« Disable Service β Deactivates Mi Browser and GetApps.
β οΈ Note: Apps like App Ops may require you to enable Special Options in your Android settings. Donβt install them from unverified sources β use only APKMirror or F-Droid.
Instructions for Blokada:
- Download and install the application from the official website.
- Start and select the Ad Blocking mode.
- Turn it on. VPN-Connection (permission required).
- Add to the blacklist domains: miui.com migc.xiaomi.com ad.mi.com
π‘
The app side may conflict with Xiaomi system services. Create a backup before using it!
5. Radical methods: disabling through root and firmware modification
If youβre willing to take drastic measures, getting root rights or reflashing to a custom version of MIUI (e.g. Xiaomi.eu) will give you full control over the lock, methods that are suitable for power users and require unlocking the bootloader.
On Xiaomi models from 2023 to 2026 (e.g. Xiaomi 14 or Redmi Note 13 Pro+), unlocking the bootloader can result in a loss of warranty and a reset of all data.
Method 1: Remove system applications through root
After obtaining root rights (Magisk), delete the following packages:
com.miui.systemAdSolution # Advertising Module
com.android.browser # Mi Browser
com.xiaomi.mipicks # GetApps
com.miui.weather2 #Weather (if not needed)
com.miui.notes # Notes (if not used)Method 2: Install custom firmware (Xiaomi.eu)
Xiaomi.eu is a modified version of MIUI without ads and with advanced settings.
- β No system advertising.
- β More options for customization of lock.
- β Regular updates.
Disadvantages:
- β Requires unlocking the loader.
- β There may be a camera bug or NFC on some models.
Installation instructions:
- Unlock the bootloader through the Mi Unlock Tool.
- Download the firmware Xiaomi.eu for your model from the official forum.
- Install it via TWRP or Fastboot.
What happens if you remove system applications without root?
6.Alternative launchers: bypassing system constraints
If you don't want to interfere with system files, you can use alternative launchers that support lock screen customization.
- π Nova Launcher + Sesame Shortcuts (for lock widgets).
- π² Action Launcher (built-in support for disabling notifications).
- π± Smart Launcher 6 (Automatic Application Sorting and Ad Blocking).
How to set up:
- Install a launcher from Google Play.
- Set it as the default launcher in Android settings.
- In the launcher settings, find the Lock Screen or Widgets section.
- Turn off the system notifications and add only the necessary elements (time, weather, quick actions).
β οΈ Warning: Alternative launchers don't block ads at the system level, they just hide them behind their interfaces. MIUI all banners will return.
7. Frequent mistakes and how to avoid them
When trying to remove sentences from the block, users often face typical problems.
| Problem. | Reason. | Decision |
|---|---|---|
| After disabling the ad in the settings, it returns in a day | Automatic update of Mi Browser or GetApps resets settings | Turn off auto-update for these apps on Google Play |
| Code #847## is not working | Blocked on MIUI Global global firmware for some regions | Use it. ADB-Or check out the team or check out Xiaomi.eu. |
| ADB does not see the device | Drivers not installed or USB debugging enabled | Install ADB Tools and check the developer settings |
| After the removal of Mi Browser, weather widgets stopped working | Some system widgets are tied to Mi Browser | Install an alternative widget (e.g. Transparent Clock & Weather) |
If none of the methods worked, check:
- π Update. MIUI up to the latest version - in new builds sometimes correct bugs with advertising.
- π Reset the settings to factory (pre-make a backup!).
- π οΈ Contact Xiaomi via the official website (specify the model and version) MIUI).