Signatures under the icons on the Xiaomi desktop are one of the most controversial features of the MIUI shell. On the one hand, they help you navigate applications faster, especially for beginners. On the other hand, they take up extra space on the screen, spoil the aesthetics and interfere with the use of themes with non-standard icons. If you want to return a minimalist look to the desktop, this guide will help you figure out how to remove text signatures on all Xiaomi, Redmi, POCO and Black Shark models β from budget to flagship.
It's important to understand that the methods vary depending on the version of MIUI (12, 13, 14, or 15), whether you have superuser rights (root), or even a particular model. We've collected all the current methods, from standard settings to hidden commands and modifications to system files. Below you'll find step-by-step instructions explaining what risks certain actions entail, and how to return everything if something goes wrong.
Why canβt Xiaomi just turn off signatures in the settings?
Unlike many other Android shells (such as Samsungβs One UI or Oppoβs ColorOS), MIUI does not provide a direct option to hide text under icons. This is due to Xiaomiβs design philosophy, which prioritizes simplicity of the interface for the mass user. However, the absence of a βDisable Signatureβ button does not mean that it is impossible β it just requires a little more effort.
The main reasons why Xiaomi does not add this feature are:
- π± UI Unification: The company is committed to uniformity across all devices, including budget models, where users may not be savvy about fine-tuning.
- πΆ Beginnersβ orientation: Signatures help beginners find the right apps faster without having to remember icons.
- π Complexity of implementation: in MIUI Icon and signature themes are closely related to the system launcher, so separating them requires profound changes in the code.
- π Minimum demand: Less than 5% of users want to remove signatures, according to Xiaomi statistics, so the feature is not considered a priority.
However, there are workarounds, from using third-party launchers to editing system files, and weβll look at them all, starting with the most secure ones.
Method 1: Using a third-party launcher (the safest method)
The easiest and most versatile way to hide signatures is to install an alternative launcher from Google Play.This method works on any version of MIUI (including MIUI 15), does not require root rights and is completely reversible among the popular options:
- π Nova Launcher β Supports signature hiding, flexible grid setting and gestures.
- β‘ Hyperion Launcher β optimized specifically for Xiaomi devices and saves branded chips MIUI.
- π¨ Lawnchair is a minimalist open source launcher with support for adaptive icons.
- π Microsoft Launcher β if you want to integrate with Microsoft services (e.g. OneDrive or Office).
Letβs look at the Nova Launcher (the most functional version):
- Download and install Nova Launcher from Google Play.
- After installation, click the Home button and select Nova Launcher as the default launcher.
- Press your finger on the free desktop space β select Settings.
- Go to the Appearance and Style β Size of icons.
- Activate Hide icon signatures (in some versions it may be called Disable app tags).
- If necessary, adjust the size of the icons and grids in the same menu.
Advantages of the method:
- β Does not require root rights or unlock the bootloader.
- β It works on all Xiaomi models, including POCO F5, Redmi Note 12, Xiaomi 13T others.
- β You can return the standard launcher at any time.
β οΈ Note: Some system widgets (such as weather or calendar from Xiaomi) may not display correctly in third-party launchers. Check compatibility on forums before installing (such as, 4PDA or XDA Developers).
Backup your desktop (screenshot or export via MIUI)
Check the space available (minimum 100 MB)
Disable battery optimization for launcher (in MIUI settings)
Reboot the device after installation-->
Method 2: Edit theme settings (without root, but with limitations)
If you donβt want to install a third-party launcher, you can try to trick the system with theme editing.This method works on MIUI 12-14 and does not require root, but has limitations: signatures will disappear only for standard icons, and for some system applications (for example, Settings or Phone) can remain.
Instructions:
- Open the Themes app (usually preinstalled on all Xiaomi devices).
- Go to the section My topics β Edit.
- Select the current active theme and click Set up.
- Find the Icons option (or App icons) and select the Icons package without text. For example: Minimalist Icons Pixel Icons Line Icons
Apply the changes and restart the device.
If the list does not have suitable themes, you can download them from the Xiaomi theme store:
- In the Topics app, go to the Icons section.
- Search for no text icons minimal icons transparent labels
Set up your favorite topic and apply it.
| Method | Root is required. | It's working on MIUI 15. | Limitations |
|---|---|---|---|
| Third-party launcher | β No. | β Yes. | System widgets may not work |
| Editing the topic | β No. | β οΈ Partially. | Signatures remain for system applications |
| ADB-team | β No. | β Yes. | Resets after MIUI update |
| Editing by build.prop | β Yes. | β Yes. | Risk of disrupting the system |
β οΈ Note: Some of the themes from Xiaomi store may contain ads or collect data. Check reviews and theme ratings before installing. Avoid those with less than 4 stars or few downloads.
Method 3: Disable signatures via ADB (for power users)
If you're not afraid to work with ADB (Android Debug Bridge), you can turn off signatures using the command line. This method does not require root, but requires connecting the device to a computer and enabling developer mode. The advantage of the method is that it works on MIUI 15 and does not require installing additional applications.
Step-by-step:
- Turn on Developer Mode on your smartphone: Go to Settings β About Phone. Click 7 times on the MIUI version until the notification "You've become a developer" appears.
- Return to Settings β Additional β For developers and activate: Debugging over USB Allow debugging (enable always)
Connect your smartphone to your computer through USB-Cable (use the original cable for stability).
ADB Tools
cmd
Terminal
adb devicesMake sure your device appears on the list (permission confirmation on your smartphone may be required).
adb shell settings put secure icon_label_background_enabled 0Reset the device.
Once you run this command, the signatures will disappear, but they may come back after you update MIUI or reset your settings. To get it back, use the same command, replacing 0 with 1.
adb shell settings put secure miui_icon_label_background 0
This team works on some versions. MIUI 13 and 14.-->
Method 4: Edit system files (root only)
If you have a bootloader unlocked and you have Magisk installed (or another root rights manager), you can disable signatures by editing system files, which is the most reliable method, but also the riskiest one - wrong actions can lead to a bootloop.
You'll need:
- π Unlocked bootloader and root rights (e.g., via Magisk).
- π± File Manager with support for root (such as Root Explorer or Mixplorer).
- πΎ Backup of the system (recommended to be done through TWRP Or OrangeFox).
Instructions:
- Open the root file manager and go to /system/product/overlay/
- Find the file MiuiSystemUIOverlay.apk (or similar, depending on the version of MIUI).
- Open the file in a text editor (for example, via MT Manager or APK Editor).
Alternative method (for MIUI 14/15):
- Open /system/build.prop file in the text editor.
- Add a line to the end of the file: ro.miui.icon_label_background=0
- Save the changes and restart the device.
β οΈ Note: Editing system files can lead to unstable work MIUI, Before making changes, make sure you have an up-to-date backup and know how to restore the system through TWRP.
What if after editing system files, the smartphone does not turn on?
Method 5: Use Xposed/LSposed (for advanced users)
If you have the Xposed Framework or the Android 10+ alternative, LSposed, you can disable signatures with special modules, which requires root rights and experience with system modifications, but gives you maximum flexibility.
Required components:
- π§ LSposed (for MIUI 12-15 based on Android 10β14).
- π¦ Module MIUI Mods or GravityBox.
- π Backup of the system (required!).
Instructions:
- Install LSposed via Magisk (a module available in the Magisk repository).
- Download the MIUI Mods module from XDA Developers or Telegram channel.
- Activate the module in LSposed and restart the device.
- Open the MIUI Mods app and find the Hide icon labels option (or similar).
- Turn it on and restart the device.
Advantages of the method:
- β It works on the latest versions. MIUI.
- β Allows you to fine-tune other interface elements.
- β Changes are reversible (it is enough to disable the module).
Disadvantages:
- β Requires root and experience with Xposed.
- β It may conflict with other modules.
- β After updating MIUI Modules may stop working.
π‘
If you use LSposed, check regularly for compatibility with your version of MIUI. Some modules may cause lags or errors in system applications.
What if none of the methods worked?
If youβve tried all the methods but still have the signatures displayed, itβs possible that the problem lies in one of the following reasons:
| Problem. | Possible solution |
|---|---|
| An outdated version of MIUI | Update the system to the latest stable version via Settings β Software Update. |
| Conflict with an established topic | Reset the theme to standard in the Topic app. |
| Manufacturer restrictions (e.g., on POCO with global firmware) | Try to re-flash the device on EU-version MIUI (For example, xiaomi.eu). |
| Failure of the launcher | Clear the cache and data of the Launcher application in Settings β Applications. |
| Blocking changes with MIUI antivirus | Turn off Virus Protection in Settings β Security at the time of making changes. |
If nothing works, there are two radical options:
- Installing custom firmware (like LineageOS or Pixel Experience) will completely change the interface, but will require unlocking the bootloader and losing warranty.
- Contact Xiaomi Support: In rare cases, signatures may be part of a specific region's firmware (e.g., India or China) to see if you can reflash the device to another version.
Before taking drastic measures, weigh the pros and cons. For example, custom firmware often lacks Xiaomi branded chips, such as:
- π Optimized battery management.
- πΈ Camera functions (e.g, AI-The Super Night Mode).
- π Sound effects Dirac or Dolby Atmos.