How to Change Notification Curtain on Xiaomi: 5 Ways to Change the MIUI Version

The notification curtain on Xiaomi smartphones is not just a quick access panel, but a key interface element that you see dozens of times a day, and its design is not only about aesthetics, but also about the user experience, POCO or flagship models of Xiaomi 13/14 They do not even suspect that the appearance of this panel can be radically changed - from minimalist style to animated ones. 3D-effects.

In this article, weโ€™ll look at all the current ways to customize the notification curtain, including hidden MIUI settings, third-party launchers, and even manual editing of system files for advanced users. Weโ€™ll focus on the differences between the shell versions, from MIUI 12.5 to the fresh MIUI 15, as well as the nuances for specific models, such as the Redmi Note 12 Pro+ or Xiaomi 13 Ultra. If youโ€™re tired of the standard look or want to return to the usual design after the upgrade, hereโ€™s the solution.

Why Xiaomiโ€™s notification curtain looks different

The appearance of the notification panel on Xiaomi depends on three key factors: the version of MIUI, the smartphone model and regional firmware. For example, users of the global version of MIUI 14 on the POCO F5 will see one design, and owners of Chinese firmware on the same model will see a completely different one, due to Xiaomiโ€™s policy, which adapts the interface to different markets.

Key differences in versions:

  • ๐Ÿ“ฑ MIUI 12โ€“12.5: classic flat design with division into โ€œnotificationsโ€ and โ€œswitchesโ€, support for themes from the Theme
  • ๐ŸŽจ MIUI 13โ€“14: the appearance of translucent panels, animations when swiping, adaptive colors under wallpaper
  • ๐Ÿ”ฅ MIUI 15 (HyperOS): Complete redesign of the 3D-Effects, dynamic wallpaper and integration with the Xiaomi ecosystem

The look is also influenced by the theme that you can download from the Themes app. Some themes only change icons, while others completely transform the curtain by adding new controls or removing standard switches. For example, the theme "Dark Mode Pro" can add additional shortcuts for night mode, and "iOS Style" can simulate the notification panel from Apple.

๐Ÿ“Š What version? MIUI you have installed?
MIUI 12/12.5
MIUI 13
MIUI 14
MIUI 15 (HyperOS)
I don't know.

Method 1: Changes to standard MIUI settings

The easiest and safest method is to use built-in customization tools, which is suitable for all Xiaomi, Redmi and POCO models on current firmware versions. You do not need root rights or third-party applications.

Instructions:

  1. Open the Settings โ†’ Screen.
  2. Select Notification Curtain Style (some versions may call it Notification Panel).
  3. Scroll through the list of available styles, usually 3-5 options: from minimalist to transparent with blurred backgrounds.
  4. Click on your favorite option and confirm the choice.

Note that on MIUI 15 (HyperOS), this section may be in Settings โ†’ Personalization โ†’ UI Style. New versions also include the Adaptive Colors option, which automatically adjusts the shades of the curtain to the desktop wallpaper.

โ˜‘๏ธ Preparation for curtain change

Done: 0 / 4

If standard styles are not enough, you can download additional themes:

  1. Open the Themes app (icon with brush).
  2. In the search bar, type a request such as โ€œnotification panelโ€ or โ€œnotification panelโ€.
  3. Choose your favorite theme and click Apply. Some themes require payment (50 to 300 rubles).

๐Ÿ’ก

If after applying the theme, the curtain began to lay, clean the cache of the Themes application in the settings or restart the smartphone.

Method 2: Using third-party launchers

If the built-in MIUI settings don't work, you can make a radical change to the interface with alternative launchers, which not only modify the notification curtain, but also add new features, such as control gestures or widgets.

Top.-3 Launcher for customization of curtains on Xiaomi:

  • ๐Ÿ› ๏ธ Nova Launcher: allows you to hide the standard curtain and replace it with a custom curtain with support for icon packs and animations (โ‰ˆ300 rubles.).
  • ๐ŸŽญ Action Launcher: Offers a unique Quickpage feature โ€“ a sidebar with a notification widget that can be customized for yourself.
  • ๐Ÿ”„ Lawnchair: Free open source launcher that mimics Pixel Launcher, but with advanced curtain options (including transparency and adaptive colors).

How to set up a curtain with Nova Launcher:

  1. Install the launcher from Google Play and make it the main one (the system will prompt you to do this when you first start).
  2. Press your finger on your desktop โ†’ Settings Nova โ†’ Notification panels.
  3. Activate the option Use a custom curtain and select a style from the suggested ones.
  4. For fine-tuning, go to the Advanced โ†’ Notification Panel, where you can change the transparency, size of the icons and the location of the elements.

โš ๏ธ Note: Some launchers may conflict with system services MIUI, particularly MIUI 15.If after installation, lags appear or the curtain stops opening, return the standard launcher in the default settings of the Application.

Method 3: Manual editing of system files (for advanced)

This method is only suitable for users with unlocked bootloader and root rights. It allows you to change the curtain at the level of system files, but requires caution - incorrect actions can lead to loss of interface functionality or freeze the smartphone.

What you'll need:

  • ๐Ÿ”“ Unlocked bootloader (instructions for Xiaomi are available on the 4PDA or XDA Developers).
  • ๐Ÿ› ๏ธ Root rights (can be obtained through Magisk).
  • ๐Ÿ“‚ Backup copy of section /system (necessarily!).
  • ๐Ÿ’ป Editing programme APK-files (e.g. APKTool or MT Manager).

Step-by-step:

  1. Download the SystemUI.apk file from your modelโ€™s firmware (can be extracted from the backup or downloaded from XDA).
  2. Open it in APKTool and find the folder. res/layout. They're kept here. XML-files with curtain markings (usually) notification_panel.xml or quick_settings.xml).
  3. Edit files: Change colors, sizes of items, or add new buttons (such as a shortcut for Google Assistant).
  4. Collect the APK back and install it via ADB or TWRP, replacing the original file in /system/priv-app/SystemUI.

Example of changing the color of the curtains through MT Manager:

1. Open MT Manager with root rights.


2. Go to /system/priv-app/SystemUI/SystemUI.apk.




3.Look for the res/values/colors.xml file.




4 Change the value of <color name="notification_panel_bg">#FF1A1A1A</color> to the desired hex code (e.g., #FF0066CC for blue).




5. Save the changes and restart the device.

โš ๏ธ Attention: After manual editing SystemUI.apk Some features, such as Always-on Display or Gesture Control, may stop working. Before experimenting, check whether the changes are compatible with your version. MIUI thematic forums.

What if the curtain disappeared after editing?
If, after the replacement, SystemUI.apk The notification panel has stopped opening, return the original file via TWRP Or you can follow the command: adb shell su -c "cp /system/priv-app/SystemUI/SystemUI.apk.bak /system/priv-app/SystemUI/SystemUI.apk" If that doesnโ€™t work, youโ€™ll have to re-flash the device.

Method 4: Installation of custom firmware

For those who are willing to go beyond standard settings, custom firmware offers complete freedom of customization. Popular options for Xiaomi are LineageOS, Pixel Experience or crDroid. They not only change the design of the curtain, but also add features that are missing from stock MIUI.

Comparison of firmware capabilities of curtains:

FirmwareStyle of curtainsAdditional functionsComplexity of installation
LineageOSMinimalistic, close to stock AndroidCustomizable shortcuts, night mode for curtainsMedium (needs an unlocked bootloader)
Pixel ExperienceImitation of the curtain Google Pixel with animationsAdaptive brightness, fast settings in two rowsMedium
crDroidFlexible setting of transparency and colorsGestures for curtains, hiding unnecessary switchesHigh (requires experience with TWRP)
MIUI EU (unofficial)Stock MIUI, but without Chinese restrictionsExtended topics, lack of advertisingLow.

How to install custom firmware:

  1. Unlock the bootloader through the Mi Unlock Tool (requires a Xiaomi account binding and waiting 7-168 hours).
  2. Install TWRP Recovery for your model (see instructions on 4PDA in the device theme).
  3. Download firmware (e.g. Pixel Experience for Redmi Note 11 Pro+) and GApps files (if you need Google services).
  4. In TWRP, run Wipe โ†’ Advanced Wipe (mark Dalvik, Cache, System, Data).
  5. Install firmware and GApps, then restart.

๐Ÿ’ก

Custom firmware gives you maximum freedom, but deprives you of official updates MIUI may interfere with certain functions (for example, IR-blaster NFC on some models).

Method 5: Applications for rootless customization

If you don't want to risk firmware or root rights, you can use third-party apps that modify the curtain over the standard interface. They don't change system files, but they add new controls.

The best applications for changing the curtain:

  • ๐ŸŽ›๏ธ Power Shade: creates custom notifications that support themes, shortcuts and widgets. MIUI 12โ€“15, but requires overlay permission (Settings) โ†’ Special facilities โ†’ Power Shade).
  • ๐Ÿ”„ Notification Panel Customizer: allows you to hide unnecessary switches (such as Game Turbo), change the order of items and add your own shortcuts.
  • ๐Ÿ–ผ๏ธ QuickSwitch: Simulates the Notification Curtain of iOS or One UI (Samsung with support for animation and transparency.

How to set up Power Shade:

  1. Install the app from Google Play and provide all the permissions requested.
  2. In the app settings, select Panel Style (10+ options available, including Material You).
  3. Activate the option to Replace the standard curtain and set up shortcuts in the Quick Settings section.
  4. To display on top of other applications, enable System Settings โ†’ Applications โ†’ Power Shade โ†’ Display on top of other applications.

Limitations of this approach:

  • Not all elements of the standard curtain will be available (e.g. Game Mode or Second Space).
  • On MIUI 15, some applications may not work as well due to new security restrictions.
  • Battery consumption will be faster (by 5-15%) due to the constant operation of the overlay service.

Solving problems after changing the curtain

Even with a careful setup, you can have problems, and here are the most common problems and ways to solve them:

Problem 1: The curtain began to lag or slow down.

  • ๐Ÿ”„ Reboot your smartphone โ€“ it helps 70% of the time.
  • ๐Ÿงน Clear the Themes or Launcher app cache in Settings โ†’ Annexes.
  • ๐Ÿ“‰ Turn off animations in Settings โ†’ The phone. โ†’ Version. MIUI (Press 7 times, then return to the Additional Settings โ†’ Animation and select No animation).

Problem 2: Some switches (such as NFC or Airplane Mode) have disappeared.

  • ๐Ÿ”ง Return the standard theme in the Topics app.
  • ๐Ÿ”„ Reset the curtain settings: Settings โ†’ Annexes โ†’ Application management โ†’ System applications โ†’ System UI โ†’ Warehouse โ†’ Clear the data.
  • ๐Ÿ“ฑ If you use custom firmware, check it for compatibility with your model in the forum. 4PDA.

Problem 3: The curtain doesn't open at all.

  • ๐Ÿ› ๏ธ Remove newly installed launchers or customization apps.
  • ๐Ÿ”„ Perform a reset of settings through Settings โ†’ Additional settings โ†’ Resetting settings (select Resetting interface settings).
  • ๐Ÿ“ฒ If the problem has occurred after editing SystemUI.apk, Restore the original file through TWRP.

โš ๏ธ Attention: MIUI 15 (HyperOS) resetting curtain settings can result in a reset of all personal data if a full reset is selected.Always back up through Settings โ†’ Memory. โ†’ Backup.

FAQ: Frequent Questions About Notification Curtain on Xiaomi

Can I get my old curtain back after the MIUI update?
Yes, but the methods depend on the version: MIUI 13โ†’14: Install an old theme from the Topic app (e.g, "MIUI 12 Classic). MIUI 14โ†’15: You will need to roll back firmware via Fastboot or install custom firmware (for example, MIUI EU). Please note: rolling back the firmware will reset all data if you do not backup through Mi Cloud or TWRP.
Why isnโ€™t my Redmi Note 10 Pro having a Curtain Style option in the settings?
This option is not available in: Indian or Chinese firmware (e.g. MIUI CN); outdated MIUI (below 12.5); some lightweight shell models (e.g. Redmi A1); Solution: Update to global firmware via Mi Flash Tool or use third-party launchers.
How to remove ads in the notification curtain?
Curtain ads only appear in Chinese or Indian firmware. To turn them off: Go to Settings โ†’ Memory โ†’ Cleanup and turn off Recommendations. In the Security app, turn off Useful Recommendations. Install MIUI EU or global firmware โ€” there are no default ads in them. If the ads remain, check apps like Mi Browser or GetApps โ€” they can add banners to the curtain.
Can I add my tags to the curtain (for example, for VPN or messenger?summary> Yeah, there are a few ways: ๐Ÿ”ง Through Power Shade: In the app settings, select Add Tile and specify an action (e.g., launch Telegram or enable). VPN). ๐Ÿ› ๏ธ Through Tasker: Create a task to run the app and link it to a widget on the desktop that will mimic a shortcut in the curtain. ๐Ÿ“ฑ Nana MIUI 15: Some custom themes support adding custom shortcuts (see the theme description for "Custom tiles"). Limitation: System shortcuts (e.g., for NFC or mode in the plane) can not be added - they are strictly prescribed in SystemUI.
Why did the curtain become transparent and the text is not visible?
It's a bug. MIUI, It's about the overlay of flowers: ๐ŸŽจ In the theme settings, select Text Color Setting and set a contrasting shade (e.g. white on a dark background). ๐Ÿ”„ Go back to the standard theme and apply it again. ๐Ÿ“ฑ If the problem persists, clear the System cache UI in the application settings. MIUI 15 This bug is less common due to improved adaptive color system.