How to remove the inscription on the lock screen Xiaomi Redmi Note 7: all working methods

Xiaomi Redmi Note 7 is one of the most popular smartphones of the brand, but many users face an unexpected problem: on the lock screen there is an inscription that can not be removed by standard methods. This can be the owner’s name, advertising slogan, a warning about unlocking the bootloader or even random text after the MIUI update. In this article, we will analyze 5 proven ways to remove the inscription, including hidden settings and technical techniques for advanced users.

It is important to understand that the source of problems are often: MIUI (especially after updating to versions 12.5+), activation of functions like β€œInscription on the lock screen” in security settings, or even viruses if the smartphone was connected to questionable charges / PC. Some labels (for example, β€œThis device is unlocked”) appear after unlocking the bootloader and require a separate approach.

Before proceeding with the instructions, check: 1) Is the text part of the wallpaper (sometimes fonts merge with the background). 2 Is the "Show Owner Information" function activated in the security settings. 3) Is there any third-party software installed that can modify the lock screen (for example, launchers or "optimizers").

1. Delete the inscription through the standard MIUI settings

Let's start with the simplest method, which works 80% of the time if the inscription was added through system functions. In Redmi Note 7, the path to settings may differ depending on the version of MIUI, but the general logic is maintained:

  1. Open the Settings β†’ Lock screen.
  2. Select "Inscription on the lock screen" (or "Owner's Information" in older versions).
  3. Turn off the slider or delete the text manually. Save the changes.

If there is no such item, try an alternative path: Settings β†’ PapaSSWORD & SECURITY β†’ Privacy β†’ Lock screen message (in global firmware).

On the Chinese versions of MIUI, this section may be called differently – use the search by settings (the magnifying glass icon at the top).

Make sure your smartphone is at least 30% charged |

Close all background applications (especially launchers) |

Check if the "Children's Mode" is on |

Backup of important data (in case of failure)

-->

Important: Some Redmi Note 7 firmware (e.g. MIUI 13 for lavender) may have the inscription linked to your Mi Account, and if it remains after you disconnect, try logging out and logging in again.

2. Reset the lock screen settings

If you don't delete the label through the menu, the next step is to reset the lock screen settings, and it doesn't affect user data, but it will return all visual settings to factory settings.

  1. Go to Settings. β†’ The phone.
  2. Click on the MIUI version 7 times to activate the developer mode.
  3. Return to the main settings menu, open Additional β†’ for developers.
  4. Find the item "Reset the lock screen settings" and confirm the action.

After you reboot, check the lock screen. If the label is gone, the problem was the settings conflict. If not, move on to the next method.

πŸ’‘

Before reset, take a picture of the current lock screen settings (wallpaper, widgets, icon location) to quickly restore them later.

3. Deletion of inscription via ADB (for advanced)

If standard methods don’t help and the inscription gets in the way (e.g., β€œThis device is unlocked” after unlocking the bootloader), you can try removing it via ADB (Android Debug Bridge), which requires a computer and basic command line knowledge.

Preparation: 1) Install ADB and Fastboot Tools on PC. 2) Enable USB debugging on Redmi Note 7: Settings β†’ About Phone β†’ MIUI version (7 taps) β†’ Developers β†’ USB debugging. 3 Connect your smartphone to your PC and confirm your trusted device.

Commands for deletion of inscriptions:

adb shell


su




settings delete secure lock_screen_owner_info_enabled




settings put global lockscreen_owner_info ""

If the commands are left, try the alternative (for MIUI 12+):

adb shell settings put secure lock_screen_owner_info_enabled 0
What if the ADB can’t see the device?
1. Make sure that Xiaomi drivers are installed (download from [official website](https://new.c.mi.com/global/miuidownload/index)). 2. Try another one. USB-cable (preferably original). 3. Switch the connection mode to "File Transfer" in the notification curtain. 4. Launch the command line on behalf of the administrator.

Warning: Using a su (root) ADB can disrupt the system. If you don't have root access, the commands may not work, in which case move on to the next method.

4. Modification of system files (root only)

If the word "stitched" into system files (for example, after custom firmware), it can be removed manually, but this requires root access.

Steps: 1) Install a file manager with root support (such as Root Explorer or Mixplorer). 2) Cross the path: /system/priv-app/SystemUI/SystemUI.apk/res/values/strings.xml 3) Find a line with the text of the inscription (for example, lockscreen_owner_info) and remove it or replace it with a space. 4) Save the changes, restart the device.

Alternative path (for MIUI 13+): /system/priv-app/MiuiSystemUI/MiuiSystemUI.apk/res/values/strings.xml

Yeah, I did.|

Yeah, but through the service.|

No, I'm afraid to break my phone.|

I don't know what that is.

-->

⚠️ Attention: Incorrect editing of system files can lead to "bootloop" ( looped download).Always back up the file before changing.If the phone doesn't turn on after editing, you'll need to flash it over the Fastboot.

5. Flashing the device (extreme case)

If no methods have helped, and the inscription critically interferes with β€” all that remains is to reflash the Redmi Note 7. This is a radical way, but it is guaranteed to remove all system modifications.

Firmware options:

  • πŸ”„ Update via Recovery: Saves data but requires official ZIP-Firmware file for your model (lavender for global version).
  • πŸ“₯ Clean installation via Fastboot: Deletes all data, but is guaranteed to remove any system changes.
  • πŸ› οΈ Custom firmware (e.g. Pixel Experience): Removes all limitations MIUI, but requires an unlocked bootloader.

Instructions for Fastboot: 1) Download the official firmware for Redmi Note 7 From the Xiaomi website (choose the version for Lavender). 2) Unpack. ZIP-archived in a folder with Fastboot Tools. 3) Connect your phone in Fastboot mode (clip the power supply) + Loudness down). 4) Launch the file. flash_all.bat (Windows) or run the command:

fastboot flash all

MethodDifficultyYou need a PC?Are the data stored?Risk of "bricking"
Standard settings⭐❌ No.βœ… Yes.❌ No.
Resetting the lock screen⭐⭐❌ No.βœ… Yes.❌ No.
ADB-teamβ­β­β­βœ… Yes.βœ… Yes.⚠️ Low.
Editing system filesβ­β­β­β­βœ… Yes.βœ… Yes.⚠️⚠️ High-pitched
Flip-flashingβ­β­β­β­β­βœ… Yes.❌ No (except Recovery)⚠️⚠️⚠️ critical

⚠️ Note: If you have chosen Fastboot flashing, make sure: 1) The firmware version matches the model (lavender for the global Redmi Note 7, lavenderin for the Indian one). 2 The battery is 100% charged (the process can take up to 15 minutes). 3 You are using the original one. USB-cable (cheap cables can interrupt the process).

The reasons for the appearance of the inscription and how to avoid it in the future

To avoid the inscription appearing again, let’s understand why it arises:

  • πŸ“± Update MIUI: After major updates (for example, with the MIUI 11 by 12.5) the system can reset some lock screen settings.
  • πŸ”“ Unlock bootloader: Xiaomi adds a warning "This device is unlocked" on the lock screen after unlocking bootloader.
  • 🦠 Viruses or third-party applications: Some β€œoptimizers” or launchers modify the lock screen.
  • πŸ‘€ Owner Information: Can be activated accidentally or through security settings.

How to prevent: 1) Turn off automatic MIUI updates in settings (or install updates manually after checking reviews). 2 Do not use questionable apps to customize the lock screen. 3) Once the bootloader is unlocked, immediately swipe custom receivers (such as TWRP) to remove the warning.

πŸ’‘

The inscription β€œThis device is unlocked” on the Redmi Note 7 is not removed by standard means – it can only be removed through ADB, system file editing or flashing.

Frequent Mistakes and How to Avoid Them

Many users make critical mistakes when trying to remove the inscription, and here are the most common ones:

  • πŸ”§ Using unofficial firmware without backup: This can lead to loss IMEI or network problems.
  • πŸ”Œ Interruption of the process ADB/Fastboot: Always wait until the operation is complete, even if the phone seems to be getting stuck".
  • πŸ“² Deleting System Files Without Root: This Can Cause Failures MIUI.
  • πŸ”’ Ignoring backup: Even resetting the lock screen sometimes results in data loss.

Security tips: 1) Before any manipulations with the system, check the battery charge (at least 50%). 2 Use only official tools from Xiaomi (Mi Flash Tool, ADB from Android SDK). 3 If you are not sure about your actions, contact the service center (especially if the phone is warranty).

πŸ’‘

On the Redmi Note 7 with MIUI 14+ firmware, some methods (e.g. strings.xml editing) may not work due to enhanced system protection.

πŸ”Ή Why did the poster remain after the reset?
This means that the text is written at the system file level or linked to the Mi Account. Try: log out of your Xiaomi account and log in again. Use the ADB method (section 3). Check if there is a third-party software installed to customize the lock screen.
πŸ”Ή Can I remove the words "This device is unlocked" without rooting?
Officially, no, but there are workarounds: Sweeve a custom recaveri (TWRP) And you can edit your system files through it, use the Magisk module (like Lockscreen Mod), install custom firmware (like LineageOS) where it doesn't have that label. ⚠️ Warning: All of these methods require an unlocked bootloader and may void the warranty.
πŸ”Ή After updating MIUI There's an ad on the lock screen?
This is a feature of Chinese firmware MIUI. Solutions: Switch to global firmware via Mi Flash Tool. Turn off personalized ads in settings: Settings β†’ PapaSSWORD & SECURITY β†’ Authorization & revocation β†’ Turn off "Personalized Ads." Use ADB-Command: adb shell pm uninstall --user 0 com.miui.systemAdSolution
πŸ”Ή Can I return the letter if I accidentally deleted it?
If it was Owner Information, just turn it back on in the lock screen settings. If it was system (like when you unlocked the bootloader), it'll require you to return it: Restore backup system files. Reflash the device.
πŸ”Ή Why some firmware does not have the item "Inscription on the lock screen"?
This depends on the MIUI version and the firmware region: In Chinese versions, this item is often hidden. Global and European firmware may call it something else (for example, "Lock screen message"). Custom firmware (for example, Pixel Experience) may not have this feature at all. Use the settings search (the magnifier icon at the top) or check the Security β†’ Privacy section.