Windows

Windows 10/11 Taskbar Customization: Complete Guide

This guide will help you fully customize the Windows 10 and 11 taskbar to your needs: change size, manage window grouping, set auto-hide, apply accent colors, and install useful widgets.

Updated at February 14, 2026
10-15 min
Easy
FixPedia Team
Применимо к:Windows 10 (version 2004 and later)Windows 11 (all versions)

Introduction / Why This Matters

The taskbar is a central navigation element in Windows. Properly configuring it significantly boosts productivity: quick access to pinned apps, convenient window switching, and a clean desktop. This guide will walk you through all available taskbar customization settings in modern versions of Windows 10 and 11.

After completing this guide, you will be able to:

  • Change the size and position of the taskbar.
  • Configure window grouping behavior.
  • Enable auto-hide for more screen space.
  • Apply a color theme.
  • Manage displayed system icons.

Requirements / Preparation

  1. You must have Windows 10 (version 2004 or later) or Windows 11 installed.
  2. Changing some advanced parameters (via the registry) requires administrator privileges.
  3. It is recommended to create a system restore point before making registry changes.

Step-by-Step Instructions

Step 1: Basic Settings via Windows Settings

The primary configuration interface is in Windows Settings (opened with the Win + I shortcut).

  1. Navigate to PersonalizationTaskbar.
  2. At the top of the window, use the 'Taskbar alignment' dropdown to choose icon alignment (centered or left-aligned — the classic Windows 10 style).

Step 2: Changing Size and Position

In the 'Taskbar behaviors' section:

  • Taskbar location on screen: choose bottom (default), top, left, or right.
  • Taskbar size (Windows 11 only): choose Small, Medium, or Large.
  • Taskbar button size (Windows 10 only): move the slider to make icons smaller or larger.

⚠️ Important: Some applications may not display correctly if the taskbar is positioned vertically (left/right).

Step 3: Configuring Window Grouping

This is one of the most useful settings for multitasking. In the same 'Taskbar behaviors' section, find the 'Combine buttons on taskbar' setting.

  • Always, hide labels: all windows of one app are combined into a single button (default behavior).
  • Never: each window has its own separate button on the taskbar.
  • When taskbar is full: Windows decides automatically.

Step 4: Auto-Hide and Other Behaviors

Toggle the 'Automatically hide the taskbar' switch. The taskbar will disappear when not in use and reappear when you move the cursor to the relevant screen edge.

You can also configure:

  • Show my taskbar on all displays (useful for multi-monitor setups).
  • Show taskbar buttons on (if you have multiple monitors).

Step 5: Managing Icons and System Tray

Scroll down on the taskbar settings page. Here you can:

  • Toggle system icons: Search, Task view, Chat (Windows 11), Widgets.
  • Click 'Turn system icons on or off' to manage specific icons in the notification area (clock, volume, network, etc.).

Step 6: Advanced Settings via Registry Editor

For parameters missing from the graphical interface, use the registry.

  1. Press Win + R, type regedit, and press Enter.
  2. Navigate to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  3. Here you can create or modify DWORD (32-bit) values:
ParameterValueDescription
TaskbarSi0Small taskbar size (Windows 11)
TaskbarSi1Medium size (default)
TaskbarSi2Large size
TaskbarGlomLevel0Never combine
TaskbarGlomLevel1Combine when full
TaskbarGlomLevel2Always combine (default)
  1. Restart Explorer (via Task Manager) or reboot your computer for changes to take effect.

💡 Tip: For mass deployment of settings in a corporate environment, use PowerShell. Example script to disable grouping:

Set-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced' -Name 'TaskbarGlomLevel' -Value 0 -Type DWord
Stop-Process -Name explorer -Force

Verifying the Result

  1. Ensure the taskbar appears in your chosen position and has the correct size.
  2. Open multiple windows of the same application (e.g., several Notepad windows). Check that they group according to your setting.
  3. Hover over the screen edge if auto-hide is enabled — the taskbar should appear.
  4. Verify that selected system icons (clock, notification area) are displayed.

Potential Issues

  • Settings not applying: After changing the registry, you must restart Explorer (explorer.exe) via Task Manager or reboot the PC.
  • Taskbar "freezes" or doesn't hide: Some fullscreen applications (especially games) can forcibly disable auto-hide. Check the application's own settings.
  • Icons display incorrectly after size change: Try rebooting. If the problem persists, revert the TaskbarSi value to 1 (medium size).
  • No 'Grouping' parameter in Windows 11 Settings: In some Windows 11 builds, this setting is hidden. Use the Registry Editor (TaskbarGlomLevel) to manage it.
  • Taskbar resets after a Windows update: Major OS updates can reset settings. Save critical registry parameters to a .reg file for quick restoration.

F.A.Q.

How to disable window grouping on the taskbar?
Can I make the taskbar transparent?
Why doesn't the taskbar auto-hide?
How to reset the taskbar to default?

Hints

Accessing Taskbar Settings
Changing Size and Position
Configuring Window Grouping
Enabling Auto-Hide
Customizing Taskbar Areas
Advanced Settings via Registry (Optional)
FixPedia

Free encyclopedia for fixing errors. Step-by-step guides for Windows, Linux, macOS and more.

© 2026 FixPedia. All materials are available for free.

Made with for the community