The control center (or notification curtain) on Xiaomi smartphones is one of the most commonly used interface elements. By default, it is designed in the corporate style of MIUI with a translucent background, but many users want to make it completely transparent for a more modern look or better readability on wallpaper. In this article, we will discuss all the working ways to achieve the effect of a βglassβ interface, from hidden system settings to the use of third-party themes and modules.
It is important to understand that the degree of transparency depends on the version of MIUI and the device model. On the new flagships (Xiaomi 14, Redmi Note 13 Pro+), the customization options are wider than on budget devices (Poco M6, Redmi 12C). We tested all methods on current firmware (MIUI 14/15) and selected only those that do not require root rights or complex manipulation of system files.
If you want to not just change the transparency, but completely redesign the curtain design, there is a bonus section at the end of this article with recommendations for installing custom themes from the Mi Theme Store and third-party sources. For experimentation enthusiasts, we have prepared instructions for manually editing parameters through ADB (without the risk of βbrickingβ the device).
1. Built-in transparency settings in MIUI
Starting with MIUI 12.5, the system has a basic control over the transparency of the interface, but it's hidden in non-obvious menus.
- Open the settings β Screen β Screen style.
- Select βTransparencyβ (on some devices it is called βTransparency Effectsβ).
- Move the slider to the position "Maximum" - this will increase the transparency of the curtain and other system menus.
Note that this method does not work on all devices. For example, on the Redmi Note 11 with MIUI 13.0.6, there is no slider, and on the Xiaomi 13 Pro with MIUI 14, it is available, but it affects only the background blurs, not the transparency of the elements itself. If there is no such item on your menu, move to the next method.
β οΈ Note: Some firmware will reset the transparency settings after the update. To avoid this, back up the themes in Settings before the update. β Topics β My subjects. β Backup.
2.Use of themes from Mi Theme Store
The safest and most versatile way is to install a special theme with a transparent control center. In the official Xiaomi theme store there are dozens of options, but we selected the top-5 tested:
- πΉ Transparent UI β Minimalist theme with a fully transparent curtain and icons in the style of iOS.
- πΉ Glass Morphism β imitates the effect of βglass morphismβ (as in macOS), with background blur.
- πΉ Pure Black Transparent β Black elements on a transparent background, ideal for the AMOLED-screen.
- πΉ MIUI Transparent Dark is a dark theme with a focus on transparency of notification panels.
- πΉ Crystal Clear β maximum transparency + swipe-animation.
How to determine:
- Open the Themes app (icon with brush).
- In the search box, type the title of the topic (for example, βTransparent UIβ).
- Click "Apply" - the changes will take effect immediately.
If the topic does not apply, check:
- π Compatible with your model (some themes only work on flagships).
- π Updating the Topics app to the latest version.
- π No regional restrictions (some topics blocked in Russia).
π‘
To apply the theme correctly, before installing a new one, reset to a standard theme in Settings β Themes β My theme β Reset.
Manual Transparency Change through ADB (without root)
For advanced users, there is a way to fine-tune transparency through ADB (Android Debug Bridge), which does not require superuser rights, but requires a connection to a computer. Importantly, the wrong commands can cause the interface to crash, so follow the instructions carefully.
What you need:
- π₯οΈ Computer with installed ADB Tools.
- π± Included debugging by USB on a smartphone (Settings) β The phone. β Version. MIUI β Press 7 times, then Settings β Additionally. β For developers β Debugging by USB).
- π Cable USB (preferably original).
Instructions:
- Connect the phone to the PC and allow debugging (a request will appear on the smartphone screen).
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Set the transparency of the curtain (value from the 0 before 1, where 1 β Maximum transparency: adb shell settings put global window_background_blur_radius 10 adb shell settings put global window_background_blur_enable 1 adb shell settings put global window_background_dark_scrim_behind 0
- Reboot the device: adb reboot
If the effect is too weak, increase the value. window_background_blur_radius (for example, before 15 or 20). Enter the change to cancel the change:
adb shell settings delete global window_background_blur_radius
adb shell settings delete global window_background_blur_enableWhat if the ADB canβt see the device?
4.Curtain customization applications
If you don't like the built-in methods, you can use third-party utilities. We tested the 3 best apps that work on Xiaomi without root:
| Annex | Functions | Pluses | Cons |
|---|---|---|---|
| Hex Installer | Installation of Magisk modules, system file patches | It works without TWRP, MIUI support | Requires unlocking the loader |
| Transparify | Transparency setting for any application | Simple interface, does not require root | The plug-ins for MIUI are not stable |
| MIUI Transparent | Specialized solution for curtain notifications | Fine-tuning blur and transparency | Not updated since 2022 |
The most reliable option is the Hex Installer, which is how to make the curtain transparent.
- Download and install Hex Installer.
- In the app, select the "Modules" section β "MIUI Mods".
- Find the Transparent Notification Panel module and install it.
- Reset the device.
β οΈ Note: When using Hex Installer on Xiaomi with a blocked bootloader, a warning may appear about uncertified software. This is not critical, but it does not guarantee. To remove the warning, follow the command: adb shell am broadcast -a android.intent.action.CLEAR_DANGEROUS_CERT
5. Challenges and solutions
Even after you have successfully set up transparency, you may encounter bugs, and here are the most common problems and solutions:
- π Transparency resets after update: MIUI Resets some of the settings when updating. Solution: back up the themes before updating (Settings) β Topics β My subjects. β Backup) and save a screenshot of the current settings ADB (if they used them).
- πΌοΈ The icons in the curtain became unreadable: This happens if the wallpaper background is too dark or colorful. Solution: set the theme with contrasting icons (for example, "Transparent" UI Dark" or change the wallpaper to light.
- β‘ Lags when swiping curtains: most often to blame blurring the background (window_background_blur_radius). Reduce the value to 5-8 Or disable the blurring command: adb shell settings put global window_background_blur_enable 0
If, after the application of the ADB-commands curtain began to glit (does not open, brakes), perform reset interface settings:
- Go to Settings β Applications β Application Management.
- Find Louncher (or MIUI Launcher) and click Storage β Clear Data.
- Reset the device.
Make a backup of the current theme
Check the version of MIUI (Settings β About the phone)
Make sure that USB debugging is enabled (if you use ADB)
Close all background applications (so as not to interfere with the application of topics)
Prepare the cable. USB (for ADB-method)
-->
6. Alternative methods for advanced users
If youβre ready to go beyond standard solutions, here are two advanced ways:
Installation of custom firmware
Firmware like Xiaomi.eu or Pixel Experience offer advanced interface settings, including full transparency of the curtain. Minus - requires unlocking the bootloader and loss of warranty.