Changed the theme to Xiaomi, Redmi or Poco, but it turned out to be too bright, is it slowing down the system, or just donโ€™t like it? Deleting it is not as easy as it seems: there is no โ€œDelete topicโ€ button in the usual sense. The developers have hidden this option so that users download new themes from MIUI There is no โ€œDelete topicโ€ button in the usual sense. The developers have hidden this option so that users download new themes from Topics (previously - Themes) more often. But there are at least 5 working ways to return the standard interface - from a basic reset to manual edits of system files.

In this article we will look at all the methods, including those that work without root-right and do not require a reset to factory settings. Please note: on some firmware (for example, global versions MIUI 15 for Xiaomi 14 or Redmi Note 13) some methods may be blocked. We have noted such cases in the instructions.

Before you start, check:

  • ๐Ÿ“ฑ MIUI version: Settings โ†’ About phone โ†’ MIUI version. The availability of some methods depends on this.
  • ๐Ÿ”’ Bootloader status: if it is unlocked, you have more options (but also risks).
  • ๐Ÿ“ Having a backup copy: even โ€œsafeโ€ methods sometimes reset wallpaper or fonts.

1. Standard theme reset via MIUI settings

The easiest and most official way is to return default theme through the menu Themes. It works on all smartphones Xiaomi s MIUI 12โ€“15, but does not delete downloaded themes from the deviceโ€™s memory, but only disables them.

Instructions:

  1. Open the application Themes (brush icon).
  2. Go to the section My themes (tab at the bottom of the screen).
  3. Find a topic marked Default or Standard and click on it.
  4. Tap Apply and confirm your selection.

If the default theme is not in the list:

  • ๐Ÿ” Try to find it through a search in the same application (enter โ€œdefaultโ€ or โ€œstandardโ€)
  • ๐Ÿ“ฅ Download it again from the section Recommended (sometimes MIUI hides default themes after installing custom ones).
  • ๐Ÿ”„ Reboot the phone - sometimes the theme is applied only after reboot.

โ˜‘๏ธ What to do if the standard theme is not applied

Done: 0 / 4
โš ๏ธ Attention: On some firmware (for example, Xiaomi EU or custom builds), the standard theme may be called differently - MIUI Default or System Default. If it is not there at all, proceed to the next method.

2. Reset through โ€œSettingsโ€ (without deleting data)

If the theme does not reset through the app Themes, try doing it through the system settings. This method does not affect user files, but can return to factory wallpapers and sounds.

Step-by-step guide:

  1. Open Settings โ†’ About phone.
  2. Tap 5โ€“7 times per item MIUI versionuntil a notification appears You have become a developer! (this will unlock hidden options).
  3. Return to the main page menu Settings and select Advanced โ†’ For developers.
  4. Find the option Reset interface settings (or Reset UI settings) and activate it.
  5. Confirm the action and restart the phone.

What will be reset:

  • ๐ŸŽจ Current theme (the standard one will return).
  • ๐Ÿ“ฑ Wallpaper of the desktop and lock screens.
  • ๐Ÿ”Š Sounds of notifications and alarms (if they have been changed by the theme).
  • โš™๏ธ Some display settings (font size, animations).

Action MIUI 12/13 MIUI 14/15
Name options Reset interface settings Reset UI to default or Reset themes
Developer mode required Yes No (in some assemblies)
Resets wallpaper Yes Yes
Deletes downloaded themes No No
โš ๏ธ Attention: On firmware Xiaomi.eu or HyperOS (for new models) this method may work differently. If the option is missing, use the method with ADB (section 4).

3. Deleting a theme through a file manager (without root)

All themes in MIUI are stored as files with the extension .mtz (installed) or .apk (system). They can be deleted manually, but this requires access to hidden folders. The method works without root access, but requires caution.

Instructions:

  1. Install a file manager with access to system folders, for example, Solid Explorer or FX File Explorer.
  2. Enable the display of hidden files in the manager settings.
  3. Go to the path:
    /data/system/theme/

    All installed themes are stored here.

  4. Delete files with the extension .mtzexcept those that contain name default or miui.
  5. Restart the phone.

If the folder /data/system/theme/ is not available:

  • ๐Ÿ”ง Try another way: /sdcard/MIUI/theme/ (stored here downloaded but not applied themes).
  • ๐Ÿ“‚ Use ADB (section 4) if the file manager does not provide rights.
  • ๐Ÿ”„ After deleting, the theme may remain in the menu Themes, but when applied it will give an error - this is normal.

What will happen if you delete all .mtz files?

If you delete ALL .mtz files, including system ones, MIUI may begin to freeze when loading or reset the interface to the basic color scheme without animations. Themes can only be restored through flashing or resetting to factory settings.

Critical information: On some models (for example, Xiaomi 13T or Redmi K60), deleting files from /data/system/theme/ may cause the service to fail. com.android.themes. If after rebooting the phone takes a long time to boot, perform a reset via Fastboot (section 6).

4. Resetting the theme via ADB (for experienced users)

If the previous methods did not work, you can use Android Debug Bridge (ADB) a tool for debugging Android via a computer. The method requires connecting the phone to a PC, but does not require root access.

What you will need:

  • ๐Ÿ’ป Computer with Windows/Linux/macOS.
  • ๐Ÿ“ฑ USB cable (preferably original).
  • ๐Ÿ› ๏ธ Installed drivers Xiaomi i ADB (you can download from the official Android website).

Step-by-step guide:

  1. Enable USB debugging on your phone: Settings โ†’ About phone โ†’ MIUI version (tap 7 times) โ†’ For developers โ†’ USB debugging.
  2. Connect your phone to the computer and confirm trust in the device.
  3. Open the command line (Windows) or terminal (Linux/macOS) and enter:
    adb devices

    Make sure that your phone is displayed in list.

  4. Run the command to reset the theme:
    adb shell cmd theme reset

    or (for older versions of MIUI):

    adb shell pm clear com.android.themes
  5. Restart the phone:
    adb reboot

๐Ÿ’ก

If the command adb shell cmd theme reset does not work, try stopping the theme service first:

adb shell am force-stop com.android.themes

Command Action Notes
adb shell cmd theme reset Reset the theme to standard Works on MIUI 14+
adb shell pm clear com.android.themes Clear application data Themes Can delete all downloaded themes
adb shell am start -n com.android.themes/.settings.ThemeSettingsActivity Opens hidden theme settings Allows you to manually reset the theme
โš ๏ธ Attention: Commands ADB may vary depending on the version MIUI and phone model. If after executing the command the phone stops responding, perform a forced reboot (press Power + Volume up for 10 seconds).
๐Ÿ“Š Which method of resetting the theme do you have you tried?
Through the Themes application
Through Settings โ†’ Reset interface
Deleting .mtz files
ADB commands
None of listed

5. Full reset to factory settings (extreme case)

If the theme is โ€œingrainedโ€ into the system so much that none of the methods helps, it remains hard reset. This will delete all data from your phone, including apps, photos and accounts, so use this method only as a last resort.

How to reset:

  1. Back up your important data (contacts, photos, messages).
  2. Go in Settings โ†’ About phone โ†’ Backup and reset โ†’ Reset settings.
  3. Select Erase all data and confirm the action.
  4. After the reboot, the phone will be like new - with a standard theme MIUI.

What will be deleted:

  • ๐Ÿ“ฑ All installed applications and their data.
  • ๐Ÿ“ธ Photos, videos and music (if not saved to an SD card or to the cloud).
  • ๐Ÿ”‘ Google, Mi and other accounts.
  • ๐ŸŽจ All themes, wallpapers and interface settings.

๐Ÿ’ก

Resetting to factory settings is the last option. In 90% of cases, the topic can be removed using one of the previous methods. If you decide to reset, be sure to check that the backup was created correctly (for example, via Mi Cloud or Google Drive).

โš ๏ธ Attention: On phones with an unlocked bootloader (Bootloader), the reset may lead to the device being locked (re-unlocking via Mi Unlock Toolis required). Check the bootloader status in Settings โ†’ About phone โ†’ MIUI version โ†’ Tap 10 times on the MIUI logo.

6. Alternative methods: firmware rollback and custom solutions

If standard methods do not work, and you donโ€™t want to reset, radical methods remain. They are suitable for experienced users who are ready to take risks.

Options:

  • ๐Ÿ”„ Firmware rollback: Install an older version MIUI via Fastboot or Recovery. This will return the standard theme, but may lead to data loss or problems with the account. unlocking the bootloader. Mi.
  • ๐Ÿ› ๏ธ Installing custom firmware: For example, LineageOS or Pixel Experience will completely replace the interface MIUI, but will require unlocking the bootloader.
  • ๐Ÿ”ง Manual editing of system files: Through Root Explorer or Magisk you can remove the theme from /system/priv-app/ThemeManager, but this is risky.

Warnings:

  • ๐Ÿšจ Rolling back the firmware can block the phone if the version MIUI lower than the current one (due to policy Anti-Rollback).
  • ๐Ÿ”“ Unlocking the bootloader will reset all data and link the account Mi to the device for 72 hours.
  • โš ๏ธ Editing system files without a backup can make the phone inoperable.

๐Ÿ’ก

Before rolling back the firmware, check whether your model supports it Xiaomi function Fastboot-firmware. For example, Redmi Note 10 and newer can only be flashed through Mi Flash Tool with an authorized account.

FAQ: Frequently asked questions about resetting themes on Xiaomi

Is it possible to delete a theme without resetting the phone?

Yes, in 95% of cases one of the first four methods is sufficient (resetting via Themes, Settings, deleting files .mtz or ADBA full reset is only needed if the theme has damaged the system ones). files.

Why are old wallpapers or icons left after resetting the theme?

Some elements of the theme (wallpaper, fonts, icons) are saved separately. To return everything to the standard view, go to. in Settings โ†’ Wallpaper i Settings โ†’ Display โ†’ Font style, then select the default options.

Theme has been deleted, but the menu Themes is still displayed. How to fix?

This is the application cache. Clear the data Themes after this, unused themes will disappear from. list. Settings โ†’ Applications โ†’ Themes โ†’ Storage โ†’ Clear data. After this, unused themes will disappear from the list.

Is it possible to return a deleted theme?

If you deleted files .mtz manually, you can only restore them by reinstalling the theme from the store Themes. If the theme was paid, check the section My purchases in your profile Mi Account.

After after resetting the theme, the phone began to slow down. What should I do?

The system files are probably damaged. Try:

  1. Clear the cache via Recovery (press Power + Volume up with the phone turned off, select Wipe Cache).
  2. Install update MIUI via Settings โ†’ System update.
  3. If that doesnโ€™t help, reset to factory settings.