Free and open source

Folders for the Windows taskbar

One click on a group opens a compact panel of application icons. Four groups instead of thirty pinned shortcuts.

The TaskbarFold flyout showing a grid of application icons

The taskbar runs out at the fifteenth icon

Windows cannot group pinned shortcuts. There are no folders and no nesting. Past a dozen icons the row turns into a pile you scan instead of read.

A taskbar crowded with individual pinned icons
Without TaskbarFold
The same taskbar with four TaskbarFold groups
With TaskbarFold

Built for the way the taskbar is actually used

Opens instantly

A tray process keeps every group window built and warm. Clicking a group shows it. It does not start a new process.

Typing filters the icons inside a group

Keyboard first

Type to filter the group, press a digit to launch by position.

Right monitor, right edge

Per-monitor v2 DPI. The panel snaps to the taskbar of the screen holding the cursor, auto-hide included.

Store apps too

Packaged applications are listed with their AppUserModelIDs and launched through the shell.

Light and dark

Follows the Windows setting by default, with an acrylic backdrop where Windows 11 provides one.

Broken shortcuts heal

A moved application is searched for by file name and rebound, instead of leaving a dead icon behind.

The TaskbarFold settings window

From install to a pinned group

Create a group

Give it a name, a colour and a column count. The group keeps a permanent id, so renaming it later never breaks the pin.

Add shortcuts

Drag them in from Explorer, pick a file, or double-click an entry in the list of installed applications.

Pin it

One button writes the shortcut and opens Explorer with it selected. Drag it onto the taskbar and the group is live.

Price

Free, and staying free

  • No ads
  • No telemetry
  • No account
  • No paid tier

The source is published under the MIT licence: read it, build it, change it, ship your own copy.

Download Read the licence

What changed since taskbar-groups

The open-source project that solved this first was abandoned in January 2021, on a framework older than Windows 11. TaskbarFold is a fresh implementation of the same idea.

A cold process start on every click

A tray resident with the window already built

Sizes in raw pixels, no DPI awareness

Per-monitor v2, every size in DIP

The monitor index was computed incorrectly

The taskbar edge is derived per monitor

Config next to the .exe, needs elevation

Config in %APPDATA%, never elevated

Renaming a group broke its pin

A group is identified by a permanent id

No search inside a group

Type to filter, digits to launch

Questions

Why is pinning not a single click?

Windows 10 and 11 deliberately removed the API for pinning to the taskbar, and the registry workarounds break with feature updates. TaskbarFold prepares the shortcut correctly and hands it to you selected in Explorer. The last drag is yours.

Does it need administrator rights?

No. The installer is per-user, the configuration lives in %APPDATA%, and the application never asks for elevation.

Does it work on Windows 10?

Yes, from build 1809. The acrylic backdrop is a Windows 11 feature; on Windows 10 the panel uses a solid colour with opacity instead.

Do I need to install .NET?

No. The portable build is a single self-contained executable with no runtime prerequisite.

Does it collect any data?

No. The only network request is an update check against GitHub releases, made at most once a day and never on the UI path.

Download TaskbarFold

A per-user installer or a portable zip. Both are free.

Download

0.1.0 Windows 10 (1809+) and Windows 11 x64 MIT licence