Icons on Xiaomiβs screen seem too small? Youβre not alone: many users experience discomfort when using standard icon sizes in the MIUI shell. Especially relevant is the problem for owners of devices with large screens (such as the Redmi Note 12 Pro+ or Xiaomi 13 Ultra), where small icons are lost on the desktop. Fortunately, the manufacturer has provided several ways to scale, from basic settings to advanced methods using ADB.
In this article, we will discuss 5 working methods, including official and alternative solutions, you will learn how to resize icons through the phone menu, third-party launchers, and hidden MIUI features that are not written about in the instructions. Importantly, some methods require unlocking the bootloader or superuser rights - we will separately note such cases and provide safe alternatives.
1. Standard MIUI settings: changing the size of icons without third-party programs
To start with, the simplest of them is the built-in shell tools. Xiaomi allows you to adjust the scale of icons and desktop grid without installing additional software. This method works on all devices with MIUI 12 and later, including the POCO F5, Redmi 10C and the flagship Mi 13 models.
To increase the icons:
- Open the Settings. β Desktop.
- Select the Desktop Grid item.
- Move the icon size slider to the right (maximum value is 120%).
- Click Apply and confirm the changes.
Note that this only changes the size of the icons, not the distance between them. If you want to zoom in on the icons and reduce the number of rows/columns on the screen, move on to the next point.
π‘
If icon size slider is not available in your MIUI version, upgrade to the latest stable version via Settings β About Phone β System Update.
2. Change the desktop grid: reduce the number of icons in a row
If you don't get the desired result from the settings, try to reduce the density of the icons. In MIUI, you can adjust the number of rows and columns on your desktop, which will automatically increase the visual size of the icons.
Instructions:
- π± Go to Settings. β Desktop β Desktop grid.
- π’ Select the minimum number of columns (for example, 4Γ5 instead 5Γ6).
- π Restart the launcher (hold your finger in the free screen space) β Settings β Reset).
This method is especially useful for devices with small screens (such as the POCO X3 Pro or Redmi 9A), where the standard 5Γ6 grid makes the icons too small.
What to do if there is no "desktop grid"?
3. Third-party launchers: Nova Launcher, Apex and others
If the built-in MIUI settings donβt work, the best solution is to install an alternative launcher, and apps like Nova Launcher or Apex Launcher offer flexible customization of icon size, indentations, and even icon shapes.
Recommended launchers for Xiaomi:
| Launcher | Max. Icon size. | Additional functions | Link to Play Market |
|---|---|---|---|
| Nova Launcher | 150% | Adaptive icons, gestures, backup | Download |
| Apex Launcher | 140% | Hiding icons, folders with gestures | Download |
| Microsoft Launcher | 130% | Integration with Windows, widgets | Download |
How to adjust the size of icons in Nova Launcher:
- Install the launcher and select it as the main one (the first start will be a proposal).
- Keep your finger in the free screen space β Settings.
- Go to the desktop β The size of the icons and move the slider.
- To change the indentations, use the Desktop β Retreats.
Advantages of third-party launchers:
- π¨ More customization options (color folders, animations, gestures).
- π Ability to back up desktop settings.
- π± Support for adaptive icons (automatic shape change).
β οΈ Note: When using third-party launchers, some chips may stop working MIUI, For example, double-press lock or Super wallpaper. Before installing, check compatibility with your model.
4. ADB-commands: hidden settings MIUI power-user
If youβre willing to go beyond standard settings, you can use ADB (Android Debug Bridge) to change hidden MIUI settings.This method allows you to increase icons to 130% of the standard size β more than through a regular menu.
What you need:
- π₯οΈ Computer with installed ADB Tools.
- π± Included debugging by USB on the phone (Settings) β The phone. β Version. MIUI β 7 times press β Additionally. β For developers β Debugging by USB).
- π Cable USB (preferably original).
Instructions:
- Connect the phone to the PC and confirm the debugging permission.
- Open the command line (Windows) or terminal (macOS/Linux) in the adb folder.
- Enter the command to check the connection: Adb devices must appear serial number of your device.
- Follow the command to change the size of the icons (value) 1.3 = 130%): adb shell settings put global icon_size_scale 1.3
- Restart the launcher or phone.
To return the standard size, use the command:
adb shell settings put global icon_size_scale 1.0β οΈ Attention: Misuse of the right ADB Do not change other settings through settings put global unless you are sure of their purpose. animation_duration_scale 0 Disable all animations in the system, which can worsen the user experience.
Install ADB Tools on PC
Enable debugging over USB on your phone
Connect your phone to the original cable
Check the connection of the adb device team
Make a backup copy of the data-->
5. editing system files: for advanced users (root required)
If none of the previous methods worked, the last option is manual editing of system files, which is only suitable for devices with unlocked bootloader and root rights (for example, through Magisk), and we will consider changing the parameters in the framework-res.apk file, which is responsible for scaling interface elements.
β οΈ Warning: Mistakes can lead to bootloop (a looped reboot) or data loss.We recommend creating a full backup through the TWRP beforehand.
Steps:
- Install a file manager with root support (such as Root Explorer or Solid Explorer).
- Go to /system/framework/ and find the framework-res.apk file.
- Then, copy it to another place (for example, to the SD-map) and open with an archiver (e.g., ZArchiver).
- Go to the res/values/ folder and open the dimens.xml file.
- Find the lines with the parameters: <dimen name="app_icon_size">48.0dip</dimen> <dimen name="folder_icon_size">48.0dip</dimen> Change the meaning. 48.0dip on 60.0dip (or more, but don't exceed 72.0dip).
- Save the file, replace the original framework-res.apk and reboot the phone.
This method gives you maximum customization freedom, but requires technical skills. If the phone stopped loading after the changes, restore the original file through TWRP.
π‘
Editing system files is the most powerful, but also the riskiest, way to use it only if other methods have failed, and you understand the consequences.
6. MIUI Special Themes: Ready-to-Purpose Icon Change Solutions
If you don't want to go through the settings, you can use the MIUI Theme Store themes, many of which include not only new icons, but also the scale of the interface elements, such as the "Big Icons" or "Easy Touch" themes, which are specifically designed for users with visual problems.
How to install a theme with big icons:
- Open the Themes app (default installed on all Xiaomi).
- In the search bar, enter big icons or large icons.
- Select your favorite theme and click Apply.
- If the theme doesnβt change the size of the icons, check its description β some require additional customization in Settings β Desktop.
Popular themes for increasing icons:
- π Big Icon Pack β Increases the icons 30-40%.
- π Easy Vision β Optimized for the visually impaired (icons) +50%, large text).
- π¨ Minimal Big β Minimal Icons of Extended Size.
The advantage of this method is that you don't have to manually adjust anything, but keep in mind that themes can change not only the size of icons, but also other interface elements (fonts, colors, animations).
Comparison of methods: which one to choose?
To help determine the best way, we have compiled a comparative table:
| Method | Max, increase. | Difficulty | Required. root/ADB | Suitable for |
|---|---|---|---|---|
| Standard settings of MIUI | 120% | β | No. | For beginners who do not want to install third-party software |
| Change of the desktop grid | Depends on the model (usually 4Γ5) | β | No. | Owners of devices with large screens |
| Third-party launchers (Nova, Apex) | 150% | ββ | No. | Those who want a flexible interface |
| ADB-team | 130% | βββ | Yeah (USB debugging) | Experienced users who are ready to work with the command line |
| Editing system files | Unlimited (risky) | ββββ | Yeah (root) | Advanced users with backup |
| MIUI themes | Up to 150% (depending on the topic) | β | No. | Those who want a quick solution without settings |
For most users, the best solution is to combine standard MIUI settings with a third-party launcher. If you need a 30 percent increase, consider ADB or themes.