Googleβs Material You Design Integrated into MIUI 14 and MIUI 15, has become a mandatory element of the interface on most smartphones Xiaomi, Redmi and POCO. For some users, this is a step towards modern design with dynamic colors and smooth animations, for others β the forced imposition of a style that eats resources, slows down animations and conflicts with the corporate aesthetics. MIUI.
The problem is that Xiaomi doesnβt provide an obvious switch to completely disable Material You β its elements permeate system applications, settings menus, and even third-party programs through the system. API Android 12+. But there are workarounds, from hidden settings to radical methods like changing firmware, and in this article, we'll look at all the current ways, their pros, cons, and potential risks for devices based on the software. MIUI 2023-2026.
Not all methods are universal, for example, owners of Xiaomi 13 Pro or Xiaomi. POCO F5 Theme changes can be enough, and for the Redmi Note 12 on the MIUI 15 will require deep interference with system files. Before starting, we recommend backing up the data - some manipulations can lead to resetting settings.
What is Material You and Why You Want to Disable It
Material You (or Material Design 3) is a Google design system that debuted on Android 12.
- π¨ Dynamic colors: the interface adjusts to the wallpaper, highlighting the dominant shades for icons, panels and buttons.
- π Smooth animations: transitions between screens, menus and interaction with elements are accompanied by complex effects.
- π± Adaptive layout: changes the size and location of the elements depending on the screen diagonal.
- π Integration with apps: Even third-party programs (like Google Messages or Chrome) can use system colors.
On paper, this sounds progressive, but in practice, Xiaomi users face a number of challenges:
| Problem. | Reason. | Frequency of occurrence |
|---|---|---|
| Lags and brakes | The complex animations load the processor and GPU, Especially on budget chips (Snapdragon) 6xx, Helio Gxx) | High (30-40% of devices) |
| Incompatibility with themes MIUI | Material You Colors Conflict with Branded Themes, Creating Visual Chaos | Average (20-25%) |
| Increased battery consumption | Constant re-drawing of the interface and processing of dynamic colors increases power consumption | Low (10-15%) |
| Lack of flexibility | It is not possible to disable individual elements (e.g. animations only or colours only) | Tall (50%+) |
Critical moment: on devices with MIUI 15 and HyperOS (2026) part of the functions of Material You hard sewn into the system APK-Deleting them could disrupt the launcher or notification centers.
Method 1: Disconnect via theme settings (most secure)
This is the only official way that doesn't require superuser rights or modifications to system files. MIUI 14/15, But it has limitations β it will not remove Material You completely, but only minimize its manifestations.
Instructions:
- Open the Themes app (icon with brush).
- Go to the section My β Settings of topics.
- Find the system color option (or Dynamic colors on some firmware).
- Choose the Primary Colors or Classical Palette instead of the Wallpaper.
- Go back to the main themes menu and apply any static theme (e.g., theme, MIUI Default or Classic).
Turn off automatic wallpaper change
Install static wallpaper (without gradients)
Check the version of the "Themes" application (update if necessary)
Take a screenshot of the current color settings-->
What's it gonna do?
- β Remove dynamic colors in system menus and applications.
- β Reduce the number of animations (but not all).
- β Will not affect Material You in Google-applications (Gboard, Google App, etc.).
- β Will not affect the style of notifications and quick settings panel.
β οΈ Note: On some devices (e.g. Xiaomi) 12T) After changing the themes, the color scheme in the Mi Browser and Calendar can get lost. To restore, you will have to manually restart these applications through Settings. β Annexes β Application management.
Method 2: Use of the ADB-Teams (for advanced teams)
If the change of theme did not give the desired result, you can try to disable Material You through the ADB (Android Debug Bridge: This method requires connecting a smartphone to a PC and basic command line knowledge, and it's more efficient than the previous one, but it has risks β the wrong command can disrupt the interface.
Step-by-step:
- Turn on Developer Mode on your smartphone: Go to Settings β About Phone. Tap 7 times on MIUI Version. Go back to Settings β Additional β Developer. Activate USB Debugging.
Connect your phone to your PC through USB-Cable (use the original cable for stability).
ADB Tools
adb.exe
adb devices(Your device should be displayed)
adb shellsettings put global theme_customization_overlay_packages ""settings put secure sysui_theme_customization_enabled 0Reboot your smartphone.
These commands reset the customization settings of the themes and turn off dynamic colors at the system level.
- π± Notification panels and quick settings.
- βοΈ System applications (Settings, Phone, Contacts).
- π Search bar on the main screen.
β οΈ Attention: On HyperOS firmware (2026 The first command may cause a Permission denied error, in which case try the alternative: adb shell pm disable-user --user 0 But keep in mind that this will disable all themes, including branded ones from Xiaomi.
adb shell settings delete global theme_customization_overlay_packagesand reboot the device.-->
Method 3: Systemic removal APK (root)
The most radical method is the physical deletion of files responsible for Material You. It is only suitable for users with unlocked bootloader and root rights (for example, through Magisk). On HyperOS devices, this method can lead to a bootloop ( looped reboot) if critical components are removed.
List of files that can be deleted (or frozen via Titanium Backup):
| File/packet name | Location. | What's in answer? | Risk of removal |
|---|---|---|---|
| com.android.themes | /system/priv-app/ | Main themes and colors of Material You | Medium (can throw off topics) |
| com.miui.themes | /system/app/ | Brand themes MIUI | Low (but will remove all topics) |
| MonetEngine.apk | /system/system_ext/priv-app/ | Dynamic color engine | High (interface artifacts possible) |
| WallpaperColors | /system/framework/ | Analysis of wallpaper colors | Medium (may break wallpaper) |
Instructions for root users:
- Install a file manager with root support (such as Root Explorer or Mixplorer).
- Go to the above folders and find the files from the table.
- Back up (copy files to your PC or the cloud).
- Delete or rename files (e.g. add.bak at the end of the name).
- Clear cache and application data Topics through Settings β Annexes.
- Reset the device.
Result:
- β Complete removal of dynamic colors and animations Material You.
- β A return to the classic look MIUI (As in versions before Android 12).
- β Risk of disrupting system applications (especially on HyperOS).
- β Loss of functionality of branded themes.
What if the phone does not turn on after removing the APK?
Method 4: Install custom firmware (for enthusiasts)
If none of the above methods did not suit, there is an extreme measure - flashing on custom assembly without Material You. This will radically change the appearance and behavior of the smartphone, but will require unlocking the bootloader, which cancels the warranty and carries risks.
Famous Firmware without Material You for Xiaomi:
- π± LineageOS β pure Android without imposed styles.
- π Pixel Experience β interface like Google Pixel, but with the ability to disable Material You in the settings.
- π οΈ MIUI Mix - modified MIUI Removed elements of Material You.
- π ArrowOS β light firmware with minimalist design.
Step-by-step process:
- Unlock the bootloader through Mi Unlock Tool (requires a Xiaomi account binding and a wait of 7-15 days).
- Install custom Recovery (TWRP or OrangeFox).
- Download the firmware for your model from the official website (for example, LineageOS).
- Make a full backup of the current system through the recavers.
- Sweep through the firmware by following the instructions for a specific build.
- If necessary, install Magisk to obtain root rights.
Advantages:
- β Complete control of the interface.
- β Lack of Material You and other imposed elements.
- β Ability to fine-tune productivity.
Disadvantages:
- β Loss of guarantee.
- β Risk of "bricking" of the device.
- β No updates over the air (you will have to monitor the releases of new versions manually).
β οΈ Note: On devices with a MediaTek processor (e.g., Redmi Note 11 or POCO M4 Pro) unlocking the loader may lead to hardware problems with the module NVRAM, Before you run your firmware, check if your model supports unofficial builds.
Method 5: Alternative launchers and workarounds
If radical methods aren't for you, you can camouflage Material You with third-party applications, which won't eliminate it completely, but it will significantly reduce the visual impact.
The best tools for this:
- π Nova Launcher: Disables Material You animations from the app menu, allows you to customize static icons and colors, supports gestures and home screen customization.
- π¨ Hex Installer: Applies custom themes over system themes. Can redefine Material You colors to your own. Requires Android 10+ Substratum (for some functions).
- π§ Shizuku + AppOps: Blocks system applications from accessing dynamic colors. ADB It can disrupt some functions (e.g. wallpaper).
- πΌοΈ KWGT (Kustom Widget Maker: Allows you to create your own widgets without Material You elements.
Example of setting up Nova Launcher to minimize Material You:
- Install Nova Launcher from Google Play.
- Press your finger on the main screen β Settings.
- Go to the Appearance. β Icon style and select No Shadow (no shadows).
- In the animation section, disable all effects or install Quick.
- In accent colors, select a static color (e.g., Blue). MIUI).
Limitations of the method:
- β It will not affect system applications (Settings, Phone).
- β Will not remove Material You in Google services.
- β Will require manual adjustment after updates.
π‘
Alternative launchers are the safest way to hide Material You without tampering with the system, but they don't solve the problem globally, they only mask it at the user interface level.
Consequences of disabling Material You
Before you start manipulating, it is worth assessing the possible negative effects, which depend on the method and model of the smartphone.
| Method | Possible challenges | How to fix it |
|---|---|---|
| Change of topics | Incorrect display of icons in some applications | Restart the application or clear its cache |
| ADB-team | Resetting launcher settings, missing widgets | Reboot the device or return the default settings |
| APK removal | Bootloop, system application errors | Recover deleted files through TWRP or flashing stock firmware |
| Custom firmware | Failing sensors, camera problems | Look for firmware to support your device or return to the stock |
| Alternative launchers | Conflicts with system dialogs (e.g. notifications) | Set up exceptions in the launcher or put up with small bugs |
The positive aspects of disabling Material You:
- β Increased performance on weak devices (up to 15-20% reduction of load on the device) GPU scrolling).
- β Increased battery life (5-10% due to reduced interface redrawing).
- β Return of the usual kind MIUI Users who have been updated with older versions.
- β Compatibility with custom themes that previously conflicted with dynamic colors.
The negative effects are usually manifested by careless interference with system files. 13 Ultra removal MonetEngine.apk This can cause the notification panel to become transparent and the text on it to become unreadable. POCO X5 Pro after ADB-Sometimes the commands fly gesture settings.