The captions under Xiaomi app icons often get in the way of users: they take up space on the desktop, spoil aesthetics and create visual noise. This is especially true for owners of devices with small screens or those who prefer minimalist design. Fortunately, MIUI has several ways to hide these signatures, from standard settings to advanced methods using ADB.
In this article, we will discuss all the current ways to remove icons on Xiaomi, Redmi and POCO with MIUI 12, 13 and 14 firmware. You will learn how to do this without root rights, what restrictions each method has and how to return signatures back if something goes wrong.
Why canβt Xiaomi just turn off the icons?
Unlike iOS or Samsung One UI, where signature hiding is done out of the box, MIUI has historically not provided a direct option for doing so, and the reason is that it has a philosophy of the interface:
- π± Comfort for beginners β Xiaomi is focused on the mass user, who signatures help to find applications faster.
- π Frequent updates MIUI β With each new version of the shell, the logic of the launcher changes, which complicates universal solutions.
- π οΈ Standard Launcher Limits β Many features (including label hiding) are only available in alternative launchers like Nova Launcher.
But you can get around these limitations, and then you can do all the proven things, from the simplest to the most technically sophisticated.
Method 1: Use Unnamed mode in MIUI settings (for some versions)
Starting with MIUI 12.5 and some builds of MIUI 13/14, a hidden option to disable signatures has been introduced, and it doesnβt work on all devices, but itβs worth checking for it first.
- Open the Settings. β Desktop.
- Find the item Style icons or Desktop layout (the name may vary).
- Scroll down and look for the option to Show App Names or Signatures under icons.
- Turn off the slider and restart the launcher (it is enough to swipe up and close the Launcher app in the multitasking menu).
If you don't have one, move on to the next way, and on some devices (like the POCO F4 with MIUI 14), this option only appears after you reset the launcher to the factory settings.
π‘
To restart the launcher quickly, press and hold the Home button, then swipe the Launcher app up.This will save time instead of completely restarting the phone.
Method 2: Installation of an alternative launcher (Nova, Apex, Lawnchair)
The most reliable and versatile method is to use a third-party launcher, for example, Nova Launcher allows you not only to remove inscriptions, but also to flexibly adjust the size of icons, desktop grid and animation.
Instructions for Nova Launcher:
- Install Nova Launcher from Google Play.
- After installation, click the Home button and select Nova as the default launcher.
- Press your finger on the free desktop space β Settings β Desktop settings.
- Find the icon layout and select No Names or disable the Show Signature slider.
| Launcher | Support for inscription concealment | Additional benefits | Cons |
|---|---|---|---|
| Nova Launcher | β Yes (flexible settings) | Gestures, backups, icon themes | Premium version for some functions |
| Apex Launcher | β Yes. | Lightweight, gesture support | Less to do with the design |
| Lawnchair | β Yes (with settings) | Open source, minimalist design | Less frequently updated |
| Microsoft Launcher | β No. | Integration with Windows | Limited customization |
β οΈ Note: When using third-party launchers, some functions may disappear MIUI, For example, Super Wallpaper or Global Search, to return them, you just need to select the standard launcher again in the settings.
Method 3: Disabling inscriptions via ADB (without root)
If you donβt want to change the launcher, but the standard settings donβt help, you can use ADB (Android Debug Bridge), which works on most Xiaomi devices with MIUI 12-14, but requires a connection to a computer.
Step-by-step:
Enable USB debugging in Settings β About Phone β MIUI Version (click 7 times)|Install ADB drivers on PC| Download Platform Tools from Google| Connect your phone to your PC via USB and allow debugging-->
- Open the command line (Windows) or terminal (macOS/Linux) in the folder with the platform-tools.
- Enter the command to check the connection: Adb devices should appear the name of your device.
- Use the command to disable the inscriptions: adb shell settings put secure icon_label_background 0
- Reboot the launcher with the command: adb shell am force-stop com.miui.home
If the inscriptions are not gone, try the alternative command:
adb shell settings put secure icon_label_style 0β οΈ Note: On some devices (e.g. Xiaomi) 12T s MIUI 14) these commands can only work after the phone has restarted. There is also a risk of resetting the launcher settings - back up the location of the icons in advance through Settings β Desktop β Backup.
What if the ADB canβt see the device?
Method 4: Edit system files (root only)
This method is suitable for experienced users with an unlocked bootloader and installed Magisk. It allows you to permanently remove the inscriptions under the icons, but requires caution - incorrect actions can lead to a launcher failure.
Instructions:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/priv-app/MiuiHome/MiuiHome.apk or (for newer versions of MIUI): /system/priv-app/MiuiHome2/MiuiHome2.apk
- Copy the MiuiHome.apk file into any folder (like Download) and open it in the APK Editor Pro editor.
- Find a line. show_icon_title or icon_label_visible and replace it with false.
- Save the changes, move the file back to /system/priv-app/ and restart the phone.
β οΈ Attention: Editing system files can cause bootloop (locking on the boot:
- Create a backup copy through TWRP.
- Make sure you have access to fastboot for recovery.
- Do not change other settings in MiuiHome.apk - this can break the launcher.
π‘
If the launcher stopped working after editing APK, restore the original file from the backup or reinstall MIUI via fastboot.
Method 5: Hiding inscriptions through MIUI themes
Little-known life hacking β some MIUI themes automatically remove icon signatures, which doesnβt require root or ADB, but doesnβt work on all devices.
How to apply:
- Open the Themes app on your Xiaomi.
- No label Minimalist icons Clean desktop
Choose the theme you like and apply it. After applying it, check if the inscriptions have disappeared.
If the theme doesnβt fit in other settings (colors, fonts), return the standard theme β sometimes the captions remain hidden.
Examples of working themes (checked on Redmi Note 11 and Xiaomi 11T):
- π¨ Pure Black No Label is a black theme with no signatures.
- π Cosmic Minimal β Minimal design with transparent icons.
- βͺ Snow White Clean β white theme with an emphasis on textless icons.
π‘ Tip: If after applying the theme, the inscriptions disappeared, but you do not like other design elements, try to manually change the wallpaper and fonts in the settings, without removing the theme.
Frequent problems and their solutions
When trying to remove icons, users often encounter common errors, and here are the most common ones and how to fix them:
| Problem. | Probable cause | Decision |
|---|---|---|
| The inscriptions are returned after the reboot | ADB-The team did not survive in the settings | Repeat the command and add --user 0: adb shell settings put secure icon_label_background 0 --user 0 |
| The launcher stopped opening. | Error when editing MiuiHome.apk | Restore the original APK from the backup or reinstall MIUI |
| The inscriptions disappeared, but the icons became smaller. | Failure in scaling settings | Return the standard icon size to Settings β Desktop β Icon Size |
| ADB does not see the device | Not installed drivers or debugging not included | Check Settings β For developers β Debugging by USB and install drivers from the official Xiaomi website |
If neither of these methods worked, your version of MIUI may have unique limitations, and there are two options left:
- Wait for firmware updates (sometimes Xiaomi adds new settings in fresh builds).
- Switch to custom firmware (e.g. Pixel Experience or LineageOS), where icon settings are more flexible.