How to change the notification curtain on Xiaomi: 5 ways to customize MIUI

The notification curtain on Xiaomi smartphones is not just a quick-setting panel, but a real control center for the device, which is the look and feel of the phone’s everyday use, but many users are unaware that the standard interface is a very simple device. MIUI You can radically transform: from changing the theme of design to adding hidden controls.

In this article, we will discuss all the available ways to modify the curtain - from the basic settings in the phone menu to the use of third-party applications and even manual editing of system files for advanced users. MIUI (12 to 14) and popular models: Redmi Note 12, Poco X5, Mi 13 and others: You’ll learn how to return an old curtain, add transparency, change the number of notification lines, or even install an alternative panel from Google.

Before you start making changes, consider that some methods require unlocking the bootloader or root rights. We will highlight these cases separately and provide safe alternatives for beginners. In this article, you will find a comparative table of methods by difficulty and risk, which will help you choose the best option for your Xiaomi model.

1. Basic settings of the curtains in MIUI: What can be changed without third-party applications

Let’s start with the simplest – built-in customization tools that the shell itself offers. MIUI. Even without installing additional software, you can:

  • 🎨 Change the color scheme of the curtain (dark/light theme, accent colors)
  • πŸ“± Set up the transparency of the notification panel
  • πŸ”„ Return the old version of the curtain (to the MIUI 13/14)
  • πŸ“Œ Fix frequently used switches
  • πŸ”• Hide unnecessary controls

To open these settings, go to Settings. β†’ Screen. β†’ Notification panel and control. Here you will find the following key options:

  • πŸ”Ή Notification Bar Style: Choosing between β€œClassic” (as in older Android versions) and β€œDefault” (branded Xiaomi identity)
  • πŸ”Ή Transparency of the panel: slider to adjust the degree of transparency of the background
  • πŸ”Ή Order of controls: the ability to drag and drop icons of fast settings (Wi-Fi, Bluetooth, etc.)
  • πŸ”Ή Displaying shortcuts: Enabling/disabling hints under icons

Note: on some models (e.g. Poco) F4 or Redmi K50) If you don't find the Notification Panel item in the Screen menu, try searching through the search bar in the notification settings".

πŸ’‘

On smartphones with MIUI 14 and later in the section "Notification Panel" appeared the option "Adaptive transparency" - it automatically adjusts the transparency of the curtain depending on the wallpaper of the desktop.

2. Installation of design themes: how to radically change the design of the curtain

One of the most notable ways to transform a curtain is to use themes from Xiaomi Themes, a non-root-rights method that is suitable even for beginners, and not only does the curtain change, but also icons, wallpaper, fonts and other interface elements.

Installation instructions:

  1. Open the Themes app (icon with brush on desktop)
  2. In the lower menu, select the Topics or Online section.
  3. In the search bar, enter type requests: πŸ”"Transparent curtain" πŸ”"AMOLED dark-themed" πŸ”"iOS Notification Style" πŸ”"Material You"

Apply

Confirm the change in the window that appears

Important: Some topics may be paid (cost is usually 10-50 You can also ask for registration in Mi Account, and remember that after applying the theme, the curtain may look different than on the preview - it depends on the version. MIUI phone models.

πŸ“Š What design theme do you prefer on Xiaomi?
Stock MIUI
Dark. AMOLED
Transparent
IOS-style
Material You by Google
other
Type of topicChanges in the curtainCompatibilityFeatures
Stock MIUIXiaomi's brand designAll models.No additional installations
AMOLED darkBlack background, bright accents.AMOLED-screenSaves battery life
TransparentSemi-transparent backgroundMIUI 12+May reduce readability
iOS styleRound icons, different typefaceMIUI 13/14Not all elements are adapted
Material YouColors under the wallpaper, new iconsMIUI 13.5+Requires Android 12+

On Xiaomi models with MediaTek processors (for example, Redmi) 10C POCO M5) Some topics may not be displayed properly due to optimization features MIUI If the curtain starts to brake after applying the theme, or if some elements are lost, return the standard theme and try another one.

3.Use of third-party launchers to change curtain

If built-in capabilities MIUI You can go further and install an alternative launcher, some of which offer their own notification panels that completely replace the standard curtain:

  • πŸ“± Nova Launcher + TeslaUnread plugin (for notifications)
  • 🎨 Action Launcher (built-in Quickpage panel)
  • πŸ”„ Microsoft Launcher (Integration with Windows)
  • πŸŒ™ Before Launcher (minimalist design)

The most functional option is a combination of Nova Launcher with the TeslaUnread plugin.

  • πŸ”Ή Customize the appearance of notifications (colors, fonts, icons)
  • πŸ”Ή Grouping notifications by annex
  • πŸ”Ή Add your own gestures to open the curtain
  • πŸ”Ή Hide Unnecessary System Notifications

Instructions for setting:

1. Install Nova Launcher from Google Play


2. Download the TeslaUnread plugin (requires a Premium version of Nova)




3. In Nova settings, select "Notifications" β†’ "TeslaUnread"




4. Customize the appearance of the panel in the plugin menu




5. Go back to your system settings and allow Nova to access notifications

Make a backup of current settings|Check the compatibility of the launcher with the Android version|Disable battery optimization for launcher|Allow all necessary permits-->

⚠️ Attention: MIUI 14 And in fact, some launchers may conflict with the system notification panel, causing it to duplicate. ADB-Adb shell settings put global show_notification_panel 0 But remember that this can lead to a loss of functionality (for example, quick settings).

4. Manual editing of system files (for advanced users)

If you're willing to take risks for a unique design, you can manually edit the system files that display the curtain.

  • πŸ”“ Unlocked loader
  • πŸ› οΈ Rights root (Magisk)
  • πŸ’» Knowledge of working with ADB and file managers

The main files that can be modified:

  • πŸ“„ /system/framework/framework-res.apk β€” contains graphical curtain resources
  • πŸ“„ /system/priv-app/SystemUI/SystemUI.apk β€” panel logic
  • πŸ“„ /data/system/users/0/settings_global.xml β€” some display parameters

Example: to change the transparency of the curtain at the system level, you can edit the value in settings_global.xml:

<setting id="notification_shade_transparency" value="0.7" />

Where 0.7 is the transparency level (0 to 1), however, this method does not work on all versions. MIUI.

What happens if you incorrectly edit system files?
Incorrect changes can lead to: - Constant crashes of the interface (SystemUI crashed) - Infinite boot of the phone (bootloop) - Loss of functionality (not working notifications, quick settings) - Need to completely reset or flash the device Always back up modified files and have the original firmware on hand for recovery!

A safer way is to use Magisk modules that automate the modification process.

  • πŸ”Ή MIUI Shade – Changes in transparency and colors
  • πŸ”Ή QuickSettings Tuner – Configure fast panels
  • πŸ”Ή Notification Shade Customizer – Customization of notifications

⚠️ Note: Xiaomi with Qualcomm Snapdragon processors (e.g. Mi 11 or Poco) F3) Magisk modules are usually more stable than on devices with MediaTek (for example, Redmi Note 11). MIUI Optimization in Magisk settings.

5. Install an alternative notification panel (e.g. from Google)

For those who want to get rid of the brand curtain completely MIUI, There's a radical solution, which is to install an alternative notification bar, and the most popular option is a Google bar (from pure Android), which you can activate through a simple app. ADB.

Installation instructions:

  1. Connect your phone to your PC and activate Debugging USB developer-setting
  2. Open the command line and execute: adb shell pm disable-user --user 0 com.android.systemui adb shell cmd overlay enable com.android.systemui.overlay.google
  3. Reset the device

After that, the notification curtain will look like on Pixel devices, with the following:

  • πŸ”Ή Round icons of quick settings
  • πŸ”Ή Adaptive colors (Material You)
  • πŸ”Ή Grouping of notifications by annex
  • πŸ”Ή Smooth animations

To get back the standard curtain. MIUI, execute:

adb shell pm enable com.android.systemui

πŸ’‘

Installation of an alternative notification panel through ADB It does not require root rights, but disables some functions. MIUI (For example, brand gestures or full screen mode").

6. Hidden functions of the curtain in MIUI: you didn't know

Even without modifying the curtain, you can significantly improve its functionality, if you know about the hidden possibilities. MIUI. Here are some little-known chips:

  • πŸ” Quickly switching sound profiles: Hold your finger on the sound icon in the curtain to open the extended menu
  • πŸ” Hidden Wi-Fi settings: Hold the Wi-Fi icon to access advanced network settings
  • πŸ” Full screen: Swipe down the center of the top panel (not the edge!) will open the curtain without quick settings
  • πŸ” Quick access to the clipboard: in some versions MIUI swipe down the right side of the curtain reveals the history of the buffer
  • πŸ” Change the order of notifications: hold the notification and drag it to the right place

In the models with MIUI 14, a new hidden feature called Smart Notifications came in to activate it:

  1. Open Settings β†’ Notifications and Status bar
  2. Slip 5 times on the inscription "Notifications"
  3. In the menu that appears, turn on the Smart Notifications option.

After that, the system will automatically sort notifications by importance and group them more intelligently.

Another useful trick is to quickly turn on the flashlight without unlocking the screen. On most Xiaomi models, swipe down the top panel twice (without opening the curtain completely), and the flashlight will turn on, which works even when the screen is off!

7. Solving problems after changing the curtain

When modifying the notification panel, there may be various problems, and here are the most common ones and how to solve them:

Problem.Possible causeDecision
The curtain doesn't open.Conflict of the launcher or module MagiskDisable the last module installed or return the standard launcher
Notifications don't come in.SystemUI permissions disabledCheck the permission settings in Settings β†’ Annexes β†’ Application management β†’ Show it all. β†’ SystemUI
Slow curtain animationToo heavy theme of designReturn the standard theme or choose an easier one.
Quick setting icons are missingMisrepresentation SystemUI.apkRestore the original file or reflash the device
The curtain became transparent without the ability to changeFailure in transparency settingsReset the settings in Settings β†’ Screen. β†’ Notification panel β†’ Drop it.

If the curtain has started to behave unstable after changes (to fly out, brake or not open), first of all try the following steps:

  1. Clear the cache of the SystemUI application: Settings β†’ Annexes β†’ Application management β†’ Show it all. β†’ SystemUI β†’ Warehouse β†’ Clear the cache
  2. Restart your phone in Safe Mode (hold the off button) β†’"Safe mode") and check if the problem persists
  3. If you have used Magisk modules, disable them through Magisk Manager.
  4. In extreme cases, reset settings: Settings β†’ The phone. β†’ Resetting settings β†’ Reset the settings

⚠️ Attention: On devices with MIUI 13 and later, resetting settings through the settings menu does not affect system applications. For a complete reset (including modified system files), use the Volume Up combination + Power button when downloading and select Wipe Data in the Restore Menu.

FAQ: Frequent questions about setting up curtains on Xiaomi

Can I return the old notification curtain to the MIUI 14?
Yes, it is possible in two ways: through settings: β†’ Screen. β†’ Notification panel β†’ Panel style β†’ Classic Through ADB-command (if the first method does not work): adb shell settings put global notification_shade_style 0 Where 0 β€” classicism, 1 β€” style MIUI. On some models (e.g. Xiaomi) 13) Classic style may not be displayed properly due to optimizations for new screens with high refresh rates.
Why did the curtain stop after installing the theme?
This is a typical problem for topics with highly detailed graphics: πŸ”Ή Set a lighter theme (see the word β€œLight” or β€œOptimized” in the description") πŸ”Ή Clear the SystemUI cache (instructions in the "Problem Solving" section") πŸ”Ή Turn off animations in the developer settings: Settings β†’ The phone. β†’ Version. MIUI (tap 7 times) β†’ Developer settings β†’ Animation. = Off. πŸ”Ή If the brakes are left, return the standard theme and check without it on weak devices (for example, Redmi). 9A) Avoid heavy topics altogether – they can cause lags throughout the interface.
How to add your icons to quick settings?
Add fully custom icons without root rights is impossible, but you can: Use the launcher Nova Launcher with the plugin TeslaUnread to create your switches Install the Magisk module Custom Quick Settings (requires root) Edit the file SystemUI.apk manually (for advanced users) The easiest way is to replace existing icons with themes. 16 Style changes the standard icons Wi-Fi/Bluetooth iPhone-styled.
Can the curtain be made completely transparent?
Yes, but the methods depend on the version. MIUI: πŸ”Ή MIUI 12/13/14: In the curtain settings there is a transparency slider (maximum) ~80%) πŸ”Ή For 100% Transparent Notification Shade: Use the Magisk Module or edit the value in settings_global.xml (see section 4) Consider what's on AMOLED-screens (e.g. Xiaomi) 12 Pro) a fully transparent curtain may impair the readability of text on dark wallpaper.
How to remove advertising from the notification curtain?
Curtain ads (usually in the form of "recommended apps") appear on some Redmi and Poco models with global firmware. β†’ Memory. β†’ Clean and disable the option Recommendations In Notification Settings (Settings) β†’ Notifications) find the application MIUI System Ads and disable all notifications from it To completely remove ads, use ADB-Command: adb shell pm uninstall --user 0 com.miui.systemAdSolution If the ad remains, check for updates MIUI β€” Xiaomi is gradually removing advertising from the system menu.