Xiaomiβs lock screen is not just a protection against unauthorized access, but also an information panel that can give out too much data. Missed calls, weather forecasts, instant messenger notifications, or even confidential messages from banking apps are all available to anyone who picks up your phone. 12, POCO X5 and flagships Xiaomi 13/14, where MIUI by default, as open as possible".
Many users are unaware that the privacy settings on the lock screen are hidden in several menus, and some features (such as displaying text SMS) do not have a direct switch at all. In this article, we will discuss all possible ways to disable prompts, from standard MIUI options to hidden settings through ADB and third-party utilities, and learn how to block access to notifications for specific applications and why some prompts return after a system update.
1. Standard MIUI settings: what can be turned off without root
So, to start with, the simplest of them is the built-in MIUI options, so even without superuser rights, you can limit the display of most of the clues, and the key is to know where to look.
Go to Settings β Lock screen. Here you are interested in three key sections:
- π± Notifications on the lock screen β manages the display of icons and notification text.
- π¦οΈ Weather and time - responsible for the forecast widget (you can disable or replace it with a minimalist version).
- π Privacy β Hiding the content of notifications for individual applications.
Note that on MIUI 14, the path to settings may be different. For example, on some firmwares, the Lock Screen is hidden in Settings β Display β Additional. If you don't find the right partition, search by settings (the magnifying glass icon in the upper right corner).
β οΈ Attention: On smartphones with Android 13+ (For example, Xiaomi 13 Pro or Redmi K60) Part of the lock settings moved to Settings β Annexes β Special access β Notifications on the lock screen. Don't miss this point!
Disable "Show the contents of notifications" |Remove the weather widget | Hide the icons of missed calls |Limit notifications for messengers-->
2. Hidden settings: how to remove hints through "For developers"
If standard options don't work, you have to dig deeper, and MIUI has hidden options that allow you to disable even the ones that aren't deleted through the regular menu, like missed call icons or some firmware previews.
First, activate the developer mode:
- Go to Settings. β The phone.
- Press 7 times in a row on the MIUI version.
- Enter your Xiaomi account password if required.
Now go back to the main settings menu and open Additional β For developers.
- π "Disable notifications on the lock screen" (completely removes all icons).
- π΅ "Hide sensitive content" (hidden text) SMS messenger).
- π "Show notifications without icons" (leaves only the number, without details).
β οΈ Note: On some models (POCO F5, Redmi Note 11 Pro+) When you turn off the notifications through the developer mode, the vibration may disappear when you unlock it.
What if there is no βDevelopersβ clause?
3. ADB-Teams: Radical disabling of clues
If previous methods have failed, itβs time to plug in the heavy artillery, Android Debug Bridge (ADB), which is suitable for power users and allows you to disable even those prompts that MIUI considers βnon-disabledβ.
You'll need:
- π₯οΈ Computer with installed ADB Tools.
- π± Included debugging by USB on the phone (Settings) β For developers β Debugging by USB).
- π Cable USB (preferably original).
Connect your phone to your PC and execute in the command line:
adb shell settings put global lock_screen_show_notifications 0This command will completely disable the notifications on the lock screen. To get it back, replace 0 with 1.
To turn off weather widgets and clocks, use:
adb shell pm hide com.miui.weather2
adb shell pm hide com.miui.weather.providerβ οΈ Attention: After application ADB-In order to do this, some system applications (such as Mi Home or Mi Fit) may stop sending notifications at all. To fix this, restart the phone or run the command adb shell cmd appops reset.
π‘
Before using ADB, back up your data via Settings β System β Backup. In rare cases, incorrect commands can cause MIUI to fail.
4. Third-party utilities: when MIUI is not obeyed
If you don't want to mess with ADB or your Xiaomi has some pretty tight restrictions (like corporate phones), third-party apps will come to the rescue. We tested 5 popular utilities -- here's what we got:
| Annex | Functional | It works without root. | Cons |
|---|---|---|---|
| Heads Off | Disables notifications on lockdown | β Yes. | Doesn't work for MIUI 14. |
| Lockscreen Notifications | Filtering notifications by application | β Yes. | The paid version is needed for full functionality |
| NLS Lockscreen | Customization of the lock screen | β No, I need root) | Tough setup |
| AutoNotification (Tasker) | Rules for notification | β Yes. | Requires skills to work with Tasker |
The easiest option for beginners is Heads Off. Install it from Google Play, give permission to access notifications and choose which apps should be silent on the lock screen. Minus: on MIUI 13/14, the app can conflict with system services, so reboot the phone after setting up.
For advanced users, Tasker + AutoNotification can be used to create a rule that automatically hides notifications from banking apps or instant messengers at certain times of the day.
Profile: "Working time"
Condition: Time from 9:00 to 18:00
Task: AutoNotification β Intercept notifications β Hide on the lockπ‘
Third-party utilities are a temporary solution. Once the MIUI is updated, their settings may reset and the prompts will return.
5.Outstanding issues after the update: why tips are coming back
Many Xiaomi users are faced with the fact that after updating MIUI all the settings of the lock screen are reset. This is not a bug, but a feature: the system believes that after a major update, the user must reset the privacy.
Hereβs what to do if the tips come back:
- Check the MIUI version in Settings β About Phone. If the update came recently (less than 3 days ago), wait for the system to stabilize - sometimes resets occur due to background optimization.
- Reset the lock screen settings via Settings β System β Reset settings β Reset lock settings (does not delete data!).
- Turn off automatic optimization in Settings β Battery β Battery Optimization β Disable for system applications.
If the problem repeats after each update, try blocking the automatic updates:
- π₯ Open the Settings. β The phone. β Updating the system.
- π Click on three dots in the upper right corner β Settings β Auto-update.
- π« Select Turned Off or Wi-Fi Only (no automatic installation).
β οΈ Attention: POCO F4 GT Black Shark 5 after the upgrade MIUI 14 may miss the "lock screen" in the settings. To return it, reset the settings via fastboot command fastboot erase config (the data will not be affected, but you will need to reconfigure the phone).
Extreme measures: reset to factory settings
If none of these things work, the last option is a complete reset, and it's a radical solution, but it's guaranteed to remove all the clues, including the ones that are sewn into the firmware.
- π± Make a backup copy through Settings β System system β Backup or Mi Cloud Backup.
- π Make sure to remember the password from your Xiaomi account (required to unlock after resetting).
- π Write it down. IMEI phone (printed on a box or seen in *#06#).
The process itself:
- Go to Settings β About the phone β Reset settings.
- Select to erase all data (reset to factory).
- Confirm the action and wait for the reboot (it will take 5-10 minutes).
After reset, do not restore settings from the backup - this can return the old lock screen settings.
- Set your phone up as new.
- Disable all prompts immediately through Settings β Lock screen.
- Install applications manually, setting up notifications for each individually.