Small text under application icons on the Android screen is a common problem, especially for users with poor eyesight or large smartphones. Unfortunately, manufacturers often do not add a separate control for font size on the desktop, limiting themselves to general system settings. But there is a way out: from standard functions to hidden capabilities of launchers and third-party utilities.

In this article we will analyze all current ways to increase the font size on icons โ€”from built-in tools to alternative solutions for advanced users. Important: the effectiveness of the methods depends on Android version, device manufacturer (Samsung, Xiaomi, Google Pixel, etc.) and installed launcher. In some places a couple of clicks are enough, in others you will need to install additional software.

Before Before you start, check the current display scale in the settings - sometimes the problem is solved by a basic adjustment. If you need to change exactly the size of the text under the icons, and not the entire interface, read on.

1. Standard Android settings: font scaling

The most obvious, but not always effective, way is to change the overall font size in the system. This method will affect all text menus, applications and notifications, not just icon labels. However, on some devices (for example, Samsung Galaxy with a shell One UI) this is the only built-in option.

Instructions:

  • ๐Ÿ“ฑ Open Settings โ†’ Screen (or Settings โ†’ Accessibility โ†’ Visibility on some devices).
  • ๐Ÿ” Find items Font size, Screen scale or Text size.
  • ๐Ÿ“ Move the slider to the right to make the font larger. On some smartphones, preliminary options are available: Small, Medium, Large, Very large.
  • ๐Ÿ”„ Restart your device if the changes are not applied immediately.

โš ๏ธ Attention: On devices with Android 12+ and shell Material You (for example, Google Pixel), this method may not affect icon signatures - they are scaled separately through the launcher settings.

๐Ÿ“Š Which launcher are you using?
Standard (from the manufacturer)
Nova Launcher
Microsoft Launcher
Other
I donโ€™t know

2. Launcher settings: hidden parameters for icon labels

Many alternative launchers (for example, Nova Launcher, Microsoft Launcher, Apex Launcher) allow you to separately adjust the size of the text under the icons. Even standard shells of some brands (for example MIUI from Xiaomi) have similar options, but they are hidden deep in the menu.

Let's look at an example Nova Launcher (one of the most flexible options):

  1. Hold an empty space on the desktop with your finger โ†’ select Settings.
  2. Go to the section Desktop.
  3. Find item Signature size (or Icon Layout โ†’ Label Size in new versions).
  4. Select a value from Tiny to Huge or set a custom value as a percentage.

For standard launchers:

  • ๐Ÿ“Œ Samsung One UI: hold your finger on the desktop โ†’ Desktop settings โ†’ Text size icons.
  • ๐Ÿ“Œ Xiaomi MIUI: Settings โ†’ Desktop โ†’ Icon text size (not available on all versions).
  • ๐Ÿ“Œ Huawei EMUI: Settings โ†’ Screen โ†’ Icon text size.

๐Ÿ’ก Useful advice: If your launcher does not support changing size of signatures, try installing Nova Launcher or Action Launcher โ€”they offer maximum customization without root access.

Make sure your device has enough memory (minimum 200 MB)

Make a backup copy of the current icon arrangement (via Launcher Settings โ†’ Backup)

Check the compatibility of the launcher with your version of Android (see description on Google Play)

Disable battery optimization for the new one launcher (in Settings โ†’ Applications โ†’ Special access)

-->

3. Using ADB commands for advanced users

If neither standard settings nor launchers help, you can try changing system parameters via ADB (Android Debug Bridge). This method requires connecting the smartphone to the computer and basic knowledge of the command line, but gives access to hidden settings.

Instructions:

  1. Enable Developer mode on the phone: go to Settings โ†’ About phone and click on Build number.
  2. Go back to Settings โ†’ System โ†’ For developers and activate USB debugging.
  3. Connect the phone to the PC, install ADB drivers and open the command line in the folder with platform-tools.
  4. Enter the command to check connection:
    adb devices

    The name of your device should appear.

  5. Change the font size of the labels (value 1.3 - example, can be adjusted from 1.0 to 2.0):
    adb shell settings put system font_scale 1.3
  6. Reboot the device.

โš ๏ธ Attention: Incorrect use of ADB can lead to interface malfunctions. On devices with Android 10+, some commands may be blocked by the manufacturer (especially on Samsung and Xiaomi). Before experiments, create a backup copy of your data.

What to do if ADB does not recognize the device?

Make sure that the mode File transfer (MTP) is enabled when connecting via USB.

Try another cable or USB port on PC.

Install official drivers for your smartphone model (for example, Samsung USB Driver for Samsung devices).

Restart both the phone and the computer.

4. Special applications for changing the font

If manual. methods did not work, third-party utilities will come to the rescue. They are divided into two categories:

  • ๐Ÿ”ง Launchers with advanced settings (for example, Nova Launcher, Action Launcher) - they only change the display of icons.
  • ๐Ÿ“ฑ Applications for customizing fonts (for example, iFont, FontFix) - require root or special permissions on some devices.

Consider the top 3 applications:

Application Does root required? Functions Compatibility
Nova Launcher โŒ No Customizing the size of signatures, icon grid, styles Android 5.0+
iFont โš ๏ธ Partially (for system fonts) Installation of custom fonts, scaling Android 6.0โ€“12 (limitations on new versions)
Text Size Changer โŒ No Global change of text size (including signatures) Android 7.0+ (does not work on Samsung One UI 4+)

๐Ÿ”น Important: Applications like iFont on new versions of Android (11+) often require additional permissions via ADB:

adb shell pm grant com.kapp.ifont android.permission.WRITE_SECURE_SETTINGS

Without this they will not be able to change system fonts.

5. Manual editing of system files (only for root)

If you have root access, you can manually edit the system files responsible for displaying fonts. This method is risky, but gives maximum control. (for example, Root Explorer or Solid Explorer).

Instructions:

  1. Open the file manager and go to /system/font/ or /system/etc/.
  2. Find files with the extension .xmlassociated with fonts (for example, system_fonts.xml or fallback_fonts.xml).
  3. Make a backup copy of the file (copy it to another location).
  4. Open the file in a text editor and find the parameters that control the size (for example, textScale or fontSize).
  5. Change the values (for example, from 1.0 to 1.5) and save the file.
  6. Reboot the device.

โš ๏ธ Attention: Incorrect editing of system files can lead to a "bootloop" (boot loop) or loss of interface functionality. Before making changes, make sure that you have a backup copy of the firmware (for example, via TWRP).

๐Ÿ’ก

Before editing system files, check them for digital signature On some devices (for example, Samsung Knox) changes. without a signature will trigger the protection and reset to factory settings.

6. Alternative solutions: widgets and folders

If you canโ€™t increase the font, you can go the other way - simplify the desktop structureto make the text better visible:

  • ๐Ÿ“ Folders: Combine icons into folders - the folder name is displayed larger than the labels of individual applications.
  • ๐Ÿ–ผ๏ธ Widgets: Use widgets instead of icons (for example, widget Google Search or Clock with large text).
  • ๐ŸŽจ Themes: Set a dark theme with contrasting colors - the text will become more noticeable.
  • ๐Ÿ”„ Grid: Reduce the number of icons on the screen (in the launcher settings, reduce the grid size, for example, to 4ร—4).

For example, in Nova Launcher you can configure the display of folders with large signatures:

  1. Create a folder by dragging one icon onto another.
  2. Click on the folder โ†’ Edit.
  3. B in the folder settings, select a style Large icons or List.
  4. Change the color and size of the text in Nova Settings โ†’ Folders.

๐Ÿ’ก Key conclusion: If technical methods do not work, optimizing the placement of icons and using widgets can be a simple workaround.

7. Common problems and their solutions

When changing the font size on icons, users encounter common errors. Here are some of them. fix:

Problem Possible cause Solution
The font has changed, but the icon labels are not The launcher ignores system settings Install an alternative launcher (for example, Nova)
After changing ADB, the text became blurry Incorrect scale value Return the value font_scale to 1.0 and try again with step 0.1
Font settings are reset after reboot Manufacturer restrictions (for example, MIUI or One UI) Use applications with constant permissions (for example, Tasker for automatic application settings)
The font application does not work Missing rights WRITE_SECURE_SETTINGS Give permission via ADB (see section 4)

โš ๏ธ Attention: On devices with Android 13+ and skins One UI 5+ (Samsung) or MIUI 14+ (Xiaomi) some methods may be blocked due to stricter security policies. In this case, only launchers or widgets remain.

Is it possible to increase the font only on the desktop, without affecting menus and applications?

Yes, but only with the help of alternative launchers (for example, Nova Launcher or Action LauncherThe standard Android settings change the font globally.

Why did the font on the icons become small after updating Android?

Manufacturers often reset custom settings after major updates. Try re-applying the launcher or font settings. If this does not help, the scaling logic may have changed in the new version of the shell (for example, One UI 6.0 Samsung has removed a separate setting for captions). icons).

Do you need root access to change the font?

No, in most cases standard settings, ADB or alternative launchers are enough. Root is only required for deep editing of system files (section 5).

How to return the standard font size if after the changes the text has become too large. large?

If you used ADB, enter the command:

adb shell settings put system font_scale 1.0

For launchers, reset the settings in the section Settings โ†’ Reset. If the problem occurred after editing system files, restore them from a backup.

Why is there no option to change the text size of icons on my Huawei?

Huawei (EMUI/HarmonyOS) greatly limits customization. In your case, there are two options left:

  1. Install a third-party launcher (for example, Nova).
  2. Use widgets instead of icons (see section 6).