Theme updates on Xiaomi smartphones often come automatically along with weekly MIUI patches. The new theme may seem awkward: too bright colors, unreadable fonts or mismatched icons. Unfortunately, there is no Cancel Theme Update button in the standard settings - but there are workarounds. In this article, we will discuss 5 proven methods to bring back the old design, including hidden MIUI features, ADB commands and extreme measures like reset.
It's important to understand that the theme in Xiaomi is not just wallpaper, but a set of changes affecting system applications, animations and even sounds. APK-theme file via Settings β The apps won't work. We need deeper manipulation, some of which require superuser rights or PC connectivity.
Before you start, check:
- π± Smartphone model: on the Redmi Note 12 and POCO X5 The algorithm may be different from Xiaomi 13 Ultra.
- π Version MIUI: into MIUI 14 and newer, some ways on the menu have changed.
- π Backup: Create a backup of important data through Settings β Additionally. β Backup.
1.Shootback through the "Themes" menu: Hidden option
The easiest way is to return a standard theme if the upgraded one was installed through the Temas Store, which works on 90% of Xiaomi devices without root rights and PC connection.
Instructions:
- Open the Themes app (icon with brush).
- Go to My Themes section (the tab at the bottom of the screen).
- Scroll down to System Themes and select βDefaultβ.
- Click Apply and confirm the change.
If this paragraph is missing or the topic does not change:
- π Restart your smartphone β sometimes changes are applied after a reboot.
- π§Ή Clear the app's cache Themes in Settings β Annexes β Application management β Topics β Warehouse β Clear the cache.
- π₯ Update the Temas Store via Google Play or App Gallery.
π‘
On some firmware (e.g. MIUI EU), the standard theme may be called βMIUIβ or βStock.β If you donβt find it, try searching for the keyword βdefaultβ in the My Topics section.
2. Delete theme through ADB: for advanced users
If the standard rollback did not help, and the theme was installed as a system update (for example, through OTA), you will need a connection to the computer and the ADB utility.
What you need:
- π₯οΈ Computer with Windows/macOS/Linux.
- π Cable USB Type-C (original, undamaged).
- π¦ Utilities: ADB Tools and drivers for Xiaomi.
Step-by-step:
1. Turn on the smartphone Developer Mode:
- Go to Settings β About Phone β MIUI version and tap 7 times on the build number.
- Return to Settings β Additional β For developers and activate Debugging via USB.
2. Connect the phone to the PC and enter in the terminal:
Adb devices (should appear serial number device).
3. Delete the subject by command:
adb shell pm uninstall -k --user 0 com.android.theme.icon_pack.{ title topics]
*The exact name of the package can be found via adb shell pm list packages | grep theme.Developer mode enabled |Installed drivers Xiaomi|ADB unpacked at the root of the drive C:|Phone connected in file transfer mode (MTP)|Debugging over USB is allowed-->
β οΈ Attention: Misuse of the right ADB If you're not sure what the theme package is, don't delete anything at random. XDA Developers.
3. Reset theme settings via Safe Mode
If after updating the theme, the smartphone began to slow down or issue errors (for example, βTheme app stoppedβ), starting in Safe Mode will help.
How to log in to Safe Mode:
- Turn off your smartphone.
- Press the Power button before the MI logo appears.
- As soon as the logo appears, release Power and immediately press Volume down.
- Keep Volume down until the "Safe Mode" appears at the bottom of the screen.
In safe mode:
- π¨ Go to Settings. β Display. β Topics and select the standard.
- π Restart the device in normal mode.
- π§Ή If the problem remains β clear the application data Topics in Settings β Annexes.
On some models (e.g. POCO F5), the entrance to Safe Mode may be different: instead of holding Volume down, you need to keep Volume up after the logo appears.
4. Manual removal of theme files (root required)
For users with unlocked bootloader and root rights, there is a radical way: manually delete theme files through a file manager (such as Root Explorer or Mixplorer).
The path to topics at MIUI:
Algorithm of action:
- Open a file manager with root support.
β οΈ Note: Removing files from /system/ If you're not sure, back up the theme folder before you change it.
What to do if the icons are missing after the theme is deleted?
5. Full reset to factory settings: an extreme measure
If none of the methods worked, and the updated theme is critically disruptive, then you have to hard reset, which will remove all the data from the device, including photos, messages and installed applications.
How to do the reset correctly:
- Create a backup through Settings β Additional β Backup or manually copy files to your PC.
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data and confirm the action.
- After the reboot, configure the smartphone as new β the theme will return to the factory.
Alternative method (if the smartphone is not turned on):
- π Connect the device turned off to charging.
- π Squeeze the power. + Volume up before the Recovery menu appears.
- π Choose Wipe Data β Wipe All Data (Manage volume buttons).
- π Confirm the reset and wait for the reset.
| The method of rollback of the topic | Root is required. | Risk to the system | Implementation time |
|---|---|---|---|
| Standard theme in "Themes" | β No. | βͺ No risk. | 1-2 minutes |
| ADB-team | β No. | π‘ Low (with proper input) | 5-10 minutes |
| Safe Mode | β No. | βͺ No risk. | 3-5 minutes |
| Manual deletion of files | β Yes. | π΄ High (possible bootloop) | 10-15 minutes |
| Reset to factory | β No. | π Average (data loss) | 15-30 minutes |
π‘
Before any interference with system files, check if the problem is a temporary bug. Sometimes it is enough to wait 1-2 days - MIUI can automatically correct the theme errors through background updates.
How to Avoid Forced Updates to Themes in the Future
To prevent Xiaomi from imposing new themes, turn off automatic updates:
- π‘οΈ In the Appendix Topics: Profile β Settings β Auto-update themes β turn off the slider.
- π΅ In the system settings: Settings β Annexes β Application management β Topics β Mobile data/Wi-Fi β ban background activity.
- π§ For advanced: disable the service com.miui.thememanager through ADB: adb shell pm disable-user --user 0 com.miui.thememanager *This will shut down the theme store completely.
If you use custom firmware (like Pixel Experience or LineageOS), there wonβt be any problems with themes being imposed β thereβs no built-in Temas Store.