The notification curtain on Xiaomi smartphones is both useful and annoying, on the one hand, it gives you quick access to settings and alerts, on the other hand, it constantly falls out when random gestures, takes up space on the screen and interferes with games or watching videos. This is especially true for models with AMOLED-displays, where even a translucent panel creates parasitic illumination.
Many users are looking for a way to completely remove the notification curtain, but the manufacturer does not provide such an option in standard settings. ADB-In this article, we will discuss all working methods, including nuances for different versions. MIUI And the new HyperOS firmware.
โ ๏ธ Warning: Turning off the notification curtain deprives you of access to quick settings (Wi-Fi, Bluetooth, brightness, etc.) Before making changes, make sure that alternative ways of controlling the device are suitable for you.
Why the notification curtain interferes: typical user complaints
According to surveys on the 4PDA and Xiaomi Community forums, more than 60% of smartphone owners of the brand face discomfort from the automatic appearance of the notification panel.
- ๐ฎ Game mode: curtain falls when swiping from the top edge of the screen, interrupting gameplay (PUBG Mobile, Call of Duty).
- ๐บ Video viewing: A semi-transparent panel obscures some content in full screen mode (e.g. YouTube or Netflix).
- ๐ฑ Random swipes: On devices with curved screens (Xiaomi 13 Ultra, Mix Fold 3) gestures often trigger falsely.
- ๐ Energy consumption: Constant display of notifications drains the battery 3โ5% faster (GSMArena tests).
Interestingly, on the iPhone, a similar problem is solved by a single switch in settings, while Xiaomi has traditionally limited users, but there are ways to get around this limitation, from simple to technically complex.
Method 1: Hiding the curtain through โGame Modeโ (without root)
The safest method is to use the built-in game mode, which blocks the drop-down of the notification panel. MIUI 12-14 and HyperOS:
- Open Settings โ Special features โ Mode for games.
- Activate the switch Mode for games.
- In the Block Notifications section, select Block All Notifications.
- Add apps where you want to turn off the curtain (such as games or video player).
โ Pros: does not require superuser rights, works on all models (Redmi 10, POCO F5, Xiaomi 12T etc.).
โ Cons: Curtain is blocked only in selected applications, not globally.
๐ก
If your firmware doesn't have Game Mode, try the alternative: Settings โ Screen โ Full-screen โ Hide the Status Panel. This path works on some custom firmware.
Method 2: Disconnect via ADB (for power users)
To completely remove the curtain at the system level, you will need a connection to the PC and ADB-The method works on all versions. MIUI HyperOS, but requires activation of Debugging USB:
Enable Developer Mode (7 taps by Assembly Number in Settings โ About Phone)
Activate USB Debugging in Settings โ Additional โ For Developers
Install ADB Tools on PC
Connect your phone to your computer and confirm trust in the device-->
After preparation, perform in the command line:
adb shell settings put global policy_control immersive.full=*
adb shell am broadcast -a android.intent.action.CLOSE_SYSTEM_DIALOGSThese teams:
- ๐ง Run immersive mode that hides system panels.
- ๐ซ Block the dropout of the notification curtain and navigation panel.
โ ๏ธ Warning: After the device is restarted, the curtain may appear again.To fix the changes, add a command to the autoboot via Tasker or MacroDroid.
What if the ADB does not recognize the device?
Method 3: Using Blocker Applications (without root)
If ADB seems complicated, you can use third-party utilities.The best options for Xiaomi are:
| Annex | Functional | Compatibility | Reference |
|---|---|---|---|
| Nacho Notch | Hiding the curtain and notch in the screen, works without root | MIUI 12โ14, HyperOS | Google Play |
| Full Screen Immersive Mode | Activates immersive mode for all applications | Requires debugging over USB | Google Play |
| MacroDroid | Automatically blocks the curtain on triggers (for example, when starting a game) | All versions of MIUI | Google Play |
Important: Applications like Nacho Notch may conflict with some launchers (like POCO Launcher).
Method 4: Edit system files (root only)
If your Xiaomi has superuser rights (for example, through Magisk), you can remove the notification curtain at the system file level.
- Install Root Explorer or FX File Explorer.
- Go to /system/priv-app/SystemUI/.
- Find the SystemUI.apk file and back it up.
- Open the file in APK Editor and delete the lines associated with NotificationPanel.
- Save the changes and restart the device.
โ ๏ธ Attention: Incorrect editing SystemUI.apk This method can lead to bootloop ( looped reboot).We recommend using this method only on a spare device or after creating a full backup through the backup. TWRP.
๐ก
Editing system files is the most radical way, but also the riskiest. If the phone doesn't turn on after the changes, restore the original firmware through Fastboot.
Method 5: Alternative launchers with support for immersive mode
Some third-party launchers are good at hiding system panels, including the notification curtain.The best options for Xiaomi are:
- ๐ Nova Launcher: Supports swipe gesture down for search instead of curtain.Settings: Nova Settings โ Gestures and entrances โ Swipe down.
- ๐จ Lawnchair: has built-in immersive mode. Activated in Settings โ Behavior โ Hide the status panel.
- โก POCO Launcher 2.0: Full-screen mode is available in the settings, but it doesnโt work on all devices.
โ ๏ธ Restriction: Launchers only hide the curtain on the home screen.In apps, the notification bar may still appear.
Frequent problems and their solutions
When you turn off the notification curtain, you're going to see some common errors.
| Problem. | Reason. | Decision |
|---|---|---|
| The curtain appears after the reboot | ADB-commands not saved in autoload | Use Tasker to automatically execute commands when you start the system |
| Quick settings (Wi-Fi, Bluetooth) do not work | The curtain is completely off. | Add control widgets to the home screen or use Control Center from Google Play |
| Blocking apps don't hide the curtain | Conflict with firmware or launcher | Try another blocker (like Full Screen Immersive Mode) |
If none of the methods worked, check:
- ๐ฑ Firmware version: on HyperOS some commands MIUI not working.
- ๐ Updates: new versions of the system can close the "holes" for ADB-team.
- ๐ ๏ธ Modifications: custom firmware (e.g. xiaomi.eu) can block changes.