How to rename the app to Xiaomi Redmi: all working ways in 2026

Why Standard Techniques Donโ€™t Work on Xiaomi and What to Do

Have you ever tried to rename an app to Xiaomi Redmi, but you've come across that the system is just ignoring your actions? It's no coincidence - MIUI deliberately blocks the name change for most system and user applications through standard Android tools. The reason lies in Xiaomi's security policy: the manufacturer believes that renaming can confuse users or be used by attackers to disguise malware as legitimate programs.

However, there are workarounds, both official (through launchers and MIUI settings) and semi-official (using ADB or third-party utilities), and in this article we will discuss all the current ways, including those that work without superuser rights (root), and pay special attention to the nuances for different versions of MIUI (from 12 to 14) and Redmi models (from Note 8 Pro to Redmi 13C).

Before you start, remember that renaming apps doesnโ€™t affect their functionality, but it can confuse system services (such as voice assistant or device search). If you use an application for work or study, youโ€™d better test the new method first on unnecessary software.

Method 1: Use of Nova Launcher (without root)

The easiest and safest method is to install a third-party launcher, such as Nova Launcher, which allows you to rename application shortcuts directly on the desktop without affecting system files. This method works on all Xiaomi Redmi models, including the Redmi 12, Note 11 Pro+ and POCO X5.

Here's how to do it:

  • ๐Ÿ“ฅ Install Nova Launcher from Google Play.
  • ๐Ÿ”ง After installation, press and hold your finger in the free space of the desktop. โ†’ Select Settings โ†’ Labels and folders.
  • โœ๏ธ Enable the option of Rename tags.
  • ๐Ÿ“Œ Now click and hold the desired application. โ†’ Choose Change. โ†’ Enter a new name.

Importantly, this method only changes the shortcut, not the name of the app in the system. If you open Settings โ†’ Applications, the old name will remain, but it is completely safe and does not require technical skills.

๐Ÿ’ก

If after renaming the shortcut disappeared from the desktop, restart the launcher: press and hold the free space โ†’ Restart Nova.

Method 2: Through MIUI settings (limited functionality)

Some versions of MIUI (starting with 12.5) have the ability to rename only Xiaomi system applications (e.g. Camera, Gallery, Security) without requiring additional software installation, but it doesnโ€™t work with all programs.

Instructions:

  1. Open Settings โ†’ Applications โ†’ Application Management.
  2. Find the application you want in the list (for example, Records or Calendar).
  3. Stick to three points (โ‹ฎ) top-right โ†’ Choose Rename (if the option is active).
  4. Enter a new name and save the changes.

Limitations of the method:

  • โŒ It does not work for third-party applications (WhatsApp, Telegram, games, etc.).
  • โŒ On some firmware, the option to Rename may not even be available for system applications.
  • โŒ After updating MIUI name may be dropped.
๐Ÿ“Š What version? MIUI You're using it?
MIUI 12 or older
MIUI 13
MIUI 14
I don't know.

Method 3: ADB-Teams for experienced users

If you need to rename any application (including system ones) but donโ€™t want root rights, you can use ADB (Android Debug Bridge), a method that requires connecting your smartphone to your computer and basic command line knowledge.

Warning: improper use of ADB can lead to system failures.

Enable debugging on USB In Settings โ†’ The phone. โ†’ Version. MIUI (Tap 7 times according to version)|Install Xiaomi drivers on PC|Download Platform Tools from Google|Connect the phone to the PC by USB (Select the File Transfer Mode)-->

Instructions:

  1. Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools.
  2. Enter the command to check the connection: adb devices Wait for the serial number of your device to appear.
  3. Find out the current name of the application package (for example, for WhatsApp): adb shell pm list packages | grep whatsapp You will get something like com.whatsapp.
  4. Rename the app (replace com.whatsapp and "New Name" with your values): adb shell pm set-app-name com.whatsapp "New Name"

Important nuances:

  • ๐Ÿ”„ After restarting the device, the name can be reset (solved by re-entering the command).
  • ๐Ÿ›‘ Some system applications (com.miui.home, com.android.settings) will not be renaming.
  • ๐Ÿ“ฑ Nana MIUI 14 You may need an additional command to unlock the rights: adb shell appops set com.miui.securitycenter android:mock_location allow
What if the ADB canโ€™t see the device?
If the adb device command returns an empty list, try: 1. USB-cable (use the original from Xiaomi). 2. Enable Debugging by USB (security settings) in developer settings. 3. Install drivers manually via Mi PC Suite. 4. Reboot your phone and PC.

Method 4: Rename annexes (with reservations)

Google Play has utilities that promise to rename apps without root, such as App Cloner or Parallel Space, but they run with serious limitations on Xiaomi Redmi:

AnnexNeeds root?Works for MIUI?Limitations
App ClonerโŒ No.โš ๏ธ Partially.Creates a copy of the app with a new name, but does not change the original
Parallel SpaceโŒ No.โœ… Yes.Renames only in "parallel space"
Rename Appโœ… Yes.โœ… Yes.Requires root rights, may disrupt MIUI
Shortcut MakerโŒ No.โœ… Yes.It only changes the label like Nova Launcher.

If you still decide to use such utilities, consider:

  • ๐Ÿ” App Cloner creates a duplicate of the app with a new name, but the original will remain unchanged, which can lead to conflicts (for example, two WhatsApps will not be able to work simultaneously).
  • ๐Ÿ”„ Parallel Space allows you to rename the app only inside your sandbox. Outside of space, the name will remain the same.
  • โš ๏ธ Rename App and analogues require root, which voids the warranty Xiaomi and can lead to problems with the company. OTA-update.

๐Ÿ’ก

Third-party utilities to rename to MIUI They're more likely to create the illusion of change than they are actually editing the system data. ADB root.

Method 5: Manual file editing (root only)

If you have root rights, you can manually edit the application files, which gives you maximum control, but also maximum risk, and a mistake can lead to the collapse of the application or even the system.

Step-by-step:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /data/app/ (for custom applications) or /system/priv-app/ (for system applications).
  3. Find a folder with the name of the application package (for example, com.facebook.katana for Facebook).
  4. Inside the folder, open the base.apk file with an archiver (such as ZArchiver).
  5. Move to the res/values/ and edit the file. strings.xml. Find a line: <string name="app_name">Facebook</string> Replace Facebook with the right name.
  6. Save the changes, restart the device.

โš ๏ธ Attention: Editing of systems APK-file (/system/priv-app/) This can lead to bootloop. Always back up the file before you change it. MIUI 14 system folders can be protected by dm-verity, making this method impossible without additional manipulations.

Frequent problems and their solutions

Even if you do everything according to the instructions, there may be some unexpected complications, and here are the most common ones and how to fix them:

  • ๐Ÿ”™ After the reboot, the name reset: It's typical for rootless methods (ADB, Solution: repeat the procedure or use Tasker to automatically rename when the system starts.
  • ๐Ÿšซ The "Rename" option is inactive in MIUI: Check if the Security Application rights are disabled (Settings) โ†’ Annexes โ†’ Permits โ†’ Special accesses. Also try to update MIUI last-minute.
  • ๐Ÿ”Œ ADB Does not see the device: Make sure that the developer settings include the Debugging option USB (safety parameters; on MIUI 13/14 Additional permission may be required in the settings โ†’ Additionally. โ†’ Confidentiality โ†’ Special permits โ†’ USB-debugging.
  • ๐Ÿ“ฑ App stopped opening: This could happen after manual editing APK. Solution: Clear the app cache (Settings) โ†’ Annexes โ†’ Warehouse โ†’ Clear the cache) or reinstall it.

If none of the methods worked, maybe your Redmi model has some additional limitations. K50 Redmi Note 12 Pro+ s MIUI 14 for Global firmware lock tighter than for Chinese (China) ROM).

๐Ÿ“Š What Rename Method Has Worked for You?
Nova Launcher
MIUI settings
ADB-team
Third-party utilities
Nothing helped.
Can I rename system applications (e.g., Camera or Phone) without root?
Yes, but with reservations: MIUI 12.5-14, some system applications can be renamed through Settings โ†’ Applications (optional after clicking on three-points). For others, ADB (method 3) will help, but not all system APKs support renaming. Launchers (for example, Nova) only change the shortcut display without affecting the system. If the option is not available, then Xiaomi has blocked it for your model or firmware version.
Why is the name reset by ADB after renaming?
This is because of the Package Manager mechanism in Android. When you reboot, the system restores the original tags to optimize performance. Solutions: Re-enter the command ADB After each reboot, use Tasker to automatically execute the command when you start the system. Get root rights and edit the file. strings.xml manually 5). Nana MIUI 14 It can also help to disable the function. MIUI Optimization through ADB: adb shell settings put global miui_optimization_disabled 1 But it'll turn off some firmware chips.
Will the renaming to Redmi with custom firmware (like LineageOS) work?
Yes, but the methods will be different: On LineageOS or Pixel Experience, you can use the built-in renaming function through the Trebuchet launcher. ADB-Teams are more stable because there are no restrictions. MIUI. For manual editing APK You don't have to turn off dm-verity. However, note that custom firmware can have its own bugs. For example, on some builds of the Redmi Note 10 Pro with LineageOS 20, renaming through the Internet is not necessary. ADB triggers launcher crash.
Can you rename the app so that the new name is displayed everywhere (in settings, notifications, etc.)?
You can only completely replace the application name in all menus of the system with root rights by editing the strings.xml file inside the APK (method 5). However, even in this case: Settings โ†’ Applications may remain the old name (depending on the Android version). Notifications will display a new name, but in some system dialogs (for example, when requesting permissions), the original one may appear. Voice Assistant (Google Assistant or Xiao AI) will use the old name for voice commands. If you are critically uniform, consider creating your own launcher with casting tags or using the new name for the application with Space el.
Is there a risk of losing the application data when renaming?
No, renaming itself does not affect the application data (cache, settings, files).However: If you use App Cloner, a copy of the application will be created without the original data. APK (method 5) there is a risk of damaging the file, which will lead to the reset of the application. If after renaming the application stopped opening, try to clear its cache (Settings) โ†’ Annexes โ†’ Warehouse โ†’ Clear cache. For reliability before any manipulation, back up the data through Settings โ†’ The phone. โ†’ Backup or Mi Cloud Backup.