Modern smartphones based on Android offer users incredible flexibility in customizing the appearance of the interface. However, standard launchers pre-installed by manufacturers often impose their own display rules, leaving the name of the application under each icon. For many minimalist enthusiasts, these text labels are visual noise that disrupts the cleanliness and aesthetics of the desktop.
The desire to remove labels under icons is dictated not only by aesthetic considerations. A clean screen allows you to quickly navigate in space if you are used to the location of applications visually, and not by reading text. Unfortunately, in the standard settings of most shells, such as MIUI, One UI or ColorOS, this option is often hidden or absent altogether.
In this article we will analyze in detail all the available methods for removing inscriptions. We will look at both simple methods through third-party launchers, and more advanced techniques using software debugging and hidden developer menus. You can choose the option that best suits your device model and technical level. ADB and hidden developer menus. You can choose the option that best suits your device model and level of technical expertise.
Using third-party launchers for customization
The easiest and safest way to change the appearance of your desktop is to install an alternative launcher. Standard shells often limit editing capabilities, while specialized applications are created specifically for deep customization of the interface.
Popular solutions, such as Nova Launcher, Lawnchair or Smart Launcher, allow you to control the display of signatures in a couple of touches. After installing such an application, you need to go to its settings, find the section responsible for the desktop or icons, and uncheck the “Show labels” or “Label” item.
The advantage of this method is that the process is reversible. If you don't like the result or the new interface seems inconvenient, you can always return to the standard launcher through the system settings. This does not require obtaining root-rights and does not make changes to the system firmware files.
- 🚀 Nova Launcher - the gold standard of customization with a huge number of grid and icon settings.
- 🌿 Lawnchair - a lightweight launcher with a pure Android style design and open source code.
- 🎨 Smart Launcher —automatically sorts applications and offers unique time and weather widgets.
- ⚙️ Microsoft Launcher —integrates perfectly with the Windows ecosystem and allows you to hide signatures in appearance settings.
⚠️ Attention: When you first launch a third-party launcher, the system may ask for permission to use it as the default application. Be sure to confirm this choice, otherwise the settings will not be applied to the desktop.
Settings for built-in themes and interface
Some smartphone manufacturers have provided the ability to hide signatures in their proprietary add-ons. Most often, this function is hidden in the theme management section or in special display modes. For example, in devices Xiaomi or Poco you can change the appearance of the application grid.
To check this feature, go to the desktop settings. Typically, the path looks like a long press on an empty area of the screen, after which a menu appears with the items “Wallpaper”, “Widgets” and “Settings”. In some cases, the option to hide text is only available when you select a certain grid style, where the icons are located close to each other.
It is also worth paying attention to the “Simple Interface” or “Senior Mode” mode. Paradoxically, sometimes switching to this mode and back can reset some display settings, although more often the fonts there, on the contrary, are enlarged. Experiment with the available themes in your device's official theme store.
If you don't have an explicit "Hide Captions" option in your desktop settings, try changing the grid size to the largest possible (for example, 6x6). In some launchers, with a high density of icons, the names disappear automatically.
Advanced method: disabling via ADB
For users who want to keep the native launcher, but get rid of the labels, there is a method using the tool Android Debug Bridge (ADB). This method allows you to send commands to the system directly, changing display settings without installing third-party software on the phone itself.
You will need a computer with ADB drivers installed and USB debugging enabled on your smartphone. Connect your device to your PC, open the command prompt and enter the command to change the global launcher settings. The specific command depends on the shell, but a universal method of hiding labels through density settings or specific flags often works.
adb shell pm disable-user --user 0 com.google.android.apps.nexuslauncher
However, a safer option is to use commands to change the configuration of a specific launcher, if it supports it. For example, in some versions Pixel Launcher you can control the visibility of elements through the settings database. Be careful: the wrong command may cause the desktop to stop starting, and you will have to reset the settings through recovery.
| ADB Command | Action | Risk |
|---|---|---|
pm disable-user |
Disabling the system package | High (may require a reset) |
settings put global |
Changing global settings | Medium (easy to roll back) |
wm density |
Changing screen density (DPI) | Low (visual effect) |
cmd overlay |
Managing interface overlays | Medium (depending on firmware) |
⚠️ Attention: Using ADB requires precision. Entering incorrect commands can lead to a “bricked” interface. Always check the command syntax before pressing Enter.
What to do if the desktop disappears after ADB commands?
If the screen turns black or only the background is visible, try rebooting the device into safe mode. To do this, hold down the power button, and when the reboot menu appears, press the “Shut Down” item on the screen. In safe mode, third-party and system modifications are not loaded, which will allow you to remove problematic settings.
Manipulating screen density (DPI)
One of the tricky ways to force the system to hide signatures is to change the dots per inch density (DPI). As this value increases, the interface elements become smaller, and the launcher can automatically decide to ocultate text labels so that they do not overlap each other.
You can change the DPI in the “For Developers” menu, which is activated after clicking on the build number seven times in the “About phone” section. Find the item “Minimum width” and increase the value by 50-100 units from the current one. This will make the entire interface more compact.
It is worth noting that this method affects the entire application, not just the desktop. The text in the settings menu, keyboard and instant messengers will also become smaller. This may make information difficult for users with low vision to read, so use this method with caution.
- 🔍 The standard DPI value is usually 360-420 for most modern smartphones.
- 📉 Increasing the value to 480-500 often causes icon labels to disappear.
- ⚠️ Too high a value (above 600) can make the interface unusable.
- ↩️ You can reset the value in the same menu or through the ADB command
wm density reset.
Hidden features through Activity Launcher
Application Activity Launcher allows you to access hidden activities and settings that are not displayed in the regular smartphone menu. With its help, you can find deeply hidden desktop configurators of a specific manufacturer.
Install the application from the store, run a system scan and enter the name of your launcher in the search (for example, OneUI Home for Samsung or MIUI Home for Xiaomi). Among the list of activities, there may be settings items that allow you to control the visibility of interface elements, including labels of labels.
This method requires care, since the list of activities can be huge. Look for items with the words “Settings”, “Configuration” or “Grid”. If you find the right switch, changing its state will be applied instantly, but the interface may not update until you restart the launcher.
Activity Launcher is a powerful tool for accessing hidden functions, but it does not guarantee the availability of the desired option on all devices, as manufacturers often block such capabilities at the code level.
Possible problems and their solution
In the process of experimenting with the interface, you may encounter a number of difficulties. The most common problem is widgets not displaying correctly after hiding captions. Some widgets calculate their sizes taking into account the presence of text under the icons, and when it disappears, they can “move” or overlap other elements.
It is also possible for graphics artifacts or flickering of icons to occur. This often happens when using third-party launchers on devices with aggressive memory optimization. The system may try to unload the launcher from memory, which leads to it restarting and resetting its settings.
If you notice that your phone starts to run slower after installing a new launcher, check your animation settings. Disabling heavy transition effects can significantly improve the responsiveness of the interface. As a last resort, you can always reset the launcher settings to factory settings.
⚠️ Attention: Android interfaces are constantly updated. Features available in one firmware version may be removed in the next. If the described methods do not work, check the relevance of the information for your version of Android on the official support forum of the manufacturer.
☑️ Diagnosing interface problems
Frequently asked questions (FAQ)
Is it safe to use ADB to hide captions?
Using ADB is safe if you enter verified commands. Risk only arises when critical system components are disabled. Commands that change display settings (for example, density or launcher configuration) are usually reversible and do not pose a threat to data.
Will labels in the All Applications menu (App Drawer) be hidden?
It depends on the method chosen. Third-party launchers usually allow you to customize the appearance of signatures separately for the desktop and for the application menu. System methods via DPI or ADB most often affect the entire space of the launcher globally.
Is it possible to remove labels only from selected applications?
This cannot be done using standard Android tools. Captions are either displayed for all labels or not for any. For individual customization, it would be necessary to create custom icons with already built-in text or use specific widgets.
Will hiding labels affect the operation of the voice assistant?
No, the visual display of shortcuts is not related to their logical operation. The voice assistant and search will still find applications by their real names, even if the text under the icon is hidden.
What to do if widgets disappear after changing the launcher?
Some widgets are tied to a specific launcher and do not work in third-party ones. Try removing the broken widget and adding it again from the widget menu of the new launcher. If the widget is a system one and is not supported, you will have to use alternatives from the Play Store.