You have downloaded a beautiful theme for Xiaomi through MIUI Theme Store, but it's been crooked, is it slowing down, or just disliked? The problem is that many themes aren't set like normal themes. APK-files and are integrated into system files MIUI. Standard removal through "Settings" โ Themes often donโt work โ the Delete button is simply missing, and a factory theme reset returns only visual elements, but doesnโt clear the cache and residual files.
In this article, we will analyze all working methods of removing themes on Xiaomi, Redmi and smartphones. POCO โ From simple (through the settings menu) to radical (using the ADB And manual editing of system folders, and focus on topics that are set as "systemic" and not deleted by standard methods. MIUI 14/15 (including global and Chinese firmware versions).
Why the topic cannot be removed in the standard way
V MIUI Themes are divided into two types:
- ๐ฆ Common themes โ set as separate packages in /data/app/ They're removed from the Topics menu, which is usually custom themes. MIUI Theme Store or Third Party Sources.
- ๐ง Systemic topics โ integrated into /system/priv-app/MiuiSystemTheme/ or /vendor/overlay/. They can be pre-installed by the manufacturer (e.g. Mi Fan Festival) or set as โdeepโ themes with changing icons, fonts and animations.
The problem is that Xiaomi often blocks the removal of system themes through the interface, even if they have been installed by the user.
- ๐ Protection of system files โ MIUI Limits access to folders /system and /vendor rootless.
- ๐ Caching โ even after the topic is โdeletedโ, its elements may remain in the /data/system/theme/.
- ๐ฑ Overlay Packages โ Some themes use the Android Overlay mechanism, which requires you to disable via ADB.
โ ๏ธ Note: Deleting system themes without backup can cause interface failures (e.g., missing icons or fonts).If you are not sure about your actions, use the factory theme reset method (section 3).
Before you start radical methods, check if your theme is a standard upgrade. For example, Mi Fan Festival or Dark Mode Pro themes can be part of the firmware and cannot be completely removed without losing functionality.
Method 1: Remove from the "Themes" menu (for normal topics)
If the theme is installed as a regular app, try removing it in the standard way:
- Open the "Themes" app (icon with brush).
- Go to the section My โ Established.
- Find the right topic and click on it.
- In the upper right corner, tap three points (โฎ) and select "Delete".
If you don't have a "Delete" button, it's a system theme.
- ๐น Try resetting the theme to the factory: Settings โ Display. โ Topics โ Standard.
- ๐น Clear the cache of themes: Settings โ Annexes โ Application management โ Topics โ Warehouse โ Clear the cache.
โ ๏ธ Note: Some firmware (e.g. Xiaomi.eu) may not have the "Delete" button even for common themes.
If the theme is not deleted, but you see it in the list of applications (Settings) โ Apps, try it out:
- Find a topic in the list (the title usually contains com.android.theme or miui.theme).
- Click "Delete Updates" (if the button is active).
- Then select โDisableโ (this hides the topic, but does not delete files).
โ๏ธ Preparation for deletion of the topic
Method 2: Removal through ADB (system-theme)
If the theme is set as a system, it can be removed using Android Debug Bridge (ADB). This method works without root, but requires the inclusion of debugging by USB.
Step 1. Enable debugging over USB:
- Go to Settings. โ The phone.
- Tap 7 times on the MIUI version to activate the developer mode.
- Back to Settings โ Additionally. โ For developers.
- Turn on "Debugging by" USB" and confirm the authorization.
Step 2. Connect your phone to your PC and execute the commands:
- Download ADB Tools and unpack it into a folder.
- Open the command line (Win + R โ cmd) and go to the folder with adb:
- Check the connection of the device:
- Run the command to delete the theme (replace package.name with the real name of the package):
How to find out the name of the theme package?
- ๐ Use the team:
- ๐ Or check through App Inspector (analysis app) APK).
| Type of topic | Example of a packet name | ADB Team Team |
|---|---|---|
| Common theme | com.android.theme.iconpack.festival | adb uninstall com.android.theme.iconpack.festival |
| Systemic theme | com.miui.systemtheme | adb shell pm uninstall -k --user 0 com.miui.systemtheme |
| Icon themes | com.miui.iconpack | adb shell pm disable-user com.miui.iconpack |
| Overlay themes | com.miui.overlay.theme.dark | adb shell cmd overlay disable com.miui.overlay.theme.dark |
โ ๏ธ Attention: Teams with flag --user 0 Remove the theme only for the current user. Complete removal of the system theme will require root or custom recovery rights.
If the theme is still displayed after executing commands, clear the cache:
adb shell pm clear com.android.themes๐ก
Before use ADB Check if it is blocked. USB-Port in Security Settings (Settings) โ Passwords and security โ Lockdown USB). Some Xiaomi firmware requires additional permission for debugging.
Method 3: Resetting themes to factory settings
If the theme is not deleted, but you want to return the standard look MIUI, discharge:
- Go to Settings โ Themes.
- Select "Standard" (or "Default" on global firmware).
- Confirm the reset.
If this doesnโt help, do a deep reset:
- Open Settings โ About the phone โ Reset settings.
- Select Reset Theme Settings (not to be confused with a full phone reset!).
- Confirm the action.
Some firmware (e.g. Xiaomi.eu) may not have this item.
- ๐ง Use it. ADB discharged:
- ๐ Reboot the phone.
โ ๏ธ Attention: Resetting themes does not delete themes from the phone's memory, but only returns visual settings to factory settings.
After resetting themes, some elements (such as wallpaper or fonts) may remain changed. MIUI saves user settings in /data/system/users/0/.
Method 4: Manually delete theme files (root required)
If you have root rights or custom recovery (TWRP), You can manually delete the theme files. This method is the most effective, but requires caution.
Step 1: Getting root rights:
- ๐ Use Magisk to unlock root (instructions for Xiaomi are available on the Internet) XDA Developers).
- ๐ง Or set it up. TWRP for your model.
Step 2: Delete files to topics:
Theme files can be in the following folders:
- /data/app/com.android.themes-* โ routine.
- /system/priv-app/MiuiSystemTheme/ โ system-themes.
- /vendor/overlay/ โ Overlay themes (change icons, fonts).
- /data/system/theme/ โ cache and temporary files.
For removal:
- Open Root Explorer (or TWRP File Manager).
- Go to one of the folders mentioned.
- Delete the theme folders (e.g. com.android.theme.iconpack.festival).
- Clear the folder. /data/system/theme/.
- Reboot the phone.
โ ๏ธ Note: Removing files from /system or /vendor This can lead to bootloop. Always backup (nandroid backup) TWRP) change.
If the theme still appears after removal, check:
- ๐ Cache of the "Themes" app (Settings) โ Annexes โ Topics โ Clear the cache).
- ๐ The presence of duplicate files in /data/app-lib/.
What to do if the icons are missing after removal?
Method 5: Use MIUI Theme Editor (for experienced users)
MIUI Theme Editor is a theme editing and deleting tool that works at the system file level. It requires root or TWRP, but allows you to point-to-point remove elements of the themes without risking damage to the system.
Step 1 Installation MIUI Theme Editor:
- Download the latest version from XDA Developers.
- Install. APK (Permission to install from unknown sources is required).
- Provide root access at the first start.
Step 2: Deletion of the subject:
- Open up. MIUI Theme Editor.
- Go to the "Theme Management" section.
- Select the topic you want to remove.
- Click "Delete all files".
- Confirm the action and restart the phone.
Advantages MIUI Theme Editor:
- ๐น Allows you to remove individual elements of the theme (for example, only icons or fonts).
- ๐น Automatically cleans the cache after removal.
- ๐น Supports the restoration of standard themes.
โ ๏ธ Attention: Some versions MIUI Theme Editor may not work on the latest firmware MIUI 15.Pre-use check compatibility on the developer forum.
If MIUI Theme Editor doesnโt find your theme, try it out:
- ๐ Manually specify the path to the theme files in the application settings.
- ๐ Update the theme database through the menu "Update".
Method 6: Completely reset your phone (extreme method)
If none of these things work, you'll have to completely reset your phone to factory settings, which will delete all the themes, but also erase all the data on your device.
How to perform the reset:
- Backup important data (Settings) โ Google โ Backup or through Mi Cloud).
- Go to Settings โ About the phone โ Reset settings.
- Select "Erase all data."
- Enter your password (if required) and confirm the reset.
After discharge:
- ๐ The phone will reboot and return to factory settings.
- ๐ฑ All topics, including system ones, will be removed.
- โ ๏ธ When you first start, do not restore data from a backup if it contains theme files.
โ ๏ธ Note: Some Xiaomi models (e.g. Redmi Note 12 Pro)+) After the reset, you may need to re-activate your Mi Account to unlock the downloader.
If the theme reappears after the reset, it means that it was pre-installed in the firmware.
- ๐ง Install custom firmware (e.g. Xiaomi.eu or Pixel Experience).
- ๐ Turn off automatic theme updates in Settings โ Topics โ Settings โ Auto-update.
๐ก
A complete reset is a last resort, and try all other methods before using it, since resets not only removes topics, but also all user data.
How to avoid problems with topics in the future
To avoid the impossibility of removing topics, follow these recommendations:
- ๐ Check reviews before installing the topic in MIUI Theme Store.com users often complain of bugs or inability to delete.
- ๐ Use Test Mode: Some themes can be applied 15 minutes before final installation.
- ๐ง Turn off automatic theme updates in the settings MIUI Theme Store.
- ๐ฑ Install topics only from official sources (avoid them) APK off-site).
If you are experimenting with themes frequently:
- ๐ Regularly clean the cache of the application "Themes".
- ๐ Create backup copies through TWRP before setting new topics.
- ๐ง Use light themes without deep changes to system files.
On some Xiaomi firmware (for example, the Chinese version) MIUI) The themes can be installed as part of the system updates, in which case removing them will cause a crash, and the only way out is to roll back to the previous version of the firmware.
If you are faced with a topic that is not removed in any way, check:
- ๐ Is it part of the firmware (for example, the theme for Mi Fan Festival).
- ๐ Does the antivirus block it or MIUI Optimization (turn off in the developer settings).