How To Guides Org

Change Taskbar Icon Size in Windows 7

So, you want to change the taskbar icon size in Windows 7 and possibly the spacing too? The big buttons are too big and the small buttons are too small, right? You can change the taskbar icon size via the registry, so let’s get to it!

(Image: Icon Spacing Reduced)

Quick Links:

Beginners Note: Before you are trying to change the taskbar icon size via the registry, you should be aware of the fact that you can change the taskbar icon size to “small” in Windows 7. So, if that’s what you want to do, don’t bother with the registry!

Change Taskbar Icon Size via Windows 7 Settings

1. Step Right-click on your Windows 7 Superbar and click on “Properties”

2. Step Check the option “Use small Icons” and click on “Apply”:

Voilà, you will now have small taskbar icons. If you want to customize the icon width, you can now proceed with editing the registry values below. Keep in mind that we will change the width of the icons and the spacing, but we won’t actually change the icon size, because that’s currently not possible.

Change Taskbar Icon Size via Registry

1. Step Open the registry (enter regedit.exe into search field and right-click on regedit.exe at the top)

2. StepGo to the following registry key:
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]

3. Step Right-click in the right pane and click on “New” – “String”

4. Step Name the string key: MinWidth and enter a value in Pixel.

Enter a value 32 or higher for small icons*
Enter a value 56 or higher for normal icons*

*If you don’t know if you have small icons or normal icons, you’ll probably have normal icons.

So, here you have to experiment a little bit. I tried it myself and the minimum value for small icons is 32 and for normal icons at least 56 or the buttons will not work properly!

5. Step Log off and log in again. Note: Restarting explorer.exe is not enough here, you have to log off!

You can also define a MaxWidth for your taskbar icons. So, you can define the minimum and maximum taskbar icon size. THe absolute minimum is already defined, because the buttons won’t work if they have a width of only 20 pixel. The maximum width can be anything, but don’t make them too big.

Examples:

MinWidth 56 Pixel, using normal icons:

MinWidth 20 Pixel = not working:

MinWidth 32 Pixel: working

Download Taskbar Icon Size Registry Files

Copy this into a notepad, save as a .reg file and then execute it:

32 Pixel (small icons)

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
“MinWidth”=”32”

56 Pixel (normal icons)

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
“MinWidth”=”56”

Alternatively, you can download our registry file:

Change Taskbar Icon Site to 32 .reg file

Change Taskbar Icon Site to 56 .reg file