How to remove the theme on Xiaomi and return the standard MIUI interface

Changed theme to Xiaomi, but the new design annoys, slows down the system or just doesn’t like? MIUI maybe 2–5 minutes, without data loss or complex manipulation, and in this article, we'll look at all the working methods, from basic reset through settings to manually removing themes through the ADB (Relevant for all models: Redmi Note 10/11/12, POCO F3/F4/F5, Mi 11/12/13 etc.

The problem is that MIUI often retains elements of third-party themes even after they are removed from the Themes store, such as modified icons, fonts or animations, and we show you how to completely clear the system of traces of the theme, including hidden cache files. Importantly, some methods require superuser rights (root), but most methods work without them.

1. Standard reset theme through MIUI settings

The easiest method is to return a factory theme through a personalization menu, which is suitable for 90% of users and does not require technical skills.

Open the Themes app. In the bottom menu, select the My Themes tab, then tap the active theme (checked). In the window that opens, click Remove or Reset. The system will automatically apply the standard MIUI Default theme.

  • βœ… It works on all versions. MIUI (including MIUI 14 and HyperOS)
  • ⚠️ Does not remove the cache of themes – artifacts are possible (for example, old wallpaper)
  • πŸ”„ Requires a device restart to fully apply the changes

⚠️ Warning: If there are other people's wallpaper or sounds after reset, check the folder /MIUI/theme/.data It can be used in a file manager, and it can store residual files.

πŸ“Š What theme do you use most on Xiaomi?
Standard MIUI
Downloaded from Themes store
Castomy (APK)
Your own.
Don't change subjects.

2. Complete reset of personalization through "Additional settings"

If the standard method doesn't work, use the hidden reset menu, which removes all user interface settings, including:

  • 🎨 Color schemes and accent colors
  • πŸ”Š Notification and alarm clock sounds
  • πŸ“± Type size and style
  • πŸ–ΌοΈ Desktop wallpaper and lock

Instructions:

  1. Go to Settings. β†’ The phone.
  2. Tap 7 times on the line version of MIUI to activate the developer mode.
  3. Return to the main settings menu and open Additional settings β†’ Reset settings.
  4. Select Reset personalization settings and confirm the action.
Xiaomi modelDoes the reset support personalization?Notes
Redmi Note 10/11/12βœ… Yes.Requires MIUI 12.5+
POCO F3/F4/F5βœ… Yes.POCO X3 NFC may not have a menu item
Mi 11/12/13βœ… Yes.On HyperOS Path: Settings β†’ Memory β†’ Reset
Black Shark 4/5❌ No.Use the method with ADB (Section 4)

Make sure important wallpaper is saved in the Gallery |

Record the current sound settings (volume, melodies)|

Check that Xiaomi Cloud sync is enabled |

Close all applications before resetting-->

3. Remove themes through the Themes store (hidden features)

Themes stores a cache of downloaded themes even after they're deleted, to completely clean up the system:

1. Open Themes and go to Profile β†’ Settings (cog in the upper right corner).

2. Select Clear cache and Remove unused themes.

For deep cleaning:

  • πŸ“ Delete the folder. /MIUI/theme/.data/ File Manager Pro (root rights required).
  • 🧹 Clear the data of the Themes app in Settings β†’ Annexes β†’ Application management.

⚠️ Note: Deleting the.data folder without backup may cause weather and watch widgets to crash. Before action, export settings through Settings β†’ Additionally. β†’ Backup.

If the theme is still applied automatically after cleaning, check the settings of the Xiaomi account:

  1. Open Settings β†’ Xiaomi Account β†’ Synchronization.
  2. Turn off the synchronization of theme and wallpaper.
  3. Reset the device.
What if the theme returns after the reboot?
This means that the theme is tied to your Xiaomi account and loaded from the cloud. Solution: 1. Untie your account in Settings β†’ Xiaomi Account β†’ Sign out. 2. Delete the theme via Themes. 3. Sign in again – the theme should not recover. If the problem persists, use the ADB method (section 4).

4. Manual removal of themes via ADB (for experienced)

If standard methods don’t work, you’ll have to connect to your device via Android Debug Bridge (ADB), which removes themes at the system level and works even without root rights.

You'll need:

  • πŸ–₯️ Computer installed ADB
  • πŸ“± Developer mode enabled and debugging by USB Xiaomi
  • πŸ”Œ Cable USB (preferably original)

Instructions:

  1. Connect your phone to your PC and confirm access via USB.
  2. Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
  3. Follow commands in order: adb shell pm uninstall -k --user 0 com.android.themes pm clear com.miui.home pm clear com.android.themes
  4. Reset the device.

If the interface is β€œnaked” after the reboot (no icons), restore the standard theme with the command:

adb shell cmd overlay enable com.android.theme.icon.pack.generic

πŸ’‘

Before using ADB, create a restore point in TWRP (if installed) to help roll back changes if you make an error.

5. Reset to factory settings (last resort)

If the theme is so ingrained that it can't be deleted in other ways, it's hard reset, which erases all data from the device, so use it only as a last resort.

How to reset:

  1. Create a backup through Settings β†’ Additional β†’ Backup.
  2. Go to Settings β†’ About the phone β†’ Reset settings.
  3. Choose to erase all data and confirm the action.
  4. After restarting, set your phone as new.
Type of dischargeDeleting topics?Loss of data
Resetting personalizationβœ… Yes.❌ No.
Clearing Themes' cache⚠️ Partially.❌ No.
ADB-teamβœ… Yes.❌ No.
Hard Resetβœ… Yes.βœ… Complete.

⚠️ Note: On HyperOS devices (e.g. Xiaomi 14), factory resets can return firmware to the stock version. β†’ The phone.

πŸ’‘

Hard Reset is the only method guaranteed to remove all traces of custom themes, but requires a complete reinstallation of applications and settings.

6 How to prevent automatic application of topics in the future

To avoid repeated issues with themes, set up MIUI correctly:

  • πŸ”’ Turn off auto-update themes in Themes β†’ Settings β†’ Auto-update.
  • 🚫 Remove all unused themes through Themes β†’ My subjects.
  • πŸ”„ Clean the Themes app cache regularly (once a month).
  • πŸ›‘οΈ Turn off the themes sync in the cloud: Settings β†’ Xiaomi account β†’ Synchronization.

If you experiment with themes frequently, use the MiXplorer app (requires root) to create /MIUI/theme/ folder backups.

HyperOS devices are now available with a new Light Mode mode that blocks deep interface changes. Activated in Settings β†’ Screen β†’ Display Mode.

FAQ: Frequent questions about removing themes on Xiaomi

❓ Why are the old icons left after the removal of the theme?
This is due to the launcher cache.To fix: Clear the data of the com.miui.home application through Settings β†’ Apps. Or follow the command: adb shell pm clear com.miui.home Icons will return to standard, but the location of the shortcuts on the desktop will reset.
❓ Can I remove the topic without losing wallpaper and sounds?
Yes, if you use the method of c ADB (4) or reset personalization (Section 2: πŸ“Έ Desktop wallpaper and lock πŸ”” Notification and alarm clock sounds πŸ“± Icon location But the cache theme will still have to be manually cleaned through Themes.
❓ Why not? POCO F3 No option "Reset personalization"?
In some models POCO This item is hidden. Alternatives: Use it. ADB-Teams from section 4. Set the patch MIUI EU (Unofficial firmware with advanced settings. Reset launcher settings: Settings β†’ Annexes β†’ POCO Launcher β†’ Warehouse β†’ Clear the data.
❓ How to remove a topic set through APK (manually)?
Themes installed through APK are removed as regular apps: Go to Settings β†’ Applications β†’ Application Management. Find a theme by name (e.g. com.theme.custom). Click Delete. Clear the cache in Themes (section 3). If the theme doesn't appear in the app list, it's built into the system partition. Removal requires root and TWRP.
❓ After the theme was reset, the weather widgets disappeared?
This is because of the removal of system overlays. Solution: Reinstall the widget through Themes β†’ Widgets. Or follow the command: adb shell cmd overlay enable com.miui.weather Reboot the device. If the widget is not restored, update the Weather app through Play Market.