How to Remove Themes App on Xiaomi: All Ways 2026

Themes app on Xiaomi, Redmi and POCO smartphones is often a source of irritation: it takes up space in memory, consumes battery power and constantly suggests changing the design. Despite the fact that it is system software, it can be disabled or removed without root rights - and we will tell you how to do it as safely as possible.

In this article you will find the most relevant methods for MIUI 12/13/14 HyperOS, including hidden settings, ADB-Teams and alternative solutions for different models – from Redmi Note 10 Xiaomi 14 Pro. Important: Some methods require caution, so read warnings carefully before action.

Why the β€œThemes” app is bothering users

The com.miui.themes system application is responsible for changing wallpaper, icons and overall interface design, but it has several critical flaws:

  • πŸ”’ Limitations MIUI: Inability to completely remove without root rights on most devices.

According to statistics from Xiaomi Community, more than 60% of MIUI users have tried to disable or uninstall the app at least once, and only 15% do so correctly – the rest face errors or returns after updates.

πŸ“Š You tried to remove the Themes app on Xiaomi?
Yes, but without success.
Yeah, it worked.
No, but I want to try.
I'm not worried about it.

Method 1: Disconnect via settings (without deleting)

The safest method is to deactivate the application, not remove it completely, which will prevent background activity and notifications, but will retain the ability to return functionality if necessary.

Instructions for MIUI 14 and HyperOS:

  1. Open Settings β†’ Applications β†’ Application Management.
  2. In the search bar, enter Themes (or Themes for English firmware).
  3. Select the com.miui.themes app.
  4. Click Disable (or Force Stop + Disable in English).
  5. Confirm the action in the dialog window.

Make a backup copy of important data

Check out the MIUI version (Settings β†’ About the phone)

Close all background applications

Connect your phone to charge (recommended)

-->

⚠️ Note: After disabling, you will not be able to change themes through the standard menu, but wallpaper and fonts will remain available through Settings β†’ Screen, on some devices (POCO F5, Redmi K60) This method may not work completely - the application will restart after restarting.

Method 2: Removal via ADB (no root rights)

For users willing to work with Android Debug Bridge (ADB), there is a way to uninstall the app completely.This method works on 80% of Xiaomi devices with MIUI 12+ and does not require unlocking the bootloader.

What you need:

  • πŸ’» Computer with Windows/macOS/Linux
  • πŸ“± USB-cable (original)
  • πŸ”§ Installed drivers Xiaomi and ADB Tools
  • πŸ”’ Included debugging by USB (Settings β†’ The phone. β†’ Version. MIUI β†’ 7 times press β†’ Additionally. β†’ For developers β†’ Debugging by USB)

Step-by-step:

adb devices


adb shell




pm uninstall -k --user 0 com.miui.themes

If the team doesn’t work, try an alternative:

adb shell pm disable-user --user 0 com.miui.themes
Team team.Action.The result
pm uninstall -k --user 0Complete removal for the current userThe application will disappear from the system, but will remain in the firmware
pm disable-user --user 0Uninstallation without deletionThe app will not work, but will remain on the list.
pm clearClearing the dataRemove cache and settings, but not the app itself

⚠️ Note: HyperOS devices (e.g. Xiaomi 14) may require an additional command to reset rights:

adb shell cmd package bg-dexopt-job

πŸ’‘

If ADB doesn’t recognize the device, try reinstalling drivers through the Mi Flash Tool or using Google’s portable version of Platform Tools.

Method 3: Remove with Magisk (for rooted devices)

If you have root rights, the process is simplified, you can use the Magisk module or manual deletion through the file manager.

Instructions for Magisk:

  1. Install Magisk Manager and check the root rights status.
  2. Download the Universal Themes Debloater module from the Magisk repository.
  3. Install the module through Magisk β†’ Modules β†’ Install from storage.
  4. Reset the device.

For manual removal:

  1. Open Root Explorer or FX File Explorer with root access.
  2. Go to /system/priv-app/Themes or /system/app/Themes.
  3. Delete the Themes folder or rename it to Themes.bak.
  4. Clear the cache to /data/data/com.miui.themes.

⚠️ Note: On some devices (POCO X5 Pro, Redmi Note 12) system removal APK This can lead to bootloop. Before you do something, back up through TWRP Or OrangeFox Recovery.

What if the launcher stopped working after removing themes?
If you lose wallpaper or icons after you delete com.miui.themes, install a third-party launcher (like Nova Launcher or Lawnchair) and reset it, which in most cases restores the interface to work.

Method 4: Reset to factory settings (extreme case)

If no method has worked, and the app comes back after updates, then the radical solution is hard reset, which will remove all data from the device, so use it only as a last resort.

How to do the reset correctly:

  1. Create a backup through Settings β†’ Additional β†’ Backup and Reset.
  2. Disable your Mi Account (Settings β†’ Xiaomi Account β†’ Sign out).
  3. Go to Settings β†’ About the phone β†’ Reset settings.
  4. Choose to erase all data and confirm.

After discharge:

  • πŸ“± Do not restore data from backup MIUI β€” This will bring back the Topics appΒ».
  • πŸ”§ Disable automatic update of system applications (Settings) immediately β†’ Annexes β†’ Auto-update).
  • πŸ›‘οΈ Install an alternative launcher before your first internet connection.

⚠️ Note: On HyperOS devices (e.g. Xiaomi) 13T) A reset may return the firmware to the factory version, which will result in the loss of all updates. β†’ The phone.

Method 5: Alternative solutions (if you can’t delete)

If deletion or disabling is not possible, consider these options:

  • 🎨 Third-party launchers: Install Nova Launcher, Lawnchair or Niagara Launcher – these allow you to customize the interface without system themes.
  • πŸ”• Blocking Notifications: Go to Settings β†’ Notifications β†’ Topics and turn off all alerts.
  • πŸ“΅ Background Limitation: In the Application Settings (Settings) β†’ Annexes β†’ Topics β†’ Battery) select Limit background activity.
  • πŸ”„ Updates rolled back: If problems started after the update MIUI, Try to revert to the previous version via Fastboot.

For HyperOS devices (such as Xiaomi 14 Ultra), there is another trick: you can hide the app from the menu without removing it.

  1. Hold the β€œTheme” icon on the home screen.
  2. Choose to Remove (actually, it is a concealment).
  3. Confirm the action.

πŸ’‘

Third-party launchers not only replace the functionality of system themes, but also often run faster and consume less battery than a standard MIUI Launcher.

Frequent Mistakes and How to Avoid Them

Many users make critical mistakes when trying to delete "Themes," and here are the most common ones and ways to prevent them:

Mistake.Effects of consequencesDecision
Deletion without backupData loss or bootloopAlways backup with TWRP or Mi Cloud
Use of informal ADB-instructionLocking the device or resetting settingsCheck the commands on the XDA Developers or 4PDA forums
Removal on devices with a blocked loaderError adb: error: failed to copyUnlock the bootloader via Mi Unlock Tool (requires a wait of 7-15 days)
Update MIUI after removing themesApplication Return and Possible Interface ErrorsTurn off automatic update in Settings β†’ About Phone β†’ System Update

Especially careful should be the owners of devices with anti-rollback protection (Anti-Rollback), such as Xiaomi Mi 11 or Redmi K40. Incorrect manipulation of system files can lead to a β€œbrick”** (inoperable device).

If you are not sure about your actions, it is better to use safe methods (disable via settings or block notifications) or contact the Xiaomi service center.

FAQ: Answers to Frequent Questions

Can I remove themes on Xiaomi without a computer?
Yes, but with limitations. Without a PC, you can only disable the app through settings or use Magisk (if there are root rights). Complete removal without ADB is only possible on some firmware via App Inspector or Package Disabler (requires a root).
Will the Themes app return after the MIUI update?
System applications recover with major firmware updates, so to avoid this, disable automatic MIUI updates or use Magisk to block the recovery of remote packets.
What happens if you delete the Themes on POCO F5 with HyperOS?
On HyperOS, removing themes can cause Control Center to malfunction. It is recommended to disable the application first, rather than delete it completely. If the interface becomes glitchy, restore com.miui.themes via ADB: adb shell cmd package install-existing com.miui.themes
How to return the app β€œThemes” if you need it again?
If you disabled it through settings, just find com.miui.themes in the app list and click Enable. If you deleted it via ADB, restore by command: adb shell cmd package install-existing com.miui.themes For root-right devices, download the original APK from the 4PDA forum and install via Root Explorer.
Is there a legal way to remove β€œThemes” without root and ADB?
No. Xiaomi does not provide an official option to remove system applications, the only β€œlegal” way is to disable through settings or contact a service center to request a reflash of the device on MIUI without bloat (for example, MIUI EU).