Is your Android desktop littered with icons that seem too large? You're not aloneโ€”many users are faced with the problem that the standard icon size takes up half the screen, obstructs the view, and ruins the aesthetics. Fortunately, you can make icons smaller on Android in several ways: from built-in launcher settings to installing third-party applications.

In this article we will look at 7 proven methodsincluding hidden functions of MIUI, One UI and pure Android, and also tell you how to avoid common mistakes when changing the scale. You will find out what settings work on Samsung Galaxy, Xiaomi Redmi, Huawei and other popular smartphones, and you will be able to choose the best option for your model. Some methods require root access, but most are available without them - just follow the step-by-step guide.

Important: before changing system parameters, make sure that the latest firmware version is installed on your device. Some manufacturers limit interface customization in older builds. If the standard settings do not help, do not despair: at the end of the article you will find alternative solutions for any cases.

๐Ÿ“Š What launcher do you use on Android?
Standard (from the manufacturer)
Nova Launcher
Apex Launcher
Microsoft Launcher
Other

1. Standard launcher settings: the easiest way

Most modern smartphones allow you to reduce icons directly in the desktop settings. The interface may differ depending on the brand, but the general principle is the same. Let's look at the process using popular shells as an example.

On devices Samsung with a shell One UI:

  1. Tap an empty space on the desktop and hold your finger until a menu appears.
  2. Select Desktop Settings (or Screen Options in older versions).
  3. Go to the section Desktop Layout โ†’ Icon size.
  4. Move the slider to the left to make the icons smaller. Values from 75% to 125% are available.

On smartphones Xiaomi, Redmi and POCO with shell MIUI:

  • ๐Ÿ“ฑ Long press on the desktop โ†’ Desktop settings table.
  • ๐Ÿ” Select Icon size (in some versions the path: Advanced โ†’ Icon size).
  • ๐ŸŽš๏ธ Drag the slider to the left. Minimum value - 80% of the standard size.

On pure Android (for example, Google Pixel, Motorola):

  • ๐Ÿ–ฑ๏ธ Long press on an empty space โ†’ Desktop settings.
  • ๐Ÿ“ Select Icon Size or Layout (depending on the version).
  • ๐Ÿ”„ Use the slider to change the scale, usually from 70% to 130%.
โš ๏ธ Attention: On some devices Huawei (shell EMUI), the option to resize icons may be blocked. In this case, try the methods from the following sections.

Make a backup copy of your desktop (screenshot or export launcher settings)

Check the firmware version (updates may add new options)

Close all background applications for stable operation of the interface

Remember the current size of the icons in case of rolling back changes-->

2. Using gestures for quick scaling

Few people know, but on many smartphones the size of icons can be changed directly from the desktop without going to settings. This method works on most devices with shells One UI, MIUI i ColorOS (for example, to Oppo or Realme).

Instructions:

  1. Place two fingers on the desktop (not on the icons!).
  2. Place your fingers together ("zoom out" gesture). The icons will become smaller.
  3. Spread your fingers apart ("zoom in" gesture) to return to the standard one. size.

This method is convenient for instant adjustment to the current task for example, when you need to temporarily enlarge icons for a presentation or, conversely, reduce them to save space. However, remember that the changes are reset after rebooting the device.

If the gesture does not work works:

  • ๐Ÿ”„ Check if gestures are enabled in the launcher settings (path: Settings โ†’ Advanced โ†’ Gestures).
  • ๐Ÿงน Make sure there are no widgets on the screen - they can block recognition.
  • ๐Ÿ“ฑ Reboot your smartphone if gestures stop working after the update.
โš ๏ธ Attention: On some devices Sony Xperia the zoom gesture conflicts with system navigation gestures. In this case, disable navigation gestures in Settings. โ†’ System โ†’ Gestures.

3. Third-party launchers: Nova, Apex, Microsoft Launcher

If the standard settings are not satisfactory, the best solution is to install alternative launcher. These applications offer flexible interface settings, including fine adjustment of the size of icons, the spacing between them, and even the shape. icons. Let's look at the top 3 solutions.

Launcher Minimum icon size Additional functions Theme support
Nova Launcher 50% of the standard Grid settings, gestures, backup Yes (including Icon Packs)
Apex Launcher 60% of the standard Hide icons, group by folders Yes (limited)
Microsoft Launcher 70% of the standard Integration with Windows, on-screen calendar No
Action Launcher 55% of the standard Adaptive icons, quick settings Yes

How to adjust the size of icons in Nova Launcher (the most popular option):

  1. Install the application from Google Play.
  2. Assign it launcher by default (when you first start it, the system will prompt you to do this).
  3. Long press on the desktop โ†’ Settings โ†’ Desktop.
  4. Select Icon size and move the slider. Values from 50% to 150% are available.
  5. For fine adjustments, go to Advanced โ†’ Grid size and select the number of rows/columns.

Advantages of Nova Launcher:

  • ๐ŸŽจ Support Icon Packs (you can download icon themes from the Play Market).
  • ๐Ÿ”„ Ability to save and restore desktop settings.
  • ๐Ÿ“ฑ Optimized for tablets and large screens (for example Samsung Galaxy Tab).
๐Ÿ’ก

In Nova Launcher you can configure different icon sizes for the desktop and application tray. To do this, go to Settings โ†’ Application panel โ†’ Icon size.

4. Changing the size of icons via ADB (for advanced users)

If you are ready to dive into technical details, you can reduce the icons using Android Debug Bridge (ADB). This method works on most devices, but requires a connection to a computer and basic knowledge of the command line. Be warned: incorrect commands can break the interface!

Step-by-step guide:

  1. Turn on USB debugging on your smartphone:
    • Go to Settings โ†’ About phone.
    • Press 7 times on Build numberto activate Developer mode.
    • Go back to Settings โ†’ System โ†’ Developer Mode and enable USB Debugging.
  • Connect your smartphone to your computer via a USB cable.
  • Open the command line (Windows) or terminal (macOS/Linux) and enter:
    adb devices

    Make sure that your device is displayed in the list.

  • Enter the command to change the size of the icons (example to reduce to 80%):
    adb shell settings put global icon_scale 0.8

    Acceptable values: from 0.5 (50%) to 1.5 (150%).

  • Reboot your smartphone for the changes to take effect.
  • To return the standard size, use the command:

    adb shell settings put global icon_scale 1.0

    โš ๏ธ Attention: On some devices (for example, OnePlus with shell OxygenOS) parameter icon_scale may not be supported. In this case, the ADB command will not work. Check compatibility in advance!
    What to do if ADB does not recognize the device?

    If the command adb devices does not show your smartphone, follow these steps:

    1. Install drivers for your model (download from the manufacturerโ€™s official website).

    2. Check that the USB cable supports data transfer (not all charging cables are suitable).

    3. In the USB connection settings on your smartphone, select mode File transfer (MTP).

    4. Restart your computer and smartphone, then try again.

    5. Editing system files (root required)

    For the most advanced users who are willing to risk system stability, there is a way to change the size of icons by editing system files. This method requires root access and data backup, since incorrect actions can lead to loss of launcher functionality.

    Instructions for devices with root:

    1. Install file manager with root support (for example Root Explorer or Solid Explorer).
    2. Go to the path:
      /data/data/com.android.launcher3/shared_prefs/

      (for a standard launcher) or similar for your shell.

    3. Find the file com.android.launcher3_preferences.xml and open it in text editor.
    4. Find the line with the parameter icon_scale (or similar, for example icon_size_factor).
    5. Change the value to the desired one (for example, 0.7 to reduce by 30%).
    6. Save the file, reload device.

    Examples of paths for popular shells:

    • ๐Ÿ“ฑ One UI (Samsung): /data/data/com.sec.android.app.launcher/shared_prefs/
    • ๐Ÿ“ฑ MIUI (Xiaomi): /data/data/com.miui.home/shared_prefs/
    • ๐Ÿ“ฑ EMUI (Huawei): /data/data/com.huawei.android.launcher/shared_prefs/

    If after the changes the launcher stopped working:

    • ๐Ÿ”„ Delete the launcher cache in Settings โ†’ Applications โ†’ Launcher โ†’ Memory โ†’ Clear cache.
    • ๐Ÿ“ฒ Restore the backup file preferences.xml.
    • ๐Ÿ”ง Reinstall the launcher via Settings โ†’ Applications โ†’ Reset.
    โš ๏ธ Attention: Editing system files can cause errors in the interface, including constant crashes of the launcher. Before making changes, create a full backup using TWRP or similar software.

    6. Hidden developer settings for customizing the interface

    Android has hidden parameters that allow you to fine-tune the display of interface elements, including icons. These options are available in developer menu, but their effect on the system can be unpredictable - use with caution.

    How to enable and use developer settings:

    1. Activate Developer Mode (as described in the section about ADB).
    2. Go to Settings โ†’ System โ†’ Developer Mode.
    3. Find options related to scaling:
      • Minimum width (affects the size of all elements, including icons).
      • Screen density (DPI) โ€” reducing this value will reduce the icons, but make the text less readable.
      • Window animation and Animation of transitions (indirectly affect the perception of size).
  • Experiment with the values, starting with small changes (for example, reduce DPI by 20-30 units).
  • Restart the device to apply the changes.
  • Recommended values for popular screen resolutions:

    Screen resolution Standard DPI Recommended DPI for reduction icons
    1080ร—2400 (Full HD+) 440 400โ€“420
    1440ร—3200 (QHD+) 560 500โ€“530
    720ร—1600 (HD+) 320 280โ€“300

    Remember: changing the DPI affects all interface elements, and not just the icons. If, after decreasing the DPI, the text becomes unreadable, return the standard value or install a launcher that supports scaling (for example, Nova Launcher).

    ๐Ÿ’ก

    Change DPI is a powerful customization tool, but it can break the display of some applications. Always test new settings before everyday use.

    7. Alternative solutions: widgets and folders

    If none of the above methods work, you can optimize the desktop without changing the size of the icons:

    Using widgets:

    • ๐Ÿ“Š Widget Apps folder (available in most launchers) allows you to group icons into compact blocks.
    • ๐Ÿ“… Calendar or weather widgets can replace individual icons, freeing up space.
    • ๐Ÿ” A search widget (for example, Google Search) gives quick access to applications without filling the screen with icons.

    Creating folders:

    • ๐Ÿ“ Drag one icon onto another to create folder. Then you can add other applications to it.
    • ๐ŸŽจ Name the folders by category (for example, "Social networks", "Games", "Utilities").
    • ๐Ÿ”„ In some launchers (for example, Nova) you can change the size of folders and their icons. separately.

    Hide unnecessary icons:

    • ๐Ÿšซ In Nova Launcher i Apex Launcher you can hide application icons, leaving only the most necessary ones.
    • ๐Ÿ“ต Use the "Hidden Applications" folder (available in the settings of some launchers).
    • ๐Ÿ” For quick access to hidden applications, use the system search (swipe down gesture on the desktop).

    Minimalistic wallpaper:

    • ๐Ÿ–ผ๏ธ Light wallpaper with a minimalistic design visually reduces the perception of size icons.
    • ๐ŸŽจ Use wallpaper with a grid or lines to align icons.
    • ๐Ÿ“ฑ In the wallpaper settings of some launchers you can set the blur, which also reduces the emphasis on the icons.
    ๐Ÿ’ก

    If you need to free up your desktop as much as possible, try the launcher Before Launcher. It hides all icons and allows access to applications through search or gestures.

    FAQ: Frequently asked questions about reducing icons on Android

    Is it possible to reduce icons on Android without root?

    Yes, in most cases root is not required. use:

    • Standard launcher settings (section 1).
    • Third-party launchers like Nova Launcher (section 3).
    • ADB commands (section 4, but USB debugging is required).

    Root is only needed to edit system files (section 5).

    Why did they become blurry after resizing the icons?

    This is due to the fact that the launcher scales standard icons and does not use vectors Solutions:

    • Install Icon Pack from Google Play (for example, Whicons or Delta).
    • In Nova Launcher enable the option Adaptive icons in the settings.
    • Return the standard icon size if quality is critical.
    How to return the standard icon size after experiments?

    The rollback methods depend on the change method:

    • Standard settings: Return the slider to its original position (usually 100%).
    • ADB: Enter the command adb shell settings put global icon_scale 1.0.
    • Third-party launcher: Reset the settings in the launcher menu or reinstall it.
    • Editing system files: Restore the backup or reinstall launcher.
    Why is there no option to change the size of icons on my Huawei?

    On devices Huawei with a shell EMUI (especially on older versions) the option is often no alternatives:

    • Install a third-party launcher (for example, Nova Launcher).
    • Use the zoom gesture (section 2), if supported.
    • Update the firmware - new versions of EMUI now support customization.
    โš ๏ธ Attention: On some models Huawei (for example, series P20 or Mate 10), the zoom gesture may conflict with system gestures. In this case, disable navigation gestures in the settings.
    You can. Is it possible to change the size of icons on only one desktop?

    The standard launcher settings apply to all screens. However, there are workarounds:

    • B Nova Launcher you can create several desktops with different grid settings.
    • Use widgets or folders on one screen, leaving the others in the standard form.
    • Install a second launcher (for example, Microsoft Launcher) and switch between them.