How to remove the notification curtain on the locked screen Xiaomi: all ways

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:

  1. Open the Settings β†’ Lock screen.
  2. Go to Notifications on the Lock screen (or Privacy in HyperOS).
  3. 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:

  1. Go to Settings β†’ Privacy β†’ Privacy of the lock screen.
  2. Activate the switch to hide sensitive content.
  3. 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).

WhatsApp

Telegram

Notification settings for applications

Firmware versionThe path to settingsAvailable options
MIUI 12-13Settings β†’ Lock screen β†’ NotificationsShow everything / Hide content / Do not show
MIUI 14Settings β†’ Always on screen and lock β†’ NotificationsAdded the item β€œHide sensitive data”
HyperOS 1.0Settings β†’ Privacy β†’ Lock screenFlexible 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:

  1. 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 0

where 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 none

It completely blocks notifications on the lock screen, including icons.

What if the ADB does not recognize the device?
Make sure that Xiaomi drivers are installed USB Drivers (you can download from the official website) Try using another one. USB-cable (preferably original) Include the debugging option in the developer settings USB (Security settings) and Allow change of debugging resolution. If you use Windows, check if the antivirus is blocking the connection ADB.

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:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Cross the path: /system/csc/others.xml or (for new versions): /system/system_ext/csc/others.xml
  3. Find a line: <CscFeature_LockScreen_LockScreenNotification>true</CscFeature_LockScreen_LockScreenNotification> and replace true with false.
  4. Save the file, set the rights 644 (rw-r--r---).
  5. Reset the device.

How to set up:

  1. Install the application (for example, Lock Screen Notifications).
  2. Grant permissions to access notifications (Settings β†’ Applications β†’ Special Access β†’ Access to Notifications).
  3. In the application settings, select Hide notifications on the lock screen.
  4. 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:

  1. Check the notification settings (see Method 1).
  2. Restart the device – sometimes it restores the system services.
  3. Update your firmware to the latest version (Settings β†’ System Update).
  4. 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.

FAQ: Frequent Questions About Notification Curtain on Xiaomi

Can I turn off the curtain only for individual applications?
Yeah, in HyperOS and MIUI 14 that's possible. Go to Settings. β†’ Annexes β†’ Application management, select the desired application (for example, VK) and turn off the option to show notifications on the lock screen (MIUI 12) will have to be used ADB-commands or third-party utilities like Notisave.
Why did the weather widgets disappear after the curtains were turned off?
This is standard MIUI behavior -- when you change the lock screen settings, the widgets are reset. To return them: Go to Settings β†’ Lock screen β†’ Widgets. Press Add widget and select Weather or Calendar. Drag the widget to the right place on the lock screen. If the widget doesn't show, update the Weather app via Google Play.
How to return the curtain on the lock screen after resetting the settings?
After resetting to the factory settings, the notification curtain turns on automatically. If it is not: Check if notifications are globally disabled: Settings β†’ Notifications and status bar β†’ Application Notifications. Make sure system notifications are enabled: Settings β†’ Annexes β†’ Application management β†’ System applications β†’ System interface (System) UI) β†’ Notifications. If you're using HyperOS, update the firmware -- the first versions had a bug that showed the curtain.
Will it work? ADB-Xiaomi method with a blocked bootloader?
Yes, ADB-commands do not require an unlocked bootloader, but they require: Developer Mode enabled. Debugging permission USB. Xiaomi drivers installed on PC. If the command doesn't apply, try running ADB on behalf of the administrator (on Windows).
Can you remove the curtain completely, leaving only the watch and widgets?
On most Xiaomi devices, you can’t completely remove the curtain without the root rights, but you can get as close to this as possible: Turn off all notifications on the lock screen (see Method 1). Set a minimalist theme from the Mi Theme Store (for example, Minimal Clock). Turn off hints and icons in Settings β†’ Lock screen β†’ HyperOS has an experimental Clean Lock Screen feature, but it's not available on all models.