How to increase icons on Xiaomi: from standard settings to hidden MIUI features

Small icons on Xiaomi or Redmi screen create discomfort when using? You are not alone: users of smartphones based on MIUI often face the problem of too small app icons, especially on devices with large screens (6.5"+). Fortunately, the manufacturer has provided several ways to scale, from basic launcher settings to hidden developer settings.

In this article, we will discuss 5 working methods for increasing icons, including the official MIUI 14/15 options and alternative solutions for advanced users. You will learn how to resize icons without root rights, what restrictions apply on different versions of Android (12-14), and how to return standard settings if the result does not suit you.

1. Standard settings of the MIUI launcher

The easiest way to increase icons is to use the built-in MIUI launcher options.This method works on all Xiaomi, Redmi and Poco devices with a shell version at least MIUI 12.

To change the size of the icons through the launcher:

  • πŸ“± Long pressing in the free place of the main screen β†’ Select Screen Settings (or Home Screen on some models).
  • πŸ” Scroll down to the layout or icon size section (the name may vary depending on the version). MIUI).
  • πŸ“ Move the slider Size of icons to the right to zoom in (available) 3-5 predetermined).
  • βœ… Click Ready or Apply to Save Changes.

Note: on some devices (e.g. Poco X5 Pro or Redmi Note 12) the option is hidden in the submenu Additional. If there is no slider, check the MIUI version in Settings β†’ About Phone. For MIUI 11 and below, this method is not suitable.

πŸ“Š What version? MIUI you use?
MIUI 14
MIUI 15
MIUI 13 or lower
I don't know.

⚠️ Note: When you zoom in on the launcher, the number of rows and columns on the screen automatically decreases, for example, when you have a maximum icon size on Xiaomi. 13 remains 4 Icons in a row instead of standard 5-6.

2. Size change via "Developer Settings"

For users who don’t have the standard launcher options, MIUI has hidden interface scaling options that allow them to increase icons to 130% of the standard size, but require developer mode activation.

Instructions for setting up and setting up:

  1. Activate the Developer Mode: πŸ”§ Go to Settings. β†’ The phone. πŸ“± 7 times press the version MIUI (A notification will appear saying, β€œYou have become a developerΒ»).
  2. Customize the scale of the icons: πŸ”§ Back to Settings β†’ Additional settings β†’ For developers. πŸ” Find the minimum width (dp) (or the smallest width) option). πŸ“ Set a value of 411 (standard: 360 or 393), which will increase all interface elements, including icons.

The effect is applied after restarting the device. To fine-tune the value in 10-15 units increments (for example, 380 β†’ 395 β†’ 410) and check the result. On Xiaomi 12T and Redmi K50, the optimal value was 400 - it increases the icons by 20% without distorting the layout.

Back up settings | Remember the current value of the parameter | Connect the charger (in case of freeze) | Check the free space (at least 1 GB)

-->

Xiaomi modelStandard value (dp)Recommended for increaseMaximum free of distortion
Xiaomi 13/13 Pro393405-410420
Redmi Note 12 Pro+380395-400411
Poco F5360375-385400
Xiaomi 11T393400-408415

3. Use of third-party launchers

If the built-in MIUI options are not satisfied, the alternative will be third-party launchers with advanced icon settings.

  • 🎨 Nova Launcher – allows you to adjust the size of icons with an accuracy of 1%, supports adaptive icons and gestures.
  • πŸ”„ Apex Launcher – offers 5 preset icon sizes + manualization.
  • πŸ“± Microsoft Launcher – optimized for large screens, has built-in scaling patterns.
  • πŸ–ΌοΈ Action Launcher – Supports dynamic icons and customization of their shapes.

For installation of Nova Launcher (for example):

  1. Download the app from Google Play.
  2. πŸ“± Open Nova Settings β†’ Desktop β†’ Icon Layout.
  3. πŸ” Select Icon Size and move the slider (values from 70% to 130 are available%).
  4. βš™οΈ In the Advanced section, set up the indentations (Icon Padding) for accurate positioning.

Third-party launchers have the advantage of flexibility in settings, for example, Nova Launcher allows you to increase icons up to 150% without loss of quality, whereas in the standard one, the icons can be increased by a small number of different types of devices. MIUI-Launcher maximum is 120%, but please note that some system functions (e.g. gestures) MIUI) They may not work properly.

πŸ’‘

Before installing a third-party launcher, back up the home screen layout in the standard MIUI launcher: long press β†’ Screen settings β†’ Backup.

4. ADB-Teams for Advanced Users

For those who are ready to work with Android Debug Bridge (ADB), a method of changing system zoom parameters is available, which is suitable for Android 12-14 devices and requires a connection to a PC. The advantage is that it allows you to increase the icons to 150% without loss of quality, but if used improperly can lead to interface failures.

Step-by-step:

  1. πŸ–₯️ Install. ADB Tools on PC.
  2. πŸ“± Turn on Debugging. USB In Settings β†’ For developers.
  3. πŸ”Œ Connect your smartphone to your PC and execute the command in the terminal: adb shell settings put global window_animation_scale 1.0 adb shell settings put global transition_animation_scale 1.0 adb shell wm density 440 (significance 440 β€” magnify 20%; standard HD+ β€” 400-420).
  4. πŸ”„ Reset the device.

To return the standard settings, use the command:

adb shell wm density reset

⚠️ Warning: Incorrectly selected pixel density can make text and interface elements blurry. 13 Ultra (permission) 3200Γ—1440) maximum-safety β€” 480. On devices with HD+ screens (e.g. Redmi) 10A) It is not recommended to exceed 400.

What to do after ADB-The screen was blurred?
If the interface is not clearly displayed, follow the following steps: 1. Connect to the PC and check the current density with the command adb shell wm density. 2. Set a standard value for your model (for example, for the Poco X4 Pro - 420). 3. If the problem persists, reset the launcher settings: adb shell pm clear com.miui.home. 4. In extreme cases, reset the screen settings to Settings β†’ Display β†’ Additional β†’ Reset.

5. Manual editing of theme files (for experienced)

The most radical method is editing the theme system files, which is suitable for users with root rights or an unlocked bootloader, allows you to increase icons to 200%, but requires caution: an error can lead to a β€œbootloop”.

Algorithm of action:

  1. πŸ“ Install Root Explorer or Mixplorer (with root rights).
  2. πŸ” Cross the path: /system/media/theme/default/ or MIUI 14+): /product/media/theme/default/
  3. πŸ“„ Find the file. icon_size.xml or styles.xml (name may differ).
  4. πŸ–ŠοΈ Open the file in the text editor and find the lines: <dimen name="icon_size">48dp</dimen> <dimen name="icon_text_size">12sp</dimen> Change the values to 60dp and 14sp respectively.
  5. πŸ”„ Save the file, set the rights 644 (rw-r)--r--) and reboot the device.

This method allows maximum customization, but is only suitable for power users. On Xiaomi 12S Ultra with MIUI 14, after such changes, you may need to clear the launcher cache (com.miui.home) through ADB.

πŸ’‘

Editing system files without backup is a risk of data loss. Always create a /system partition backup before making changes!

Comparison of methods: which one to choose?

The choice of how to increase the icons depends on your skills and the model of the smartphone. Below is a comparison table with the pros and cons of each method:

MethodDifficultyMax, increase.Required. root/ADBRisks.Suitable for
Settings of the MIUI launcher⭐120%❌ No.The number of icons on the screen decreasesAll models.
Developer settings⭐⭐130%❌ No.It can distort other interface elements.MIUI 12+
Side of the launchers⭐150%❌ No.Some MIUI functions may not workAll models.
ADB-team⭐⭐⭐150%βœ… Yes.The risk of a blurred interfaceAndroid 12-14
Editing system files⭐⭐⭐⭐200%βœ… RootHigh risk of disruptionAdvanced users

For most Xiaomi users, the best solution is a combination of launcher settings (for basic zoom) and Nova Launcher (for fine-tuning). Methods with ADB and system file editing are recommended only if you are confident in your skills or ready for potential problems.

FAQ: Frequent questions about increasing icons

πŸ”Ή Why After Imaging Icons Through ADB Some apps have become blurry?
This is due to an incorrect pixel density value. To fix: Check the current value with the adb shell wm density command. Set the recommended value for your screen resolution (e.g. 440 for Full HD+). Clear the launcher cache: adb shell pm clear com.miui.home. If the blur persists, return the standard value and use another method (e.g., Nova Launcher).
πŸ”Ή Can I increase the icons only on the home screen, and leave the standard ones in the application menu?
Yes, but only with third-party launchers. In Nova Launcher: Open Nova Settings β†’ App Drawer. Select Icon Layout β†’ Icon Size and set the standard value (100%). For the home screen, set the size separately in Desktop β†’ Icon Layout. There is no such option in the standard MIUI launcher - the changes apply globally.
πŸ”Ή Why on my Poco? X3 Pro no option to change the size of the icons in the launcher settings?
On Poco devices with shells POCO Launcher (not the standard launcher) MIUI) The option may be hidden: πŸ”„ Install a standard launcher MIUI through settings β†’ Annexes β†’ Silence β†’ Launcher. πŸ“₯ Update. POCO Launcher to the latest version (in new versions, the option appeared). πŸ› οΈ Use it. ADB-The command to force the option to be turned on: adb shell settings put secure pocolauncher_icon_scale_enabled 1
πŸ”Ή How to Restore the Standard Icon Size After Failing Changes?
The method depends on the method you used: MIUI Launcher: Long Press β†’ Screen Settings β†’ Layout Reset. Developer Settings: Return Minimum Width (dp) to standard (360-393). ADB: Perform adb shell wm density reset. Party Launcher: Delete the application or reset it. System Files: Restore the original file from backup or reflash the device.
πŸ”Ή Will the enlarged icons be displayed correctly in horizontal mode?
It depends on the method: πŸ”Ή Launcher MIUI Nova Launcher and Nova Launcher correctly scale icons in both orientations. πŸ”Ή Developer settings (wm density) can lead to trimming icons in horizontal mode on some models (for example, Xiaomi Pad). 6). πŸ”Ή ADB-parameter force_desktop_mode For tablets Xiaomi recommend using Microsoft Launcher - it is optimized for horizontal mode.