How to rename the application to Xiaomi: 4 proven ways

Have you noticed how some Xiaomi system apps have uncomfortable or too long names? For example, com.miui.calculator instead of the usual "Calculator" or English-language inscriptions in the firmware of MIUI Global. The good news is that you can rename the application on Redmi, Poco or Black Shark smartphones without root rights, the main thing is to know the right tools.

In this article, we will analyze all working methods: from built-in functions MIUI beforehand ADB-Note that some methods require unlocking the bootloader or installing additional software. We have noted all the nuances so that you can choose the best option for your model - whether it is Xiaomi 13 Ultra on the latest version. MIUI 15 or Redmi Note 10 Pro with custom firmware.

Why you may need to rename the app

At first glance, changing the name of the program seems like a small thing, but in practice, it solves a few real problems:

  • πŸ“± Localization: Some applications (such as Mi Video or Mi Music) are displayed in English even in Russian firmware.
  • πŸ” Searchability: Short names like Camera are easier to find on the menu than on the menu com.android.camera2.
  • 🎨 Personalization: You can give apps creative names (e.g., β€œCamera” instead of β€œCameraΒ»).
  • πŸ”’ Hiding System Utilities: Rename Security to Security, You Will Make the Interface More Understandable for Beginners.

It is important to understand that renaming does not affect the functionality of the program, only the display name changes in the menu and on the desktop. However, some methods (for example, editing through ADB) can lead to failures if performed incorrectly.

πŸ“Š Why do you want to rename the app to Xiaomi?
For ease of search
To hide system utilities
Due to incorrect localization
Just for the experiment.
Another option

Method 1: Use of built-in MIUI functions (without root)

The easiest method is to take advantage of the standard MIUI launcher.It works on most devices (including the Poco F5, Redmi K60 and older models on the MIUI 12+), but has limitations: you can only rename user applications, not system ones.

Instructions:

  1. Press and hold your finger on the icon of the app you want to rename.
  2. In the menu that appears, select β€œChange the name” (or β€œRename” in English firmware).
  3. Enter a new name (maximum 12 characters) and click β€œDone”.

If you don't have the "Change Name" option, your launcher doesn't support this function, so move on to the following.

Make sure that the application is not system-based.

Check out the MIUI version (should be 12 or newer)

Close all background processes

Make a backup copy of the data (in case of failure)-->

⚠️ Attention: After update MIUI User-named applications can be reset to standard. To avoid this, fix the changes through Settings. β†’ Annexes β†’ Application management β†’ [Title of the annex] β†’ Lock down.

Method 2: Third-party launchers (Nova, Apex, Microsoft Launcher)

If the standard MIUI launcher does not allow you to rename the desired application, install an alternative.

  • 🌟 Nova Launcher supports renaming, changing icons and hiding apps. There is a free version with basic features.
  • πŸ“± Apex Launcher – a lightweight launcher with the ability to edit application tags.
  • πŸͺŸ Microsoft Launcher – integrates with Windows, allows you to rename applications through a long press.

Example for Nova Launcher:

  1. Install a launcher from Google Play.
  2. Click and hold the app icon β†’ select β€œChange”.
  3. In the "Tag" field, enter a new name.
  4. Save the changes.

The advantage of this method is that there is no risk of damaging system files, since changes are only applied within the launcher, but after it is deleted or resets, all renaming will disappear.

LauncherSupport for renamingRoot is required.Cost
Nova Launcherβœ… Yes.❌ No.Free (Premium - 499) β‚½)
Apex Launcherβœ… Yes.❌ No.Free of charge (Pro - 349) β‚½)
Microsoft Launcherβœ… Yes.❌ No.Free of charge.
POCO Launcher❌ No.❌ No.Free of charge.

Method 3: Editing through ADB (for power users)

If you need to rename a system application (e.g. com.miui.securitycenter) and previous methods have failed, you’ll need to use Android Debug Bridge (ADB), which requires connecting your smartphone to your PC and basic command line knowledge.

Step-by-step:

  1. Enable USB debugging on your smartphone: Settings β†’ About Phone β†’ MIUI Version (click 7 times to activate Developer Mode) Settings β†’ Additional β†’ For Developers β†’ Debugging over USB
  2. Connect Xiaomi to your computer and confirm the debugging permission.
  3. Download ADB Tools and unpack the archive.
  4. Open the command prompt (Windows) or terminal (macOS/Linux) in the folder with adb.exe.
  5. Execute the command to rename (example for com.miui.calculator): adb shell pm set-app-name com.miui.calculator

To return the original name, use:

adb shell pm clear-app-name com.miui.calculator
What if the ADB can’t see the device?
1. Install drivers for Xiaomi from the official website (Support section) 2. Check if File Transfer (MTP) mode is enabled when connecting via USB. 3. Try using another cable or USB 2.0 port (some USB 3.0 ports are incompatible with ADB). 4. Reboot your smartphone and PC.

⚠️ Attention: misuse ADB This can cause data loss or a cyclical reboot of the device.Before experimenting, back up through Settings β†’ System system β†’ Backup.

Method 4: Edit strings.xml file (requires root)

For the most advanced users who have unlocked the bootloader and installed root access (for example, through Magisk), there is a way to change the name of the application at the system file level. MIUI.

Algorithm of action:

  1. Install a file manager with root support (such as Root Explorer or Solid Explorer).
  2. Go to /system/priv-app/[Application folder name ]/res/values/ For example, for a calculator: /system/priv-app/Calculator/res/values/
  3. Find the strings.xml file and open it in the text editor.
  4. Find a line with the original name (it usually looks like this): <string name="app_name">Calculator</string> Change the text between the tags to the right one.
  5. Save the file, set the rights to 644 (rw-r--r---) and restart the device.

This method gives a permanent result, but requires caution: an error in editing system files can lead to the crash of the application or even bootloop (cyclic reboot).

πŸ’‘

Before editing strings.xml, make a copy of the original file to the cloud or on your PC. If the application stops running after the changes, you can quickly restore the working version.

Frequent Mistakes and How to Avoid Them

When renaming applications to Xiaomi, users face typical problems, and consider the most common and ways to solve them:

  • πŸ”„ The name dropped after the update: it's normal behavior for methods without root. ADB or edit strings.xml.
  • ❌ It is impossible to rename the system application: most launchers require root rights to work with system utilities β€” ADB.
  • πŸ“΅ App disappeared after renaming: most likely, you made a mistake in the team ADB or spoil strings.xml. Restore the original name or reinstall the app.
  • πŸ”’ MIUI Check if there is a child or restrictions set through Second Space.

If after all the manipulations the application began to behave unstable (flys out, does not open), try:

  1. Clear the cache: Settings β†’ Apps β†’ [Name] β†’ Clear the cache.
  2. Reset Launcher Settings: Settings β†’ Applications β†’ Launcher β†’ Storage β†’ Clear Data.
  3. Return the original name through ADB:
Can I rename the app without a computer?
Yes, if you use third-party launchers (like Nova Launcher) or built-in feature MIUI (For system utilities, you can't do without a PC - you will need it. ADB.
Why did the name change after the ADB name?
Possible reasons: Incorrectly specified application package (check using adb shell pm list packages | grep "key word"). No editing rights (need root or unlocked bootloader). MIUI firmware blocks changes (relevant to Chinese versions). Solution: reboot the device and repeat the command.
How to find out the package name of the application?
There are several ways: via ADB: adb shell pm list packages | grep "part name" Using the App Inspector app (available on Google Play).In MIUI: Settings β†’ Applications β†’ Application Management β†’ [Title] β†’ Additional (some versions display a batch name).
Will the renaming work after resetting the settings?
No, all custom changes (including renamed apps) will be reset to factory ones. To keep the new names, you need to: Use ADB for system applications; edit strings.xml (requires root); back up the launcher settings (if supported).
Can I rename the icon on the desktop without changing the name on the menu?
Yes, but only through third-party launchers (like Nova Launcher). To do this: Add the app shortcut (not the icon itself) to the desktop. Click on the shortcut β†’ "Change" β†’ enter a new name. The original name in the app menu will remain the same.

πŸ’‘

For most users, the best solution is to install a third-party launcher (Nova Launcher) – it is safe, does not require root and works on all Xiaomi models.