Change Taskbar Thumbnail Size with Regedit
Adjusting the taskbar thumbnail preview size in Windows allows you to customize the dimensions of the pop-up windows that appear when hovering over active taskbar icons. By modifying specific values in the Windows Registry (Regedit), you can increase or decrease the pixel size of these previews beyond the default settings. This guide walks you through navigating the Registry Editor, creating the necessary registry value, setting your preferred thumbnail dimensions, and restarting Windows Explorer to apply the changes.
Step 1: Open the Registry Editor
- Press
Windows Key + Rto open the Run dialog box. - Type
regeditinto the field and pressEnteror click OK. - If prompted by User Account Control (UAC), click Yes to grant administrative permissions.
Step 2: Navigate to the Taskband Key
In the Registry Editor address bar at the top, paste the following
path and press Enter:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskband
Alternatively, use the left-hand navigation pane to browse to the folder manually.
Step 3: Create the Thumbnail Size Value
- Right-click on the
Taskbandfolder in the left pane, or right-click any empty space in the right pane. - Hover over New and select DWORD (32-bit) Value.
- Name the new value
MinThumbSizePxand pressEnter.
(Note: If the MinThumbSizePx value already exists,
you can skip creating it and proceed to the next step.)
Step 4: Set the Desired Thumbnail Size
- Double-click the
MinThumbSizePxentry to open its edit window. - Under the Base section on the right, select the Decimal radio button.
- In the Value data field, enter your desired preview
size in pixels.
- The default Windows preview size is roughly 200 pixels.
- For larger previews, enter a value such as 300, 350, or 400.
- For smaller previews, enter a value lower than 200 (such as 150).
- Click OK to save the changes.
Step 5: Restart Windows Explorer
The registry changes will not take effect until Windows Explorer is restarted.
- Press
Ctrl + Shift + Escto open the Task Manager. - Under the Processes tab, locate Windows Explorer.
- Right-click Windows Explorer and select Restart.
Once the taskbar reloads, hover your cursor over any running application icon to view your newly resized thumbnail previews.
How to Revert to Default Size
To restore the default thumbnail size at any time:
- Return to
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Taskbandin Regedit. - Right-click
MinThumbSizePxand select Delete. - Confirm the deletion and restart Windows Explorer via Task Manager.