Why Xiaomi Redmi 9C Themes Can Be Troublesome, and When to Delete Them
Replaceable themes in MIUI are one of the features of Xiaomiβs firmware, allowing you to personalize the interface of your smartphone to the smallest detail. However, not all themes work correctly: some slow down the system, others conflict with system applications, and others are installed without your knowledge through updates or viruses. Owners of Redmi 9C (model M2006C3LG/M2006C3MI) often face a situation where the the theme βsticksβ to the system and is not removed by standard methods.
In this article, we will discuss all possible methods for removing themes from basic (via the MIUI menu) to advanced (using ADB and resetting), focusing on common errors, such as when artifacts remain in the form of modified icons or fonts after deleting a topic, and figure out how to return the standard MIUI interface without losing data.
Warning: Some methods require superuser rights or system files, and if you're not sure about your skills, stick to the first three methods in the manual.
Method 1: Remove theme through the standard MIUI menu
The easiest and safest method is to use the built-in MIUI tools. It is suitable if the theme was installed through the official Themes store and did not damage the system files.
Instructions:
- π± Open the Themes app (brush icon on desktop).
- π Go to the My Themes tab (or My Themes in English).
- ποΈ Find the theme you want, click on it and select Delete (or Delete).
- π Reboot your phone to make the changes take effect.
If the Remove button is inactive or not, the theme is a system (e.g., standard MIUI Default) in which case, try changing it to another and then returning it back.
β οΈ Note: Some topics from third-party sources may not appear in the My Themes list. If you installed the.mtz file manually, go to Method 2.
βοΈ Preparation for deletion of the topic
Method 2: Manually delete theme files through file manager
If the theme is not deleted through the menu, its files could remain in the deviceβs memory. To delete them, you will need a file manager with access to system folders (for example, MiXplorer or Solid Explorer with Root mode enabled).
The path to topics at MIUI:
/data/system/theme/Or for user-generated themes:
/sdcard/MIUI/theme/Algorithm of action:
- Open the file manager and follow one of the paths.
- Find a folder with the title of the theme (e.g. com.example.theme).
- Delete the entire folder or only files with the.mtz extension.
- Clear the Themes app cache in settings (Settings β Applications β Application Management β Themes β Storage β Clear the cache).
- Reboot the phone.
β οΈ Note: Delete files from the folder /data/system/theme/ root-free can cause the Themes app to crash. If the theme still appears after deleting, use the Method 4 (reset).
π‘
If you canβt find a theme folder, try sorting files by the date of the change β newly installed themes will be at the top of the list.
Method 3: Reset themes via ADB (no root)
If standard methods donβt work and you donβt have root rights, you can use the Android debugging bridge (ADB), which is a good way to remove βstuckβ themes that donβt appear on the menu but affect the interface.
What you need:
- π₯οΈ Computer with installed ADB Tools.
- π USB-cable (preferably original).
- βοΈ Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β Press 7 times, then return to Settings β Additionally. β For developers β Debugging by USB).
Instructions:
- Connect Redmi 9C to your PC and confirm debugging permission.
- Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with ADB.
- Follow the command to reset themes: adb shell pm clear com.android.themes
- If the topic is still active, try to delete its cache: adb shell pm clear com.miui.thememanager
- Reboot the phone.
These commands do not physically delete theme files, but reset the Themes app settings, which often solves the problem with βstickyβ styles.
Method 4: Completely reset (if nothing helps)
If the theme has damaged system files or if it has been deleted, MIUI has crashed, the only reliable way to get your phone back on track is to reset to factory settings, which will delete all data from your device, including apps, photos and accounts, so use it only as a last resort.
How to reset:
- Create a backup copy of important data (contacts, photos, messages).
- Go to Settings β About the phone β Reset settings.
- Choose to erase all data and confirm the action.
- After the reboot, the phone will return to the standard MIUI theme.
β οΈ Attention: On Redmi 9C It can take up to 10 minutes to reset. Don't interrupt the process, even if the screen goes out for a long time. If the phone doesn't turn on after the reset, try going to Recovery Mode. + Volume up) and repeat the discharge from there.
| Deleting method | Root is required. | Deletes the data. | Difficulty |
|---|---|---|---|
| Through the MIUI menu | β No. | β No. | β Very simple. |
| Manual deletion of files | β οΈ Preferably. | β No. | ββ Middle-Average |
| Reset via ADB | β No. | β No. | βββ Hardly. |
| Complete resetting of settings | β No. | β Yes. | ββ Dangerous. |
Method 5: Remove themes with TWRP (for advanced users)
If you've already got root rights and installed custom TWRP recaps, you can delete the theme through the file manager recapvery, which is a way to deep-clean system folders.
Step-by-step:
- Turn off the phone and press Power + Volume up to enter TWRP.
- Select Advanced β File Manager.
- Go to /data/system/theme/ and delete the theme folders.
- Go back to the main menu and select Wipe β Dalvik / ART Cache.
- Reboot the phone.
Important: If the phone stopped booting after removing the themes through TWRP, critical system files were deleted, in which case you will need to reflash the device via Fastboot.
What to do if after removing the theme, the application icons disappeared?
How to Prevent Automatic Theme Installation in the Future
To avoid repeated issues with topics, follow these tips:
- π‘οΈ Turn off automatic theme updates in Settings β Themes β Auto-update.
- π Install themes only from the official store MIUI.
- π₯ Before installing a.mtz file, check it for viruses (for example, via VirusTotal).
- π Clean the Themes app cache regularly.
If youβre a frequent user of design experiments, consider using third-party launchers (like Nova Launcher or Hyperion Launcher) that allow you to change icons and styles without tampering with MIUI system files.
π‘
The safest way to test new themes is to use the Preview feature in the Themes app before installing.
Frequent mistakes and their solutions
When working with themes on Redmi 9C, users face typical problems.
1.Theme removed, but icons remain changed
Reason: The theme replaced standard icons with its files in the /data/app folder.
- Install another launcher and select a standard set of icons.
- Use it. ADB Icon Reset: Adb shell cmd overlay disable com.android.theme.icon_pack
2 After removing the topic, the phone began to brake
Reason: Damaged cache files or conflict with other system applications.
- Clear the cache in Recovery Mode (Wipe β Wipe Cache).
- Disable unnecessary system applications via ADB: adb shell pm disable-user --user 0 com.miui.themeeditor
3. You cannot delete the standard MIUI theme
Reason: System themes are protected from deletion.
- Change it to another topic and then return it.
- Use ADB to hide the theme: adb shell pm hide com.android.theme.default