Change the taskbar buttons width in Windows 7

Windows 7 shows all the running applications in the taskbar in form of buttons. The width of these buttons decreases as more and more applications populate the taskbar. The default minimum width of these taskbar buttons is 225 pixels. But you can increase or decrease this minimum width if you want. Here is how :

  1. Press the key combination Windows logo key + R to open the Run dialog.
  2. In the Run dialog, type regedit and press Enter to open the Registry Editor window.

    Run dialog in Windows 7

  3. In the Registry Editor, navigate to the following key :
    HKEY_CURRENT_USERControl PanelDesktopWindowMetrics
  4. Right click on the WindowMetrics and select New → String Value as shown.

    Creating a new String Value in Registry Editor

  5. Give the new string value a name MinWidth. Then double-click on the newly created string value and give it a value of -(pixels × 15). Suppose you want the minimum width of the taskbar buttons to be 500 pixels wide, then set the value to be -(500 × 15) = -7500. You can increase or decrease this value as you prefer.

    The MinWidth value in the Registry Editor

  6. Reboot your computer for the changes to take effect.

If later you want to revert to the the default setting of the taskbar width, then just delete the MinWidth value and reboot your computer.

One comment

  1. Doesn’t work on Windows 10. Taskbar buttons width can be large, but not smaller.

Comments are closed.