You have installed a custom theme on your Xiaomi, Redmi or POCO, but it was too bright, slows down the system or just does not fit into your style? Return the factory theme MIUI in several ways, from simple reset in settings to manual restoration through ADB or recovery. In this article, we will analyze all the current methods, including those that work even if the the theme broke the interface or it can not be removed by standard means.
Itβs important to understand that the process of returning a standard theme depends on the version of MIUI (12/13/14) and the device model. For example, on the Xiaomi 13 Pro with HyperOS, the algorithm may differ from the Redmi Note 10 on MIUI 12.5. We took these nuances into account and collected universal instructions that will suit most of the brandβs devices. If you are not sure about your model, check it in Settings β About Phone β Model.
Before you start, answer a key question: Do you want to return only the theme or reset all personal settings (wallpaper, icons, fonts)? This will determine the choice of method. For example, resetting the theme settings will save your data, and restoring the phone through the recovery will return the phone to factory condition.
1. Method: Reset theme through standard MIUI settings
The easiest and safest method is to return the factory theme right to the personalization menu.It works on all Xiaomi devices with MIUI 11 and later, including HyperOS. The main condition is that you must have access to the system interface (if the theme broke the phone, go to method 3 or 4).
Instructions:
- π± Open the Themes app (icon with brush and palette).
- π In the top line of the search, enter the query: Standard or Default (in English version) MIUI).
- πΌοΈ Choose a topic called Standard (MIUI) Default Theme is usually the first one on the list.
- π₯ Click Apply and confirm the action. The system will restart (it will take 10 to 30 seconds).
If the standard theme doesnβt show up in the search, try:
- π Update theme app via Google Play or App Store (for global versions) MIUI).
- πΆ Connect to the Internet β some themes are downloaded from Xiaomi servers.
- ποΈ Delete the current theme: Press its icon in the My themes menu and select Delete.
β οΈ Note: On some firmware (for example, MIUI EU Or custom builds, the standard theme might be System Default or Stock Theme, and if you don't find it, check the Offline Theme section at the bottom of the screen.
2. Method: Delete theme through file manager
If a standard reset doesn't work, you can manually delete the files of the installed theme, which requires access to the root folders of the system, but does not require root permissions, and is suitable for users who have a theme stuck and are not deleted through the interface.
Step-by-step:
- Open any file manager with access to system folders (e.g. Mi File Explorer or Solid Explorer).
- Go to /storage/emulated/0/MIUI/theme/ This is where all downloaded themes are stored.
- Find a folder with the name of your current theme (e.g. com.theme.custom123) and delete it.
- Reboot the phone. The system will automatically apply the standard theme.
If the theme folder is empty or not, check the alternative path:
/data/system/theme/Delete files with only the.mtz extension (theme archives) or folders with theme names!
Enable the display of hidden files in the manager
Make a backup of theme folder (just in case)
Check the available space on the phone (needs at least 500 MB)
Do not delete files with the name "default" or "system"-->
β οΈ Note: Do not delete files in folders /system/ or /vendor/ rootless - this can lead to a bootloop device, if in doubt, skip this method and use reset via Recovery. 4).
Method 3: Reset personalization settings (without data loss)
If the theme is not just disliked, but breaks the interface (for example, badges disappear, animations do not work or the screen flashes), a partial reset of MIUI settings will help. This method will return only the appearance of the system to the factory parameters, without affecting applications, photos or accounts.
How to do this:
- Open the Settings. β The phone.
- Click 5-7 times on the MIUI version until you get a message You are a developer! (if developer mode is already on, skip this step).
- Return to the main Settings menu and select Additional β For Developers.
- Scroll down and find the option Reset personalization settings (or Reset personalization settings in English firmware).
- Confirm the action. The phone will reboot.
After the reboot:
- π¨ The standard theme will be applied automatically.
- π All wallpaper, fonts and icons will return to the factory.
- π± Applications and data will remain intact.
Settings β Applications β Application Management β Themes β Storage β Clean the cache
4. Method: Recovery through the Recovery (if the phone is not turned on)
In extreme cases, when the theme has caused critical crashes (the phone does not load, a black screen appears, or endless download animations) recovery through the Recovery will help. This method will reset all settings to factory, so use it only if other methods have not worked.
You'll need:
- π Charged phone (minimum 50%).
- π₯οΈ Computer with installed Xiaomi drivers (you can download on the official website).
- π Firmware for your model (preferably the same version as installed now).
Instructions:
- Turn off the phone. Press the Power button + Volume up for 10 seconds to enter the recaveri (the menu with the android robot).
- Use the volume buttons for navigation and the power button for selection. Select Wipe & Reset β Wipe All Data.
- After reset, go back to the main recavery menu and select Reboot β Reboot to System.
If the reset didnβt help (for example, the theme was installed via Magisk or TWRP), youβll have to reflash the phone:
- π₯ Download the official firmware for your model from the Xiaomi website (file with the extension.tgz or.zip).
- π₯οΈ Connect your phone to your PC in Fastboot mode (clip the power supply) + Loudness down).
- π Unpack the firmware and launch the file flash_all.bat (for Windows or flash_all.sh (for Mac/Linux).
β οΈ Warning: Flashing will remove all data from your phone, including photos, messages and apps. If you have important information, try extracting it first through the phone. ADB (Method 5) or contact the service center.
What to do if the Recavator does not open?
5. Method: Delete theme through ADB (for advanced users)
If you are familiar with ADB (Android Debug Bridge), you can delete the theme through the command line, which is suitable for cases where the theme is installed as a system application or blocks access to settings.
What needs to be done:
- Enable USB Debugging in Settings β For Developers.
- Connect your phone to your PC and open the command line (Windows) or terminal (Mac/Linux).
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Delete the theme by command (replace package.name with the real name of the theme package): adb shell pm uninstall -k --user 0 package.name You can find out the name of the package through the command: adb shell pm list packages | grep theme
After completing the command, restart the phone. If the theme was system, you may need an additional command:
adb shell cmd overlay listLook for overlays related to the topic and remove them through:
adb shell cmd overlay disable --user 0 name.overlayπ‘
ADB-The method works even if the theme has blocked access to the settings, but requires enabled debugging. USB. If debugging is disabled and the phone does not respond, only the firmware through Fastboot or EDL.
Comparison of methods: which one to choose?
To make it easier for you to determine, we have collected the key pros and cons of each method in the table:
| Method | Difficulty | Loss of data | It works when it fails. | PC required |
|---|---|---|---|---|
| Reset via settings | β (simple) | β No. | β No. | β No. |
| Deletion of theme files | ββ (middle-of-the-road) | β No. | β οΈ Partially. | β No. |
| Resetting personalization | β (simple) | β No. | β οΈ Yes (if settings are available) | β No. |
| Recovery through the riversavere | βββ (difficult) | β Yes (full reset) | β Yes. | β οΈ For firmware, yes. |
| ADB-team | ββββ (difficult) | β No. | β Yes. | β Yes. |
If your Xiaomi loads but the theme doesnβt reset, start with method 1 or 2. If the phone doesnβt turn on or hovers on the logo, go straight to method 4 (recovery) or 5 (ADB).
Frequent Mistakes and How to Avoid Them
When returning a standard theme, users often face typical problems, and we've collected the most common and common ways to solve them:
- π Topic does not apply after reset: Clear the Topic app cache and restart the phone.If it doesn't help, check if additional modules are installed in Magisk (they can block resetting).
- π« No item "Reset personalization": Update MIUI before the latest version or use it ADB discharged.
- π± Phone freezes after deleting the theme files: Wait 10-15 minutes, sometimes the system takes a long time to restore the standard settings. If it does not help, press the power button for 20 seconds to force the restart.
- π ADB Does not see the device: Install Xiaomi drivers, turn on Debugging by USB and select the file transfer mode MTP plug-in.
If none of the methods worked, the reason may be:
- π οΈ Damaged firmware: Fly your phone through the Mi Flash Tool.
- π Blocked bootloader: Unlock it through Xiaomi's official tool.
- π€ Conflict with Magisk/Xposed: Remove all modules through TWRP.