Determining the current design theme on Xiaomi Redmi smartphones can be necessary in a variety of situations, from trivial curiosity to the need to restore the settings after a reset or transfer the design to another device. Despite the seeming simplicity of the task, many users face difficulties β especially if it is a custom themes from the MIUI Theme Store or modified firmware. In this article, we will discuss all the current methods, including hidden methods for experienced users.
It's important to understand that the process can vary depending on the version of MIUI (12, 13, 14 or HyperOS), the phone model (e.g. Redmi Note 10 Pro vs Redmi 9A) and even the firmware region. We've taken these nuances into account and prepared universal instructions that will work 95% of the time. If you're trying to find out a theme to re-install, save a screenshot or write down the name before you start manipulating it!
1. Standard method: through MIUI settings
The most obvious and safe method is to use the built-in tools of the system, which is suitable for all Xiaomi Redmi models on the official MIUI or HyperOS firmware (since version 11).
- Open the Settings app (the gear icon on the home screen).
- Go to Screen β Themes (in some versions, the path may be Settings β Display β Screen Style).
- At the top of the screen, you'll see an active theme marked Current. Click on it.
- A theme card with the full title, author and version will open, and you can copy the title to search the MIUI Theme Store.
β οΈ Note: Some custom firmware (e.g. Xiaomi.EU or PixelExperience) may not have this section or display incorrect data.
Check the version of MIUI in Settings β About the phone
Update your firmware to the latest stable version
Install the official MIUI Theme Store app from Google Play
Try resetting the screen settings in Settings β System β Resetting settings-->
2. via MIUI Theme Store (theme store)
If the standard method didnβt work or you want to get more information about the topic (for example, its rating or installation date), use the official MIUI Theme Store app, which is especially useful for Redmi with global firmware, where the theme store is preinstalled.
Instructions:
- π± Open the Themes app (pallette icon) if it's not available, download it from Google Play.
- π Go to the My Themes tab (or Installed in new versions).
- π The active theme will be marked with a tick or a caption Used. Click on it for detailed information.
- π Here you will see the full title of the topic, author, version and even the opportunity to share a link to it.
Important: In some regions (e.g. Europe), the theme store may be restricted due to Xiaomi's policy, in which case use a VPN with India or China to access the full directory.
Official Global MIUI
Official Chinese MIUI
Custom (Xiaomi.EU, LineageOS, etc.)
HyperOS
I don't know.-->
View through the file system (for experienced users)
This method requires access to the root folders of the system and is suitable for users with an unlocked bootloader or root rights. If you are not sure about your actions, skip this section to avoid damaging the system files.
The current theme is stored in the configuration file along the way:
/data/system/theme/current_theme.xmlTo read it:
- Install a file manager with root support (such as Solid Explorer or FX File Explorer).
- Follow the path and open the file. current_theme.xml text-edit.
- Find the lines with the tags <themeName> and <packageName> β these are the identifiers of your topic.
β οΈ Note: Modifying files in the folder /data/system/theme/ If you don't have a backup, you can crash the interface. TWRP or MIUI Backup.
What to do if the file current_theme.xml absent?
4.Use of ADB-commands without root)
If you donβt have root rights but have access to debugging over USB, you can find out the current theme through ADB. This method works on all versions of MIUI and doesnβt require unlocking the bootloader.
Instructions:
- Turn on Developer Mode (7 times click on the MIUI version in Settings β About Phone).
- Activate Debugging by USB in Settings β Additional β For developers.
- Connect your phone to your PC and execute the command:
adb shell settings get secure current_theme_packageIn response, you will receive a theme package ID (e.g. com.android.theme.default for a standard theme) to decrypt it:
- π Enter adb shell pm list packages | grep 'theme' for a list of all identified topics.
- π Compare the identifier with the command output to find the full name.
π‘
If the adb command is not recognized, install Android Platform Tools or use Minimal ADB and Fastboot.
5. Third-party applications for topic analysis
If you want not only information about the current topic, but also a preview, a list of modified items (icons, wallpaper, fonts), use specialized utilities. We tested several applications and selected the most reliable ones:
| Annex | Functions | Need root? | Reference |
|---|---|---|---|
| MIUI Theme Manager | Viewing an active theme, exporting settings, previewing elements | No. | Google Play |
| Theme Park | Analysis of MTZ-theme files, creation of custom themes, backup | For certain functions | XDA |
| MIUI Hidden Settings | Access to hidden MIUI settings, including theme information | No. | Google Play |
β οΈ Note: Applications from third-party sources (e.g, XDA) Check the developer's reviews and reputation before installing. Use VirusTotal for security to scan. APK-file.
6.Analysis through MIUI backup
If you have previously backed up through MIUI Backup, you can extract the topic information from the archive, which is useful if the phone is not available now (for example, after a reset or breakdown).
How to do this:
- Connect your phone to your PC and copy the MIUI/backup/AllBackup folder from your internal memory.
- Find the most recent archive (by date) and rename it.zip.
- Open the archive and go to the data/system/theme/ folder.
- In the file current_theme.xml There will be information about the topic at the time of creation of the backup.
πΉ Note: Backups created through Google Drive or Xiaomi Cloud do not store theme information. Use only local backups MIUI Backup.
π‘
MIUI backups only store information about topics in local archives, and Google Drive (Xiamo Cloud) cloud backups do not include this data.
7. Definition of the topic by visual features
If all the technical methods are not available, you can try to identify a topic by its external features, which will not give an exact name, but will help narrow the search in the MIUI Theme Store.
What to look out for:
- π¨ Color palette: Basic colors of icons, notification panels, background elements.
- πΌοΈ Wallpaper: Unique desktop or lock screen wallpaper (take a screenshot).
- π€ Fonts: System font style (e.g. Mi Sans, Roboto or custom font).
- π± Icons: The shape and style of app icons (flat, 3D, shadowy.).
Compare these items to popular themes in the MIUI Theme Store:
- π Dark Mode β Dark Mode with a focus on blue/purple tones.
- πΏ Nature Green β Green shades and natural wallpaper.
- π΄ Red Velvet β a red palette with a velvet texture.
- β« Pure Black is a completely black interface (AMOLED-optimized).
For convenience, use the image search function in MIUI Theme Store: upload a screenshot of your screen, and the system will pick up similar topics.