The volume slider on Xiaomi smartphones is not just a functional element, but part of the MIUI brand design. Many users do not realize that its appearance can be changed from a classic vertical slider to a horizontal βiPhone-likeβ or even completely transparent. In this article, we will analyze all the available methods of customization, from standard settings to hidden features through ADB and third-party applications.
Itβs important to understand that the styling options vary depending on the MIUI version and the device model. For example, the Redmi Note 12 with MIUI 14 has some options available, while the Xiaomi 13 Ultra with HyperOS has others, and weβve compiled current techniques for all modern firmware versions (2023-2026), including solutions for devices without root rights.
If you're tired of the standard gray slider, or if you want to make the interface more minimal, this is the guide for you, and if the volume starts to drop after the changes, or the slider goes missing, there's a section at the end of the article that solves typical problems.
1. Standard volume style settings in MIUI
Starting with MIUI 12, Xiaomi has added built-in options to change the appearance of the volume slider, which do not require superuser rights and are available on most devices (except the budget models of the Redmi A and POCO C series).
To open the customization menu:
- Go to Settings. β Sound and vibration.
- Slip on the item Volume Style (on some firmware it is called Appearance of the slider).
- Choose one of the available options: π± Classic - vertical slider with background (standard for MIUI). π Horizontal β iOS-style slider, appears at the top of the screen. π¨ Minimalist β a semi-transparent slider without background (available from MIUI 13). π Color β the slider changes color depending on the volume level (only on the level of the color). AMOLED-screen).
On some devices (e.g. Xiaomi 12T or POCO F5), the slider position setting is also available in this menu, so you can choose to display left, center or right, and if you don't have an option, your model doesn't support it.
2. Hidden volume styles via ADB (no root)
If there are few options in the standard settings, you can activate hidden styles through ADB-This method works on all devices with MIUI 12-15 and does not require unlocking the bootloader. You will need a computer with installed Xiaomi drivers and enabled debugging. USB phone-on.
Step-by-step:
- Activate Developer Mode: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β For Developers and turn on USB Debugging.
ADB
adb shell settings put global volume_panel_style [meaning]Where [value] is the digital style identifier:
| Meaning | Style description | Supported versions of MIUI |
|---|---|---|
| 0 | Classic (standard) | 12β15 |
| 1 | Horizontal (iOS-style) | 12β15 |
| 2 | Minimalist (transparent) | 13β15 |
| 3 | Color gradient | 14-15 (AMOLED only) |
| 4 | Hidden (slider is not displayed, only icon) | 14+ (experimental) |
Restart the device so that the changes take effect.
Important: Style with a value of 4 can cause the volume slider to become invisible when you press the Volume buttons. To return the standard look, repeat the command with a 0.
Install Xiaomi drivers on PC
Enable debugging over USB on your phone
Download ADB Platform Tools from Google
Connect your phone to the original cable
Check the connection of the adb device team-->
3.Style change through MIUI themes
One of the easiest ways to change the look of a slider is to use Xiaomi branded themes. Many themes change not only wallpaper and icons, but also system elements, including the volume menu. This method requires no technical skills and is reversible (you can return the standard style at any time).
How to apply a theme with a custom slider:
- Open the Themes app (brush icon on desktop).
- Go to the Popular or for MIUI tab.
- In the search bar, enter the request: π΅ volume slider π¨ minimal volume π iOS style
Apply
Recommended themes for changing the volume style:
- π Dark Matter - a black transparent slider with animation.
- π iOS Volume β a horizontal slider in the style of the iPhone.
- π Crystal UI β translucent slider with blurring effect.
- π¨ Colorful Sliders β Colorful sliders for each type of sound (media, alarm clock, bell).
π‘
If the slider hasnβt changed after applying the theme, try restarting the device or clearing the theme appβs cache in the storage settings.
4.Volume slider customization applications
If standard methods don't work, you can use third-party applications, they offer more customization options, but require special permissions (for example, Overlaying on top of other windows). MIUI 14β15:
Top.-3 volume-changer:
| Annex | Features | Demands a rut? | Reference |
|---|---|---|---|
| Volume Styles | 15+ slider styles (including Samsung and Pixel) Color, transparency, animation, horizontal and vertical display. | β No. | Google Play |
| Custom Volume Panel | Creating your own styles from scratch. The effects of blurring and shadowing. Automatically changing the color under the wallpaper. | β No. | Google Play |
| MIUI Volume Tweaks | Advanced settings for MIUI (including hidden styles); Reposition and size of slider; Integration with system themes. | β Yes, for some functions) | XDA Developers |
Before installing third-party applications, consider:
β οΈ Note: Some utility (for example, MIUI Volume Tweaks) require permission ADB Provide them only if you understand the risks - incorrect settings can lead to system failures.
5. 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 style of the slider at the system file level, but requires caution - an error can lead to a bootloop ( looped reboot).
Instructions for experienced users:
- Install a file manager with Root support (such as Root Explorer or Solid Explorer).
- Go to /system/media/theme/default/ This is where the MIUI style files are stored.
- Find the file. volume_panel_bg.9.png β This is the background of the volume slider. Replace it with your image (size should match!).
- To change the color of the slider, edit the file colors.xml file: /system/framework/framework-res/res/values/ Find the lines with the parameters volume_panel_* And change the hex codes of the flowers.
- Reset the device.
β οΈ Note: Before editing system files, make a backup of the folder /system/media/theme/! If the phone stops loading after the changes, restore the original files through the TWRP or Fastboot.
How to return the standard style after manual editing?
6. Solving Volume Slider Problems
After changing the volume style, you may have problems: the slider does not display, resets to a standard one or appears with a delay.
Typical problems and solutions:
- π Slider resets after rebooting: For styles installed through ADB, Adb shell settings delete global settings volume_panel_style Then re-apply the style you want. If the problem is the topic, reset it to the standard (Settings). β Topics β Standard).
- π» The slider does not appear when you press the buttons: Check if Do Not Disturb or No Sound is activated. Go to Settings β Special facilities β Notifications and panels and turn on Show Volume Slider.
- π¨ Color slider doesn't work on AMOLED-screen: Make sure that Live Wallpaper or Dark Theme is on. Check the screen settings: Settings β Display. β Color scheme β Saturated.
If none of the methods worked, try resetting the sound settings to the standard:
adb shell cmd overlay reset com.android.systemuiThis command will reset all customizations of the interface, including the style of the slider.
π‘
Before resetting your settings via ADB, back up your data! the overlay reset command can remove other MIUI customizations (fonts, animations, etc.).