Replaceable themes in MIUI are one of the features of Xiaomiβs firmware, but sometimes users face a problem: the installed theme does not like, is not deleted or even interferes with the interface. For example, after updating the system, a dark theme with aggressive colors can automatically apply, and you can not return the standard design. Or you downloaded a paid theme, but it was inconvenient, and the money was written off.
In this article, weβll look at all the ways you can disable a Redmi theme, from basic methods through the settings menu to advanced ADB solutions and factory resets. The instructions are relevant for all Redmi models (including Redmi Note 10/11/12, Redmi 9/10/13C, etc.) on MIUI 12/13/14 and HyperOS. If you canβt return a standard theme, here you will find a solution.
Why is the topic not switched off in the standard way?
Most often, problems with disabling themes arise due to:
- π Themes app malfunctions β the cache or application data is corrupted and the changes do not apply.
- π§ Conflict with renewal MIUI β after a major update, the system can reset the settings of the themes to default, but with errors.
If you try to change the theme, you see a message that says, βNot able to apply the theme,β or the changes simply donβt persist, itβs a sign of a system failure, and in such cases, cleaning the cache or completely resetting the Themes app helps.
Method 1: Disable theme through standard MIUI settings
The easiest method is to return a standard theme through the Themes menu, which works 80% of the time if the system is not damaged.
- Open the Themes app (brush icon on desktop).
If the standard theme is not on the list, try:
- π Manually find it through a search in Themes on the request βdefaultΒ».
- π₯ Download it again from the Recommended section (sometimes hidden).
- π Reboot your phone β sometimes changes only apply after a reboot.
βοΈ Preparation for the topic change
Important: Some HyperOS firmwares may have a standard theme called "MIUI" or "Basic," and if it's not, move on to the next method.
Method 2: Reset the settings of the Themes application
If the theme doesn't turn off or the Themes app is bugged, it can help to reset its data, and it will delete all downloaded themes, but it will return to work:
- Open Settings β Applications β Application Management.
- Find Themes on the list and tap it.
After that:
- π The standard theme will be applied automatically.
- π₯ All downloaded themes will be deleted β they will have to be downloaded again.
- β οΈ The wallpaper and font settings will also be reset.
π‘
If the theme hasn't changed after resetting Themes, try applying any other theme from the store and then return the standard one. This will sometimes "unlock" the system.
β οΈ Note: On some Redmi models (e.g. Redmi Note 8 Pro), resetting Themes may cause the My Themes section to disappear, in which case only reinstalling the app via the app will help. ADB (4).
Method 3: Remove theme through MIUI Themes (for root users)
If you have root rights, you can manually delete the theme files from your system folders. This method is risky - an error can cause the interface to crash, so back up!
Instructions:
- Install any file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /data/system/theme/ This is where the files of the applied theme are stored.
- Delete all files in this folder (or rename them by adding the.bak extension).
- Reboot the phone.
If the theme was system-based (not downloaded from the store), its files can be found here:
/system/priv-app/MiuiSystemTheme/It is not recommended to remove them - it is better to rename them.
| folder | What it keeps. | Can I remove it? |
|---|---|---|
| /data/system/theme/ | Files of the current applied topic | Yeah (resetting to standard) |
| /data/app/com.android.themes-*/ | Cash of Themes app | Yes (cleared upon reboot) |
| /system/priv-app/MiuiSystemTheme/ | System themes by default | No (only renaming) |
β οΈ Note: If the phone stops booting after deleting the theme files, you will have to reflash the device via Fastboot!
Method 4: Disable theme through ADB (without root)
If standard methods don't work and root rights don't, you can use ADB (Android Debug Bridge), which works even on locked devices.
Instructions:
- Turn on USB debugging: Settings β About Phone β MIUI version (tap 7 times to become a developer) β Settings β Additional β For Developers β Debugging by USB.
- Connect the phone to the PC and confirm the debugging permission.
- Open the command prompt (Windows) or terminal (Mac/Linux) and type: adb shell pm clear com.android.themes This command resets the settings of the Themes app.
- If it doesnβt work, try adb shell settings put secure. current_theme 0 (Reset the current topic to standard).
- Reboot the phone.
If the theme does not reset after executing commands, check if a third-party application (for example, a launcher or a Magisk module) blocks it.
What if the ADB canβt see the device?
Method 5: Complete reset to factory settings
If none of these methods work, the last resort is hard reset, which will remove all data from your phone, including apps, photos and settings, but is guaranteed to bring back the standard theme.
How to reset:
- Create a backup of important data (photos, contacts, messages).
- Go to Settings β About the phone β Reset settings.
- Choose Erase All Data (Erase All Data).
- Confirm the action and wait for the reboot.
After discharge:
- π± The phone will boot with factory settings and a standard theme MIUI.
- π Do not restore data from the backup at the first start β first check if the theme change is working.
- β οΈ If the problem was a system failure, resetting it will fix it.
β οΈ Note: Some Redmi models (e.g. Redmi Note 11 Pro)+) After the reset, you may need to re-activate your Mi Account. Make sure you remember your login and password!
π‘
Before resetting, check if your Xiaomi account is connected to your phone (Find the device setting). If so, untie it, otherwise the phone may lock after the reset!
Frequent mistakes and their solutions
Letβs look at the typical problems that arise when trying to disable the topic:
| Mistake. | Reason. | Decision |
|---|---|---|
| I failed to apply the topic. | Themes cache damaged or memory missing | Clear the app cache and restart the phone |
| The theme is reset after rebooting | Conflict with Magisk module or launcher | Disable modules in Magisk or return the standard launcher |
| No "Standard Theme" button | Theme removed or hidden by the update | Download it again from Themes store. |
| Themes app flies out | System files damaged | Reset the app settings or make a hard reset |
If you use custom firmware (like Pixel Experience or LineageOS), MIUI themes may not work at all, in which case, go back to the official firmware via Fastboot.
Tip for Redmi owners on HyperOS: In the new shell, themes are integrated deeper into the system. If standard methods don't work, try rolling back to MIUI 14 through Recovery.