Are you tired of the fact that the lock screen Xiaomi constantly hangs the curtain notifications with unnecessary alerts? Or, conversely, want to return it after an accidental shutdown? In this article, we will discuss all possible ways to control the display of the curtain on the lock screen, from standard MIUI settings to hidden functions and commands for power users.
This is especially important for smartphone owners. MIUI 14/15 And the new HyperOS, where the lock interface has changed, and some users complain that the curtain is interfering with the time or widgets, and others that it's gone after the update, ADB-commands and even system file editing (for advanced systems).
Importantly, the methods vary depending on the firmware version and the smartphone model. For example, on the Redmi Note 12, the path to settings may be different from the POCO F5.
Why is the notification curtain displayed on the locked screen?
Xiaomi defaults to display a notification curtain on the lock screen for quick access to alerts, part of the MIUI philosophy that prioritizes convenience, but not everyone likes that:
- π± Personal notifications (messages, letters) are visible to outsiders.
- π The curtain takes up space on the screen, closing widgets or wallpaper.
- π Accidental touches can open unnecessary applications.
- π After the update, the settings are reset to standard.
In HyperOS, the logic of the curtain has changed: it can now be displayed even when the βHide Notification Contentβ option is turned on, due to a new privacy management system where the sensitivity level of data is determined separately for each application.
Interesting fact: on some models (for example, Xiaomi 13T), the lock curtain behaves differently than on the budget Redmi.
Method 1: Turn off the curtain using the standard MIUI/HyperOS settings
The easiest method is to use built-in privacy settings, which works on most devices, but may not be available on older models (e.g. Redmi 9A with MIUI 12).
Instructions:
- Open the Settings β Lock screen.
- Go to Notifications on the Lock screen (or Privacy in HyperOS).
- Choose one of the options: π Do not show notifications - the curtain will disappear completely. π Show without content β there will be only app icons. π± Show everything - the curtain will remain in its original form.
Save the changes and check the result by locking the screen.
Check the version. MIUI/HyperOS In Settings β The phone.
Make sure the screen is unlocked (some menu items are hidden when locked)
Back up important notifications (such as screenshot of the lock screen)
-->
β οΈ Note: On some firmware (for example, MIUI Global) the item "Notifications on the lock screen" can be called Lock screen notifications. If you do not find the section, use the search by settings (the magnifying icon in the upper right corner).
Also note that after the curtain is turned off, the weather and calendar widgets can shift, and you will have to reconfigure their location in Settings β Lock Screen β Widgets.
Method 2: Using Privacy Mode (for HyperOS)
HyperOS has a separate privacy management section where you can flexibly configure notification displays, which is suitable for newer models (Xiaomi 14, POCO F6, etc.).
How to set up:
- Go to Settings β Privacy β Privacy of the lock screen.
- Activate the switch to hide sensitive content.
- In the Notifications section, select: π Hide all notifications β the curtain will disappear. π Show only icons - the panel will be visible, but without text. π΅ Turn off the curtain completely (not available on all devices).
Telegram
Notification settings for applications
| Firmware version | The path to settings | Available options |
|---|---|---|
| MIUI 12-13 | Settings β Lock screen β Notifications | Show everything / Hide content / Do not show |
| MIUI 14 | Settings β Always on screen and lock β Notifications | Added the item βHide sensitive dataβ |
| HyperOS 1.0 | Settings β Privacy β Lock screen | Flexible settings for each application |
π‘ Useful tip: If the curtain still appears after the changes, try restarting the device. Sometimes the settings are only applied after the reboot.
π‘
On some models (such as the Redmi Note 11), quick access to the flashlight and camera may be lost after the curtain is turned off. To return them, turn on the option of Shortcuts on the lock screen in the lock settings.
Method 3: Disconnect via ADB (for power users)
If standard settings donβt help (for example, on custom firmware or older versions) MIUI), take advantage ADB-This method requires connecting the smartphone to the computer and enabling the developer mode.
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone. Click 7 times on the MIUI Version (you will be notified "You are a developer").
USB debugging
Settings β Additional β For Developers
Connect the phone to the PC and confirm the debugging permission.
adb shell settings put global lock_screen_show_notifications 0where 0 is to turn off the curtain, 1 is to show notifications without content, 2 is to show everything.
Reset the device.
β οΈ Attention: Misuse of the right ADB This can cause system failures on some firmware (e.g., Chinese versions). MIUI) This command may not work due to manufacturer limitations.
Alternative command for HyperOS:
adb shell cmd notification allow_lockscreen -p com.android.systemui -S noneIt completely blocks notifications on the lock screen, including icons.
What if the ADB does not recognize the device?
Method 4: Edit system files (root only)
If you have root rights, you can manually edit the system files that display the curtain, a method that is suitable for advanced users and can lead to unstable device operation.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Cross the path: /system/csc/others.xml or (for new versions): /system/system_ext/csc/others.xml
- Find a line: <CscFeature_LockScreen_LockScreenNotification>true</CscFeature_LockScreen_LockScreenNotification> and replace true with false.
- Save the file, set the rights 644 (rw-r--r---).
- Reset the device.
How to set up:
- Install the application (for example, Lock Screen Notifications).
- Grant permissions to access notifications (Settings β Applications β Special Access β Access to Notifications).
- In the application settings, select Hide notifications on the lock screen.
- Add unnecessary apps (such as games or advertising services) to the blacklist.
β οΈ Note: Some applications (e.g. banking) may block such utilities for security reasons. MIUI/HyperOS You may need to re-configure.
π‘ Useful tip: Before installing third-party apps, check reviews - some of them may contain ads or collect data.
What if the curtain disappeared on its own?
Sometimes the notification curtain disappears without you being involved, and this may be due to:
- π Update the firmware (especially when switching to HyperOS).
- π± Failure of Launcher (for example, after installing custom theme).
- π Optimizing the battery that disables background processes.
- π Antivirus or optimizer (e.g., Security or Clean Master).
How to get the curtain back:
- Check the notification settings (see Method 1).
- Restart the device β sometimes it restores the system services.
- Update your firmware to the latest version (Settings β System Update).
- Reset Launcher Settings: Go to Settings β Annexes β App management. Find the Launcher (or POCO Launcher, press Storage β Clear the data. β οΈ This will reset the location of the icons on the main screen!
If nothing works, try rolling back the firmware to the previous version (via Fastboot or MIUI bootloader). 4PDA and XDA Developers often post patches for similar bugs on the forums.
π‘
Before resetting or rolling back firmware, back up your data via Settings β Additional β Backup and Reset or Mi Cloud.