Installing custom themes on the Xiaomi Redmi Note 9 via MIUI Themes is a popular way to personalize your smartphone. However, not all themes look as expected: some overload the interface with unnecessary elements, others conflict with system fonts or icons, and others even slow down the device. If you encounter a problem when the the theme βeatsβ the standard MIUI look, changes notification sounds or makes text unreadable, do not panic. In this article, we will analyze all the current ways to remove themes on the Redmi Note 9, including resetting through settings, manual deletion of files and even commands for experienced users.
It's important to understand that the process of removing a theme depends on how it was installed. If you downloaded it from the official MIUI Themes store, a few taps are enough on the menu. But with themes downloaded from third-party sources (.mtz files), you have to tinker longer, they often eat deeper into the system, and we'll look at both scenarios, and we'll also tell you what to do if the the the the the theme is not removed by standard methods and requires a factory reset.
1. Delete theme through MIUI Themes settings
The easiest way to get back to the standard interface is to reset the theme through the built-in Themes app, which works for all the themes installed from the official store and takes no more than a minute.
Open the Themes app (the icon with a brush on your desktop or in the app menu). In the bottom panel, click on the My Themes tab, then tap on the active theme (it will be ticked). In the window that opens, select the option to Remove or Reset to the standard. If there is no such button, then the the theme is system and not subject to removal (but it can be replaced by another).
- π± Step 1: Open Topics β My subjects.
- π Step 2: Find an active topic (marked as βCurrent topicΒ»).
- ποΈ Step 3: Press Remove or Reset.
- π Step 4: Confirm the action and restart the device.
β οΈ Note: If the interface remains the same after removing the theme, check the font and icon settings in the Settings section. β Screen. β Text size and fonts. Some themes change them separately from the main design.
Check the version of MIUI (Settings β About the phone)
Close all background applications
Connect to stable Wi-Fi (if you need to download a standard theme)
Backup of important data-->
2. Reset theme through System Settings
If the theme is not removed through the Theme app or you canβt find it in the list, try resetting it through system settings, which works even for partially deleted themes that are stuck in the cache.
Go to Settings β Themes (or Settings β Screen β Themes, depending on the version of MIUI) and see a list of themes available, including the standard one (Default or MIUI). Select it and apply it. If there is no standard theme in the list, click on the three dots in the upper right corner and select Reset to the standard one.
| MIUI version | The way to reset the topic | Notes |
|---|---|---|
| MIUI 12β13 | Settings β Topics β My themes β Reset | Reboot required |
| MIUI 14+ | Settings β Screen β Themes β Standard | You may need to download the standard theme again. |
| Global ROM | Themes β Online β Default | In some regions, the option is hidden. |
If after resetting some interface elements (such as icons or lock screen saver) are left from the old theme, clear the theme app cache:
- Go to Settings β Applications β Application Management.
- Find themes and select Warehouse.
- Click Clear the cache and Clear the data.
From the official MIUI Themes store
Downloading.mtz files from the Internet
I use custom firmware.
Don't set the topic.-->
3. Manual removal of theme files (for power users)
Third-party themes installed through.mtz files are often not removed by standard methods, in which case you will have to manually search and delete the theme files from the system folders, which requires root rights or access to a file manager with superuser rights (for example, Solid Explorer or FX File Explorer).
The files are stored in the following folders:
- /data/system/theme/ β This is a topic that is active.
- /sdcard/MIUI/theme/ β a folder with downloaded themes (can be deleted without root).
- /system/media/theme/default/ System themes (you can only remove them from root)
Instructions for removal:
- Open a file manager with root access.
- Go to /data/system/theme/ and delete the folder with your theme name (e.g. com.example.theme).
- Clear /sdcard/MIUI/theme/ of unnecessary.mtz files.
- Reset the device.
β οΈ Note: Removing files from /system/ If you are not sure about your actions, use other methods or contact the service center.
What if the theme remains after deleting the files?
4. reset to factory settings (last resort)
If none of the above methods worked, the last option is a complete reset, a radical solution that will bring the Redmi Note 9 back to its original state by removing all the themes, apps and data installed. Make sure to back up important files before resetting!
Resetting instructions:
- Go to Settings β About the phone β Reset settings.
- Select Reset All Settings (not to be confused with Network Reset!).
- Enter a password (if required) and confirm the action.
- Wait for the process to be completed (it will take 5-10 minutes).
| What's removed | What's persisting |
|---|---|
| Established themes and annexes | Files on SD-card (if not encrypted) |
| Google and Mi accounts | Photos and videos (if not stored in your phoneβs memory) |
| Settings Wi-Fi, Bluetooth | Data on SIM-map |
β οΈ Attention: On some firmware MIUI The last theme used may remain activated after reset. If it does, repeat the steps in Section 2 (reset via settings).
π‘
Factory reset is a last resort, only use it if other methods have not worked, as it will delete all your data without the possibility of recovery (without backup).
5. Delete theme through ADB (for advanced users)
If you are familiar with ADB (Android Debug Bridge), you can delete the theme using the command line, which is suitable for those that are not deleted in standard ways, but do not require root rights.
To start, turn on USB debugging on your phone:
- Go to Settings. β The phone.
- Tap 7 times on the MIUI version to activate Developer Mode.
- Return to Settings β Additional β For developers and enable USB Debugging.
Now connect the Redmi Note 9 to your computer and execute the following commands in the terminal (pre-installing ADB Tools):
adb shell
pm list packages | grep themeThis command will list all packages related to themes, find the title of your topic (e.g. com.example.customtheme) and delete it:
pm uninstall -k --user 0 com.example.customthemeOnce you have completed the command, restart the device. If the theme was system, you may need to disable it instead of deleting it:
pm disable-user --user 0 com.example.customthemeπ‘
If you are not sure of the title of the theme package, use the adb shell dumpsys package | grep "theme" command to show a more detailed list.
Frequent problems and their solutions
Even after removing the theme, Redmi Note 9 users often experience residual effects, such as altered icons, fonts or sounds.
- π Notification sounds: Go to Settings β Sounds and vibrations β Notifications and select the standard signal.
- π± App icons: Use a launcher (like Nova Launcher) to reset the icon style.
- πΌοΈ Wallpaper and screensaver: Go to Settings β Screen. β Wallpaper and select the standard.
- π€ Fonts: Reset settings in Settings β Screen. β Text size and fonts β Type style.
If after removing the theme, the device began to brake, clean the cache of the system:
- Turn off the phone.
- Press the Power button + Volume up to enter Recovery.
- Select Wipe Cache Partition (Volume keys control).
- Reset the device.