Microsoft maps out Windows 11 changes: AI reductions, longer update pauses, and taskbar repositioning

Microsoft maps out Windows 11 changes: AI reductions, longer update pauses, and taskbar repositioning
source: gettyimages
March 21, 2026

Microsoft has laid out a series of upcoming tweaks to Windows 11, shared by Pavan Davuluri, the President of Windows & Devices at Microsoft. In a detailed blog post that also went to Windows Insider program members, Davuluri outlines “initial changes” planned for preview builds over the coming months. The message reads like a user-driven wishlist aimed at dialing back some of the AI-driven features and restoring user control.

What’s changing at a glance

Deeper details

On timing and expectations

Microsoft frames these as initial changes coming to preview builds over the next few months. As with any Windows preview cycle, it’s not guaranteed that every item will make it into a final release, and some changes may be phased in gradually.

If you’re following Windows 11’s evolution, these updates hint at a broader effort to calm AI-driven noise, give users more control over when and how updates install, and restore familiar customization options that were pared back in earlier builds.

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": 6646789,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}