The inscription on the lock screen Xiaomi is a standard feature MIUI, which displays the name of the owner, carrier or system notification. for some users it is useful, for others it becomes an annoying element that spoils the aesthetics. Especially relevant problem for those who bought used devices with foreign text or encountered a bug after updating the firmware.
In this article, we will look at all possible ways to remove inscriptions, from basic MIUI settings to advanced methods using ADB and editing system files. It is important to understand that not all methods are universal: their effectiveness depends on the version of MIUI (12, 13 or 14), the smartphone model (Redmi Note 10 Pro, POCO X3, Mi 11, etc.), and even regional firmware (global, Chinese, EEA).
If you are not sure of your technical skills, start with the simplest ways β they solve the problem 80% of the time. Advanced methods (for example, working with ADB) require caution: wrong actions can lead to a system failure or loss of warranty.
1. Delete the inscription through the standard MIUI settings
The safest and most recommended way is to use the built-in options, and depending on the version of MIUI, the path to settings may vary slightly, but the general logic remains.
First, check if the sign is the owner's name, which is the most common case, especially if you bought your phone by hand, to remove it.
- Open the Settings. β The phone.
- Slip on the device name (or owner name in older versions).
- Remove the current text and save the changes (OK button or checkmark at the top of the screen).
If the text is not gone, check the other sections:
- π± Settings β Lock screen β Text on the lock screen (in) MIUI 13/14). You can turn off the display of the operator name, date or notifications here.
- π Settings β Annexes β Application management β System applications β Lock screen. Sometimes there's more options hidden.
- π οΈ Settings β Additionally. β Special facilities β Lock screen settings (relevant to POCO and some Redmi).
Important: Some firmware (e.g. Chinese) may have hidden the option to edit the lock text, in which case resetting or switching to the global version of MIUI will help.
β οΈ Note: If the inscription appeared after the firmware update and is not deleted through the settings, it may be a bug. β Update the system or roll back to the previous version via Recovery.
2. Reset the lock screen settings
If the inscription is left after changing the owner's name, the cause may be a cache system or a conflict of settings, in which case will help reset the lock screen settings without losing data.
Follow the following steps:
Make sure you know your password/pattern lock
Keep important notifications (they will disappear)
Remember the current lock wallpaper (you will have to reconfigure)
Check your backup in Mi Cloud-->
- Go to Settings β Passwords and Security β Privacy.
- Select Reset the lock screen settings (or Reset wallpaper and style in newer versions).
- Confirm the action with a password/fingerprint.
- After rebooting, check if the inscription has disappeared.
This works in 60 percent of cases where the problem is caused by a software failure, so if you have the label, move on to the next one.
What if the reset didn't help?
3.Use of ADB to remove system label
If standard methods donβt work, youβll have to debug USB, which requires a computer, cable, and developer mode to be turned on, but doesnβt violate warranty (unlike root rights).
Preparation:
- Activate Developer Mode: Go to Settings β About Phone and tap the MIUI version 7 times.
- Return to Settings β Additional β For developers and enable USB debugging.
- Connect the phone to the PC, confirm the trust in the computer on the smartphone screen.
- Download ADB Tools and unpack it into a separate folder.
Now execute commands in the terminal (command line) in order:
adb shell
settings put global lock_screen_owner_info_enabled 0
settings put secure lock_screen_owner_info 0
rebootAfter the reboot, the inscription should disappear. If not, try an alternative command:
adb shell pm clear com.android.systemuiβ οΈ Note: pm clear com.android.systemui will reset all interface settings (wallpaper, brightness, gestures) and only use it if other methods have not helped.
π‘
ADB-commands are the most effective way to remove system labels, but they require care. Always check the syntax of commands before executing.
4. editing system files (root required)
For advanced users who are ready to root, there is a radical method of editing system files, a risky way that can lead to loss of warranty and device brik if you make a mistake, but it is guaranteed to remove even the most persistent labels.
Instructions:
- Get root rights with Magisk or TWRP (instructions depend on the Xiaomi model).
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/SystemUI/SystemUI.apk/res/values/strings.xml.
- Find lines with text owner_info, lockscreen_carrier or lockscreen_owner and remove their contents.
- Save the file, restart the device.
Alternative path (for some firmware):
- π /data/system/users/0/settings_global.xml β Look for the parameter. lock_screen_owner_info_enabled.
- π /data/system/users/0/settings_secure.xml β parameter lock_screen_owner_info.
| Xiaomi model | The path to the file | Parameter for editing |
|---|---|---|
| Redmi Note 10/11 | /system/priv-app/SystemUI/SystemUI.apk | owner_info_text |
| POCO X3/F3 | /product/overlay/SystemUIFrameworkRes.apk | lockscreen_carrier_string |
| Mi 11/12 | /system/system_ext/priv-app/SystemUI | mipay_lockscreen_text |
Warning: Editing system files can cause cyclical reboots or interface errors. Before starting, back up via TWRP or Mi Flash Tool.
5. Delete the inscription through Mi Account (for used phones)
If you bought Xiaomi with your hands and the lock screen displays the name or number of the previous owner, the problem may be associated with the binding to the Mi Account. In this case, standard methods will not help β you need to untie the device from the old profile.
Steps to address:
- Ask the seller to log out of Mi Account on the phone: π Settings β Accounts. β Mi Account β Get out. π Enter the password from the sellerβs account (if he forgot β restore via account.xiaomi.com).
Hard Reset
- π οΈ Turn off the phone, press the volume up. + Meals for entering Recovery.
- π± Choose Wipe Data β Wipe All Data (delete all data!).
- After the reset, log in to your Mi Account or use your phone without a tether.
β οΈ Note: Phones with Mi Cloud lock (Find Device activated) will require the previous ownerβs login/password to be entered after reset. If the seller cannot provide data, return the device or contact Xiaomi with a purchase check.
6. Alternative methods: themes and launchers
If you can't remove the label, you can disguise it with some third-party launchers, and this method doesn't eliminate the cause, but it visually solves the problem.
Options:
- π¨ Set a theme with a dark lock screen (stealing light text), such as "Pure Black" themes or "AMOLED Dark in Themes β Popular.
- π± Use an alternative launcher (such as Nova Launcher or Hyperion) with lock screen customization support.
- πΌοΈ Set up wallpaper with high contrast: the inscription will become less noticeable against a motley background.
For the application of the topics:
- Open the Topic app.
- Select the Lock Screen section.
- Use a theme with minimalist design (no text blocks).
π‘
If the label only interferes with the photo screen, turn off the notifications in Settings β Lock screen β Notification style β Hide content.
7. Frequent mistakes and how to avoid them
When you try to remove a sign, users often face typical problems, and let's look at the most common ones and how to solve them.
| Mistake. | Reason. | Decision |
|---|---|---|
| The inscription returns after the reboot | Cash system not cleared | Run Wipe Cache in Recovery or through ADB: adb shell recovery --wipe_cache |
| ADB does not see the device | Not installed drivers or not included debugging | Install Mi PC Suite or Google USB drivers, check Debugging over USB |
| No option "Text on the lock screen" in the settings | Outdated or custom firmware | Update MIUI to the latest version or upgrade to the official global build |
| After editing strings.xml, the phone does not start | Error in file syntax | Restore the original file from a backup or reflash SystemUI.apk via TWRP |
Tip: Before any system manipulation, check the phone model and MIUI version in Settings β About Phone. Some commands and file paths are different for Redmi, POCO and Mi.
π‘
If none of these methods worked, a hardware malfunction (such as damage to a memory partition) could be the cause.