Xiaomi Redmi Note 8, powered by MIUI, allows you to install hundreds of themes, from minimalist to anime styles with flashy icons. But what if the installed theme starts to slow down, conflicts with applications or just annoys with its design? Delete it is not as easy as it seems: the standard theme menu in MIUI often hides the removal option, and system themes do not have such a button at all.
In this article, we will look at 5 proven ways to remove themes, from basic (via phone settings) to advanced (using ADB and manual cache clearing), focusing on system themes that canβt be removed by standard methods, but can be deactivated or replaced. If you lose your app icons, have lost your settings or your phone is getting hot, youβll find solutions to these problems after changing the the theme.
Important: The procedure for removing themes on the Redmi Note 8 depends on the version of MIUI (global, Chinese, custom firmware) and the status of the theme (user or system). All instructions are tested on MIUI 12-14, but are also relevant for newer versions, with minor changes in the interface.
1. Removing themes through the standard MIUI menu
The easiest way is to use the built-in MIUI Themes tools. It is suitable for custom themes installed from an official store or downloaded manually (.mtz files).
How to do this:
- π± Open the Themes app (icon with brush on desktop).
- π Go to My Themes section (the tab at the bottom of the screen).
- ποΈ Find the theme you want, click on it and select Delete (if the option is active).
- βοΈ For those without the delete button, try applying a different theme first, then go back to the problem one.
β οΈ Note: If the topic has been set through APK-If you delete a file (not from an official store), it may require you to clear the cache or even restart the phone, and in some cases, after you delete it, you'll have artifacts like changed fonts or notification sounds, and you'll have to reset them separately.
βοΈ Preparation for deletion of the topic
2. Cleaning the theme cache and resetting to standard design
If the theme is deleted, but its elements (wallpaper, icons, animations) remain, the problem lies in the MIUI cache. Clearing the cache helps in 80% of cases when the system βforgetsβ to return the standard design.
Instructions:
- Go to Settings β Applications β Application Management.
- Find the Themes app (or com.android.themes in the list of all apps).
- Select Warehouse. β Clear the cache.
- Return to the theme menu and apply the standard theme (Default or MIUI).
If that doesnβt help, try resetting the themes through the hidden menu:
- π§ Open the Topics app.
- π Click on the profile avatar in the upper right corner β Settings.
- π Find the option Reset theme settings (may be called Restore by default).
3. Remove themes through file manager (for power users)
Some themes, especially those that are manually installed (.mtz files), are stored in folders on the phone and are not deleted through menus. To get rid of them forever, you will need to manually delete files.
Where to look for topics:
| Type of topic | The path to files | Notes |
|---|---|---|
| Customized (.mtz) | /sdcard/MIUI/theme/ | Only remove the folders with the names of the topics |
| System (built-in) | /system/media/theme/ | Root rights required |
| Cash is the one. | /data/system/theme/ | Cleaning can reset all settings |
| Downloaded from the store | /sdcard/Android/data/com.android.themes/ | Delete only files with the.mtz extension |
β οΈ Note: Delete files from the folder /system/ If you're not sure what you're doing, use the methods in the previous sections or go to the method of using the root. ADB (see next section).
What to do if after removing themes missing the icons of the application?
4. Removal of topics via ADB (for system and non-removable themes)
Some themes (such as preinstalled Xiaomi or themes from the carrier) do not have the option of removing in the interface, in which case Android Debug Bridge (ADB) β a tool for debugging Android through a computer will help.
Step-by-step:
- Turn on USB debugging on your phone: Go to Settings β About Phone. Tap 7 times on the MIUI version to activate Developer Mode. Go back to Settings β Additional β Developer and enable USB Debugging.
Redmi Note 8
Open the command line (Windows) or terminal (macOS/Linux) and type:
adb devices(Your device should be displayed.)
adb shell pm list packages | grep theme(This command will show all packages related to themes. Look for lines like com.android.theme.iconpack..)
adb shell pm uninstall -k --user 0 com.android.theme.iconpack.holo(Replace com.android.theme.iconpack.holo with your theme package name.)
β οΈ Note: Removing System Themes Through ADB It can cause a launcher to crash or lose functionality of some interface elements. Before executing commands, back up through Settings. β Additionally. β Backup.
π‘
If you donβt know the name of the theme package, install the App Inspector app from Google Play, which will show the full names of all packages installed, including themes.
5. Reset to factory settings (extreme case)
If none of the methods worked, and the theme completely broke the interface (for example, after a failed update or custom theme installation), then the phone is completely reset, a radical way that will delete all data, including apps, photos and settings.
How to reset the Redmi Note 8:
- π Go to Settings. β The phone. β Resetting settings.
- π± Select Reset All Settings (or Delete All Data).
- π Enter a password (if required) and confirm the action.
- β³ Wait for the process to be completed (it will take 5-10 minutes).
After the reset, the phone will boot with a standard MIUI theme. To avoid data loss, first:
- π Create a backup through Settings β Additionally. β Backup.
- βοΈ Sync contacts and photos with Mi Cloud or Google Account.
- πΎ Save important files to your computer or external drive.
π‘
Factory reset is the last chance to get your phone back to working condition if the theme has caused critical errors. Use it only after unsuccessful attempts to delete it in other ways.
6 How to avoid problems with topics in the future
To avoid having to remove topics, follow simple rules:
- π‘οΈ Install themes only from the official store MIUI (Third-party.mtz files may contain viruses or conflict with the system.
- π Read reviews and topic ratings before installing β low scores often signal bugs.
- π Regularly clean the cache of the Topic app (once every 1-2 months).
- π± Donβt install more than 3-5 themes at once β this overloads storage and can cause lags.
- π§ Before applying a new theme, take screenshots of current settings (wallpaper, icons, fonts) to quickly restore them if a crash occurs.
If you like to experiment with design, consider alternatives to standard MIUI themes:
- π¨ Launchers (Nova Launcher, Hyperion) β allow you to change icons and animations without risk to the system.
- πΌοΈ Icon Packages (from Google Play) β work on top of a standard theme.
- π Dark mode (in display settings) β changes the color scheme without installing themes.