The size of icons on the screen Samsung Galaxy can significantly affect the usability of a smartphone. Too large icons take up a lot of space and reduce visibility, while small icons make it difficult to click. Fortunately, the manufacturer provides several built-in adjustment methods, and additional tools are available for advanced users.

In this article we will look at all the current methods for changing the size of icons on devices Samsung with a shell One UI (versions 5.0โ€“6.1). You will learn how to adjust the scale through standard settings, use alternative launchers, or use hidden functions through ADB. We will pay special attention to the nuances for different models - from budget Galaxy A to flagship Galaxy S23 Ultra.

Important: some methods require activating developer mode or installing third-party applications. We have noted all potential risks and offered safe alternatives.

๐Ÿ“Š Which launcher do you use on Samsung?
Standard One UI
Nova Launcher
Microsoft Launcher
Other
I donโ€™t know

1. Standard One UI settings: screen scale and grid

The easiest way to change the size of icons is to use the built-in shell options One UI. The manufacturer offers two independent parameters: screen scale (affects all interface elements) and desktop grid size (changes the number of icons on the screen).

To configure scale:

  1. Open Settings โ†’ Screen.
  2. Select Screen and font scale.
  3. Move the slider Screen scale to the left (small icons) or to the right (large).

To change the desktop grid:

  • ๐Ÿ“ฑ Long press on an empty space on the main screen โ†’ Desktop settings.
  • ๐Ÿ”ง Select Grid and set the number of rows/columns (for example, 5ร—6 for small icons or 4ร—5 for large ones).
  • ๐ŸŽจ In some models (Galaxy S22+ and newer) a parameter is available Icon size with 3โ€“5 preliminary values.

Check the One UI version in Settings โ†’ About phone โ†’ Software version

Make a backup copy of the main screen (Settings โ†’ Desktop โ†’ Save layout)

Close all background applications to apply the changes correctly-->

Please note: changing the screen scale affects not only icons, but also fonts, menu items and notifications. If you need to change only icon size, use the grid setting method or alternative launchers (section 3).

โš ๏ธ Attention: On devices with version One โ€‹โ€‹UI 4.1 and below (for example, Galaxy A52 2021) option Icon size may be missing. In this case, use the method of changing the screen density (section 4).

2. Developer mode: manually adjusting screen density (DPI)

For advanced users Samsung offers a hidden setting pixel density (DPI)that directly affects the size of all interface elements, including icons. This method requires activation developer mode and caution - incorrect values can lead to crashes in some applications.

Instructions for changing DPI:

  1. Activate developer mode:
    • Go to Settings โ†’ About phone โ†’ Software information.
    • click on Number build 7 times (a notification "You have become a developer" will appear).
  • Go back to the main settings menu and open Developer options (usually at the bottom of the list).
  • Find the setting Minimum width (min_width) (this is the DPI setting).
  • Set a value in the range 380โ€“480 (the higher the number, the larger the elements). Standard value for most Galaxy โ€” 411.
  • DPI value Effect Recommended models
    380โ€“400 Small icons, more elements on the screen Galaxy S23 Ultra, Z Fold 5
    411โ€“440 Standard size (factory settings) All models
    460โ€“480 Large icons, convenient for the visually impaired Galaxy A14, XCover 6 Pro

    Changing DPI through developer mode is not supported on devices with One UI 6.1 and newer (released after March 2026). For these models, use alternative launchers or ADB commands (section 5).

    โš ๏ธ Attention: Some applications (for example, banking or security games) may block operation at non-standard DPI values. Before changing, check the compatibility of critical apps.

    3. Alternative launchers: Nova, Microsoft Launcher and others

    If the built-in options One UI are not enough, install a third-party launcher. This software completely replaces the standard desktop and offers flexible settings for icon size, padding, and animations. Popular options:

    • ๐ŸŒŸ Nova Launcher โ€”supports resizing icons in 1% increments, adjusting padding, and adaptive icons. There is a free version with basic functions.
    • ๐Ÿ“ฑ Microsoft Launcher - simple interface with preliminary sizes (small/medium/large) and integration with office services.
    • ๐ŸŽจ Action Launcher - unique options like "adaptive folders" and dynamic resizing when scrolling.
    • ๐Ÿ”ง Lawnchair - open launcher with support Android 13+ and fine-tuning the density of icons.

    Instructions for Nova Launcher:

    1. Install the launcher from Google Play and select it as standard (at first launch).
    2. Long press on the desktop table โ†’ Settings โ†’ Desktop.
    3. In the section Icon size move the slider or enter the value manually (from 50% to 150%).
    4. For additional options, activate Advanced settings in the menu (premium version required).
    ๐Ÿ’ก

    In Nova Launcher you can configure different icon sizes for desktop desktop and application bar. To do this, select Application bar โ†’ Icon size in the settings and set a separate value.

    Advantages of third-party launchers:

    • ๐Ÿ”„ Flexibility of settings (for example, in Nova you can change the size individual icons via a long press).
    • ๐ŸŽจ Themes and styles of icons (support for icon packs from Google Play).
    • ๐Ÿ”’ Ability to roll back to the standard launcher without losing data.
    โš ๏ธ Attention: On devices with Knox (corporate models Samsung), installing third-party launchers may trigger flag Knox Trip and loss of warranty for some functions (for example, Samsung Pay).

    4. Using ADB commands for hidden settings

    For users who are ready to work with Android Debug Bridge (ADB)hidden commands are available that allow you to change the size of icons without root access. This method is suitable for devices s One UI 5.0โ€“6.1, where standard options are limited.

    Before you start:

    • ๐Ÿ–ฅ๏ธ Install ADB drivers on your PC and turn on USB debugging on your phone (Developer options โ†’ USB debugging).
    • ๐Ÿ“‹ Download Platform Tools from Google (includes adb.exe).
    • ๐Ÿ”Œ Connect the phone to the PC via the original cable.

    Commands for changing the icon size:

    # Checking the connection (the serial number of the device should be displayed)
    

    adb devices

    Changing the icon size (value from 0.8 to 1.2)

    adb shell settings put global icon_scale_factor 0.9

    Restarting the interface to apply changes

    adb shell am broadcast -a android.intent.action.CLOSE_SYSTEM_DIALOGS

    adb shell am start -n com.android.systemui/.SystemUI

    Value icon_scale_factor Effect Example models
    0.8 Icons are 20% smaller than standard Galaxy S21 FE, A73
    0.9 Moderate reduction (10%) Galaxy Z Flip 4, XCover 5
    1.0 Standard size (default value) All models
    1.1โ€“1.2 Increase by 10โ€“20% Galaxy A54, M53

    Important: After executing the commands, reboot the device. If the icons are displayed incorrectly (for example, cut off), reset the settings with the command:

    adb shell settings delete global icon_scale_factor
    What to do if ADB does not recognize the device?

    1. Check if USB debugging is enabled in the developer options.

    2. Install official Samsung drivers from the website developer.samsung.com.

    3. Try another USB cable (original from Samsung).

    4. At the command line, run:

    adb kill-server adb start-server

    Then reconnect the phone.

    5. Customizing icons in folders and on the notification panel

    In addition to the main icons on the desktop, you can change the size of icons in the following areas: One UI You can change the size of the icons in the following areas:

    • ๐Ÿ“ Folders on the desktop:
      • Open a folder and tap it names.
      • Select Change view โ†’ Icon size (available options: small/medium/large).
    • ๐Ÿ”” Notification panel:
      • Go to Settings โ†’ Notifications โ†’ Additional settings.
      • Activate the option Show notification icons and select the size (Small or Standard).
    • ๐Ÿ” Search bar:
      • Long press on the search widget (usually at the bottom of the screen).
      • Select Change size and stretch the widget to the desired proportions.

    On devices with One UI 6.0+ (Galaxy S23, Z Fold 5an option has appeared Adaptive iconsthat automatically adjusts the size depending on the selected theme. To enable it:

    1. Go to Settings โ†’ Themes and wallpapers โ†’ Icons.
    2. Activate the switch Adaptive icons.
    3. Select a style from the proposed ones (for example, Round or Square).
    ๐Ÿ’ก

    Setting adaptive icons affects only system icons (Calls, Messages, Gallery). Icons of third-party applications will remain unchanged.

    6. Problems and solutions: what to do if the icons do not change

    Sometimes after changing the settings, the size of the icons remains the same or is displayed incorrectly. Let's consider typical problems and ways to solve them:

    Problem Possible reason Solution
    Icons do not change size after adjusting DPI System cache is not updated Run the command:
    adb shell pm clear com.android.systemui

    or reboot device.

    Application icons are cropped Incompatible icon pack or launcher Return the standard launcher or reset the DPI settings to 411.
    The "Icon size" option is missing in the settings Outdated version of One UI (< 5.0) Update the software or use ADB commands (section 4).
    After changing the launcher, the icons were reset Conflict with One UI settings Restore your desktop layout backup (section 1).

    If none of the methods worked, check:

    • ๐Ÿ“ฑ One UI Version: some features are only available on the latest updates. To check the relevance, go to Settings โ†’ Software Update.
    • ๐Ÿ”’ Manufacturer restrictions: on corporate devices (Samsung Knox) interface changes may be blocked.
    • ๐Ÿ› ๏ธ Conflicts with optimizers: applications like Game Launcher or Digital Wellbeing can reset the settings. Disable them temporarily.
    โš ๏ธ Attention: On devices with root access it is not recommended to change the icon size through system files (for example, editing framework-res.apk). This may lead to a failure Samsung Knox and loss of access to secure applications (banking, payments).

    FAQ: Frequently asked questions about changing the size of icons

    Is it possible to change the size of icons only on the main screen, without affecting the application panel?

    Yes, but only with the help of third-party launchers (for example, Nova Launcher). In standard One UI the settings are applied to all areas at the same time.

    Why After updating to One UI 6.1, the option to change DPI disappeared?

    Samsung removed the ability to manually adjust DPI through developer mode in versions One UI 6.1+ (released after March 2026). Use alternative launchers or ADB commands (section 4).

    How to return the standard size. icons after experiments?

    Reset the settings in one of the following ways:

    • For One UI: Settings โ†’ General โ†’ Reset โ†’ Reset desktop settings.
    • For Nova Launcher: Settings โ†’ Backup โ†’ Restore default settings.
    • For ADB: run the command adb shell settings delete global icon_scale_factor.

    Is it possible to change the size of icons in the "All applications" menu?

    In standard One UI โ€” no. But in Nova Launcher or Microsoft Launcher a separate setting is available for the application bar (Settings โ†’ Application panel โ†’ Icon size).

    Why is there no โ€œIcon sizeโ€ option on the Galaxy A14? in the desktop settings?

    On budget models (Galaxy A14, A04s) Samsung limit some interface functions. Use the method with changing screen scale (section 1) or install a third-party launcher.