How to permanently remove the app β€œThemes” on Xiaomi smartphones: all working ways

The Themes app on Xiaomi smartphones is often a source of annoyance: it takes up space in memory, consumes traffic for background updates and constantly offers to change the design. Despite the fact that MIUI does not allow you to remove it with standard means (like most system applications), there are workarounds – from simple disabling to complete removal with ADB or custom firmware.

In this article, we will discuss all the current ways to remove the Theme app on Xiaomi, Redmi and POCO (including the models of 2023-2026 on MIUI 12-14 and HyperOS).

  • πŸ”Ή Disable the app without root rights (safe, but does not free up memory).
  • πŸ”Ή Remove through ADB (requires PC and debugging USB).
  • πŸ”Ή Block updates so that they don’t come back.
  • πŸ”Ή Remove Forever with Magisk or Custom Recavery (TWRP).

Warning: some methods can lead to loss of warranty or unstable system operation. If you are not sure about your actions, use only the first two methods (disconnection and ADB).

πŸ“Š What version? MIUI use?
MIUI 12
MIUI 13
MIUI 14
HyperOS
I don't know.

1. Why the Themes app cannot be removed in the standard way

The Themes app (com.android.themes or com.miui.themes) is included in the MIUI System Services list.

    Xiaomi does not provide the option of uninstallation, as the application is integrated into the mechanisms of change of system design (fonts, icons, wallpaper), however, it can be deactivated, frozen or removed using ADB or root rights.

    ⚠️ Note: On some models (Xiaomi 13 Pro, Redmi Note 12), the Themes app is associated with miui.system. its removal may disrupt the notification center or the Quick Settings Panel.

    Method 1: Disabling the application (without deleting)

    The safest method is to disable the application through settings, which will not free up memory, but will stop it working and updating:

    1. Open Settings β†’ Applications β†’ Application Management.
    2. In the search box, type β€œThemes”** (or Themes).
    3. Click on the app and select Disable (or Remove Updates if the button is active).
    4. Confirm the action in the dialog window.

    After the shutdown:

    • βœ… The icon will disappear from the app menu.
    • βœ… Background processes and notifications will stop.
    • ❌ Memory will not be released (app files will remain in the system).

    πŸ’‘

    If the β€œDisable” button is inactive, try removing all app updates first, then try again.

    3. Method 2: Removal via ADB (no root rights)

    To completely remove the system application, you will need to debug over USB and the ADB command. This method works on most Xiaomi devices (including the POCO F5, Redmi K60) and does not require root rights.

    What you need:

    • πŸ–₯️ Computer with installed ADB Tools.
    • πŸ“± Included Debugging by USB on a smartphone (Settings) β†’ The phone. β†’ Version. MIUI β†’ 7 times to activate the developer mode, then additionally β†’ For developers β†’ Debugging by USB).
    • πŸ”Œ USB-cable (preferably original).

    Step-by-step:

    1. Connect the phone to the PC and confirm the debugging permission.
    2. Open the command prompt (cmd) in the folder with ADB.
    3. Enter the command to check the connection: adb devices must appear serial number of the device.
    4. Remove the Themes app by command: adb shell pm uninstall --user 0 com.android.themes If it doesn't work, try: adb shell pm uninstall --user 0 com.miui.themes
    5. Reboot the phone.

    USB| debugging enabled

    Installed by ADB Tools on PC|

    Phone connected in file transfer mode (MTP) |

    Connection with Adb Devices Team-->

    What to do if the team is not working?

    • πŸ”„ Reconnect. USB-Cable and repeat adb devices.
    • πŸ”§ Check if the antivirus is blocking. ADB.
    • πŸ“± Some firmware (HyperOS) requires first to disable the application in the settings, then use it. ADB.

    ⚠️ Attention: After update MIUI The Themes app can recover. To avoid this, block its updates (see Section 5).

    Method 3: Magisk Removal (for rooted devices)

    If your Xiaomi has Magisk installed (root rights), you can remove Themes using the App Systemizer module or manually through Root Explorer.

    Method 1: Magisk Module

    1. Install the App Systemizer module through Magisk Manager.
    2. Reboot the phone.
    3. Open App Systemizer, search for β€œThemes”** (com.miui.themes) and select Uninstall.

    Method 2: Manually using Root Explorer

    1. Install a file manager with root support (such as Solid Explorer or FX File Explorer).
    2. Go to /system/priv-app/Themes or /system/app/Themes.
    3. Delete Themes.apk and Themes.odex files (if any).
    4. Clear the cache to /data/data/com.miui.themes.
    5. Reset the device.
    MethodRoot requiredFrees up memory.Risk to the system
    Disconnection in settings❌ No.❌ No.βœ… No.
    ADB❌ No.βœ… Yes.🟑 Low (can recover after updating)
    Magiskβœ… Yes.βœ… Yes.🟠 Medium (risk of incorrect removal)
    TWRP (Delete System Files)βœ… Yes.βœ… Yes.πŸ”΄ High (possible bootloop)

    πŸ’‘

    Use Magisk only if you are confident in your actions. Incorrect deletion of system files can lead to a β€œbrick” (inoperability) of the device.

    Method 4: Blocking Application Updates

    Even after removing the Themes via ADB or Magisk, the app can return after the MIUI update. To avoid this, block its updates:

    Method 1: Through Google Play Settings

    1. Open the Google Play Store.
    2. Find the "Themes" app**.
    3. Click on the three dots in the top right corner and uncheck the checkmark with Auto Update.

    Method 2: Through ADB (for system updates)

    MIUI updates system applications through com.xiaomi.miui.updateservice. To block the "Tem" update, do:

    adb shell pm disable-user --user 0 com.xiaomi.miui.updateservice

    Method 3: Through hosts file (for advanced)

    Add lines to /system/etc/hosts (root required) to block update domains:

    127.0.0.1 themes.miui.com
    
    
    127.0.0.1 update.miui.com

    What happens if you don’t block the updates?
    After the MIUI update, the Themes app will automatically recover, as it is part of the firmware, even for devices with remote APKs, the system will download it again from Xiaomi repositories.

    Method 5: Removal via TWRP (for power users)

    If your Xiaomi has a custom TWRP recap, you can remove Themes directly from the system partition.This method is risky and recommended only to those who have previously worked with TWRP.

    Instructions:

    1. Boot to TWRP (clip Power + Volume up when turned on).
    2. Go to Advanced β†’ File Manager.
    3. Find folders: /system/priv-app/Themes /system/app/Themes /data/app/com.miui.themes-

    "Themami"**

    Wipe β†’ Cache

    ⚠️ Note: Delete system files in TWRP This can lead to bootloop. Before you do it, back up through the bootloop. TWRP β†’ Backup!

    7.Alternatives: How to Hide β€œThemes” Without Deleting

    If deleting seems risky, you can simply hide the app:

    • πŸ“ Hide the icon: Use launchers like Nova Launcher or POCO Launcher where you can hide applications.
    • 🚫 Block notifications: In the application settings, turn off Show notifications.
    • πŸ”’ Limit data: In Settings β†’ Annexes β†’ Topics β†’ Mobile data turn off background traffic.

    Advantages:

    • βœ… No risk to the system.
    • βœ… You can return the application at any time.
    • ❌ Does not release memory and does not stop background processes.

    8. Frequent Questions (FAQ)

    Can I remove themes on Xiaomi without a computer?
    Yes, but with limitations: No root rights, only disable via settings. Root rights, you can delete via Root Explorer or Titanium Backup. Complete removal without a PC requires Magisk or TWRP.
    Why does the application return after being deleted via ADB?
    It's because of this: πŸ”„ Updates MIUI β€” Firmware restores system applications. πŸ“₯ Background updates via com.xiaomi.miui.updateservice Solution: block updates (see section 5) or uninstall via Magisk.
    Will MIUI work without the Themes app?
    Yes, but with reservations: βœ… The main functions (calls, messages, settings) will remain functional. ⚠️ On some firmware (MIUI 13 for Xiaomi 12T) You may not be able to change the wallpaper of the desktop through standard settings. βœ… Alternative: Use third-party launchers (Nova, Action Launcher) for customization.
    How to return the β€œThemes” app if you need it?
    If you deleted it through ADB: adb shell cmd package install-existing com.miui.themes If deleted via Magisk/TWRP - reflash MIUI via Fastboot or restore the backup. Download APK from an official source (for example, APKCombo) and install manually.
    Can I remove themes on Xiaomi with HyperOS?
    Yeah, but with nuances: πŸ”Ή ADB-The method works, but the package may be called differently (e.g. com.xiaomi.themes). πŸ”Ή Magisk requires a compatible version for HyperOS (check on the XDA). πŸ”Ή Disable via settings is available, but may not work on beta.Before deleting, backup - HyperOS is stricter on modifications to system files.