How to find out what theme is installed on the Xiaomi Redmi phone: all working methods

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).

  1. Open the Settings app (the gear icon on the home screen).
  2. Go to Screen β†’ Themes (in some versions, the path may be Settings β†’ Display β†’ Screen Style).
  3. At the top of the screen, you'll see an active theme marked Current. Click on it.
  4. 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.xml

To read it:

  1. Install a file manager with root support (such as Solid Explorer or FX File Explorer).
  2. Follow the path and open the file. current_theme.xml text-edit.
  3. 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?
On some firmware (especially custom ones), the path may be different. Try searching for a file using the *.xml mask in the folders: /data/system/users/0/ /data/data/com.android.themes/ /system/priv-app/ThemeManager/ If the file is not available at all, your firmware may use a different theme storage mechanism (e.g., via settings.db database).

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:

  1. Turn on Developer Mode (7 times click on the MIUI version in Settings β†’ About Phone).
  2. Activate Debugging by USB in Settings β†’ Additional β†’ For developers.
  3. Connect your phone to your PC and execute the command:
adb shell settings get secure current_theme_package

In 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:

AnnexFunctionsNeed root?Reference
MIUI Theme ManagerViewing an active theme, exporting settings, previewing elementsNo.Google Play
Theme ParkAnalysis of MTZ-theme files, creation of custom themes, backupFor certain functionsXDA
MIUI Hidden SettingsAccess to hidden MIUI settings, including theme informationNo.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:

  1. Connect your phone to your PC and copy the MIUI/backup/AllBackup folder from your internal memory.
  2. Find the most recent archive (by date) and rename it.zip.
  3. Open the archive and go to the data/system/theme/ folder.
  4. 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.

FAQ: Frequent questions about themes on Xiaomi Redmi

Can I find out the theme on a locked phone (if I don’t remember the pattern lock)?
No, it's not possible without standard screen unlocking, but if you had it on. USB Debugging before blocking, you can try connecting via ADB Adb shell settings get secure current_theme_package (You need a PC and a pre-debugging setup, otherwise you'll have to reset your phone via Fastboot or Mi Account.
Why does the settings display a standard theme even though I have set the custom one?
This is a typical problem for custom firmware or after an update. MIUI. Reasons: Reset theme settings after an update (often occurs when you switch to a new version) MIUI). Conflict between system and user theme (for example, if the custom theme is incompatible with the current firmware version) current_theme.xml (Solution: Try re-applying the theme through MIUI Theme Store or reset screen settings in Settings β†’ System system β†’ Resetting settings β†’ Resetting screen settings.
How do you save your current theme to move it to another Redmi?
There are two ways to export through MIUI Theme Store: Open the Themes app β†’ My themes. Click on the active theme and choose Share or Export. The theme file will be saved in.mtz format, and you can transfer it to another phone and install it through the same phone. MIUI Manual file transfer (root required): Copy folder /data/system/theme/ from one phone to another. Make sure the versions are MIUI Both devices are the same (otherwise theme may not work). ⚠️ Note: Transfer of topics between different versions MIUI (for example, 13 on 14) This can lead to graphic artifacts. Before installation, create a recovery point in the TWRP.
Why are some themes not displayed in the MIUI Theme Store?
This is due to regional restrictions and Xiaomi policies: Geo-block: Not all themes are available in Europe and some other regions due to licensing restrictions. Use a VPN with a region in India or China. MIUI version: Themes are created for specific versions of the firmware. For example, the theme for MIUI 12 may not appear in MIUI 14. Account type: Some themes are only available for users with a linked Mi Account (especially paid ones). Solution: Try to find the topic on third-party resources (for example, miuier.com) and install it manually through the.mtz file.
Can I return a standard theme after installing a custom theme?
Yes, for this: Go to Settings β†’ Screen β†’ Themes. Select Standard (or Default) from the list of available themes. Confirm application, the phone will reboot. If the standard theme is not in the list: Reset screen settings through Settings β†’ System β†’ Reset settings. Install official firmware through MIUI Recovery (this will return all system themes).