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:
- Open the application
Themes(brush icon). - Go to the section
My themes(tab at the bottom of the screen). - Find a topic marked
DefaultorStandardand click on it. - Tap
Applyand 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
โ ๏ธ Attention: On some firmware (for example, Xiaomi EU or custom builds), the standard theme may be called differently -MIUI DefaultorSystem 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:
- Open
Settings โ About phone. - Tap 5โ7 times per item
MIUI versionuntil a notification appearsYou have become a developer!(this will unlock hidden options). - Return to the main page menu
Settingsand selectAdvanced โ For developers. - Find the option
Reset interface settings(orReset UI settings) and activate it. - 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:
- Install a file manager with access to system folders, for example, Solid Explorer or FX File Explorer.
- Enable the display of hidden files in the manager settings.
- Go to the path:
/data/system/theme/All installed themes are stored here.
- Delete files with the extension
.mtzexcept those that contain namedefaultormiui. - 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:
- Enable
USB debuggingon your phone:Settings โ About phone โ MIUI version(tap 7 times) โFor developers โ USB debugging. - Connect your phone to the computer and confirm trust in the device.
- Open the command line (Windows) or terminal (Linux/macOS) and enter:
adb devicesMake sure that your phone is displayed in list.
- Run the command to reset the theme:
adb shell cmd theme resetor (for older versions of MIUI):
adb shell pm clear com.android.themes - 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: CommandsADBmay vary depending on the version MIUI and phone model. If after executing the command the phone stops responding, perform a forced reboot (pressPower + Volume upfor 10 seconds).
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:
- Back up your important data (contacts, photos, messages).
- Go in
Settings โ About phone โ Backup and reset โ Reset settings. - Select
Erase all dataand confirm the action. - 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
FastbootorRecovery. 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 ExplorerorMagiskyou 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:
- Clear the cache via
Recovery(pressPower + Volume upwith the phone turned off, selectWipe Cache). - Install update MIUI via
Settings โ System update. - If that doesnโt help, reset to factory settings.