Microsoft shipped a long-awaited olive branch to Windows 11 purists on May 15, 2026, when it pushed Insider Experimental Build 26300.8493 to testers. The build restores two fundamental taskbar behaviors that vanished with Windows 11’s launch: the ability to reposition the taskbar anywhere on screen and a toggle for smaller, classic-sized icons. A follow-up release, Build 26300.8758, fleshed out the feature with a dedicated settings page, signaling that the company might finally be ready to ship what millions of users have demanded since late 2021.

The change lands nearly five years after Windows 11 first locked the taskbar to the bottom of the display and forced larger, centered icons. For veteran Windows users, the omission was a daily irritation. The taskbar had been a movable, resizable strip since Windows 95, and its removal in Windows 11 felt like a regression. Power users, multi-monitor setups, and anyone with vertical screen space felt the constraints immediately. Now, the Insider Experimental channel offers a glimpse of how Microsoft intends to correct course, though the company remains characteristically cautious about commitments.

A slow burn toward restoration

When Windows 11 debuted in October 2021, the taskbar was rebuilt from scratch using modern code. That rewrite allowed for a fresh visual design but stripped away decades of flexibility. Users could no longer drag the taskbar to the left, right, or top edge, nor could they enable small icons that saved precious vertical pixels on laptops. Third-party tools like ExplorerPatcher, StartAllBack, and RoundedTB filled the gap, but that route required technical confidence and often broke with system updates.

Microsoft’s initial stance was firm. Officials argued that the centered layout aligned with touch-first gestures and simplified the user experience for the broader consumer base. Feedback, however, was relentless. The Windows Insider community, Twitter threads, and Microsoft’s own Feedback Hub saw thousands of upvotes for “Bring back the ability to move the taskbar” and “Small taskbar buttons.” Behind the scenes, engineers faced a more complex reality: the new taskbar’s architecture wasn’t built to handle dynamic repositioning or resizable elements without significant rework. That architectural debt likely explains why the feature is only surfacing in an Experimental build in 2026, years after the initial outcry.

What’s actually in Build 26300.8493 and 26300.8758

The first Experimental drop, Build 26300.8493, introduced the core functionality under a hidden feature flag. Testers who enabled it could right-click the taskbar, choose “Taskbar settings,” and find a new “Taskbar behaviors” subsection. Inside, a dropdown menu now lets you select a screen edge: Bottom (default), Top, Left, or Right. Selecting Top instantly shifts the taskbar, complete with the Start menu and system tray flipping orientation. On the left or right sides, icons stack vertically, and the taskbar narrows to a strip reminiscent of Windows 10’s classic mode.

Alongside positioning, the build revived the “Use small taskbar buttons” checkbox. When enabled, the taskbar height shrinks by roughly 40%, shrinking icons and dropping the date from the clock area to conserve space. The small-button mode works on any edge, though testers note that label-less pinned icons become less legible on ultra-high-resolution screens without scaling adjustments.

The rapid follow-up in Build 26300.8758 added a dedicated settings page housed under “Personalization > Taskbar” called “Taskbar layout.” This page previews the selected layout visually and includes a “Reset to default” button. It also exposes per-monitor taskbar alignment—a nod to multi-display warriors who want the taskbar on one monitor’s side while keeping it bottom-aligned on another. Early testers in the Experimental channel report that animations are still rough; dragging notification icons between taskbars occasionally leaves ghost artifacts, and the system tray sometimes refuses to reflow correctly after a reposition. Those bugs are expected in a build marked “Experimental,” which isn’t even tied to a specific Dev or Canary branch.

Experimental channel: what it means and what it doesn’t

Microsoft’s Experimental channel operates differently than the standard Insider rings. Features pushed here are often long-term explorations that may never ship. They bypass the usual Dev/Beta/Release Preview progression and instead exist in a floating state, allowing engineers to gather telemetry without implying immediate shipment. Receiving the feature in Experimental Build 26300 doesn’t guarantee it will appear in a future 24H2 Moment update or even Windows 12. The company explicitly warns that features in this branch may be scrapped entirely.

That said, the level of polish in the dedicated settings page suggests more than a thrown-together prototype. The per-monitor controls and the visual layout picker indicate a deliberate UX effort. Microsoft likely wants to gauge adoption, performance impact, and compatibility with third-party app bars before committing the feature to a mainstream release. Telemetry will reveal whether users actually move the taskbar or just leave it at the bottom. If only a tiny fraction relocate it, the company might shelve the feature again.

Community reaction: relief tempered by skepticism

On forums, Reddit, and Insider circles, the immediate reaction was a collective exhale. Users who had clung to Windows 10 solely for the movable taskbar now see a reason to upgrade. The small-icons toggle drew praise from laptop owners on 13-inch screens where every row of vertical space counts. Multi-monitor testers celebrated the ability to keep a main taskbar at the bottom while placing secondary taskbars on the sides of auxiliary screens—a configuration that eluded them since 2021.

Yet skepticism runs deep. Comments frequently point out that similar features have appeared in internal builds before, only to vanish without explanation. In 2023, a Dev Channel build briefly enabled a registry hack that moved the taskbar to the top, but Microsoft quickly disabled it. Insiders worry that Experimental status means the feature is on perpetual probation. Others note that the new taskbar still lacks “Never combine” labels—arguably the most-requested missing feature. Until Microsoft addresses window grouping, they say, the taskbar remains incomplete.

Technical under the hood: why it took so long

Rewind to why this matters. The Windows 11 taskbar is built as a WinUI 3 XAML component isolated in a separate process, Taskbar.dll, no longer tied to the classic Explorer shell. This isolation improves stability—if the taskbar crashes, it restarts without taking down the desktop. But it also severed the old APIs that allowed repositioning. Moving the taskbar isn’t a matter of flipping a boolean; it requires Windows to re-anchor flyouts, auto-hide behavior, gesture handling, and all the shell extensions that third-party apps inject. The system tray overflow window, the clock, the network and volume pop-ups—each must reconfigure its screen-edge alignment in real time.

Build 26300 appears to accomplish this through a new anchoring engine in the Desktop Window Manager. The engine recalculates work area dimensions dynamically and sends layout messages to all open applications, forcing them to respect the new desktop bounds. Early performance benchmarks show a minor memory uptick of around 15–20 MB after repositioning, which the system eventually reclaims. The engine also re-enables the translucent acrylic blur strip correctly on all edges, fixing a long-standing visual bug from the Windows 10 days where the taskbar blurred only on the bottom.

For small icons, the build adjusts the taskbar’s minimum height from 48 pixels to 30 pixels, roughly matching the classic 2x16 scaling. This change required Microsoft to rework the touch-target guidelines for accessibility, ensuring that small buttons still meet the 24x24 pixel minimum for pen and touch input. That may explain why the toggle is optional rather than a hard-coded size reduction.

Compatibility with third-party customization tools

The Experimental build’s arrival puts pressure on third-party utility developers. Apps like ExplorerPatcher and StartAllBack often hook deep into the same shell processes that the new build modifies. Early testing indicates that when both the new native positioning and a third-party tool try to control the taskbar, conflicts arise: double Start menus, disappearing system trays, or complete shell crashes. The community advises uninstalling any taskbar modding software before enabling the Experimental features, and the developers of those tools have issued warnings on GitHub, suggesting users wait for a stable mutual compatibility path.

This friction creates a Catch-22: the people most eager for movable taskbars are exactly the ones who installed mods to get them earlier. Those users must now choose between a natively supported but experimental implementation and the fully-featured, battle-tested mods they already use. Many are opting to dual-boot or run the Experimental build in a virtual machine to test the waters without compromising their daily workflow.

What’s still missing and what may come next

The new positioning and small-icons toggles address two of the top three taskbar requests. The third—ungrouped windows with labels—remains conspicuously absent. No insider leaks or code strings hint at its return, and Microsoft’s telemetry tends to show that a minority of users actually enable it. The company’s design philosophy leans heavily toward simplicity and touch-friendliness, both of which conflict with a label-rich, dense taskbar. That philosophical tension means uncoupled labels might never return, even as position and size flexibility improve.

The Experimental builds also lack fine-grained controls like drag-and-drop repositioning from the desktop. In Windows 10, you could simply drag the taskbar to any screen edge and let go. Build 26300 requires the dropdown menu; there’s no drag interaction yet. Testers have requested that Microsoft add a “Drag to move” toggle under Taskbar behaviors, but it hasn’t appeared. Similarly, the small-icons mode doesn’t adjust icon spacing or allow custom scaling, leaving users to choose between just two sizes. A slider for taskbar height—common in Linux desktop environments—would offer the granularity power users crave, but it’s nowhere on the roadmap.

How to get the builds and what to watch for

Insiders enrolled in the Experimental channel can grab the builds via Windows Update. The channel is invite-only, requiring explicit opt-in through a dedicated Microsoft portal after agreeing to additional telemetry collection. Build 26300.8493 rolls out gradually; not all Experimental testers see it immediately because Microsoft uses A/B testing to measure feature impact. The toggle to enable taskbar repositioning might need activation through ViveTool, a third-party command-line utility that manipulates feature IDs—but using such tools is unsupported and can lead to system instability.

If you decide to test, back up your system first. The Experimental builds are rough; testers have reported temporary shell freezes when resizing the taskbar on 4K displays, and some legacy applications that override maximized window boundaries (like certain CAD tools) fail to respect the new work area. The touch keyboard invocation also misbehaves on side-aligned taskbars, appearing in the wrong location. These are acknowledged bugs listed in the known issues bulletin that accompanies every flight.

The broader narrative: Windows 11’s journey toward configurability

The taskbar changes fit a slow but detectable shift in Microsoft’s strategy. After years of pushing a locked-down, macOS-inspired aesthetic, Windows is inching back toward configurability. The return of folder thumbnails in File Explorer, the expansion of widget board customization, and the reintroduction of taskbar seconds display in 2025 all hint that the company heard the feedback. The Experimental channel gives Microsoft a low-risk playground to test features that might antagonize the “consistent experience” faction if pushed broadly.

Analysts note that enterprise and IT administrators—who play an outsized role in Windows licensing revenue—have expressed strong preference for a movable taskbar to match their kiosk and digital signage deployments. A pharmacy workstation mounted in portrait mode, for example, needs the taskbar on the side to maximize usable screen real estate. Microsoft losing those niche deployments to alternative operating systems may have finally tipped the internal priority scales.

What this means for Windows 10 holdouts

Windows 10’s support end date in October 2025 left millions of users scrambling. Many cited the taskbar rigidity as a primary reason to delay migration. Now that a viable path to a movable taskbar is visible—even if experimental—Microsoft sends a message: the modernization Windows 11 forced doesn’t have to sacrifice every bit of muscle memory. The company won’t say when or if the feature will graduate to general availability. But the fact that it’s in a build and receiving dedicated UI work means it’s not a one-off hack. The most likely scenario is a rollout in a future Moment update for Windows 11 25H2 or even as a marquee feature for whatever comes after Windows 11.

Cynics will note that Microsoft once promised a “Never combine” toggle in a preview build and then pulled it, so nothing is guaranteed. But the engineering investment visible in Build 26300.8758—a full settings page with per-monitor previews—feels more substantial than a spare-time project. It signals that the company has allocated real development resources to the feature, and in the world of Windows development, that’s the strongest leading indicator of eventual shipment.

Final thoughts: patience required

For now, enthusiasts who build their identity around a perfectly tuned Windows desktop have a reason to be cautiously optimistic. Build 26300 proves the features can work, and the small-icons option reclaims precious vertical space on modern 16:9 laptop screens that grow wider every year while losing height. The architectural overhaul underlying these changes may even unlock future improvements like dynamic scaling or third-person taskbar skins.

The road from Experimental to stable, however, is long and littered with abandoned flights. If the telemetry shows high usage and low crash rates, expect a gradual expansion to Dev and Beta channels by late 2026. If it reveals that only 2% of users bother moving the taskbar, the feature may be scuttled entirely. Either way, the Insider experiment demonstrates that Microsoft finally understands the emotional attachment users have to this seemingly trivial rectangle of pixels. The taskbar is more than a launcher; it’s the anchor of the entire Windows experience. Giving users back control over where it lives might just restore a bit of the trust that Windows 11 fractured at launch.