The lock screen on Xiaomi smartphones often turns into a battleground with unnecessary prompts: "Plug Mi Account!", "Activate sync!", "Try a new gesture!". These tips are not just annoying - they slow unlock, eat up battery power and sometimes block important notifications. Worse, after MIUI updates or switch to HyperOS, these prompts can return, even if you have already disabled them.
Complicating the problem is that Xiaomi is actively promoting its services through the lock screen, masking advertising as βhelpful tips.β In some firmware (for example, global versions for Europe), these tips are turned off in a pair of taps, and in Chinese or Indian builds you have to dig into hidden settings. We tested all the current methods on Xiaomi 13 Pro (HyperOS), Redmi Note 12 (MIUI 14) and POCO F5 β and are ready to provide working solutions, including bypassing the restrictions for βstubbornβ firmware.
If you're tired of seeing "Push Twice to Wake Up the Screen" or "Add a fingerprint to unlock quickly," this article will help you get rid of them once and for all. Importantly, some methods require superuser rights, but we'll start with the simplest ways that work without hacking the system.
1. Standard shutdown via MIUI/HyperOS settings
Letβs start with the official method, which works on most Xiaomi devices with MIUI 12 and later (including HyperOS), which requires no root rights and takes less than a minute.
Open Settings β Lock screen. Depending on the firmware version, you need to find one of the following items:
- π The keys on the lock screen (in) MIUI 13/14)
- π± Notifications and Advice (in HyperOS)
- βοΈ Additional settings β System Tips (in older versions)
Inside the menu, find the Show Tips on the Lock screen (or similar) and turn it off. On some devices (POCO X3 Pro, Redmi 9A), this option may be called Mi Recommendations or System Tips.
If there is no such item, don't despair. Xiaomi likes to move settings between updates. Try an alternative way:
- Go to Settings β Applications β Application Management
- Slip on the three points in the upper right corner and select Show System Processes
- Find the MiuiDaemon app (or SystemUI in HyperOS)
- Turn off permission to display over other windows.
2. Disconnection through "Special Opportunities" (hidden method)
This works even where standard settings don't work, and it's based on disabling the system service that outputs the prompts. Attention: After this method is used, some system notifications (such as low battery power) can also disappear from the lock screen.
Instructions:
- Open Settings β Special Opportunities
- Scroll down and select Special Opportunity Services
- Find MiuiAccessibilityService (or XiaomiAccessibility in HyperOS)
- Turn off the slider next to it
- Reset the device
If the tips are back after the reboot, then the service automatically turned on again.
- π§ Go to Settings. β Annexes β All applications
- π Find Special Features (app, not settings section!)
- π« Press Stop and Disable.
βοΈ Preparing for councils to be turned off
3.Use of ADB-commands without root)
If previous methods didnβt work, itβs time to connect the ADB debugging bridge. This method requires a computer, but does not violate the warranty and works on 90% of Xiaomi devices. Important: before you start, turn on USB debugging in the developer settings (Settings β About Phone β MIUI version β tap 7 times, then return to Additional settings β For developers).
Install ADB Tools on your PC, connect your phone and execute in the command line:
adb shell pm disable-user --user 0 com.miui.systemAdSolutionHyperOS may require an additional command:
adb shell pm uninstall -k --user 0 com.xiaomi.mipicksIf after completing the commands, the advice remained, try an alternative option:
adb shell settings put global lock_screen_show_notifications 0What if the ADB canβt see the device?
4. editing system files (requires root)
For owners of phones with unlocked bootloader and root-rights there is a radical method β the removal of system files responsible for prompts. β οΈ Warning: Incorrect actions may result in loss of lock screen functionality or looped bootloops!
Use any root-access file manager (such as Root Explorer or FX File Explorer) and delete the following files:
- π /system/priv-app/SystemAdSolution/SystemAdSolution.apk
- π /system/app/MiuiDaemon/MiuiDaemon.apk
- π /data/app/com.miui.systemAdSolution-*/ (cache)
Once removed, restart the device. If the lock screen stops working correctly, restore deleted files from the backup or reflash the phone via Fastboot.
π‘
Before you delete your system files, make a copy of them to the cloud or on your PC, which will help you quickly restore your functionality if something goes wrong.
5. Disconnect via Mi Account (for global firmware)
Little-known fact: some of the βtipsβ on the lock screen are linked to your Mi Account. If you use global firmware (EEA, Russia, Global), try disabling them via the web interface:
- Go to the Mi Account website and log in.
- Select Devices β Your Phone β Synchronization Settings
- Find Personalized Recommendations or System Tips
- Turn off all sliders associated with the lock screen
Updating status can take up to 24 hours. If the tips haven't gone away, clear the Mi Account app's cache in your phone's settings.
6. Alternative launchers and custom firmware
If neither method worked, consider installing a custom launcher or switching to an alternative firmware.
- π± Nova Launcher + Nova Lockscreen plugin (allows you to completely redefinite the lock screen)
- π§ LineageOS or Pixel Experience (firmware without branded βchipsβ Xiaomi)
- π‘οΈ Xiaomi.eu (modified) MIUI no-advertising)
Note that installing custom firmware resets the warranty and requires unlocking the bootloader. For detailed instructions for your model, look for the 4PDA or XDA Developers forums.
| Method | Root is required. | Difficulty | Risk | Efficiency |
|---|---|---|---|---|
| Standard settings | β No. | β Very simple. | β οΈ Low. | β 60% |
| Special facilities | β No. | ββ Easy. | β οΈ Medium. | β 75% |
| ADB-team | β No. | βββ Middle-Average | β οΈβ οΈ High-pitched | β 90% |
| Editing system files | β Yes. | ββββ Hardly. | β οΈβ οΈβ οΈ critical | β 99% |
| Custom firmware | β Yes. | βββββ Very difficult. | β οΈβ οΈβ οΈ critical | β 100% |
π‘
On HyperOS devices, standard tip disabling often fails due to integration with Xiaomi Cloud services β ADB-clout.
Frequent problems and solutions
Even after a successful shutdown, the advice can come back, and here are the most common reasons and ways to address it:
Problem 1: After the MIUI/HyperOS update, the tips came back.
Solution: Repeat the disabling procedure through ADB or special features. In some cases, resetting the lock screen settings helps (Settings β System β Resetting β Reset the lock screen settings).
Problem 2: Not only tips, but important notifications (calls, SMS) have disappeared.
Solution: Return Special Options settings to the original state and use the method with ADB, specifying the specific package:
adb shell pm hide com.miui.systemAdSolutionProblem 3: The lock screen left the words "No SIM" or "Connect to Wi-Fi" on it, even though the tips are disabled.
Solution: These are not tips, but system notifications. You can hide them through Settings β Notifications β System notifications.
π‘
If you update your firmware frequently, create a text file with workers. ADB-So you can quickly re-engineer the tips after the update.