Small icons on Xiaomiβs screen are a common problem for visually impaired users or those who prefer a more comfortable interface experience. Fortunately, MIUI offers several ways to increase the size of icons without losing functionality. In this article, we will examine all the current methods, from standard settings to hidden functions and modifications for advanced users.
It is important to understand that the possibility of changing the size of the icons depends on the firmware version (MIUI 14/15) And the models of the device. For example, on the flagships of the Xiaomi series. 13/14 There are more options available than on the budget Redmi Note, and we took these nuances into account and prepared universal solutions that work on the basis of the new model. 90% brand.
1. Standard MIUI settings: interface scaling
The easiest way to increase icons is to use built-in zoom options, which does not require superuser rights and is suitable for all models, including the POCO F5, Redmi 12 and Xiaomi 13T.
Go to Settings β Screen β Text size and display. Here you will find two key parameters:
- π Text size β affects fonts in menus and apps (does not affect icons directly)
- π± Display scale β changes the size of all interface elements, including icons
For a noticeable effect, we recommend scaling up to 125% or 150%. On some models (for example, Xiaomi 12S Ultra), at a scale of 150%, the bottom navigation bar can be trimmed - this is a feature of the firmware, not a bug. After changing the parameters, the system will suggest restarting the device - be sure to agree.
2. Easy interface mode for maximum increase
If standard scaling seems inadequate, activate the lightweight interface mode, which is designed specifically for users with visual problems and increases all elements to 200% of the original size.
Incorporation algorithm:
- Open Settings β Special Opportunities
- Select Lightweight Interface (some firmwares call Simplified Mode)
- Activate the switch and confirm the changes
This regimen has side effects:
- β οΈ Disappears animation transitions between screens
- β οΈ Some widgets stop working
- β οΈ Changes the location of the items in the menu
How do you get back the standard interface?
3. Change the size of the icons through the launcher (no root)
Xiaomi makes use of its own launcher MIUI Launcher, which allows you to fine-tune the desktop grid. This affects the size of the icons indirectly: when you reduce the number of icons in a line, they automatically increase.
Instructions for setting:
- Press and hold your finger to the free space on the desktop.
- Select Desktop Settings (or Screen Settings)
- Go to the Desktop Grid
- Choose the option with the minimum number of icons (for example, 4Γ5 instead of 5Γ6)
The effect will be noticeable immediately - the icons will become larger. 20-30%. Note that this method only works for icons on the desktop, not in the app menu. POCO-launcher POCO Launcher algorithm is similar, but menu items may be called differently.
Make sure you have the latest version of MIUI Launcher| installed.
Make a backup copy of the location of the icons (screen photo)|
Check the free space on the desktop (minimum 2 free cells)-->
4. Use of third-party launchers (Nova, Apex, Hyperion)
If built-in options arenβt enough, install an alternative launcher from Google Play.The best options for Xiaomi are:
- π Nova Launcher β supports customization of icon size in 1% increments (50 to 200%)
- π¨ Apex Launcher β has pre-configured themes with large icons
- β‘ Hyperion Launcher β Optimized for devices with MIUI
Setting up in Nova Launcher:
- Install the launcher and make it the main one.
- Go to Settings Nova β Desktop β Icon Size
- Move the slider to the desired value (we recommend 130-150%)
- In the Applications menu section, set up the icon size separately in the program list
Advantages of third-party launchers:
- π§ More flexible setting than standard MIUI Launcher
- π¨ The ability to use custom icon packs
- π Saving settings when updating firmware
π‘
Before installing a third-party launcher, check its compatibility with your version of Android.Some launchers (such as Microsoft Launcher) may conflict with MIUI 15.
5. Modification of system files (for advanced users)
If you need to drastically resize the icons in the app menu (not just on the desktop), youβll need to edit system files, a method that requires root rights and is only suitable for power users.
Algorithm of action:
- Install a file manager with root support (e.g. Solid Explorer)
- Go to /system/priv-app/MiuiHome/MiuiHome.apk
- Copy the file to your device and open it in the APK editor (e.g., APK Editor)
- Find dimens.xml file in res/values folder
- Change the parameters: <dimen name="workspace_icon_width">96.0dip</dimen> <dimen name="workspace_icon_height">96.0dip</dimen> for the desired values (for example, 120.0dip magnify 25%)
- Save the changes, recompile the APK and install it on top of the original one.
β οΈ Warning: Incorrect editing of system files can lead to bootloop.Before you start, create a full backup through the system. TWRP Or Mi Flash Tool.
An alternative way for devices without root is to use ADB-For example, to change the density of the screen (DPI), execute:
adb shell wm density 400Where 400 is the new DPI value (standard for Xiaomi is 440-480).
6. Comparison of methods: which one to choose?
To help determine the best way, we have compiled a comparative table:
| Method | Root is required. | Max, increase. | Affects the app menu | Risk to the system |
|---|---|---|---|---|
| Scale of display | β No. | 150% | β Yes. | β οΈ Low. |
| Lightweight interface | β No. | 200% | β Yes. | β οΈ Medium (changes) UX) |
| Launcher setup | β No. | 130% | β No, only desktop) | β Absent. |
| Third-party launcher | β No. | 200% | β Yes, at Nova Launcher) | β οΈ Low. |
| Editing by APK | β Yes. | 300%+ | β Yes. | β High (bootloop risk) |
For most users, the best solution is a combination of scale (125%) and launcher settings (network 4Γ5), which gives a 40-50% increase in icons without loss of functionality and risk to the system.
π‘
Third-party launchers (like Nova) allow you to customize the icon size separately for the desktop and application menu, which gives you maximum flexibility without root rights.
Frequent problems and their solutions
When changing the size of the icons, users often experience side effects, and consider typical situations and ways to eliminate them:
Problem 1: After zooming in, the bottom navigation bar is trimmed.
Solution: Turn on navigation gestures instead of buttons: Settings β Screen β Full-screen mode β Gestures.
Problem 2: The lightweight interface doesnβt have weather and calendar widgets.
Solution: Install alternative widgets from Google Play (like Chronus or Overdrop) optimized for larger icons.
Problem 3: After changing the DPI through ADB, the fonts in the applications got lost.
Solution: Return the standard DPI value for your model:
adb shell wm density resetor specify the original value (e.g., adb shell wm density 440 for Redmi Note 12).
β οΈ Note: On some models (POCO X3 Pro, Xiaomi 11T) change DPI This method may cause banner notifications to display incorrectly. Check compatibility on forums before using this method (e.g, 4PDA or XDA Developers).