Personalization Change Size of Taskbar Icons in Windows 11


Taskbar_banner.webp

This tutorial will show you how to change when to show small icons on the taskbar for your account, all users, or specific users in Windows 11.

Starting with Windows 11 build 26100.4484 (24H2), Microsoft is rolling out taskbar icon scaling. The taskbar now resizes icons to fit more apps when space runs low, keeping everything visible and easy to access. You can adjust how icons appear in settings—reduce icon size only when the taskbar is full (default), keep icons at their original size at all times by selecting Never, or use smaller icons all the time by selecting Always.

You can choose when Windows will show smaller taskbar buttons:
  • When taskbar is full: By default, taskbar icons will automatically turn smaller when the taskbar is full. This helps you maintain access to more apps without any extra effort.
  • Never: For users who prefer their icons to remain the same size as before, regardless of how many apps are open, there’s an option to prevent the icons from scaling down.
  • Always: If you love the look of smaller icons and want them to stay that way all the time, you can set your taskbar icons to always be small.
Starting with Windows 11 build 26300.8493 (Experimental 25H2), Microsoft is introducing a smaller taskbar for users who want to maximize screen space, especially on smaller devices. While the default taskbar remains unchanged, this setting provides a more compact experience with smaller icons and a reduced taskbar height, giving you more room for your apps. Core elements like Start, Search, and the system tray scale appropriately to stay aligned and consistent. When set to Always, both the icons and the taskbar height become smaller.

Reference:



Contents

  • Option One: Change Size of Taskbar Icons in Settings
  • Option Two: Change Size of Taskbar Icons using REG file
  • Option Three: Change Size of Taskbar Icons in Registry Editor
  • Option Four: Specify Size of Taskbar Icons for All or Specific Users in Local Group Policy Editor
  • Option Five: Specify Size of Taskbar Icons for All Users using REG file


EXAMPLE: Always or Never "Show smaller taskbar buttons" on taskbar

taskbar_small_icons.jpg
taskbar_medium_icons.jpg


EXAMPLE: Windows 11 Small vs Default Taskbar Comparison





Option One

Change Size of Taskbar Icons in Settings


1 Open Settings (WIn+I).

2 Click/tap on Personalization on the left side, and click/tap on Taskbar on the right side. (see screenshot below)


taskbar_icon_size_Settings-1.png

3 Click/tap on Taskbar behaviors on the right side to expand it open. (see screenshot below step 4)

4 Select Always, Never, or When taskbar is full (default) for what you want in the Show smaller taskbar buttons drop menu. (see screenshot below)

taskbar_icon_size_Settings-2.png

5 You can now close Settings if you like.




Option Two

Change Size of Taskbar Icons using REG file


This option will not work when Administrator protection is turned on.


1 Do step 2 (always), step 3 (never), or step 4 (when full) below for what you want.

2 Always "Show smaller taskbar buttons"

A) Click/tap on the Download button below to download the file below, and go to step 5 below.​

Always_show_smaller_taskbar_buttons.reg


(Content of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"IconSizePreference"=dword:00000000

3 Never "Show smaller taskbar buttons"

A) Click/tap on the Download button below to download the file below, and go to step 5 below.​

Never_show_smaller_taskbar_buttons.reg


(Content of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"IconSizePreference"=dword:00000001

4 Only "Show smaller taskbar buttons" when taskbar is full

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 5 below.​

Show_smaller_taskbar_buttons_When_taskbar_is_full.reg


(Content of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"IconSizePreference"=dword:00000002

5 Save the .reg file to your desktop.

6 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

7 Double click/tap on the downloaded .reg file to merge it.

8 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

9 You can now delete the downloaded .reg file if you like.




Option Three

Change Size of Taskbar Icons in Registry Editor


1 Open Registry Editor (regedit.exe).

2 Navigate to the key location below in the left pane of Registry Editor. (see screenshot below step 3)

HKEY_USERS\<SID>\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

Substitute <SID> in the key path above with the actual SID for the account you want to apply this to.

For example:
HKEY_USERS\S-1-5-21-2498639629-3946114050-4100787084-1001\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced


3 In the right pane of the Advanced key, double click/tap on the IconSizePreference DWORD to modify it. (see screenshot below)

IconSizePreference-1.webp

4 Enter 0 (always small), 1 (never small - default), or 2 (small when taskbar full) for what you want, and click/tap on OK. (see screenshot below)

IconSizePreference-2.webp

5 You can now close Registry Editor if you like.




Option Four

Specify Size of Taskbar Icons for All or Specific Users in Local Group Policy Editor


The Local Group Policy Editor is only available in the Windows 11 Pro, Enterprise, and Education editions.

All editions can use Option Five to configure the same policy.


1 Open the all users, specific users or groups, or all users except administrators Local Group Policy Editor for how you want this policy applied.

2 Navigate to the policy location below you want in the left pane of the Local Group Policy Editor. (see screenshot below step 3)

(All users)​
Computer Configuration > Administrative Templates > Start Menu and Taskbar

OR​

(Specific user or group)​
User Configuration > Administrative Templates > Start Menu and Taskbar

3 In the right pane of Start Menu and Taskbar in the Local Group Policy Editor, double click/tap on the Configure Taskbar Small Button Behavior policy to edit it. (see screenshot below)

Taskbar_icon_size_gpedit-1.webp

4 Do step 5 (Default) or step 6 (specify) below for what you want.

5 Default User-Choice Taskbar Button Size

This is the default setting to allow using Option One, Option Two, and Option Three.


A) Select (dot) Not Configured. (see screenshot below)​

B) Click/tap on OK, and go to step 7.​

Taskbar_icon_size_gpedit-2.webp

6 Specify Taskbar Button Size

This will override and prevent using Option One, Option Two, and Option Three.


A) Select (dot) Enabled. (see screenshot below)​

B) Select Always, When taskbar is full, or Never in the "Choose when to show smaller taskbar buttons" drop menu for what you want.​

C) Click/tap on OK, and go to step 7.​

Taskbar_icon_size_gpedit-3.webp

7 Either restart the explorer process, sign out and sign in, or restart the computer to apply.

8 You can now close the Local Group Policy Editor if you like.




Option Five

Specify Size of Taskbar Icons for All Users using REG file


1 Do step 2 (default), step 3 (always), step 4 (when full), or step 5 (never) below for what you want.


 2. Default User-Choice Taskbar Button Size

This is the default setting to allow using Option One, Option Two, and Option Three.


A) Click/tap on the Download button below to download the file below, and go to step 6 below.​

Default_user-choice_Taskbar_always_uses_small_buttons.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"ConfigureTaskbarSmallButtonBehavior"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"ConfigureTaskbarSmallButtonBehavior"=-


 3. Always Show Smaller Taskbar Buttons for All Users

This will override and prevent using Option One, Option Two, and Option Three.


A) Click/tap on the Download button below to download the file below, and go to step 6 below.​

Taskbar_always_uses_small_buttons_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"ConfigureTaskbarSmallButtonBehavior"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"ConfigureTaskbarSmallButtonBehavior"=dword:00000000


 4. When Taskbar is Full Show Smaller Taskbar Buttons for All Users

This will override and prevent using Option One, Option Two, and Option Three.


A) Click/tap on the Download button below to download the file below, and go to step 6 below.​

Taskbar_uses_small_buttons_when_taskbar_is_full_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"ConfigureTaskbarSmallButtonBehavior"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"ConfigureTaskbarSmallButtonBehavior"=dword:00000001


 5. Never Show Smaller Taskbar Buttons for All Users

This will override and prevent using Option One, Option Two, and Option Three.


A) Click/tap on the Download button below to download the file below, and go to step 6 below.​

Taskbar_never_uses_small_buttons_for_all_users.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"ConfigureTaskbarSmallButtonBehavior"=-

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Explorer]
"ConfigureTaskbarSmallButtonBehavior"=dword:00000002

6 Save the REG file to your desktop.

7 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

8 Double click/tap on the downloaded REG file to merge it.

9 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

10 Either restart the explorer process, sign out and sign in, or restart the computer to apply.

11 You can now delete the downloaded REG file if you like.


That's it,
Shawn Brink


 

Attachments

Last edited:
Tutorial updated to add options 4 and 5 to apply with group policy. :alien:
 

My Computers

System One System Two

  • OS
    Windows 11 Pro for Workstations
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom self build
    CPU
    Intel i7-8700K 5 GHz
    Motherboard
    ASUS ROG Maximus XI Formula Z390
    Memory
    64 GB (4x16GB) G.SKILL TridentZ RGB DDR4 3600 MHz (F4-3600C18D-32GTZR)
    Graphics Card(s)
    ASUS ROG-STRIX-GTX1080TI-O11G-GAMING (11GB GDDR5X)
    Sound Card
    Integrated Digital Audio (S/PDIF)
    Monitor(s) Displays
    2 x Samsung Odyssey G75 27"
    Screen Resolution
    2560x1440
    Hard Drives
    1TB Samsung 990 PRO M.2,
    4TB Samsung 990 PRO M.2,
    TerraMaster F8 SSD Plus NAS
    PSU
    Seasonic Prime Titanium 850W
    Case
    Thermaltake Core P3 wall mounted
    Cooling
    Corsair Hydro H115i
    Keyboard
    Amazon Basics Wired Full Keyboard MD005
    Mouse
    Logitech MX Master 4
    Internet Speed
    2 Gbps Download and 100 Mbps Upload
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
    Other Info
    Logitech Z625 speaker system,
    Logitech BRIO 4K Pro webcam,
    HP Color LaserJet Pro MFP M477fdn,
    CyberPower CP1500PFCLCD
    Galaxy S23 Plus phone
  • Operating System
    Windows 11 Pro
    Computer type
    Laptop
    Manufacturer/Model
    Surface Laptop 7 Copilot+ PC
    CPU
    Snapdragon X Elite (12 core) 3.42 GHz
    Memory
    16 GB LPDDR5x-7467 MHz
    Monitor(s) Displays
    15" HDR
    Screen Resolution
    2496 x 1664
    Hard Drives
    1 TB SSD
    Internet Speed
    Wi-Fi 7 and Bluetooth 5.4
    Browser
    Chrome and Edge
    Antivirus
    Microsoft Defender
Back
Top Bottom