How to increase icons on the Xiaomi desktop: all the ways from simple to advanced

Small icons on Xiaomi desktop are a common problem, especially for users with poor eyesight or large smartphones in the Redmi Note and Poco series. The manufacturer limits standard MIUI settings, but there are at least 5 ways to change the size of icons, from built-in features to manually editing system settings. It is important to understand that not all methods are equally safe - some require unlocking the bootloader or superuser rights, which can affect the warranty.

In this article, we’ll look at all the current ways to increase icons, including hidden MIUI settings, using third-party launchers like Nova Launcher, and advanced methods through ADB and configuration file editing. We’ll focus on compatibility with the latest shell versions (MIUI 14/15) and Android 13/14 models. If you’re not ready to experiment with the system, start with the first two sections that describe the safe options.

1. Standard MIUI settings: Screen scaling

The easiest way to zoom in on icons is to zoom in on the system settings, which doesn’t affect the icons themselves, but increases the entire content of the screen, including text and interface elements, and is suitable for Xiaomi 11/12/13, Redmi Note 10/11/12 and Poco F/X series models.

How to do this:

  • πŸ“± Open the Settings. β†’ Screen.
  • πŸ” Find text size and display (in some versions – Screen size)
  • πŸ–±οΈ Move the slider to the right to zoom in (values from 80% to 130 are available%)
  • πŸ”„ Restart the device to apply changes

Important: This method increases ALL the contents of the screen, not just the icons, and if you only need to change the size of the icons, move on to the next section.

πŸ“Š What kind of launcher are you using on Xiaomi?
Standard MIUI
Nova Launcher
Apex Launcher
Other
I don't know what it is.

2. Use of third-party launchers (Nova, Apex, Lawnchair)

The standard MIUI launcher does not allow you to flexibly adjust the size of the icons, but third-party solutions like Nova Launcher or Apex Launcher give you complete control over the appearance of the desktop.This method does not require root rights and is suitable for all Xiaomi models, including the Poco F5 and Redmi K60.

The following is a step-by-step instruction for Nova Launcher:

  1. πŸ“₯ Install Nova Launcher from Google Play
  2. πŸ–±οΈ Hold an empty space on the desktop β†’ Select Settings
  3. πŸ”§ Go to the desk. β†’ Size of icons
  4. πŸ“ Set a value between 70% and 150% (recommended 120% for balance)
  5. πŸ”„ Apply changes and restart the launcher

Advantages of the method:

  • 🎨 Flexible adjustment not only of size, but also of indentations between icons
  • πŸ”„ The ability to roll back to the standard launcher at any time
  • πŸ“± Compatible with all versions of Android and MIUI

β˜‘οΈ Preparation for launcher installation

Done: 0 / 4

3. Hidden MIUI settings via Activity Launcher

The MIUI shell has hidden system settings that are not available through the standard menu. To open them, you will need an Activity Launcher app (no root required), which works on MIUI 12-15, but may vary depending on the model.

Instructions:

  1. πŸ“₯ Install Activity Launcher
  2. πŸ” Search for Launcher or SystemUI
  3. πŸ› οΈ Find activity called.MiuiHomeSettings or.LauncherSettings.
  4. πŸ–±οΈ In the menu that opens, look for the Icon Size item (which can be called Desktop Icon Scale)
  5. πŸ“ Set the value from 0.8 to 1.5 (1.0 is the standard size)

⚠️ Note: Not all activities are safe to change. Avoid items called Secure, Debug or Test - they can lead to system failures.

What if Activity Launcher doesn’t find the right activity?
Try alternative apps like QuickShortcutMaker. In some versions of MIUI, the path to customizing icons is hidden in the activity of com.miui.home.settings.HomeSettingsActivity. If nothing works, this method is not suitable for your model.

4. Change the size of icons through ADB (no root)

For advanced users, there is a way to resize icons via ADB (Android Debug Bridge), which does not require root rights, but requires a computer and enabled USB debugging. Suitable for MIUI 13/14/15 based on Android 12+.

Step-by-step:

  1. πŸ–₯️ Install. ADB Tools on PC
  2. πŸ“± On your phone, turn on Settings. β†’ The phone. β†’ Version. MIUI (Press 7 times to activate the developer mode)
  3. πŸ”§ Back to Settings β†’ Additionally. β†’ For developers and enable debugging by USB
  4. πŸ”Œ Connect your phone to your PC and execute the command: adb shell settings put secure icon_scale_factor 1.3 (where 1.3 β€” scale ratio can be specified from 0.8 before 1.5)
  5. πŸ”„ Reset the device

Available commands for different elements:

ParameterADB Team TeamValue range
Size of iconssettings put secure icon_scale_factor0.8–1.5
Size of text under iconssettings put system font_scale0.85–1.3
The gaps between the iconssettings put secure icon_padding_scale0.7–1.2

⚠️ Attention: Incorrect values in ADB If the screen is unreadable after the changes, reset the settings with the command adb shell settings delete secure icon_scale_factor.

5. editing system files (requires root)

The most radical way is to manually edit MIUI configuration files, which requires an unlocked bootloader and superuser rights, and is only suitable for power users, and can lead to a device blinking when wrong.

Instructions for models on MIUI 14+:

  1. πŸ“± Get root rights through Magisk (instructions for your model look at the XDA Developers)
  2. πŸ“‚ Install a file manager with root support (such as Solid Explorer or Solid Explorer). FX File Explorer)
  3. πŸ” Cross the path. /data/system/users/0/ and find the file. settings_global.xml
  4. πŸ“ Open the file in the text editor and find the line: <setting id="icon_scale_factor" value="1.0" />
  5. πŸ–ŠοΈ Change the value to the desired value (for example, 1.4 to increase by 40%)
  6. πŸ’Ύ Save the file and restart the device

Alternative files for editing:

  • πŸ“„ /system/build.prop β€” add a line ro.sf.lcd_density=420 (screen-density)
  • πŸ“„ /vendor/build.prop β€” Similar settings for some Poco models

πŸ’‘

Before editing system files, make sure to back them up! To do this, copy the original files to the folder on the computer. SD-In case of an error, you can restore the system to work.

6. Alternative solutions: widgets and folders

If you can not increase the icons themselves, consider alternative ways to organize the desktop:

πŸ“Œ Widgets instead of icons:

  • πŸ“± Use app widgets (like Google Search widget with large buttons)
  • 🎨 Weather or calendar widgets often have large interface elements.

πŸ“ Folding in folders:

  • πŸ—‚οΈ Drag a few icons onto each other to create a folder with an enlarged preview
  • πŸ”€ Rename folders with short names (for example, "Social networks", "Games")

πŸ–ΌοΈ Change of wallpaper:

  • πŸŒ„ Use contrasting wallpaper (dark icons on a light background or vice versa)
  • 🎨 Install wallpaper with a grid - this will visually arrange the icons

πŸ’‘

If you only need to enlarge individual icons (like frequently used apps), consider creating duplicate icons through widgets or shortcuts, which will leave a standard size for the rest of the items.

FAQ: Frequent questions about changing the size of icons

❓ Why do you need to change the size of the icons through ADB They are reset after the update. MIUI?
When updating the system, some settings from settings_global.xml To avoid this, create a task in Tasker or MacroDroid to automatically apply the command. ADB After restarting, use the Magisk type module MIUI Optimizations for fixing settings
❓ Can I zoom in on the home screen only, leaving the standard size in the app menu?
In the standard MIUI launcher, this is not possible. Solutions: Use Nova Launcher with separate settings for the desktop and application menu Create duplicates of commonly used icons through widgets (they can be larger than the originals)
❓ After increasing the icons through ADB The names are missing?
This is due to the icon-text scaling conflict. Follow the commands: adb shell settings delete secure icon_scale_factor adb shell settings put system font_scale 1.0 Then re-scale the icons with a lower value (e.g, 1.2 instead 1.5).
❓ Will these methods work on the Poco Launcher?
Poco Launcher has its own zoom settings: Open the launcher settings (click the empty space on the screen). β†’ Settings) Go to the icon size and select Big or Very Large For fine-tuning use Additional β†’ Grid size (e.g, 4Γ—5 instead 5Γ—6) ADB-commands and system file editing are also applicable, but may conflict with the launcher's built-in settings.
❓ How to Restore Standard Icon Size After Failed Experiments?
Recoiling methods depending on the method: Method of changing Screen scale in settings Return the slider to position 100% In Settings β†’ Screen Nova Launcher Reset settings in Launcher Settings β†’ Backup β†’ Reset ADB-Execute adb shell settings delete secure icon_scale_factor Editing system files Restore original files from backup or reflash the device