Are you tired of seeing a boring operator name in the status bar of Xiaomi? Want to replace it with a creative inscription, a brand logo or even hide it altogether? In this article, we will discuss all the working ways to change the display name of a mobile operator on Redmi, POCO and Mi smartphones β from simple settings to hidden functions of the engineering menu.
It is important to understand: the name of the operator in the status bar is determined not only by the settings of the phone, but also by the data that is broadcast by itself. SIM-So some methods require you to tamper with system files or use third-party applications, and we will explain each option in detail, its pros and cons, and provide security recommendations.
The article is relevant for devices on MIUI 14/15 (including global and Chinese versions) and covers models from the Redmi Note 10 to the flagship Xiaomi 14 Ultra. If you use custom firmware, some methods may not work.
Why the operator name does not change through standard settings
Many users first try to find the option to change the operator name in the Settings menu. β SIM-maps and mobile networks, but in MIUI There's no default function:
- π± Politics MIUI: Xiaomi restricts access to system labels to avoid confusion among users.
- π‘ Data data SIM-Cards: The operator transmits its name via the network (parameter) SPN), And the phone just displays it.
- π Security: Changing system files can disrupt the communication module, so the function is hidden.
However, you can get around these limitations. Below we will look at all the methods available, from the simplest to the most advanced, requiring root rights.
Method 1: Using applications to change the operator name
The easiest method is to install a third-party app that intercepts the display of the operator's name.
- π² Network Signal Guru (paid version) β allows you to change the name, icon and even the signal of the network.
- π§ Xposed Framework + Network Name Changer β requires root but gives maximum customization.
- π¨ Custom Carrier Label β free solution with basic features (not working on all models).
Instructions for Network Signal Guru:
- Download the app from Google Play (or APK from the official website).
- Open the application and give access to Call Management and Operator Settings.
- In the Carrier Label section, type the desired name (for example, "My Xiaomi" or "My Xiaomi "π SpeedNet").
- Restart the phone and the changes will apply.
Make a backup copy of the data|Check the reviews on the app|Ensure compatibility with MIUI|Disable the antivirus during installation-->
Method limitations: Some applications may conflict with Xiaomiβs MIUI Optimization feature. If the name doesnβt change, try disabling the optimization for the application in the battery settings.
π‘
If the operator name is reset after the change, try to disable automatic time and date updates in the system settings.
Method 2: Editing through an engineering menu (without root)
Xiaomi smartphones have a hidden engineering menu where you can manually write the name of the operator, which works on most models, but requires caution β wrong actions can disrupt the network.
Instructions:
- Open the Phone app and type the combination: ##4636## (some models may require ##36446337##).
- Select Phone Information (or Phone Information).
- Scroll down to the Set preferred network type section, where you can see the current operator name.
- Click on Carrier Name (or Operator Name) and enter the new value.
- Save the changes and restart the device.
| Xiaomi model | Engineering menu code | Does the method work? |
|---|---|---|
| Redmi Note 12/13 | ##4636## | Yes (MIUI 14+) |
| POCO F5/X5 | ##36446337## | Yes (confirmation required) |
| Xiaomi 13T/14 | ##4636## | Partially (may reset) |
| Redmi 10A/9A | ##4636## | No (MIUI lock) |
Note: On models with a MediaTek processor (e.g. Redmi Note 11 or POCO M5), the engineering menu may be blocked, in which case, try using the applications from Method 1.
What to do if the engineering menu is not opened?
Method 3: Modifying through ADB-Teams (for advanced teams)
If you're familiar with ADB (Android Debug Bridge), you can change the name of the operator through the command line. This method doesn't require root, but you need USB Debugging and a computer.
Step-by-step:
- Turn on Developer Mode on your phone: go to Settings β About Phone and click on MIUI Version 7 times.
- Return to Settings β Additional β For developers and activate Debugging over USB.
- Connect your phone to your PC, install ADB Tools, and check the connection with the command: Adb devices
- Execute the command to change the operator name (replace). NEW_NAME Adb shell settings put global settings carrier_name_override "NEW_NAME"
- Reset the device.
Example of commands to display "My Network":
adb shell settings put global carrier_name_override "My Network πΆ"β οΈ Note: On some Xiaomi firmware, this command may not work due to limitations MIUI. Try the alternative command: adb shell am broadcast -a android.intent.action.CARRIER_NAME_CHANGED --es carrier "NEW_NAME" The effect will be temporary and reset after rebooting.
Method 4: Editing system files (requires root)
For users with unlocked bootloaders and root rights, the most reliable method is editing system files, which will permanently change the name of the operator, but requires caution.
Instructions:
- Install a file manager with root support (such as Root Explorer or Mixplorer).
- Go to /system/build.prop and find ro.carrier=.
- Change the value to the desired (for example, ro.carrier=Xiaomi Power).
- Save the file, set the rights 644 (rw-r--r---).
- Reboot the phone.
Alternative path (for some firmware):
/system/vendor/build.propor
/data/property/persist.radio.carrierβ οΈ Attention: Incorrect editing of the build.prop file can lead to bootloop (locked phone turn on).Before changes, back up the file!If the phone doesn't turn on after editing, restore the original build.prop via TWRP.
π‘
System file editing is the only method that works on all versions of MIUI, but requires root and attention.
Method 5: Replacement SIM-card or eSIM
If you do not want to mess with the settings of the phone, you can go from the opposite β change the data that transmits itself. SIM-Here's how to do this:
- π Substitution of physical SIM: Some operators (e.g. Tele2 or Yota) allow you to order SIM-Custom-named card. Check this option with your provider.
- π± Transition to eSIM: Virtual SIM-Cards often support editing of the displayed name through the operatorβs application.
- π οΈ Programming SIM: With the help of special equipment (for example, SIM Editor, which can rewrite data on a map, including the name of the operator, is a complex and risky method that requires skill.
Example of operators that support custom names for eSIM:
| Operator. | Support for eSIM | Possibility of changing the name |
|---|---|---|
| MTS | Yes. | Through the "My MTS" app (limited) |
| Beeline | Yes. | No. |
| MegaFon | Yes. | For corporate tariffs only |
| Tele2. | Yes. | Yes (on request in the salon) |
If you choose this method, consider: replacement SIM-The card may require a change of number (if you do not make a transfer.
Frequent problems and their solutions
When you change the name of the operator, users often encounter common errors.
- π Title resets after reboot: This means that the changes were temporary (e.g., through a reboot). ADB). Use the method with build.prop editing or autorun apps.
- β Engineering menus are not working: Check if your carrier is blocking it. Try entering the code through the Google Phone app.
- π΅ Network gone after changes: You probably changed critical settings in the engineering menu. reset network settings in Settings β SIM-map β Resetting mobile network settings.
- π ADB Does not see the device: Make sure that debugging is enabled USB And you've got Xiaomi drivers installed on your PC. Try using the original cable.
If none of the methods worked, check:
- MIUI version β some features may be blocked on Chinese firmware.
- Updates β newer versions of MIUI sometimes have bugs that interfere with customization.
- Antivirus β some programs (such as Avast) block changes in system parameters.