Notification curtain on Xiaomi smartphones is one of the key elements of the interface MIUI, But the standard panel doesn't always suit users: some people don't have the functionality, some people don't like the design, and some people want to get back to their normal look after a firmware update. In this article, we will analyze all ways to change the curtain - from standard settings to install custom solutions.
It is important to understand that the configuration options depend on the version. MIUI And the model of the device. For example, on the Xiaomi Redmi Note 12 with MIUI 14 are available only options, and POCO F5 We'll look at the generic methods that work on most devices, and we'll also point to specific features for specific lines.
If you want to not only change the appearance, but also add new features (for example, fast switches for a smart home or a modified notification order), then you will need tips from the last sections. And for those who are ready for experiments, we will tell you how to install an alternative notification panel through the Internet. ADB third-party launchers.
Standard curtain settings in MIUI: What can be changed without root
Without using any additional tools MIUI It offers a number of ways to customize the notification bar, most of which are available through the settings menu, but some of the options are hidden deeper:
The first thing you can do is change the order and makeup of the fast switches.
- Unwrap the notification curtain with two fingers (or one swipe down from the upper right corner).
- Click on the icon. โ๏ธ "Edit "at the bottom of the panel.
- Drag the desired switches to the active area or remove the unnecessary ones.
Also in MIUI 13/14 And we've now got the ability to adjust the transparency of the curtains and the style of the notifications:
- ๐ง Go to Settings. โ Screen. โ Lock screen style.
- ๐จ Select the option โTransparency of the notification panelโ (not available on all models).
- ๐ฑ In the Notifications section, you can enable grouping by application or disable previews for confidential messages.
Note that some devices (such as the Xiaomi 13 Ultra) have the option of โSeparate Curtainโ which allows you to divide the panel into two parts: one for notifications, the other for switches.
How to return the old notification curtain after the update MIUI
Many users face a problem: after updating the firmware, the notification curtain changes the design dramatically, and new animations or the arrangement of elements seem uncomfortable. Fortunately, in most cases, you can return to the usual look.
The easiest way is to reset the panel settings to the standard.
- Open Settings โ Applications โ Application Management.
- Click on the three dots in the upper right corner and select "Show all apps."
- Find the application "System interface" MIUI" (or System UI").
- Select "Storage" โ "Clear the data".
โ ๏ธ Note: This operation will reset all interface settings, including wallpaper, icon style and curtain settings.
If the reset didnโt work, try rolling back to the previous firmware version via Recovery. However, this method is only suitable for power users, as it requires unlocking the bootloader and can lead to data loss. MIUI.
What if the curtain gets worse after it is removed?
Installation of custom curtain through themes MIUI
One of the safest ways to change the design of the curtain is to use themes. MIUI. There are hundreds of options in the official theme store that change not only the wallpaper and icons, but also the style of the notification bar:
Step 1: Download and install the theme with an alternative curtain:
- ๐ Open the โThemesโ app on your smartphone.
- ๐ Search for โNotifications curtainโ, โNotification panelโ or โnotification panel".
- ๐ฅ Select your favorite theme and click "Apply".
Step 2: If the theme hasnโt changed the curtain, check itโs compatible with your version. MIUI. Some topics only work on MIUI 12, and others adapted to MIUI 14. Pay attention to user reviews in the description of the topic.
Step 3: For deeper customization, you can combine elements from different themes, such as setting one theme for icons, another for curtains, and a third for lock screens, but note that excessive mixing of themes can lead to visual conflicts.
| MIUI version | Supported themes | Limitations |
|---|---|---|
| MIUI 12 | Full support for themes with changing curtains | Some animations may not work |
| MIUI 13 | Partial support (depending on the model) | The curtain may be reset after updates |
| MIUI 14 / HyperOS | Limited support (official topics only) | Castom curtains are often not used |
๐ก
If the curtain starts to lag after applying the theme, try clearing the cache of the Themes app in the storage settings. This often solves performance problems.
Using third-party launchers to change the curtain
If the standard methods don't work, you can go further and install a third-party launcher that offers its own implementation of the notification panel.
- ๐ Nova Launcher โ allows you to customize gestures to call the curtain and integrates with plugins for customization.
- ๐ญ Lawnchair โ Open Source Launcher, Supporting Themes and Altered Notification Style.
- ๐ Microsoft Launcher โ offers an alternative panel design with Microsoft services integration.
However, there is an important caveat: most launchers can not completely replace the system curtain notifications on Xiaomi due to restrictions. MIUI. They only offer alternative ways to access notifications via widgets or gestures, and full replacement is only possible on devices with unlocked bootloader and custom firmware.
If you want to try it out, here is a step-by-step guide for Nova Launcher:
- Install Nova Launcher from Google Play.
- Install the Nova Launcher Prime module (paid) for advanced features.
- In the launcher settings go to Gestures and entrances โ Swipe down gesture.
- Assign the action "Notification Panel" to the swipe down the desktop.
- Install the Power Shade widget (requires) ADB) custom-curtain.
โ ๏ธ Note: Using Power Shade requires enabling developer mode and issuing permission via ADB. Incorrect commands can cause system interface failure. For more information, see the section on the system interface. ADB below.
Changing the curtain through ADB: for advanced users
For those who are ready to work with Android Debug Bridge (ADB), And there's more customization opportunities. ADB possible:
- ๐ง Change the number of lines in the curtain.
- ๐๏ธ Disable unnecessary items (e.g. advertising in the MIUI).
- ๐ Return the old style of notifications from previous versions MIUI.
Before proceeding, make sure that:
Developer Mode Enabled (Settings) โ The phone. โ Version. MIUI (press 7 times))
Debugging is on. USB (Settings โ Additionally. โ For developers โ Debugging by USB)
Drivers installed ADB computer-based
Download Platform Tools from Google
-->
Now letโs take a look at some useful commands:
1. Change in the number of fast switches in the curtain
adb shell settings put secure sysui_qqs_count 5This command will set 5 switches at the top of the curtain. Replace 5 with the number you want (maximum 9).
2. Disabling the transparency of the curtain (for MIUI 13/14)
adb shell settings put global notification_panel_opacity 1A value of 1 makes the curtain completely opaque. Use 0.5 for a translucent effect.
3. Return of the old notification style (only for some versions) MIUI)
adb shell cmd overlay enable com.android.systemui.notification.legacyThis command doesnโt work on all devices and may require a reboot.
๐ก
Before use ADB-You have to back up your data, and some changes can cause the system interface to crash, which will require resetting.
Custom firmware: complete freedom of curtain setting
If you are not satisfied with the standard MIUI, You can consider custom firmware. The most popular options for Xiaomi devices:
- ๐ฑ LineageOS โ pure Android without unnecessary add-ons.
- โก Pixel Experience โ firmware with interface from Google Pixel.
- ๐ง Havoc-OS โ firmware with maximum customization.
- ๐ญ crDroid โ balance between stability and customization.
On custom firmware, the notification curtain is configured through system settings, for example, in LineageOS you can:
- Change the color scheme of the curtain.
- Set up transparency and background blur.
- Add custom switches (for example, for VPN play-mode).
- Change the style of displaying notifications (list, cards, grouping).
However, the installation of custom firmware has several significant disadvantages:
- โ Requires unlocking the bootloader, which resets all data.
- โ Possible problems with banking applications (due to lack of Google certification).
- โ Some features of Xiaomi, for example, IR-Game Turbo or Blaster may not work.
If you do decide to do this, follow our instructions for installing custom firmware. Remember that the wrong actions can lead to a "brick" of the device!
Frequent problems and their solutions
When changing the notification curtain, users often encounter common errors, and consider the most common ones and how to fix them:
| Problem. | Possible cause | Decision |
|---|---|---|
| The curtain does not open after the change of topics | Conflict between established topics | Reset the theme to standard in the "Theme" settings |
| Icons of fast switches turned grey | System cache failure | Clear the cache of the System Interface MIUI" application settings |
| The curtain is laying or slowing down | Too many active notifications or a heavy topic | Turn off unnecessary notifications in Settings โ Notifications |
| ADB-commands are not applied | Lack of rights or incorrect syntax | Check if the debugging is included USB and correctness of teams |
If none of these methods worked, maybe the problem goes deeper than that.
- Check your device for viruses (for example, using Malwarebytes).
- Update the firmware to the latest stable version via Settings โ Updating the system.
- Perform a reset to factory settings (pre-made backup).
If the problem persists even after a reset, it may indicate a hardware failure (such as a sensor malfunction).