Windows 11 could finally get a movable taskbar with 26H2 update

Windows 11 could finally get a movable taskbar with 26H2 update
source: gettyimages
February 13, 2026

Rumors suggest Microsoft is gearing up to let Windows 11 users relocate the taskbar away from its default bottom edge. According to sources cited by Windows Central, the taskbar could be repositionable to the top of the screen or placed vertically along either side of the desktop. This is a feature Windows 10 users have long enjoyed, and many have wondered why it didn’t make the jump to Windows 11 at launch.

In addition to repositioning, the report claims an option to resize the taskbar could arrive. If you don’t want a bar spanning the entire width or height of the screen, you’d be able to shorten it, giving users more control over the desktop layout. At this stage, it remains a rumor, but such changes would mark a notable upgrade in customization for Windows 11.

Work on the taskbar revamp is reportedly underway, with a mid-year reveal anticipated and a longer-term rollout tied to the 26H2 update. The timing has varied in discussions—some phrased as a summer unveiling, others suggesting a broader mid-year introduction with a late-2026 deployment window.

Why now? Microsoft has faced ongoing criticism that Windows 11 still lacks some familiar features from Windows 10, even as AI features and other enhancements are pushed into the OS. Expanding the taskbar’s flexibility would address a long-standing user request and could help restore confidence in Windows 11 as Microsoft doubles down on performance refinements, bug fixes, and usability improvements.

If these changes come to pass, they’d represent a significant step in broadening Windows 11’s customization options and, potentially, its user trust as the platform continues to evolve. Until Microsoft confirms anything officially, treat this as a promising rumor about what might arrive in a future update.

By TechRadar staff

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 140 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6645793,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}