How to Change the Name of the Application to Xiaomi: All Ways (including MIUI 15)

Have you ever wanted to rename a standard Xiaomi app (e.g. Camera to Camera or Gallery to My Photos) to make your smartphone interface more personalized? Iliperhaps gets in the way of the English program name that appears instead of Russian? In this article, we’ll look at all the current ways to change app names on Xiaomi, Redmi and POCO devices – from simple tricks without superuser rights to advanced methods using ADB and modifying system files.

It is important to understand that MIUI limits the ability to rename standard applications out of the box – this feature is only available for some stock launchers (for example, POCO Launcher).However, with workarounds and third-party tools, you can achieve the desired result even on the latest versions of firmware. We tested all methods on MIUI 14 and MIUI 15 (including HyperOS), so the instructions are relevant for models from 2022-2026: from Redmi Note 12 to Xiaomi 14 Ultra.

Warn in advance: Some methods require unlocking the bootloader or root rights, which can lead to loss of warranty or unstable system operation.If you are a beginner, start with safe methods (sections 2–3), and experienced users can immediately move to advanced techniques (sections 4–6).

1.The rootless method: renaming through POCO Launcher

The easiest method is to use the proprietary launcher POCO Launcher, which supports app shortcut renaming, which doesn’t change the real name of the APK, but allows you to display the username on the desktop.

How it works:

  • πŸ“± Install. POCO Launcher from Google Play (unless it is installed by default).
  • πŸ”„ Make it a default launcher in settings (Settings) β†’ Annexes β†’ By default. β†’ Launcher).
  • πŸ“ Press your finger on the shortcut of the app you want to rename and select β€œChange the nameΒ».
  • ✏️ Enter a new name (up to 12 characters) and save it.

Limitations of the method:

  • ⚠️ Works only for shortcuts on the desktop – in the app menu, the name will remain original.
  • ⚠️ After resetting the launcher or updating the name will reset.
  • ⚠️ Does not support renaming system applications (e.g., β€œSettings” or β€œPhoneΒ»).
πŸ“Š What kind of launcher are you using on Xiaomi?
POCO Launcher
MIUI Launcher
Nova Launcher
Other
I don't know.

2. Use of third-party launchers (Nova, Apex, Lawnchair)

If POCO Launcher doesn’t suit you, you can use third-party launchers that offer advanced customization features.

  • 🌟 Nova Launcher (paid version supports renaming)
  • 🎨 Apex Launcher (Free with Restrictions)
  • πŸš€ Lawnchair (open source, lightweight)

Instructions for Nova Launcher:

  1. Install a launcher from Google Play.
  2. Press your finger on the app shortcut β†’ β€œChange” β†’ β€œRename”.
  3. Enter a new name (up to 20 characters).
  4. For system applications, you may need to enable the β€œShow system applications” option in the launcher settings.

Important: Some launchers (like Lawnchair) allow you to rename even system applications, but after the MIUI update, their names may be reset.

πŸ’‘

Back up your launcher configuration (in Nova: Backups and Imports) to quickly recover titles after reset.

3. Rename through ADB (without root but with debugging)

For users who are ready for more complex manipulations, there is a method using ADB (Android Debug Bridge), which allows you to change the displayed name of the application in the system without obtaining root rights, but requires debugging over USB.

What you need:

  • πŸ–₯️ Computer with installed ADB-driver.
  • πŸ“± Xiaomi smartphone with enabled debugging USB (Settings β†’ The phone. β†’ Version. MIUI β†’ 7 times press to unlock the developer mode, then Settings β†’ Additionally. β†’ For developers β†’ Debugging by USB).
  • πŸ” Application package name (you can find out through App Inspector).

Step-by-step:

adb shell


pm set-app-label com.example.app "New name"

Example for the Gallery app (com.miui.gallery):

adb shell pm set-app-label com.miui.gallery "My photos"

Install ADB on PC|Enable USB debugging on Xiaomi|Recognize the name of the application package |Connect your phone to your PC over USB|Runch the command line on behalf of the administrator-->

Warnings:

⚠️ Attention: After restarting the device or updating MIUI This method is temporary and requires reuse.

⚠️ Note: Not all system applications support changing labels through ADB. For example, com.android.settings (Settings) will not be renamed.

4. Full renaming with root (Magisk + App Systemizer)

If you're ready to get root access, you can change the name of the application at the system file level, which is a constant method that works even after updates (unless you reset).

Tools required:

  • πŸ”“ Unlocked bootloader and installed Magisk.
  • πŸ“¦ App Systemizer module (for converting user applications into system applications).
  • πŸ› οΈ SQLite Editor (for example, SQLite Editor).

Steps to rename:

  1. With App Systemizer, convert the application to system (if it is user-generated).
  2. Open the database /data/data/com.android.providers.settings/databases/settings.db in SQLite Editor.
  3. Find the system table and field app_label for your application.
  4. Change the meaning to a new name and save it.
  5. Reset the device.

Critical information: Incorrect editing of system databases can lead to bootloop (locked boot).Before making changes, back up via TWRP!

What if the device does not boot after SQL editing?
If after changes in settings.db smartphone stuck on the logo MI, necessary: 1. Go in. TWRP (hold on to the power + Vol+ loading). 2. Restore a backup copy of the section /data. 3. If there is no backup, reflash the device via Fastboot with data storage (fastboot flash system). system.img --slot=all).

5. editing strings.xml file (for power users)

The deepest level of customization is direct editing of strings.xml, where all the text resources of the application are stored.

  • πŸ”“ Root access.
  • πŸ“‚ File Manager with support for system partitions (for example, Mixplorer or FX File Explorer).
  • πŸ”§ Ability to work with APK-file-and-decompilation.

Instructions:

  1. Find the APK applications in /system/priv-app/ or /system/app/.
  2. Copy it on your PC and decompile it with JADX.
  3. Open the file. res/values/strings.xml Find the line with the name (usually) <string name="app_name">...).
  4. Change the text, save the file, and recompile the APK.
  5. Replace the original APK with the edited one (with the permissions!).

Example of strings.xml structure:

<resources>


<string name="app_name"> Gallery</string> ← Replace this value




<string name="action_settings"> Settings</string>




</resources>

πŸ’‘

Editing strings.xml is the only way to change the app name inside the APK itself, but it requires a file reassembly and can break the app's signature.

Alternative methods: shortcuts and widgets

If all of the above methods seem too complicated, you can go for a trick:

  • πŸ“Œ Create an application shortcut on your desktop and rename it (as in method 1).
  • πŸ–ΌοΈ Use widgets (for example, UCCW or KWGT) Creating custom buttons with any name.
  • πŸ“ Group applications into folders with usernames (for example, the Social Network folder instead of individual shortcuts). VK Telegram).

Advantages of this approach:

  • βœ… Does not require rooting or ADB.
  • βœ… It works on all versions. MIUI.
  • βœ… It's easy to roll back change.

Disadvantages:

  • ❌ Does not change the name in the app menu.
  • ❌ Additional shortcuts take up space on the desktop.

Comparison of methods: which one to choose?

MethodRoot is required.PersistenceDifficultySupports system applications
POCO Launcher❌ No.❌ Temporary⭐ Very simple.❌ No.
The side of the launcher (Nova)❌ No.❌ Temporary⭐⭐ Just⚠️ Partially.
ADB (set-app-label)❌ No.❌ Before the reboot.⭐⭐⭐ Middle-Average⚠️ Partially.
Editing SQLβœ… Yes.βœ… Permanent.⭐⭐⭐⭐ Hardly.βœ… Yes.
Change strings.xmlβœ… Yes.βœ… Permanent.⭐⭐⭐⭐⭐ Very difficult.βœ… Yes.

For most users, the best solution would be a combination of POCO Launcher + ADB for temporary renaming or third-party launchers for permanent display of custom names on the desktop.

FAQ: Frequent questions

Can I rename system applications (Settings, Phone, Messages) without root?
No, Xiaomi system applications are protected from renaming without root access. The most you can do is change the name of their shortcuts on the desktop through the launcher (method 1 or 2).
After the ADB renaming, the name dropped. How do you make the changes permanent?
The pm set-app-label is temporary and resets after rebooting. To fix the changes, you need to: Get root access. Edit the settings.db database (method 4) or the strings.xml file (method 5). Or use the Magisk module, which automates the application of the command after downloading (for example, App Label Changer).
Will the Xiaomi name change with HyperOS work?
Yes, all of the methods described are compatible with HyperOS (the new firmware from Xiaomi), as it is based on the same Android kernel. However, note: HyperOS may change the path to system files (for example, in HyperOS, the path to system files may change, /system/priv-app/ β†’ /apex/). Some of them ADB-Teams may require additional rights (e.g. adb root) and side launchers (Nova, Lawnchair) operate without restrictions.
Can I rename the app so that the new name appears in the notifications?
Yes, but only if you change the real name of the APK through editing strings.xml (method 5) or the settings.db database (method 4).Renaming via launcher or ADB only affects desktop display, but does not affect notifications, the recent menu, or settings.
Is there a risk of losing data when renaming?
However: When editing strings.xml or system files, there is a risk of damaging the APK, which can lead to crashes. If you convert an application to system (method 4), its data may be reset. Always back up via adb backup or TWRP before changes!