How to completely remove the theme on Xiaomi Redmi 8: 5 working ways

Xiaomi Redmi 8 is one of the most popular budget smartphones with a branded shell MIUI, which is famous for its abundance of themes. However, not all users are happy with the set theme: someone is tired of bright colors, someone is hindered by animation, and some just want to return the standard look of the system. In this article, we will discuss all possible ways to remove the theme on Redmi 8 β€” from simple settings to technically complex methods using ADB and root rights.

It is important to understand that β€œremove theme” can mean different things: return a standard MIUI theme, remove downloaded themes from the device memory or completely disable the theme function. We will consider each option, and also warn about possible risks – for example, improper removal of system files of the themes through the root can lead to a launcher crash or a cyclical reboot of the smartphone. If you are a beginner, start with the safest methods (sections 1–2) and then move on to radical measures.

1. Return to the standard theme through MIUI settings

The easiest and safest way is to bring back the factory theme of the design, which doesn't require superuser rights or PC connectivity, and all changes are reversible.

Open the Themes app (the desktop brush icon). In the bottom panel, select My Themes, then tap on the current active theme (checked). In the menu that opens, select Standard or MIUI by default (the name may vary depending on the firmware version). Confirm the change - the smartphone will reboot and the interface will return to its original appearance.

  • βœ… Does not require root or PC rights
  • βœ… Reversible process
  • ⚠️ Does not remove downloaded themes from memory
  • πŸ”„ It works on all versions. MIUI for Redmi 8

If there is no Standard button, try updating the Themes app via Google Play or clearing its cache in the settings (Settings β†’ Apps β†’ Application Management β†’ Themes β†’ Clear the cache).

πŸ’‘

If after changing the theme, app icons disappeared, reboot the smartphone - this will reset the launcher's cache.

2. Remove downloaded themes through the file manager

Even after returning to the standard theme, the previously downloaded themes remain in the device's memory, taking up space.

Go to Settings β†’ Applications β†’ Application Management and find Themes. Slip on it, then select Memory and click Clear Data. This will delete all downloaded themes, but saved in Favorites will remain.

  1. Open the Files app (or any file manager with access to system folders).
  2. Go to /storage/emulated/0/MIUI/theme/.
  3. Delete all folders except.default (this is a standard theme).

⚠️ Warning: Do not delete the.default folder, it will cause the interface to crash. /system/media/theme/, if you don't have a root license.

Folder/fileCan I remove it?Effects of consequences
/MIUI/theme/[Title topic]Yes.Frees up space, the topic disappears from the list
/MIUI/theme/.defaultNo.Interface collapse, needing a flashing
/system/media/theme/Only rootMay disrupt the operation of system applications

3. Reset theme settings via ADB (no root)

If standard methods do not help (for example, the topic β€œhang” and does not change), you can use the ADB-This method does not require superuser rights, but you will need a computer with installed Xiaomi drivers and tools. ADB.

Connect Redmi 8 to your PC, enable USB Debugging (Settings β†’ About Phone β†’ MIUI Version – tap 7 times, then return to Additional β†’ For Developers) and execute in the command line:

adb shell pm clear com.android.themes


adb shell pm clear com.miui.home

This will reset the theme and launcher settings, and once the device is restarted, the interface will return to its standard view. If the problem persists, try the additional command:

adb shell settings delete secure theme_customization_pkg

⚠️ Note: pm clear commands delete application data, including saved desktop settings. Pre-screenshots of icon locations.

Install Xiaomi drivers on PC|Enable debugging on USB phone-on|Download ADB-platform (e.g. Minimal) ADB)|Make a backup copy of the data-->

4. Complete removal of topics via TWRP and root (for experienced)

If you are ready for radical measures and you have installed custom TWRP recaps with root rights, you can delete the system files of the theme. This method is risky - incorrect actions will lead to inoperability of the interface or bootloop.

Instructions:

  1. Boot to TWRP (hold Power + Volume up when turned on).
  2. Go to Advanced β†’ File Manager.
  3. Delete the folders: /system/priv-app/MiuiSystemUIPlugin /system/app/ThemeManager /data/app/com.android.themes-* (all folders with this prefix)

Wipe β†’ Cache

After that, the theme function will be turned off completely, and the corresponding partition will disappear in the settings. To return it, you will need to reflash Redmi 8 via Fastboot.

What if the phone does not load after removing the items?
If the smartphone is stuck on the logo or went to bootloop, try: 1. Load to TWRP and restore the backup (if you did). 2. Flash the phone through the Mi Flash Tool (download the official firmware for Redmi 8 from the Xiaomi website). 3. If there is no backup, you will have to reset to factory settings with loss of data (Wipe β†’ Format Data in TWRP).

5. Disable topics through system file editing (Magisk)

For users with Magisk and SQLite for MIUI, there is a way to disable themes at the system database level, which is less risky than deleting files, but requires caution.

Install SQLite for MIUI via Magisk Manager, then:

  1. Open the SQLite Editor app.
  2. Go to /data/data/com.android.providers.settings/databases/settings.db.
  3. Find a secure table and delete the key lines: theme_customization_pkg miui_theme_last_applied

Reset the device.

This method β€œresets” information about the current topic, forcing the system to use standard design, and the advantage over deleting files is less risk of critical failures.

Through settings MIUI|Deletion of theme files|ADB-team|TWRP root|I don't know.-->

Frequent problems and solutions

Even after successful removal of themes, Redmi 8 users are faced with bugs.

  • πŸ”„ Theme returns after reboot: Clear the launcher cache (Settings) β†’ Annexes β†’ Launcher β†’ Clear cache) or run adb shell pm clear com.miui.home.
  • πŸ–ΌοΈ App icons have become standard: This is OK - custom icons are tied to the theme. To return, install another launcher (e.g. Nova Launcher).
  • ⚠️ Smartphone does not load: If after manipulating themes the phone went to bootloop, try booting into Safe Mode (keep Volume down when turned on) and roll back the changes.

If system sounds or animations are lost after removing themes, check the settings in Settings β†’ Sound and vibration. They may have been tied to a custom theme and reset to standard ones.

πŸ’‘

Before any manipulation of the topics, back up via TWRP or Mi Cloud, which will save your data in the event of a crash.

Can I remove the topic without losing data?
The first three methods (settings) MIUI, manually delete theme files, ADB-commands) do not affect user data. The risk of losing information appears only when reset via TWRP or editing system files.
Why did the stains and the stains disappear after the removal?
Wallpapers and screensavers are often tied to the theme, and when it's removed, the system resets it to the standard wallpaper, and to return your wallpaper, go to Settings β†’ Wallpaper and select the saved image.
How to permanently disable theme feature on Redmi 8?
You can completely disable themes only with root rights - by deleting the system files ThemeManager.apk and MiuiSystemUIPlugin.apk via TWRP. Without root this is impossible, since MIUI does not provide such an option.
Will this work on the Redmi 8A or Redmi 8 Pro?
Yes, all of the methods described are suitable for the entire Redmi 8 lineup (including the 8A and 8 Pro), as they run on the same version of MIUI. The exception is custom firmware, where the path to the theme files may differ.
Can I get a deleted theme back?
If you delete a theme through a file manager, you can re-download it from the Themes app, and if you delete system files through TWRP, you will need to flash the device.