How to Add an Inscription to Xiaomi Lock screen: A Complete Guide with Pictures and Tips

Xiaomi’s lock screen is not just a barrier to your smartphone, it’s a real business card for your device, displaying time, notifications, weather, and more recently, personal text that you can customize. Want to add a motivational quote, contact information in case of losing your phone or just the original signature? In this article, we will discuss all the ways to add text to the lock screen for Xiaomi, Redmi and smartphones. POCO differentially MIUI.

It is important to understand that the functionality may vary depending on the firmware version and device model. MIUI 12 and MIUI 13 the text is adjusted differently than in MIUI 14 or HyperOS. We'll look at the universal methods that work on most devices, and we'll also talk about hidden features that many users don't even know about. If you want to not just add text, but make it really useful and stylish, read on.

Why should I add text to the lock screen?

At first glance, the sign on the lock screen may seem like a useless feature, but in practice it solves several problems at once:

  • πŸ” Security: provide an alternative phone number or email to contact if the device is lost.
  • πŸ’‘ Motivation: A short quote or goal reminder will be in front of your eyes every time you unlock your phone.
  • 🎨 Personalization: even the standard Xiaomi can be made unique by adding a name, nickname or joke phrase.
  • πŸ“± Convenience: Some users post reminders (such as birthdays) or important notes here.

In addition, the text on the lock screen can be useful in a corporate environment, for example, employees of the company can provide here service information or contacts. IT-And for parents, it's a way to control their child's smartphone use, so you can add a reminder of sleep time or safety rules on the Internet.

⚠️ Note: Do not place sensitive information such as passwords on the lock screen, PIN-This is the text that anyone who picks up your phone can see.

Supported models and versions of MIUI

The function of adding text to the lock screen is available on most Xiaomi, Redmi and other smartphones. POCO, But it depends on the firmware version. Here's the compatibility table:

MIUI versionSupported modelsFeatures of settings
MIUI 12 and olderAll models starting with Redmi Note 8, Mi 9, POCO X3 newerText is added through Settings β†’ Lock screen. Limit: up to 30 characters.
MIUI 13/14All current models (2020–2026)Advanced font settings and text positioning. Emoji support.
HyperOS (2026)Xiaomi 14, Redmi Note 13, POCO F6 newerIntegration with Xiaomi Cloud: the ability to synchronize text between devices.
MIUI for POCO (custom-fix)POCO F1, POCO X2, POCO M3The function may be missing or require activation through Settings β†’ Additionally.

If your model didn't make it to the table, it doesn't mean the feature isn't available, like on some older devices (like Redmi 5 or Mi). A2) text on the lock screen can be added only through third-party launchers or ADB-We'll talk about this in one of the following sections.

πŸ“Š What version? MIUI you use?
MIUI 12
MIUI 13
MIUI 14
HyperOS
I don't know.

Method 1: Standard settings through the menu (for MIUI 12-14 and HyperOS)

This is the easiest and safest method that works on most modern Xiaomi smartphones.The instruction is suitable for devices with clean firmware without custom modifications.

Steps to add text:

  1. Open the settings on your smartphone.
  2. Go to the Lock Screen section (in some versions it may be called Lock and Protection).
  3. Select Text on the lock screen or Signature on the lock screen.
  4. Enter the text you want (up to 30–50 characters, depending on the model).
  5. Press Save or Ready.

Then the text will appear at the bottom of the lock screen. MIUI 14 and HyperOS can be configured further:

  • 🎨 Font (available 3-5 options).
  • πŸ“ Text size (small, medium, large).
  • πŸ”„ Color (automatic or manual choice).
  • πŸ“ Position (center, left or right).

The text does not contain personal information (passwords, document numbers)

The length of the text does not exceed the limit (usually 30-50 characters)

Font readable on any background of the lock screen

The color of the text contrasts with the wallpaper-->

If the text item on the lock screen is not in the menu, this can mean:

  • πŸ“± You have an outdated version. MIUI (firmware update).
  • πŸ”§ The function is disabled by the manufacturer for your model (solution – see alternative methods).
  • πŸ› οΈ On the smartphone installed custom firmware (try to reset the settings of the lock screen).

Method 2: Use of themes and launchers (for older models)

If your smartphone is working on MIUI 11 or earlier, there may not be a standard way to add text to the lock screen, in which case installing a custom theme or third-party launcher that supports this feature will help.

The most popular solutions:

  • 🌈 Themes from the Mi Theme Store: Some themes (such as iOS Style or Material Design) include a text box on the lock screen. To find them, open the Themes app, type in lockscreen text search, and select the appropriate theme.
  • πŸ“± Launchers: Nova Launcher, Action Launcher or Lawnchair allow you to configure the lock screen through plugins. For example, Nova Launcher can use the Nova Lockscreen module.

Warning: Installing third-party launchers or themes may affect device performance.In addition, some themes from the Mi Theme Store contain ads or collect data. Before installing, check the reviews and theme rating.

How to check the security of the topic?
1. Open a theme developer profile in Mi Theme Store. 2. See how many topics they have posted and what their average rating is. 3. Read reviews: if there are complaints about bugs or suspicious behavior, it is better to refuse installation. 4. Use an antivirus (such as Dr.Web or Kaspersky) to scan APK-Theme file (if you download it manually).

If you have chosen a launcher, do not forget that:

  • πŸ”‹ Some launchers increase battery consumption.
  • πŸ”’ Lock screen functions may conflict with standard settings MIUI.
  • πŸ“² For full operation, you may need to disable the standard Xiaomi launcher.

Method 3: ADB-Teams for Advanced Users

If none of the previous methods worked, you can try adding text to the lock screen using the ADB-This is a tool that is suitable for users who are not afraid to work with development tools.

Before starting, make sure that:

  • πŸ–₯️ Computer installed ADB Fastboot (you can download from the official website of Android Developers).
  • πŸ“± On the smartphone included debugging on USB (Settings β†’ The phone. β†’ Version. MIUI β€” Press 7 times, then return to Settings β†’ Additionally. β†’ For developers).
  • πŸ”Œ You have the original. USB-cable (not all cables support data transmission).

Instructions for addition of text:

  1. Connect your smartphone to your computer and confirm the debugging permission.
  2. Open the command prompt (Windows) or terminal (macOS/Linux) and type: adb devices Make sure your device appears in the list.
  3. Enter the command to add text (replace your text with the desired phrase): adb shell settings put global. lock_screen_owner_info"Your text"
  4. Reboot your smartphone. Text should appear on the lock screen.

To delete the text, use the command:

adb shell settings put global lock_screen_owner_info""

⚠️ Attention: Misuse of the right ADB-If you are not sure about your actions, it is better to consult other methods or consult a specialist.

πŸ’‘

If the command fails, try first to delete the existing text (even if it doesn't exist), and then add a new one. Sometimes there are "empty" values left in the system that block the changes.

Alternative methods: widgets and third-party applications

If none of these methods work, you can use a widget or a third-party app to display text on the lock screen, which is universal and works even on older versions of Android.

The best applications for this task:

  • πŸ“± Lock Screen Widget (for the first time) MIUI and other firmware) – allows you to add text notes, weather, calendar.
  • πŸ”§ Hi Locker – custom lock screen with support for custom text and images.
  • 🎨 C Lockscreen – Minimalist launcher with the ability to customize the signature.
  • πŸ“ Owner Info is a simple application for adding contact information to the lock screen.

How to install text via Lock Screen Widget:

  1. Download and install the app from Google Play.
  2. Open it and select Add a widget.
  3. In the list of widgets, look for Text Note or Owner Info.
  4. Drag the widget to the lock screen (some firmware will require permission to display over other windows).
  5. Set up text, font and position.

Cons of this method:

  • πŸ”‹ Additional battery consumption (the application runs in the background).
  • πŸ›‘οΈ Potential security risks (some apps ask for too many permissions).
  • πŸ“± Possible conflicts with the standard lock screen MIUI.

πŸ’‘

If you use a third-party app for the lock screen, disable the standard lock in the settings MIUI, To avoid duplication, go to Settings. β†’ Lock screen β†’ Lock type and select No (but remember that this will reduce the security of the device!).

Frequent problems and their solutions

When you add text to the lock screen, Xiaomi users often encounter some common mistakes, and let’s look at the most common ones and how to fix them.

Problem.Possible causeDecision
The text is not displayed after savingSystem cache not updatedRestart your smartphone or clear the cache in Settings β†’ Annexes β†’ Systemic β†’ Lock screen.
No β€œText on the lock screen” in the settingsOutdated version of MIUI or custom firmwareUpdate your firmware or use alternative methods.
Text cut or not placedThe symbol limit is exceeded (usually 30-50)Cut it down or break it down into two lines (if supported).
Text not visible on some wallpaperLow contrast between text and backgroundChange the color of the text or choose wallpaper with a homogeneous background.
After updating MIUI missingResetting the lock screen settingsAdd the text again through the settings menu.

If none of the solutions worked, try resetting the lock screen settings to the standard:

  1. Go to Settings β†’ Lock screen.
  2. Choose Reset Settings or Restore by default.
  3. After resetting, add the text again.

On some models (for example, Xiaomi Mi 11 and Redmi). K40) After resetting the lock screen settings, it may be necessary to re-activate the function through Settings β†’ Additionally. β†’ Special facilities β†’ Lock screen.

Can I add emoji or emoji to the lock screen?
Yes, on MIUI 13 and later are supported emoji in the text of the lock screen. However, their display depends on the font: some characters may look different or not at all. To check, enter the emoji in the text field and save the changes. If the symbol does not appear, try another one.
How to change the font of the text on the lock screen?
Nana MIUI 14 and HyperOS can select the font from the proposed options in the Settings menu β†’ Lock screen β†’ Text on the lock screen β†’ Font: If this item is missing, try installing a custom theme with the desired font or using third-party apps like iFont (root rights required).
Will the text be visible if the phone is unlocked?
No, the text only appears on the lock screen. Once unlocked, it disappears. If you want the text to be visible always, consider adding a widget to the home screen.
Can I add text to the lock screen without accessing settings (for example, on someone else’s phone)?
Without access to settings or ADB-However, you can offer the phone owner to add text on their own or use a temporary widget (if you allow the installation of applications). For security reasons, Xiaomi does not allow you to change the system settings of the lock screen without authorization.
Why did the text disappear after the firmware update?
With major updates MIUI (For example, from version 12 to version 13, the lock screen settings can be reset. This is standard system behavior. To return text, add it again through the settings menu. If the item has disappeared, then the new firmware version has implemented the function differently - check the Security section or additionally.