Windows 11 Guide

How to Change Windows 11 Taskbar Size Using Registry Editor

Windows 11 does not offer a normal Settings option for changing the taskbar height on many builds. Older Windows 11 versions responded to a hidden Registry value named TaskbarSi, where 0 meant small, 1 meant default, and 2 meant large. Microsoft has changed taskbar behaviour over time, so this tweak may work only partially—or not at all—on newer builds. Use it carefully, back up the Registry key, and know how to reverse the change.

Difficulty: Beginner–IntermediateTime: 10–20 minutesUpdated: July 17, 2026

Windows 11 does not offer a normal Settings option for changing the taskbar height on many builds. Older Windows 11 versions responded to a hidden Registry value named TaskbarSi, where 0 meant small, 1 meant default, and 2 meant large. Microsoft has changed taskbar behaviour over time, so this tweak may work only partially—or not at all—on newer builds. Use it carefully, back up the Registry key, and know how to reverse the change.

Quick answer

Start with the least invasive method, test the result, and make one change at a time. Back up important settings before Registry, driver, or administrator-level changes.

On this page

Before editing the Registry

The Registry controls Windows configuration. A typo in the wrong key can affect Explorer, the taskbar, or sign-in behaviour. Create a restore point and export the exact key before changing anything.

Compatibility warning: TaskbarSi is an unsupported tweak. Newer Windows 11 builds may ignore it, and future updates can remove or change its effect.

What TaskbarSi values mean

The icon size, taskbar height, notification area, touch layout, and alignment may not scale perfectly together.

Step 1: Check your Windows 11 build

  1. Press Win + R.
  2. Type winver.
  3. Note the Windows version and OS build.

If TaskbarSi has no effect, the most likely reason is that the current taskbar implementation no longer honours the value.

Step 2: Create a restore point

  1. Search for Create a restore point.
  2. Select the Windows system drive.
  3. Choose Create.
  4. Name it something clear, such as Before TaskbarSi change.

Step 3: Open the correct Registry key

  1. Press Win + R.
  2. Type regedit and press Enter.
  3. Approve the User Account Control prompt.
  4. Go to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced

This key affects the currently signed-in user.

Step 4: Export the key as a backup

  1. Right-click Advanced.
  2. Select Export.
  3. Save the file somewhere easy to find.

To restore it later, double-click the exported .reg file and restart Explorer.

Step 5: Create or edit TaskbarSi

  1. Right-click an empty area in the right pane.
  2. Select New → DWORD (32-bit) Value.
  3. Name it TaskbarSi.
  4. Double-click it.
  5. Select Decimal.
  6. Enter 0, 1, or 2.
  7. Select OK.

Use only the three expected values. Other values are not a supported way to create a custom height.

Step 6: Restart Windows Explorer

  1. Press Ctrl + Shift + Esc.
  2. Find Windows Explorer.
  3. Right-click it and select Restart.

The desktop and taskbar may disappear briefly. If the change does not appear, sign out and sign back in or restart the PC.

How to restore the default taskbar size

Return to the same Registry key and either:

Restart Windows Explorer afterward.

Why TaskbarSi may not work

Common display problems after changing the value

You may see clipped notification icons, an oversized system tray, alignment issues, touch-target problems, or text that no longer fits correctly. Restore the default value if the layout becomes unstable.

Safer alternatives

If the Registry tweak does not work, consider the following supported options:

Display scaling changes the size of the full Windows interface, not just the taskbar.

Should you use third-party taskbar tools?

Third-party tools can restore older layouts or expose more controls, but they hook into Explorer and may break after Windows updates. Use only well-known software, create a restore point, and keep an uninstall path ready. Do not install unknown Explorer patches from random download sites.

If the taskbar becomes frozen or blank

Restart Windows Explorer first. If Start or Search also stops responding, use the Windows 11 frozen Search bar troubleshooting guide. Avoid applying multiple Registry tweaks at once because that makes the cause difficult to identify.

Frequently Asked Questions

Does TaskbarSi still work on every Windows 11 version?

No. It may work on some older builds and have no effect on newer ones.

Can I create a custom taskbar height?

TaskbarSi supports only the small, default, and large values where the tweak is still honoured.

Will this affect every user account?

No. The key is under HKEY_CURRENT_USER, so it normally affects only the current Windows account.

Can a Windows update undo the change?

Yes. A feature update may reset the value or ignore it completely.

Official references

For platform-specific behavior and recovery options, compare this guide with the current documentation from the relevant official source.