Xiaomi, Redmi and POCO smartphones offer users flexible interface customization through the proprietary Themes app. However, over time, the collection of downloaded themes grows, taking up precious space in the deviceโs memory, and some themes can conflict with the system or simply get bored. Unlike standard application removal, themes do not have a โDeleteโ button in the menu โ they need to be cleaned through hidden settings or manually.
Many users face problems: topics are not deleted through the application interface, there are โghostโ files after uninstallation, or the system gives an error Failed to delete the topic. In this article, we will discuss all the current ways to delete themes on MIUI 14/13/12, including cleaning the cache, manual deletion through the file manager and even resetting the Themes application.
1. Standard removal of topics through the Themes app
The most obvious way is to use the built-in tools of Themes, but there are nuances: not all themes can be removed in the standard way, and the menu interface may vary depending on the version of MIUI.
To remove the topic through the app:
- ๐ฑ Open the Themes app (brush icon on desktop).
- ๐ Go to My Themes tab (or Management in older versions).
- ๐๏ธ Press and hold your finger on an unnecessary topic. โ Choose Remove (or Recycle Bin icon).
- โ Confirm the action in the dialog window.
If the Remove button is inactive or absent, this means that the theme is system (preset) and cannot be removed through the interface, in which case alternative methods described below will be required.
โ ๏ธ Note: Deleting themes through the Themes app does not always clean all associated files.Residual data can take up to 100โ300 MB in a folder /MIUI/theme/, Even if the topic is off the list.
2. Manually remove themes through file manager
If the standard method didnโt work, you can manually delete themes through the file system, which requires access to hidden folders and root rights (on some devices).
Instructions:
- Open any file manager with Root support (such as MiXplorer or Solid Explorer).
- Go to /data/system/theme/ or (for older MIUI versions): /sdcard/MIUI/theme/
- Find a folder with the title of the theme you are removing (e.g. com.theme.name) and delete it.
- Clear the Themes app cache in settings (Settings โ Applications โ Application Management โ Themes โ Memory โ Clear the cache).
If /data/system/theme/ is not available without root, try using ADB (described in the next section).
โ๏ธ Preparation for manual removal of topics
| folder | Contents | Can I remove it without root? |
|---|---|---|
| /sdcard/MIUI/theme/ | User-uploaded themes | Yes. |
| /data/system/theme/ | Systemic and active themes | No (root needed) |
| /sdcard/Android/data/com.miui.home/ | Wallpaper and widget cache | Yes. |
3. Removal of topics via ADB (no root)
If you donโt have root permissions but need to remove the system theme, you can use ADB (Android Debug Bridge), which works on most Xiaomi devices with the bootloader unlocked.
Step-by-step:
- Enable USB debugging in the developer settings (Settings โ About Phone โ MIUI version (click 7 times) โ Additional settings โ For developers โ USB debugging).
- Connect your phone to your PC and open the command line (or Terminal on Mac/Linux).
- Enter the command to check the connection: adb devices (should display the serial number of the device).
- Delete the theme by its batch name (e.g. com.android.theme.icon.flat): adb shell pm uninstall -k --user 0 name packet themes
To find out the exact name of the theme package, use the command:
adb shell pm list packages | grep themeโ ๏ธ Note: Removing System Themes Through ADB It may cause the interface to fail. MIUI. Before the procedure, back up the data or restore point in the TWRP (if established).
๐ก
If the adb command is not recognized, install Android Platform Tools and add a path to the folder to the Windows environment variables.
4. Cleaning the cache and data of the Themes application
Sometimes the themes are not deleted due to a damaged cache or conflicts in the application data, in which case a full reset of Themes will help:
- ๐งน Go to Settings. โ Annexes โ Application management โ Themes.
- ๐๏ธ Press Memory. โ Clear the cache and Clear the data.
- ๐ Reset the device.
Once reset, all downloaded themes will disappear from the list, but the system ones will remain, and this method also solves the problem of โhungโ themes that are not deleted through the interface.
If the Themes app is unstable after cleaning, try:
- Update the app via Google Play (if available).
- Install an older version of APK (e.g. with APKMirror).
- Reset your phone settings (extremely).
๐ก
Cleaning up the Themes appโs data removes all downloaded themes but does not affect system files.Itโs a safe way to free up space if standard deletion doesnโt work.
5. Removing themes through Recovery (TWRP)
For advanced users with customized Recovery (TWRP) installed, there is a radical way to remove themes directly from the /data section.
Instructions:
- Boot to TWRP (hold Power + Volume up when turned on).
- Go to Advanced โ File Manager.
- Find the folders: /data/system/theme/ /sdcard/MIUI/theme/ and delete their contents.
- Reset the device.
This method is guaranteed to remove all topics, including system ones, but requires caution: wrong actions in TWRP can lead to data loss.
What to do if after removing themes, the application icons disappeared?
6. How to prevent automatic downloading of topics
MIUI has the unfortunate feature of automatically loading themes in the background, even if you haven't installed them.
- โ๏ธ Open the Settings. โ Wallpaper and themes โ Settings (โฎ top-right).
- ๐ซ Disable options: Automatic update of themes, Topics recommendations, Background loading.
- ๐ต Limit background activity of Themes app in battery settings (Settings) โ Battery โ Choice of applications โ Themes โ Limit background activity).
It is also recommended to disable notifications from Themes to avoid accidental downloads:
- Press notification from Themes โ select Disable notifications.
- Or go to Settings โ Notifications โ Themes and turn off all alerts.
7. Frequent errors and their solutions
When removing themes, users often encounter typical problems, and here are the most common ways to fix them:
| Mistake. | Reason. | Decision |
|---|---|---|
| Failed to remove the subject | Theme used by the system or damaged | Change the topic to the standard one, then repeat the deletion. |
| Remove button is inactive | Systemic theme or lack of rights | Use ADB or TWRP |
| The topic is deleted, but the place is not vacant. | Residual files in the cache | Clear the folders /MIUI/theme/ and /Android/data/com.miui.home/ |
| After removal, the wallpaper/marks were lost | Removed active theme of design | Restore the standard theme in the settings |
If none of the methods worked, check the device for viruses (some Trojans block access to system folders) or reset the settings to factory settings (Settings โ About Phone โ Resets).