How to change the notification panel on Xiaomi: from standard settings to hidden chips MIUI

Notification panel on Xiaomi smartphones is not just a tool for quick access to settings, but a real control center for the device. Its appearance depends not only on the aesthetics of the interface, but also on the convenience of daily use. Many users do not even suspect that the standard gray curtain with icons can be transformed beyond recognition: add transparency, change the location of elements, install animated themes or even replace it with custom through third-party launchers.

In this article, we will discuss all possible ways to modify the notification panel – from the basic settings to the following: MIUI Advanced methods with the use of ADB We will pay special attention to the nuances for different versions of the shell (from the MIUI 12 before MIUI 15) and smartphone models (Redmi, POCO, Xiaomi 13/14). If you want to make your notification curtain unique, read on.

Basic settings of the notification panel in MIUI

To start with, what can be changed without installing additional apps. Even in the standard shell of Xiaomi, there are several hidden options that allow you to customize the appearance and behavior of the curtain.

The first thing that catches your eye is the transparency of the panel. MIUI (Starting on the 14th, developers added the ability to adjust the level of background blur to activate this feature:

  1. Open the Settings β†’ Screen.
  2. Go to the Lock screen style section.
  3. Select the Notification Panel item.
  4. Activate the Transparency slider and select the appropriate level.

You can also turn on the notification icons on the status bar (at the top of the screen) and customize their style. For example, on the Xiaomi 13 Pro, there are three options: classic icons, dots or hidden mode. The latter is useful if you want to minimize distractions on the screen.

πŸ“Š What version? MIUI You're using it?
MIUI 12 or older
MIUI 13
MIUI 14
MIUI 15 (HyperOS)
I don't know.

Another useful option is the fast switches, and you can edit the order and composition of the switches.

  • πŸ”„ Open the notification panel in full (swipe down with two fingers).
  • πŸ“Œ Click on the pencil icon in the lower right corner.
  • πŸ”§ Drag the switches to change their order, or remove unnecessary ones.

⚠️ Note: On some models (POCO F5, Redmi Note 12 after update to MIUI 15 may miss the quick settings edit button. In this case, try resetting the panel settings through Settings β†’ Annexes β†’ Application management β†’ Three points. β†’ Reset the settings.

Setting theme for the notification panel

If you find the standard settings boring, you should move on to themes. Xiaomi offers two ways to install them: through the official Themes app and third-party resources.

The official topics are set as simple as possible:

  1. Open the Themes app (if not, download from Google Play).
  2. Go to the Notifications or Control Panel section.
  3. Select your favorite theme and click Apply.

But there are limitations to this method: many themes change only the color scheme, but they don't affect the structure of the elements. For deep customization, you'll have to use third-party themes in.mtz format. XDA Developers or 4PDA.

Download the theme file (.mtz) from a trusted source

Create a backup of your current settings in Settings β†’ Additionally. β†’ Backup

Make sure that there is enough free space on the phone (at least 500 MB)

Disable Battery Optimization for the Themes app (in Settings) β†’ Battery β†’ Optimizing the battery)

-->

To install the.mtz theme:

  1. Move the downloaded file to the folder MIUI/theme internal.
  2. Open the Topics app and go to My Topics β†’ Local.
  3. Select the downloaded file and apply it.

⚠️ Attention: Some custom themes may conflict with system fonts or icons. If the notification panel starts to slow down or displays incorrectly after applying the theme, return the standard theme and restart the device.

Type of topicAdvantagesDeficienciesWhere to download
Official (from the Topics app)Security, stability, automatic updatesLimited choice, minimal structural changesAnnex Topics
Custom (.mtz)Deep customization, unique designConflict risk, possible bugsXDA, 4PDA, Telegram channels
Topics for MagiskMaximum flexibility, animation supportRequires root, complex installationGitHub, Magisk repositories

Change the notification panel through ADB (rootless)

If you don’t have enough visual changes and want to change the functionality of the curtain (for example, remove ads, add new switches or change the number of notification lines), you can use commands. ADB. This method does not require superuser rights, but will require the phone to be connected to a computer.

First, prepare everything you need:

  • πŸ–₯️ Install Android SDK Platform-Tools on PC.
  • πŸ“± Turn on the debugging. USB on the phone (Settings) β†’ The phone. β†’ Version. MIUI β†’ Click on version 7 times, then return to Additional β†’ For developers).
  • πŸ”Œ Connect your smartphone to your computer and confirm the debugging permission.

Now we can start to change the parameters. Here are some useful commands:

Remove ads in the notification panel (MIUI 12-14)


adb shell settings put global hide_notification_ad 1




Change the number of notification lines (value from 3 to 7)



adb shell settings put global notification_shade_height 5




Turn off MIUI tips in the curtain



adb shell settings put global disable_miui_optimization 1




Enable horizontal swipe to clear notifications



adb shell settings put global notification_swipe_left_to_clear 1

Important: After using commands through ADB Some changes may be reset after the update MIUI. To avoid this, create a script to automatically apply settings when booting the system (you will need an application like Tasker or MacroDroid).

πŸ’‘

Before the experiments with ADB Backup your current settings with the adb backup command -apk -obb -shared -all -f backup.ab. This will allow you to quickly restore the system in case of failure.

Advanced Customization with Magisk and Xposed

For those who aren’t afraid to take the risk of taking full control of the notification panel, there are two powerful tools: Magisk (for rooted devices) and Xposed Framework. MIUI deep-level.

The most popular modules for customization of curtains:

  • 🎨 MiuiHome Mods – allows you to change transparency, add new controls and even replace standard icons.
  • πŸ”„ Xiaomi EU Customizer – Expands the functionality of fast switches (for example, adds a brightness regulator in steps 1%).
  • πŸš€ GravityBox [MM] β€” universal module for fine-tuning the interface, including curtain animations and notification style.

Installation of modules through Magisk:

  1. Download the module file (.zip).
  2. Open Magisk Manager and go to the Modules section.
  3. Click Install from Storage and select the downloaded file.
  4. Reset the device.

⚠️ Note: Installation of Magisk modules on devices with a locked bootloader (Redmi Note 11, POCO X5) Before experimenting, unlock the bootloader through the official Mi Unlock Tool.

What if after installing the module, the notification panel stopped working?
1. boot into Recovery Mode (press Power) + Volume Up with your phone turned off. 2. Select Uninstall β†’ Magisk and confirm removal. 3. Reboot the device. If the panel is not restored, reset via Wipe β†’ Format Data (all data will be deleted!).

Castom launchers and alternative notification panels

If you don’t like the standard panel at all MIUI, It can be completely replaced with third-party launchers, such as Nova Launcher or Lawnchair, which allow you to install alternative notification curtains through plugins.

One of the most popular plugins is Notification Shade Customizer, which runs on top of the standard panel and adds:

  • 🎨 Full customization of colors and transparency.
  • πŸ“± Ability to change the size of icons and text.
  • πŸ”§ Add your own switches (like quick access to Google Assistant or Screen Recorder).

For installation:

  1. Download Nova Launcher and Notification Shade Customizer from Google Play.
  2. In the launcher settings, select the Notification Panel β†’ Use a custom panel.
  3. Customize the appearance according to your preferences.

Another interesting option is Shade Launcher, which is a standalone application that completely replaces the standard curtain.

  • πŸ“± Gesture support (e.g. swipe left to start the camera).
  • πŸ” Built-in search for notifications.
  • 🎨 Material You Themes (dynamic colors under wallpaper).

πŸ’‘

Castom launchers are the only way to fundamentally change the notification bar without root rights, but they can conflict with system gestures. MIUI (For example, swipe on the edge of the screen to return back).

Solving common problems

When customizing the notification panel, users often encounter common errors, and let's look at the most common ones and how to fix them.

1. The notification panel does not open

If after applying the theme or module Magisk curtain stopped responding to swipes, try:

  • πŸ”„ Reset the device.
  • πŸ“± Reset the System application settings UI (Settings β†’ Annexes β†’ Show it all. β†’ System UI β†’ Warehouse β†’ Clear the data).
  • πŸ› οΈ Remove the last module installed through Magisk Manager.

2. Notifications are displayed incorrectly

If the text of the notifications is cropped or the application icons are not shown:

  • πŸ”§ Check the font settings in Settings β†’ Screen. β†’ Type size (set a standard value).
  • πŸ“² Turn off battery optimization for a problem app.
  • πŸ”„ Reinstall theme or module responsible for customization.

3. Fast switches are not retained

If, after rebooting, the switch order is reset:

  • πŸ“ Export the current configuration through Settings β†’ Additionally. β†’ Backup.
  • πŸ”§ Check the System application rights UI (All permissions must be included).
  • πŸ› οΈ Install the module. MIUI SystemUI Tuner via Magisk to fix settings.

Comparison of Customization Methods: What to Choose?

To help you decide how to change the notification bar, we have compiled a comparison table: assess your skills and goals before you start making modifications.

MethodDifficultyNeed root?Risk of failureFlexibility of settingsWho's right for?
Standard settings of MIUI⭐❌ No.⭐ (minimum)⭐⭐ (limited)Newcomers who want minimal change
Official themes⭐⭐❌ No.⭐ (minimum)⭐⭐⭐ (middle-class)Users who want to change style without risk
ADB-team⭐⭐⭐❌ No.⭐⭐ (moderate)⭐⭐⭐⭐ (high-pitched)Advanced users ready for experimentation
Magisk/Xposed modulesβ­β­β­β­βœ… Yes.⭐⭐⭐ (high-end)⭐⭐⭐⭐⭐ (maximum)Enthusiasts who want complete control
Castom launchers⭐⭐❌ No.⭐ (minimum)⭐⭐⭐⭐ (high-pitched)Those who want to radically change the interface without root

If you’re just starting out with customization, start with standard settings and official themes. ADB Remember, the more complex the method, the greater the risk of disrupting the stability of the system.

πŸ’‘

On devices with HyperOS (the new shell from Xiaomi), some customization methods may not work. Before experimenting, check the compatibility of modules or themes with your version of the firmware.

FAQ: Frequent questions about setting up the notification panel

Can I return the standard notification bar after installing the custom theme?
Yes, open the Themes app, go to My Themes and select Standard or Default. If the theme was installed through Magisk, uninstall the corresponding module and restart the device.
Why After Updating MIUI All the notification panel settings have been reset?
This is the standard behavior of the system in major updates (for example, with the MIUI 13 on MIUI 14) To avoid loss of settings, before updating: Create a backup through Settings β†’ Additionally. β†’ Backup. Save screenshots of the current configuration of the fast switches. ADB-commands (if previously used) After updating the settings can be restored manually.
How to remove ads in the notification panel on Xiaomi?
There are several ways: ADB: Adb shell settings put global settings hide_notification_ad 1. Magisk: Install the Disable Module MIUI Manual method: disable personalized advertising in Settings β†’ Confidentiality β†’ Advertising β†’ Personalized advertising. MIUI 15 (HyperOS Ads are less common in curtains, but may appear as β€œrecommendations” from Xiaomi.
Can I change the color of the notification panel under the wallpaper (like in Pixel Launcher)?
Yes, but it will require: Install a launcher with Material You support (for example, Lawnchair 12), activate the Notification Shade Customizer plugin. In the plugin settings, select Dynamic Colors and attach the palette to the wallpaper. MIUI There is no such feature, but HyperOS plans to add support for dynamic colors.
How to add your switch to the notification panel (for example, to VPN play-mode)?
There are two options: ADB: Some custom switches can be added with commands like adb shell settings put global. custom_tile_vpn 1 (The exact syntax depends on the version MIUI). Through Magisk: QuickTools module allows you to create your own tiles with any actions (launching applications, scripts, changing system parameters). MIUI 15 Tile Shortcuts is also available, which adds custom root-free switches.