How to find out what theme is on the Xiaomi phone: all the ways

Why do you need to know the current topic on Xiaomi?

The theme of the design on Xiaomi, Redmi or POCO smartphones is not just a background pattern; it defines the appearance of icons, fonts, animations and even sound effects. Many users install custom themes from MIUI Themes, but eventually forget which one is active, which creates problems when trying to return a standard design or share settings with friends.

Another common situation is that after updating the firmware, the theme is reset to default, but the user does not notice it. Or vice versa, after resetting, an unfamiliar design suddenly appears. In MIUI 14 and later, the themes can automatically sync with the Xiaomi account, which makes it difficult to track changes. In this article, we will discuss all the current ways to check the current topic, including hidden methods for experienced users.

Method 1: Using standard MIUI settings

The most obvious and quickest method is to look at the themes section, which works on all Xiaomi smartphones, regardless of the model and firmware version.

  1. Open the Settings app (cog icon).
  2. Scroll down and select the Topic item (or Makeup in some localizations).
  3. At the top of the screen you will see the name of the active theme and its thumbnail.

If you have MIUI 12/13/14, the interface may be slightly different: instead of a separate item, look for the Screen β†’ Style tab. On some firmware for global regions (for example, Xiaomi EU), the theme section may be hidden - in this case, use alternative methods from the following sections.

β˜‘οΈ Checking the theme through settings

Done: 0 / 1

⚠️ Note: On smartphones with POCO Launcher (e.g, POCO F5 Xiaomi 13T) A standard topic section can be redirected to the theme store MIUI Themes. In this case, the active theme is displayed in small print under the button "Apply".

Method 2: Through the MIUI Themes Store

The MIUI Themes app (or "Themes" in Russian) not only allows you to install new designs, but also shows the current active theme, which is useful if the standard settings do not display information or you use custom firmware.

Instructions:

  • πŸ“± Open the Themes app (pallette icon with brush).
  • πŸ” In the bottom bar, click on the My Themes tab (or My Themes in English).
  • 🎨 At the top of the list will be displayed the current theme with the tick Active.
  • πŸ“‹ Click on it to see detailed information: title, author and version.

In some versions of MIUI (e.g. 14.0.5), the active theme may be marked not by a tick, but by a green Applied. If you don't see any markings, try clicking on any of the themes on the list, and the system will automatically highlight the current one.

πŸ“Š What theme you use on Xiaomi?
Standard MIUI
Custom from MIUI Themes
Theme from POCO Launcher
His own (MTZ)
I don't know what it costs.
MIUI versionSection in settingsDisplaying an active topic
MIUI 11-12Settings β†’ ThemesTitle at the top of the screen + thumbnail
MIUI 13Settings β†’ Screen β†’ Design styleSubsection β€œCurrent topic”
MIUI 14 (global)Settings β†’ Personalization β†’ TopicsThe β€œActive” button next to the topic
POCO LauncherSettings β†’ Home screen β†’ TopicsSmall text under the "Apply" button

Method 3: File Managers (for experienced users)

If standard methods fail (for example, due to a firmware failure or a deleted theme section), you can find information about the current theme manually, and this will require any file manager with access to system folders, such as MiXplorer or Solid Explorer.

Step-by-step:

  1. Open the file manager and enable the display of hidden files (Settings β†’ Show hidden files).
  2. Cross the path: /data/system/theme/ or (for new versions) MIUI): /data/user_de/0/com.android.thememanager/files/
  3. Find the file. current_theme.xml or applied_theme_info Open it with a text editor.
  4. Inside, you will see a line of the form: <theme packageName="com.example.theme" name="DarkBlue"/> where the name is the name of your current topic.

If /data/ is not available without root rights, try using ADB (described in the next section). Also note that after the MIUI update, the path to the theme files may change - current data can always be found through the adb shell ls /data/system/ | grep theme command.

What to do if the file current_theme.xml no?
In some firmware (e.g. Xiaomi.EU) theme information is stored in a database. theme_manager.db file /data/data/com.android.thememanager/databases/ and open it through SQL-Find the table. applied_themes β€” It will have a record with the current theme.

⚠️ Note: Modifying or deleting files in the folder /data/system/ root-free can cause a malfunction of the interface. If you are not sure about your actions, use other methods from this article.

Method 4: through ADB-teams (for developers)

If you're familiar with Android Debug Bridge (ADB), you can learn the current theme with special commands, which is universal and works even on locked smartphones without root rights.

Instructions:

  1. Install ADB Tools on your computer.
  2. Connect your phone to your PC and allow debugging over USB (Settings β†’ About Phone β†’ MIUI Version β†’ 7 times click to turn on Developer Mode, then Settings β†’ Additional β†’ Developers β†’ Debugging over USB).
  3. Open the command line (Windows) or terminal (macOS/Linux) and type: adb shell dumpsys activity com.android.thememanager | grep "mCurrentTheme"
  4. In the conclusion, find the line of the form: mCurrentTheme=ThemeInfo{packageName='com.example.theme', name='DarkMode'} where name is the name of your topic.

Alternative command for new MIUI versions:

adb shell settings get secure current_theme_package

It will return the name of the theme package (e.g. com.miui.theme.Dark) from which you can find the full title in the theme store.

adb shell pm list packages | grep theme

Then check the active theme through dumpsys window with the keyword theme filter.-->

Method 5: Through Third Party Applications

If you don't want to go through the settings or use ADB, you can use third-party tools that analyze system settings and show the current theme in a convenient format.

  • πŸ” MIUI Hidden Settings – Shows Hidden Settings MIUI, including an active theme (available on Google Play).
  • πŸ“Š Device Info HW β€” section MIUI Info displays theme name and design version.
  • πŸ› οΈ QuickShortcutMaker – allows you to find the activity (activity) of the theme manager and open it directly, bypassing the limitations of the launcher.

Example of QuickShortcutMaker:

  1. Install the application and open it.
  2. In the search bar, enter ThemeManager.
  3. Find an activity called com.android.thememanager.ThemeManagerActivity and run it.
  4. The system will open the hidden menu of the manager to where the active theme will be visible.

Please note: some applications may require permission to access settings (e.g, WRITE_SECURE_SETTINGS). On new versions of Android (12+) These permits are issued only through ADB:

adb shell pm grant com.app.package android.permission.WRITE_SECURE_SETTINGS

Frequent problems and their solutions

Sometimes users experience situations where the topic is not displayed or is not behaving correctly, and here are the most common cases and ways to fix them:

  • πŸ”„ Theme resets after update: This is standard behavior MIUI. To return the previous theme, go to Settings β†’ Topics β†’ My themes and reuse them. If the themes aren't on the list, they've been deleted, download them again from the store.
  • πŸ–ΌοΈ The title of the theme is displayed in hieroglyphics: This means that the theme is intended for the Chinese version. MIUI (China ROM). To see the normal name, install MoreLocale 2 and change the system language to English.
  • 🚫 The "Themes" section is missing from the settings: This happens on custom firmware (like LineageOS) or if the com.android.thememanager system application has been removed. MIUI bootloader or re-flash the phone.
  • πŸ”’ You can’t change the subject because of device policy: On some corporate smartphones, the administrator can block the change of theme. β†’ Password and security β†’ Device control.

πŸ’‘

If the theme disappeared after resetting, but it wasn’t in the store β€” it was probably part of the MIUI System Themes package that doesn’t sync with your account, in which case only manual installation via the.mtz file will help.

⚠️ Note: On smartphones with HyperOS (the new shell from Xiaomi, which debuted in 2026), the theme system has changed dramatically. Now the active theme can be stored in the cloud and synced between devices. To see its name, go to Settings. β†’ Registration β†’ My styles.

Can I find out a theme on Xiaomi without accessing settings (for example, if the phone is locked)?
Yes, but only if you have debugging enabled. USB Connect the phone and execute the command: adb shell settings get secure current_theme_package This will return the theme packet name even if the screen is locked.
Why isn’t my current theme in the theme store even though it’s applied?
This happens in three cases: The theme was removed from the official store (for example, for violating rules); you use a local theme installed through the.mtz file. The theme is part of the system package (for example, com.miui.theme.default) and does not appear in the list of available ones. To save the the theme, make it a backup through the MIUI Theme Editor (root required).
How do I get back to the standard MIUI theme if I don’t know the name?
You can reset the theme to the factory in two ways: Settings β†’ Themes β†’ Reset to standard (if the button is active). ADB: adb shell cmd theme reset If the reset button is inactive, then the standard theme is overridden by the system, in which case only a full reset will help.
Can I transfer the topic from one Xiaomi to another?
Yes, but with reservations: If the theme is from an official store, it is tied to a Xiaomi account and automatically syncs. If the theme is custom (.mtz file), it can be copied to the /sdcard/MIUI/theme/ folder on another phone and applied via MIUI Theme Editor. System themes (for example, com.miui.theme.Dark) cannot be transferred, they are sewn into the firmware. To transfer themes between different versions of MIUI (for example, from MIUI 13 to UI 14) you may need to manually edit the MItz file.
Why did some icons stay old after installing a new theme?
This is due to the caching of icons in MIUI. To apply the changes in full: Reboot the phone. Clear the launcher cache: Settings β†’ Applications β†’ Application Management β†’ Launcher β†’ Clear the cache. If the problem persists, check if your theme supports all icons (some custom themes only cover basic apps). POCO Launcher may additionally require a reset of home screen settings.