How to increase icons on the Xiaomi desktop: from standard settings to hidden tricks

Small icons on Xiaomi desktop are a common problem for users with poor eyesight or those who prefer a minimalist design with large elements. In the MIUI shell, the change in the size of the icons is not always obvious: in some versions, the option is hidden in the depth of the menu, and in others, it is not at all in the basic settings. This article will help you understand how to increase the icons on the Redmi screen, POCO or flagship Mi regardless of the firmware version.

We will look at all available methods โ€“ from official tools to workarounds using launchers and ADB-We'll focus on the nuances for different versions. MIUI (12/13/14) and popular models: Redmi Note 10/11/12, POCO F3/X3, Mi 11 If you have tried to resize icons through Settings โ†’ Desktop, but you didn't find anything -- don't despair!

1. Standard method: desktop settings in MIUI

The easiest method is to use the built-in shell options, but there are pitfalls here, depending on the version. MIUI The path to settings may differ, and in some firmwares the function is not at all. MIUI 12/13/14.

For most modern Xiaomi smartphones (2020 and later), the algorithm is as follows:

  1. Long click on the free desktop area โ†’ select Desktop Settings.
  2. Go to the Style of Badges or Layout section (in MIUI 14, the size of the badges may be called).
  3. Move the slider Size icons to the right to zoom in. Some versions have pre-patterns: Small, Medium, Large.

โš ๏ธ Attention: POCO custom-made POCO Launcher path may be different. If there is no size slider in your desktop settings, try switching to a standard launcher. MIUI through settings โ†’ Annexes โ†’ Default launcher.

What to do if there is no size slider?
In MIUI firmware 11 and older (e.g., on the Redmi Note 8 Pro or Mi 9T), the option to resize icons is often absent. This is due to Xiaomi's policy of unifying the interface.

If the icons look blurry after resizing, upgrade to the latest version of the firmware. MIUI 14 adds support for adaptive icons that scale without loss of quality.

2. Use of alternative launchers

When standard settings don't work, third-party launchers come to the rescue, not only allowing you to flexibly adjust the size of the icons, but also offering additional features: gestures, themes, hiding applications.-3 solution.

  • ๐Ÿ”น Nova Launcher is the most popular choice, supports resizing icons in 1% increments, setting indentations, and even replacing icons through icon packs. The free version limits some features, but it's enough for basic zooming.
  • ๐Ÿ”น Lawnchair is a lightweight open source launcher that allows you to resize icons from 50% to 150%, supports adaptive icons and a dark theme. Perfect for weak smartphones (Redmi). 9A, POCO C31).
  • ๐Ÿ”น Microsoft Launcher - if you need Windows integration. Here the icon size changes in the Topic settings โ†’ Size of icons, but the choice is limited to three preliminary values.

Launcher installation:

  1. Download the selected launcher from Google Play.
  2. After installation, click Home and select the new launcher as the main one.
  3. In the launcher settings, find the Desktop โ†’ Icon Size (the name may differ).

๐Ÿ’ก

If the icons become too big or small after installing the launcher, try resetting it. In Nova Launcher, this is done via Long Press โ†’ Settings โ†’ Settings โ†’ Reset.

โš ๏ธ Note: Some launchers (such as Action Launcher) may conflict with gestures MIUI. If swipes stop working after installation to return or call the menu, return to the standard launcher or turn off conflicting gestures in the settings.

3. Change the size of icons through ADB (for power users)

If you're not afraid of the command line, this method will give you maximum control over the interface. Through ADB (Android Debug Bridge), you can change the system parameters that are responsible for the scale of icons, even if you do not have such an option in the MIUI settings.

Before starting, make sure that:

  • ๐Ÿ”ง On the smartphone included debugging on USB (Settings โ†’ The phone. โ†’ Version. MIUI โ†’ 7 times press the assembly number โ†’ Come back to the extra. โ†’ For developers).
  • ๐Ÿ’ป Xiaomi drivers and tool are installed on the computer ADB (You can download from the official Android website).

Instructions:

  1. Connect your smartphone to your PC and confirm the debugging permission.
  2. Open the command line (Windows) or terminal (macOS/Linux) and type:
adb shell settings put secure icon_size 1.3

Where 1.3 is the scaling factor (1.0 is the standard size, 1.5 is the maximum magnification).

To apply the changes, restart the smartphone:

adb shell reboot

Install Xiaomi drivers on PC

Enable debugging over USB on your phone

Download the ADB Tools platform

Connect your phone to the original cable

-->

โš ๏ธ Attention: Wrong commands ADB They can disrupt the system, if you change the parameter. icon_size The interface is glitching, return the standard value:

adb shell settings put secure icon_size 1.0

4. Customize icons through MIUI themes

Few people know, but in MIUI, some themes automatically resize icons, which doesn't give you a precise setup, but allows you to quickly enlarge icons without installing third-party apps.

How to apply a theme with large icons:

  1. Open the Themes app (icon in the form of a brush).
  2. Go to the popular or recommended section.
  3. In the search bar, enter large icons or large icons (in English: big icons).
  4. Select your favorite theme and click Apply.

Among the topics tested:

  • ๐ŸŽจ Big Icon Pack โ€“ Increases the icons 20-30% without changing the rest of the interface.
  • ๐ŸŽจ Miui Large โ€“ a comprehensive theme with large controls, suitable for users with vision problems.
  • ๐ŸŽจ Simple Big โ€“ Minimalist design with enlarged icons and fonts.

โš ๏ธ Note: After applying the theme, some system icons (such as Settings or Phone) may remain the same size. MIUI โ€” These icons are tied to system resources and are not scalable.

Standard settings of MIUI

Third-party launchers (Nova, Lawnchair)

ADB-team

Design topics

Another option-->

5 Manually changing the size of icons through the system file editor

For advanced users who are willing to risk system stability, there is a way to edit system files. This method requires root rights and only works on unlocked bootloaders. If you don't know what Magisk or TWRP is, skip this section.

Instructions:

  1. Install a file manager with root support (such as Root Explorer or FX File Explorer).
  2. Go to /system/media/theme/default.
  3. Find the file. icon_size.xml (or similar, depending on the version MIUI).
  4. Open the file in the text editor and change the <scale factor="1.0"> parameter to the desired value (for example, 1.4).
  5. Save the changes, set the rights 644 (r-w-r--r---) and restart the device.

Attention! editing system files without a backup can lead to a device blink. Before making changes, back up via TWRP or Titanium Backup.

MethodRoot is required.DifficultyReversibilityIt's good for MIUI.
Standard settingsโŒ No.โญ Very simple.โœ… Yes.12/13/14
Third-party launchersโŒ No.โญโญ Easy.โœ… Yes.Any version
ADB-teamโŒ No.โญโญโญ Middle-Averageโœ… Yes.11 and newer
MIUI themesโŒ No.โญ Very simple.โœ… Yes.Any version
Editing system filesโœ… Yes.โญโญโญโญ Hardly.โŒ No (no backup)Any version

6. Additional tips for setting up the desktop

Boosting icons is just part of customization, and to make your desktop really comfortable, you need to look at these things:

  • ๐Ÿ“ฑ Change of the desktop grid: In the launcher settings (Long press) โ†’ Settings โ†’ Desktop grids can reduce the number of rows and columns. 4ร—5 instead 5ร—6 automatically increase the size of the icons.
  • ๐Ÿ” Font scaling: Large icons will look organic with enlarged text. Go to Settings โ†’ Screen. โ†’ Text size and move the slider.
  • ๐ŸŽจ Transparency of folders: If you group icons into folders, Nova Launcher can make their background transparent so as not to distract attention from icons.
  • ๐Ÿ”„ Resetting launcher settings: If after experiments the interface began to glittle, return the standard settings through Settings โ†’ Annexes โ†’ Launcher โ†’ Warehouse โ†’ Clear the data.

For users POCO F3, Redmi K40 and other devices with AMOLED-We recommend using dark themes with large icons, which is not only convenient, but also extends the life of the display by reducing the burnout of pixels.

๐Ÿ’ก

The combination of large icons with enlarged text and a rare grid (for example, 4ร—4) makes the interface as convenient as possible for elderly users or people with visual impairments.

7. Frequent problems and their solutions

When you change the size of icons, users often encounter bugs, and here are the most common ones and ways to fix them:

  • ๐Ÿ”„ Icons are reset after rebooting: This is typical for MIUI 12 when used ADB-Solution: Reuse the command or use the launcher.
  • ๐Ÿ–ผ๏ธ Blurred icons: Enable Adaptive icons in the launcher settings or upgrade the firmware to MIUI 14.
  • ๐Ÿšซ No Size Change Option: On Redmi 8/9 and other budget models, the feature may be disabled.
  • ๐Ÿ”’ System icons don't change: Phone icons, Messages, and Settings are tied to system resources. Solution: installing a pack of icons through the launcher.

If after the changes, the smartphone began to slow down, clear the launcher cache (Settings โ†’ Applications โ†’ Launcher โ†’ Storage โ†’ Clear cache) or roll back to standard settings.

Can I increase the icons on Xiaomi without third-party apps?
Yes, but only if your version of MIUI supports this feature. In MIUI 13/14, the option is usually in Desktop Settings โ†’ Icon Size. On older versions (for example, MIUI 11 on Redmi Note 7), you will have to use a launcher or ADB.
Why did they become blurry after the icons increased?
This is because MIUI scales standard icons instead of using vectored ones. Solution: Update the firmware to MIUI 14 (which adds support for adaptive icons). Use a launcher with support for icon packs (for example, Nova Launcher + Whicons).
How to return the standard size of icons after experiments?
The method of change depends on the method of change: ADB: adb shell settings put secure icon_size 1.0. If you've changed it through the launcher, reset it or delete it. If you've edited system files, restore the backup or reflash the device.
Will this guide be suitable for the POCO F4 GT?
Yeah, but with the peculiarities in mind. POCO Launcher. POCO F4 GT The default is custom shell, where the option to resize the icons may not be available. MIUI. Or install Nova Launcher for flexible customization.
Can I change the size of the icons in the folders?
In a standard MIUI launcher, no. But in a Nova Launcher or Lawnchair, you can set the size of the icons inside the folders separately. To do this, open the launcher settings. Find the Folder or folder layout section. Set the right scale (usually 70 to 130%).