How to completely disable the hints on the lock screen Xiaomi: from weather to notifications

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.

πŸ“Š What information you want to hide on the lock screen?
Notifications from messengers
Weather and time
SMS and missed calls
All of the above.
I don't care.

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:

  1. Go to Settings. β†’ The phone.
  2. Press 7 times in a row on the MIUI version.
  3. 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?
If after 7 clicks on the version of MIUI, the developer mode does not appear, try: 1. Connect to Wi-Fi (on some firmware without a network, the option is not activated). 2. Update MIUI to the latest version (in old builds bugs with a hidden menu). 3. Reset settings through Settings β†’ System β†’ Reset settings β†’ Network settings (does not delete data!).

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 0

This 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:

AnnexFunctionalIt works without root.Cons
Heads OffDisables notifications on lockdownβœ… Yes.Doesn't work for MIUI 14.
Lockscreen NotificationsFiltering notifications by applicationβœ… Yes.The paid version is needed for full functionality
NLS LockscreenCustomization 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:

  1. 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.
  2. Reset the lock screen settings via Settings β†’ System β†’ Reset settings β†’ Reset lock settings (does not delete data!).
  3. 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:

  1. Go to Settings β†’ About the phone β†’ Reset settings.
  2. Select to erase all data (reset to factory).
  3. 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.

  1. Set your phone up as new.
  2. Disable all prompts immediately through Settings β†’ Lock screen.
  3. Install applications manually, setting up notifications for each individually.
What if the phone needs an old password after resetting?
If you forgot the password from your previous Mi Account and your phone needs to enter it after reset, use the official unlock instructions: 1. Go to account.xiaomi.com. 2. Select "Forgot the password" and follow the instructions (you need access to the attached email or phone number). 3. If the account is not yours (for example, the phone is bought with hands), contact Xiaomi with a purchase check to unlock.

FAQ: Frequent questions about the clues on the lock screen

Can I turn off the hints only for individual applications?
Yes. Go to Settings β†’ Applications β†’ App management, select the right one (like WhatsApp or SberBank) and turn off the option β€œShow notifications on the lock screen.” On MIUI 14, this item may be called β€œNotification Privacy”.
Why do the MIUI updates come back?
This is a feature of firmware: with major updates (for example, with the MIUI 13 by 14) the system resets some privacy settings "for security." To avoid this, take screenshots of the current lock screen settings before updating or use the security screen. ADB-parameterization.
How to remove tips on POCO Launcher or MIUI Launcher?
The hints on the lock screen are not dependent on the launcher - they are controlled by system settings. However, if you use an alternative launcher (for example, Nova Launcher), some widgets (for example, the weather) can be duplicated. To remove them, disable the system widget through Settings β†’ Lock screen β†’ Widgets.
Is it safe to use ADB to disable prompts?
Yes, if you follow the instructions and do not change other system settings. ADB-The commands given in this article are only notification settings and do not affect critical phone functions. ADB recommended: Create a backup copy of the data. Use the original USB-Do not interrupt the execution of commands.
Can the lock screen be removed completely?
Technically, yes, but it's highly discouraged for security reasons. If you want instant access to your phone without locking, set up a PP.IN-1 digit code or disable lock via Settings β†’ Lock screen β†’ Type of lockdown β†’ No, keep in mind that without blocking anyone can access your data.