How to reduce icons on the screen Xiaomi Redmi: from standard settings to hidden chips

App icons on the Xiaomi Redmi screen seem too big? you're not alone: many users are faced with the standard icon size in MIUI taking up the lion's share of the display, leaving little room for widgets or additional shortcuts. The problem is compounded on models with compact screens (like the Redmi 10A or Redmi Note 11), where every pixel counts.

Fortunately, there are a number of ways to reduce icons, from basic launcher settings to installing third-party shells or even editing system files (for advanced users). In this article, we will discuss all the current methods for MIUI 14/15 based on Android 13/14, including hidden chips that are not written in the official guides. Importantly, some solutions may differ depending on the Redmi model (for example, Redmi Note 12 Pro + vs Redmi A2+), so we will specify the nuances for each version.

1. Standard settings of the MIUI launcher: fast and without risk

Starting with the safest method, the built-in MIUI launcher options, which do not require super-user rights (root) and works on all Redmi models with official firmware. However, note that the functionality can vary depending on the version of MIUI and regional build (global, Chinese, European).

To reduce icons through standard settings:

  1. Long tap on the free seat of the main screen โ†’ select Screen settings (or Home screen settings in English).
  2. Go to the App icon size section.
  3. Move the slider to the left to reduce the size, and the available values are 75 to 150 percent of the standard size.
  4. Click Ready or Apply to save the changes.

โš ๏ธ Note: Some Redmi models (e.g. Redmi) 9A or Redmi 8) the option to resize the icons may not be available in the basic configuration. In this case, try updating the firmware to the latest version. MIUI or use alternative methods from the following sections.

๐Ÿ“Š What Redmi model do you use?
Redmi Note 12/13
Redmi 10/11 Series
Redmi 9/8 series
Redmi A Series A
Another model

2.Resize screen grid: More icons on one screen

If the smaller icons themselves don't work, try resizing the home screen grid to allow more icons to be placed on one screen, visually reducing their relative size, and this works for all Redmis with MIUI 12 and later.

Instructions:

  1. Long press on the free screen space โ†’ screen settings.
  2. Select the Home Screen Grid (Home Screen Grid).
  3. Set a maximum value (e.g. 5ร—6 or 6ร—7 instead of the standard 4ร—5).
  4. Confirm the change. The icons will get smaller by increasing the number of icons on the screen.
Model RedmiMaximum grid.Minimum size of icons
Redmi Note 12 Pro+6ร—770% of the standard
Redmi 11 Prime5ร—675% of the standard
Redmi 10A4ร—5 (no option)Only through the launchers.
Redmi K50i6ร—865% of the standard

๐Ÿ’ก Useful tip: If after changing the grid icons look too small, try the combination of reducing the size of the icons (section) 1) + increase the grid (this section), for example, set the size of the icons on the 85%, net โ€” 5ร—6. This will give a balance between compactness and readability.

3. Third-party launchers: full control of icons

If the built-in MIUI settings don't work, install an alternative launcher that not only reduces icons, but also customizes them, adds animations, and even hides app names. We tested 5 popular launchers on Redmi and selected the best ones for this task.

Top.-3 launcher:

  • ๐Ÿ”น Nova Launcher โ€“ supports scaling icons from 50% before 150%, flexible grid settings (10ร—10 Adaptive icons and more: Premium paid version for some features.
  • ๐Ÿ”น Apex Launcher is a free analogue of Nova with the ability to resize icons and indentations between them.
  • ๐Ÿ”น Lawnchair is a lightweight open source launcher optimized for Xiaomi, which allows you to reduce icons to 60% and customize their shape (round, square, rounded).

๐Ÿ“Œ Instructions for setting up (for example, Nova Launcher):

  1. Install Nova Launcher from Google Play.
  2. Long press on the screen โ†’ Settings โ†’ Icon size.
  3. Set the value from 60% to 90% (we recommend starting with 75%).
  4. In the Home Screen Grid section, select the maximum value (e.g. 9ร—6).
  5. Restart the launcher (in settings โ†’ Restart Nova).

Download APK from the official website (not from third-party sources)

Backup of current screen settings

Disable battery optimization for launcher (in MIUI settings)

Check compatibility with the Android version-->

โš ๏ธ Note: Some Redmi models (e.g. Redmi Note 10 Pro) may experience animation delays or widget display problems when using third-party launchers MIUI (This is due to the limitations of the Xiaomi shell, solution: disable animations in the launcher settings or use the launcher settings. ADB-commands to unlock additional functions (see Section 5).

4. editing the build.prop file: for advanced users

If you are willing to take risks for the sake of maximum customization, you can resize the icons by editing the system file build.prop. This method requires root rights or access to ADB, as well as accuracy - an error can lead to a crash of the launcher or even bootloop ( looped boot).

๐Ÿ”ง Step-by-step instruction:

  1. Install an editing app for build.prop (like BuildProp Editor from Google Play).
  2. Find a line. ro.miui.home.grid_size (If it's not, create it).
  3. Set the value in width, height. Examples: 5.6 is the standard grid; 7.8 is the maximum compactness; 6.7 is the balance between icon size and readability.

ro.miui.icon_size=70

70

Save the changes and restart the device.

What if the phone is not turned on after building.prop editing?
If Redmi has left the bootloop after the changes, follow the following steps: 1. + Volume Up to log in to Recovery Mode. 2. Select Wipe & Reset โ†’ Wipe All Data (this will erase all data!) 3. If the problem persists, run your device through Fastboot using the Mi Flash Tool. ๐Ÿ”น Important: Editing build.prop without backup can lead to loss of warranty!

Critical information: On models of Redmi with MIUI 14+ Android 13/14 Editing build.prop can only work when the function is disabled MIUI Optimization (optimization) MIUI). To turn it off, do it in ADB team:

adb shell settings put global miui_optimization_disabled 1

After that, restart the device and repeat the steps to edit the file.

5. ADB-Teams: Reduce icons without root

If you do not have root rights, but you want to dig into the system settings, you can use it. ADB-This method allows you to resize icons and grids without editing files, but requires a computer connection and enabled Debugging. USB.

๐Ÿ–ฅ๏ธ Instructions:

  1. Download and install ADB Tools on PC.
  2. On Redmi, go to Settings โ†’ About Phone โ†’ MIUI version and tap 7 times on the build number to activate Developer Mode.
  3. Return to Settings โ†’ Additional โ†’ For developers and enable USB debugging.
  4. Connect your phone to your PC and type in the command line: adb devices (your device should appear).
  5. Follow the commands to resize icons and grids: adb shell settings put system laf.grid_size 7x8 adb shell settings put system laf.icon_scale 0.7 where 7x8 โ€” the size of the net, and 0.7 โ€” scale of icons (from 0.5 before 1.0).
  6. Reboot Redmi.

โš ๏ธ Attention: On some firmware MIUI (especially Chinese teams laf.grid_size and laf.icon_scale They may not work because of the manufacturer's limitations, and then try alternative settings:

adb shell settings put system miui_home_grid_size 7x8


adb shell settings put system miui_icon_size 70

๐Ÿ’ก

ADB-Teams are the safest way to customize without root, but their action can reset after an update MIUI. To fix changes, create a script to automatically apply commands after a reboot.

6 MIUI themes: The hidden way to change icons

Few people know, but MIUI has a built-in theme feature that allows you to change not only the color scheme, but also the size and shape of the icons. Some themes from the official Xiaomi store offer compact icons optimized for small screens.

๐ŸŽจ How to find and apply a theme with small icons:

  1. Open the Themes app on your Redmi.
  2. In the search bar, type small icons or compact icons.
  3. Choose a theme marked Mini Icons or Compact Layout: ๐Ÿ”น Minimal UI โ€” Minimalist icons of size ~60% of the standard; ๐Ÿ”น Pixel Style โ€“ round icons with a reduced scale; ๐Ÿ”น Dark Compact โ€“ a dark theme with small icons and a tight grid.

Apply the theme and restart the device.

๐Ÿ’ก Tip: If after applying the theme icons became too small, but in the launcher settings there is no slider to increase them, try mixing themes:

  1. In the Topics app, click on My Topics โ†’ Edit.
  2. Select the current theme and click on the icons.
  3. Use icons from another theme (e.g. standard MIUI) while saving the remaining elements (wallpaper, fonts).

7.Reset launcher settings: if nothing helps

If after all the manipulations the icons still look disproportionate or the settings are lost, reset the MIUI launcher. This will return the standard settings, after which you can re-apply the desired changes.

๐Ÿ”„ How to Reset Launcher Settings:

  1. Go to Settings โ†’ Applications โ†’ Application Management.
  2. Find the MIUI Launcher (MIUI Launcher) application and open its page.
  3. Click Warehouse โ†’ Clear the data and Clear the cache.
  4. Confirm the action. The main screen will reset to the factory settings.

โš ๏ธ Warning: Resetting the launcher will remove:

  • ๐Ÿ“Œ Location of icons on screens;
  • ๐Ÿ“Œ Widget settings;
  • ๐Ÿ“Œ Application folders;
  • ๐Ÿ“Œ Main screen wallpaper.

We recommend that you take screenshots of the current icon arrangement before reset or save the configuration through a third-party launcher (if you use it).

FAQ: Frequent questions about reducing icons on Redmi

โ“ Why on my Redmi? 9C No option to change the size of the icons?
On budget models Redmi (series) 9A/9C/10A) and old versions MIUI (below 12.5) The customization function of icons is often missing: ๐Ÿ”น Update your firmware to the latest version through Settings โ†’ Updating the system; ๐Ÿ”น Install a third-party launcher (e.g. Nova Launcher); ๐Ÿ”น Use it. ADB-team (section) 5).
โ“ Can I reduce icons on one screen, not all?
In a standard MIUI launcher, this is not possible โ€” settings apply globally. However, in Nova Launcher or Apex Launcher, you can create several screens with different grid settings: Long-press on the screen โ†’ Settings โ†’ Screens; Choose a screen and set a separate grid for it; Set the size of the icons for each screen individually.
โ“ After updating MIUI Icon settings are dropped?
Updates MIUI They often reset the launcher to reset the settings: ๐Ÿ”น If you've used ADB-Repeat the commands (Section 5); ๐Ÿ”น If you changed build.prop โ€“ check if the line fell off after the update; ๐Ÿ”น For third-party launchers (like Nova), restore backup settings from the cloud or local file. ๐Ÿ’ก Tip: Before the update MIUI back up the launcher settings manually (screenshots) + configuration).
โ“ Why After Changing the Size of Icons They Became Blurred?
This is because of the fact that MIUI It scales standard icons, not using vectored versions: ๐Ÿ”น Install a pack of icons with responsive size support (like Whicons or Delta from Google Play); ๐Ÿ”น In Nova Launcher, enable Adaptive Icons); ๐Ÿ”น Use themes. MIUI with vector icons (section 6).
โ“ Can I reduce the icons in folders on the home screen?
Yeah, but only through third-party launchers: ๐Ÿ”น In Nova Launcher: Settings โ†’ Folders. โ†’ Size of icons in folders; ๐Ÿ”น In Apex Launcher: Folder settings โ†’ Scale of icons; ๐Ÿ”น In the standard launcher. MIUI The size of the icons in folders is tied to global settings and is not separately regulated.