Themes is one of the standard MIUI solutions that many Xiaomi, Redmi or POCO users want to remove, and it not only takes up space in memory, but also constantly sends notifications, consumes traffic in the background, and sometimes even changes wallpaper or icons after updates, and in this article we will discuss all possible ways to get rid of it, from simple disconnection to complete removal by system methods.
Itโs important to understand that MIUI is closely integrated with Xiaomi services, so simple removal through the app menu is often not available. However, there are workarounds for both root-free users and advanced owners with an unlocked bootloader. Weโll look at options for different firmware versions (from MIUI 12 to MIUI 14) and models including the Xiaomi 13 Pro, Redmi Note 12 and POCO F5.
If you are not confident, start with the safest methods (sections 1-2). For experienced users, ADB or TWRP (sections 4-5) are suitable. For those who are afraid of breaking something, we will show you how to at least limit the activity of the application without risking the system.
1. disabling the โThemesโ application without deleting
The safest way is not to delete the app at all, but simply to block it from working.This will not free up memory, but will stop background processes, notifications and automatic theme loading. MIUI.
How to do this:
- ๐ฑ Open the Settings. โ Annexes โ Application management.
- ๐ In the search bar, type โThemesโ (or Themes on English firmware).
- โ๏ธ Click on the app, then select Disable (or Force Stop). + Disable on global versions).
- ๐ Confirm Action โ The system will warn that some features may stop working (this only applies to manually changing themes).
After the shutdown:
- โ The app will stop sending notifications.
- โ Disappear from the menu and stop consuming traffic.
- โ It will be remembered and will take place (usually). ~50โ150 MB).
- โ Some wallpaper and icons can be dropped to standard.
โ ๏ธ Note: On some firmware (for example, MIUI 13 for Redmi Note 11) the Disable button may be inactive.
2.Removal of updates to the โThemesโ app
Often the problems are not with the standard app itself, but with updates that Xiaomi installs through the Play Market or App Store, which can be removed by returning the app to the factory version, which will not free up memory completely, but will reduce its size and remove unnecessary functions.
Instructions:
- Go to Settings โ Applications โ Application Management โ Topics.
- Click on the three dots in the top right corner (or โฎ).
- Select Remove Updates (if no updates are available or built into the system).
- Confirm the action and restart the phone.
If the item Remove updates is not available:
- ๐น Try resetting the app settings via the same menu (Storage button) โ Clear the data).
- ๐น On global firmware (MIUI Global) sometimes helps delete via Play Market: open the Topics app page and click Delete.
| Method | Need root? | Frees up memory? | Deleting notifications? | Risk to the system |
|---|---|---|---|---|
| Disabling the application | โ No. | โ No. | โ Yes. | โ ๏ธ Low. |
| Removal of updates | โ No. | โ Partially. | โ Yes. | โ ๏ธ Low. |
| ADB-team | โ No. | โ Completely. | โ Yes. | โ ๏ธ Medium. |
| Removal via TWRP | โ Yes. | โ Completely. | โ Yes. | โ High-pitched |
3. Removal of "Tem" via ADB (no root)
If you don't have root rights, you can use the Android debugging bridge (ADB), which allows you to completely uninstall the Themes app without unlocking the bootloader, but requires you to connect the phone to your computer.
What you need:
- ๐ป Computer with Windows/Linux/macOS.
- ๐ USB-cable (preferably original).
- ๐ฅ Utility. ADB Tools by Google.
- ๐ง Included debugging by USB on the phone (Settings) โ The phone. โ Version. MIUI โ 7 times to press the version โ return to Settings โ Additionally. โ For developers โ Debugging by USB).
Step-by-step:
- Connect the phone to the computer and confirm the debugging permission on the smartphone screen.
- Open the command prompt (or Terminal on macOS/Linux) in the ADB folder.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Follow the command to remove the Themes app: adb shell pm uninstall --user 0 com.android.themes For Chinese firmware (MIUI China) you may need: adb shell pm uninstall --user 0 com.miui.themes
- Reboot the phone.
โ ๏ธ Attention: On some firmware (MIUI 14 Xiaomi 13 Ultra can return the Failure error [DELETE_FAILED_INTERNAL_ERROR]. In this case, try an alternative command: adb shell pm hide com.android.themes It will not remove the application, but hides it from the system.
โ๏ธ Preparation for work with ADB
4. Complete removal via TWRP (for advanced)
If you have a bootloader unlocked and custom recovery (TWRP) installed, you can physically delete the Themes application files from the system partition.This method is the most radical and frees up the maximum amount of memory, but requires caution - an error can lead to a bootloop ( looped reboot).
What needs to be done:
- Download. TWRP For your model (for example, for Redmi Note) 10 Pro โ twrp-3.7.0_12-vayu.img).
- Load the phone into Fastboot mode (turn off, then press Power + Volume Down).
- Please. TWRP The command is fastboot flash recovery. twrp.img Then reboot to recovery (fastboot reboot recovery).
- In TWRP, go to Advanced โ File Manager.
- Delete the following folders: /system/priv-app/Themes /system/app/Themes (if any) /data/app/com.android.themes-* (all folders with such a prefix)
Reboot โ System
Advantages of the method:
- โ Completely frees up space (up to 200 MB).
- โ Remove all traces of the application, including cache and data.
- โ It even works on Chinese firmware (MIUI China).
โ ๏ธ Note: Before removing, make a backup section /system into TWRP (If the phone doesn't boot after you delete it, restore the backup and try another method.
What if the phone is not turned on after TWRP removal?
5. Alternative method: replacement with an empty application
If removal is through ADB or TWRP It didnโt work, you can go for a trick โ replace the original application โThemesโ with an empty one. APK-This will fool the system and it will stop running it, but the memory will remain occupied (albeit minimally).
Instructions:
- Download empty. APK-file (e.g., from here).
- Rename it to Themes.apk.
- Copy the file to your phone in /sdcard/Download.
- Open up. ADB and execute the commands: adb shell su mount -o rw,remount /system cp /sdcard/Download/Themes.apk /system/priv-app/Themes/Themes.apk chmod 644 /system/priv-app/Themes/Themes.apk reboot
This method is suitable for:
- ๐ฒ Root-right devices.
- ๐ฒ Firmware where standard removal is blocked (MIUI 14 on Xiaomi 13T).
- ๐ฒ Users who need to maintain system functions.
๐ก
If the Themes app still appears on the menu after you replace it, clear the Google Play Services and MIUI System Launcher cache in the app settings.
6. How to return the Themes app back
If you change your mind or have problems after deleting (for example, wallpaper or fonts stopped working), the application can be restored.
If removed via ADB:
- Follow the command: adb shell cmd package install-existing com.android.themes
- Or reinstall it through the Play Market (if available there).
If removed via TWRP:
- Restore the /system partition backup.
- Or run the full firmware through Fastboot.
If you were replacing it with an empty APK:
- Download the original APK of the Themes app (can be pulled from the firmware or found on APKMirror).
- Repeat the replacement process, but with the original file.
โ ๏ธ Attention: On some firmware (MIUI 13.5+) After restoring the Themes application, you may need to reset settings (Settings) โ Additionally. โ Resetting settings), as the system can "forget" standard wallpaper and fonts.
๐ก
Before any manipulation of system applications, backup data. Even if you are an experienced user, a team error or firmware incompatibility can lead to the loss of the phone.