Xiaomi Redmi Note 10 with its proprietary MIUI shell offers users extensive customization options, including installing themes. However, over time, dozens of unnecessary themes accumulate, both preinstalled and downloaded from the Theme, take up memory, slow down the interface and even conflict. In this article, we will discuss all working ways to remove themes, including hidden system packages that do not appear in the standard menu.
It's important to understand that not all themes are deleted the same way. For example, system MIUI themes (like standard Default or Dark Mode) are protected from removal without root rights, while custom themes from the store can be removed in several taps. We'll look at methods from the simplest to the most advanced ones using ADB, recovery mode and even manual file editing. If you encounter a "Theme is not deleted" error or after cleaning the the the the theme continues to appear, here you will find a solution.
1. Removing themes through the standard βThemesβ menu
The most obvious and safe way is to use the built-in MIUI tools.This method is suitable for themes installed from the official Theme Store, but does not affect system packages.
Instructions:
- π± Open the Themes app (icon with brush on desktop).
- π Go to the section My topics β Established.
- ποΈ Press and hold your finger on an unnecessary topic. β select Delete.
- β Confirm the action in the dialog window.
If the Remove button is inactive or not, then the theme is system (e.g. Mi Fan Festival or Global Dark).
β οΈ Warning: Once you delete the theme, it will reset to standard, and if you've used custom fonts or icons from that theme, they'll go back to default.
Make sure the theme is not currently in use | Make a backup of your favorite themes (export to file) | Check free space in memory (need β₯200 MB) | Turn off automatic updates of themes in the settings-->
2. Cleaning the cache and data of the βThemesβ application
Sometimes topics are not deleted due to a corrupted cache or conflicts in the application data. Cleaning helps to reset all temporary files and can unlock the delete button.
How to clean:
- Go to Settings β Applications β Application Management.
- Find the Themes app (or com.android.themes) and open it.
- Slip Warehouse β Clear the cache and Clear the data.
- Restart your phone and try to remove the theme again.
This method is also useful if after removing the theme, its elements (wallpaper, icons) continue to appear in the system, cleaning the data will reset all temporary design settings.
π‘
If you've cleared the cache, and the themes are gone, but the interface is the same, switch to another theme and back again, and this will force you to update the display.
3. Remove themes via MIUI Hidden Settings (hidden settings)
MIUI hides some system functions, including theme management, behind code commands, which allows you to remove even those topics that are not displayed in the standard menu.
Step-by-step:
- π€ Open the phone app and enter the combination: ##6484##
- π οΈ You'll get in. MIUI Hidden Settings β Choose the Theme Manager.
- π Find an unnecessary topic in the list and tap on it. β Uninstall.
- π Reset the device.
If the code doesnβt work, try an alternative:
- Install Activity Launcher from Play Market.
- Find com.android.themes β open ThemeManagerActivity.
- In manual mode, select a theme to remove.
β οΈ Attention: B MIUI 13/14 code instructions may not work due to security changes. ADB (section 5).
4 Manually delete theme files via file manager
All themes are stored as files with the.mtz or.apk extension in system folders, which can be manually deleted, but this requires root access or a file manager with superuser rights (for example, MiXplorer or Root Explorer).
The way to themes:
/data/system/theme/
/system/priv-app/ThemeManager/
/vendor/overlay/How to delete:
- π Open a file manager with root rights.
- π Follow one of the following paths (depending on the version) MIUI).
- ποΈ Find a folder with the title of the theme (e.g. com.example.theme.dark) and delete it.
- π Reboot the phone.
| folder | Type of theme | Can I remove it without root? |
|---|---|---|
| /data/system/theme/ | User-generated themes | β No. |
| /system/priv-app/ThemeManager/ | Systemic themes | β No. |
| /vendor/overlay/ | Overlay themes (MIUI 12+) | β No. |
| /sdcard/MIUI/theme/ | Backup copies of topics | β Yes. |
Critical! Deleting files from /system or /vendor without root rights can lead to bootloop. If you're not sure, use ADB (next section).
Once a week | Once a month |Only when I buy a phone |Never change-->
5. Removal of topics through ADB (no root rights)
ADB (Android Debug Bridge) allows you to manage system packages without getting root.This method is suitable for removing preset themes that are not removed in standard ways.
Instructions:
- π₯οΈ Install. ADB Tools on PC.
- π± On the phone, activate Developer Mode (7 taps by Assembly Number in Settings) β About the phone) and turn on the debugging USB.
- π Connect Redmi Note 10 to your PC and type in the command line: Adb devices (should display your device).
- π To see a list of all topics, follow: adb shell pm list packages | grep theme
- ποΈ Remove unnecessary theme by command: adb shell pm uninstall --user 0 com.miui.theme.NAZVANIE_TEMY (substitute NAZVANIE_TEMY the real name of the package on the list).
Examples of system theme package names:
- com.android.theme.iconpack.rounded β rounded icons
- com.miui.theme.DarkMode β Dark Mode
- com.miui.theme.Festival - holiday themes.
β οΈ Note: Some topics (e.g. com.miui.theme.Default) are critical to the job MIUI. Deleting them can cause the interface to crash. Before experimenting, backup your backup with adb backup.
What if the ADB canβt see the device?
6. Resetting to factory settings (last resort)
If the themes are not deleted by any means and cause MIUI to crash, the last option is a complete phone reset, which will delete all user data, including themes, but save system files.
How to reset:
- π Go to Settings. β The phone. β Resetting settings.
- π± Select Reset All Settings (do not Delete all data so as not to affect internal memory).
- β³ Wait for the process to be completed (5-10 minutes).
Once reset, the phone will return to the Default theme, and all custom themes will be removed, a method that is also useful if the themes are left with artifacts (such as distorted icons or fonts) after they are removed.
π‘
Resetting does not remove files from internal memory (photos, videos, documents), but erases all application settings, including accounts and passwords.
Frequent mistakes and their solutions
When removing themes, Redmi Note 10 users often face typical problems.
| Mistake. | Reason. | Decision |
|---|---|---|
| "Subject not deleted" (button inactive) | Theme is system-based or currently in use | Switch to another topic, then try again or use ADB. |
| After removal, the topic remains on the list. | Themes app cache damaged | Clear the cache and application data (Section 2) |
| android.process.media stopped | Conflict after removing the system theme | Reset the settings to factory (section 6) |
| Icons and fonts lost after removal | The theme was related to overlay settings | Set any other theme and restart your phone. |
If after all the manipulations the topics continue to appear, check:
- π Update. MIUI Up to the latest version (sometimes bugs are fixed in new builds).
- π οΈ Install an alternative launcher (like Nova Launcher) to get around the restrictions MIUI.
- π± Make a full backup and run your phone through Fastboot (for power users).