Changing the interface to Xiaomi Redmi 8 is a fun process, but not always a success. A new theme can slow down the system, conflict with application icons or just annoy with a bad design. Unlike flagship models where MIUI offers flexible customization, the budget Redmi 8 (codenamed olive) has limitations: some themes are deleted in one click, while others β for example, preinstalled or downloaded from MIUI Themes β require radical measures.
In this article, we will analyze all possible scenarios, from basic deletion through the theme menu to manual cleanup of system files through ADB. Particular attention will be paid to saving user data and preventing the βbrickingβ of the device, a typical problem when incorrectly interfering with system folders. If you find that the theme is not deleted in the standard way or after updating the MIUI returned itself, here you will find a solution.
β οΈ Important: Redmi 8 base MIUI 12/13 behaves differently than on MIUI 14+. The article indicates the differences for each firmware version.
Before you start, check:
- π± Version MIUI: Settings β The phone. β Version. MIUI. If you MIUI 14 Global, some methods wonβt work without unlocking the bootloader.
- π Battery charge: at least 50% Interrupting the process of removing themes through ADB It could cause the system to fail.
- π Backup: Themes are stored in /data/system/theme/ β If you make an error, you may need to reset.
1. Delete theme through the standard MIUI menu
The safest and most obvious way is to use built-in tools, and it is suitable for custom themes installed through MIUI Themes or downloaded in.mtz format.
Instructions:
- Open the Themes app (the icon with a brush on your desktop).
- Go to My Themes section (the tab at the bottom of the screen).
- Find the theme you want to remove and pinch the icon for 2 seconds.
- In the menu that appears, select Remove (basket icon).
β οΈ Note: If the Remove button is inactive or absent, the theme is system (e.g., Default or Dark Mode) and cannot be removed without root rights or ADB.
MIUI 12/13 can hide some of the themes in this menu, to see all the installed:
Settings β Additional β Themes β Theme ManagementβοΈ Check before deleting the topic
2. Resetting themes to factory settings
If the theme is stuck in the system and not deleted through the menu, a partial reset will help, which does not affect user data (photos, contacts), but will return all visual settings to default.
Step-by-step:
- Open the Settings. β The phone.
- Click 5 times on the MIUI version to activate the developer mode (if not already activated).
- Return to Settings β Additional β Recovery and Reset.
- Select Reset Theme Settings (on MIUI 14, this item may be called Resetting the Design).
- Confirm the action and restart the phone.
πΉ That he'll drop:
- π¨ All applied themes (including wallpaper, icons, fonts).
- π Sound patterns and notifications.
- π± Settings of the always-on display (Always On Display, if supported).
πΉ What's left:
- π Personal files (photos, videos, documents).
- π± Installed applications and their data.
- π Mi Accounts and Google Accounts.
π‘
If the theme is back after the reset, check if it is set as the default theme in your Xiaomi account settings. Open Settings β Xiaomi Account β Sync β Themes and turn off automatic sync.
3 Manual removal of themes through MIUI Theme Editor
For advanced users who are ready to work with system files, there is an application MIUI Theme Editor, which allows you to delete even those topics that are not displayed in the standard menu.
π Requirements:
- π± Device with unlocked loader (for MIUI 13+).
- π§ Established MIUI Theme Editor (can be downloaded from the XDA Developers).
- π οΈ Root rights (optional, but simplifies the process).
Instructions:
- Install and open MIUI Theme Editor.
- Go to the Local section (Local topics).
- Find the topic you want to remove and click on it.
- In the menu, select Delete (Delete).
- Confirm the action and restart the phone.
β οΈ Attention: Removing system themes (such as Default or Dark) through Theme Editor can cause a launcher crash (constant desktop reboots.
What if after removing the theme, the phone stopped loading?
4. Removal of topics via ADB (for power users)
If the theme is not removed by any of the above methods, manual removal through ADB remains. This method requires connecting the phone to a PC and basic command line knowledge.
π Preparation:
- π₯οΈ Install Android SDK Platform Tools on PC.
- π± Put the debugging on. USB on the phone: Settings β The phone. β Version. MIUI (press 7 times) β Settings β Additionally. β For developers β Debugging by USB.
- π Connect Redmi 8 to your PC via the original cable.
Instructions:
- Open the command line (cmd) in the folder with the platform-tools.
- Check the device connection: Adb devices should display the serial number of your Redmi 8.
- Get a list of installed topics: adb shell pm list packages | grep theme
- Remove the unnecessary theme (replace com.example.theme with its real name): adb shell pm uninstall -k --user 0 com.example.theme
π List of standard theme packages on Redmi 8:
| Title of the topic | Packet name | Can I remove it? |
|---|---|---|
| Standard (Default) | com.android.theme.default | β No. |
| Dark Mode (Dark Mode) | com.miui.theme.dark | β No. |
| User-generated (from MIUI Themes) | com.theme.[random] | β Yes. |
| Custom (.mtz) | com.local.theme | β Yes. |
Critical information: Deleting the com.android.theme.default package will make it impossible to boot the system, and you can only restore the phone through a full Fastboot flash.
π‘
ADB-commands allow you to remove even those topics that are not displayed in the menu MIUI. However, always check the name of the packet before executing commands β an error can make the phone inoperable.
5. Full reset of the phone (last resort)
If all previous methods fail, it leaves a complete factory reset, a radical solution that will remove all data from the device, including themes, apps and personal files.
π§ How to reset:
- Create a backup of important data (photos, contacts, messages).
- Open Settings β Additional β Recovery and Reset.
- Select Reset (on MIUI 14 β Erase all data).
- Enter the password (if installed) and confirm the action.
β³ Reset time: 5-10 minutes. Once rebooted, the phone will be like new, with a standard theme. MIUI.
β οΈ Note: Redmi 8 with unlocked bootloader after reset may require re-activation of Mi Account. If you forget the password β restore it in advance on the Xiaomi website.
6 How to avoid problems with topics in the future
To avoid βunremovableβ topics, follow these tips:
πΉ Safety rules:
- π‘οΈ Install themes only from the official store MIUI Third-party.mtz files may contain malicious code.
- π₯ Before installing a new theme, make the backup current through Settings. β Additionally. β Backup.
- π Do not update themes βover the airβ β it is better to download them manually and check the reviews of other users.
πΉ Checklist before setting the topic:
βοΈ Safe setting of topics
π‘ Alternatives to standard topics:
- π¨ Use Nova Launcher or Hyperion Launcher to customize icons without changing system themes.
- πΌοΈ Install. KWGT Create your own widgets with a unique design.
- π For dark mode, use the built-in Settings function β Display. β Dark topic instead of third-party topics.
π‘
If you like the design of a particular theme, but it slows down the phone, try using only its individual elements (for example, wallpaper or icons) through the Topics β Setup menu.