Themes app on Xiaomi Redmi smartphones is often a source of annoyance: it takes up space in memory, consumes battery power in the background and obsessively suggests downloading new designs. Although MIUI does not allow you to remove this application with standard means, there are workarounds β from disabling through settings to completely removing system commands. In this article, we will analyze all the current methods, including those that work on the Redmi Note 12/13, Redmi 10/11 and other models from 2020-2026.
Itβs important to understand that Themes are not just a regular application, but a system component of MIUI integrated into the shell. its removal can affect the stability of some functions (for example, changing wallpaper or fonts), but if you are willing to sacrifice these capabilities for the sake of freeing up memory and increasing battery life, our instructions will help to do this safely.
Why the Topics app canβt be removed in the standard way
Unlike third-party apps from Google Play, Xiaomi system utilities are protected from accidental removal.
- π Integration with MIUI: The app is responsible for visual design of the interface, including wallpaper, icons and animations. its removal can lead to malfunctions in other components.
- π¦ Predefined status: βThemesβ are set in the section /system/priv-app, which is protected from changes without superuser rights (root).
- π Xiaomi policy: the manufacturer blocks the removal of key services to ensure firmware stability and a monopoly on the distribution of content (for example, paid themes).
Even if you find the "Delete" button in the app menu, it will be inactive or replaced with "Disable." It's not a mistake, that's how MIUI protects. But you can bypass it.
Method 1: Disable the application through settings (without root)
The easiest and safest method is to deactivate the application, not physically delete it, which will stop the background processes, but will keep it back on.
- Open Settings β Applications β Application Management.
- In the search box, enter βThemesβ.
- Slip on the app and select "Disable".
- Confirm the action in the dialog window.
After the shutdown:
- π The app will stop using battery and Internet traffic.
- π The icon will disappear from the menu, but the files will remain in memory.
- β οΈ Certain functions MIUI (For example, changing wallpaper through a standard menu may not work properly.
Make a backup copy of wallpaper and fonts
Check out the MIUI version (Settings β About the phone)
Close all background applications
Make sure the battery is charged > 30%-->
If the βDisableβ button is inactive, you have limited-authority firmware installed on your device (e.g., Global ROM for the European market), in which case move on to the next method.
Method 2: Remove via ADB (without root but with PC)
This method will require a computer with ADB drivers installed and enabled USB debugging on your smartphone, an advantage of which is that it works on most Redmi models without having to get root rights.
Step-by-step:
- Activate Settings β About Phone β MIUI version (tap 7 times to turn on Developer Mode).
- Return to Settings β Additional β For developers and enable USB Debugging.
- Connect your smartphone to your PC and confirm your trust in your computer on your phone screen.
- Open the command line (cmd) on the PC and type:
adb devices(The name of your device should be displayed.)
adb shell pm uninstall -k --user 0 com.android.themesIf the command is successful, the application will be removed for the current user (without physically erasing files from the system).
What to do if ADB issues a Failure error
β οΈ Attention: After removal through ADB function MIUI (For example, setting up live wallpapers may stop working. To get it back, run the command: adb shell cmd package install-existing com.android.themes
Method 3: Remove root rights (for power users)
If you have root access (for example, through Magisk), you can completely delete the files of the Themes app, which is suitable for Custom ROM firmware or unlocked devices.
Instructions:
- Install a file manager with root support (such as Root Explorer or FX File Explorer).
- Go to /system/priv-app/Themes or /system/app/Themes (depending on MIUI version).
- Delete the com.android.themes folder or files with the.apk and.odex extensions.
- Reset the device.
| Model Redmi | The Way to Themes at MIUI 12/13 | The Way to MIUI 14 |
|---|---|---|
| Redmi Note 10/11 | /system/priv-app/Themes | /system/priv-app/Themes_Themes |
| Redmi 9/9A | /system/app/Themes | /system/priv-app/Themes |
| Redmi K50/K60 | /system/priv-app/Themes | /system/priv-app/MiuiThemes |
β οΈ Attention: Deleting root-righted system files can lead to bootloop.Before doing anything, back up through TWRP Or OrangeFox.
π‘
If the live wallpaper stopped working after removal, install a third-party launcher (for example, Nova Launcher) and use it to customize the design.
Method 4: Reset MIUI settings to factory
The last method is to completely reset your smartphone, which will delete all user data, but return the system to its original state, where the Themes app will be disabled by default (on some firmware).
How to reset:
- Go to Settings β About the phone β Reset settings.
- Select βErase all dataβ.
- Confirm the action and wait for the reboot.
After discharge:
- π The Themes app will be deactivated (on Global) ROM Europe).
- π± All data (photos, contacts, messages) will be deleted β be sure to make a backup copy.
- β‘ Reset does not delete system files, but only resets settings.
π‘
Factory reset is the only officially supported way Xiaomi can βremoveβ pre-installed apps, but itβs not the right way to save data.
Method 5: Use of third-party utilities (for unlocked downloaders)
If your Redmi has an unlocked bootloader, you can use tools like MIUI Hidden Settings or Debloater Tool to remove unnecessary components.
Examples of Debloater Tool:
- Download the tool with XDA Developers.
- Connect your smartphone to your PC in ADB mode.
- In the utility, find the com.android.themes package and mark it for removal.
- Click on βApplyβ and wait for the process to be completed.
Advantages of the method:
- π― Allows you to remove several unnecessary applications at the same time.
- π§ Works on firmware with blocked root (but requires unlocked bootloader).
- β οΈ The risk of damage to the system is higher than with manual removal through ADB.
What to do if nothing works
If none of these methods worked, maybe your firmware has some additional limitations.
- π Update. MIUI Up to the latest version β sometimes new builds allow you to disable system applications.
- π₯ Install custom firmware (e.g. Pixel Experience or LineageOS) that does not have a Themes appΒ».
- π οΈ Contact Xiaomi Service Center β some models (for example, Redmi for the Chinese market) have strict restrictions on modifications.
Also check if your device is corporate (with Enterprise ROM firmware) β on such devices, removal of system applications is often blocked at the kernel level.