Microsoft reportedly scales back AI push in Windows 11, rethinks Copilot and Recall

Microsoft reportedly scales back AI push in Windows 11, rethinks Copilot and Recall
source: gettyimages
February 2, 2026

Microsoft is said to be re-evaluating its AI strategy for Windows 11, with plans to prune AI features that don’t fit naturally into the OS experience. The discussions, reported by Windows Central, suggest the company may slow the rush to embed Copilot more deeply into Windows 11’s UI and core apps.

Key points from the chatter include:

Context and implications:

In short, Microsoft appears to be dialing back its aggressive AI push in Windows 11, at least temporarily, while exploring how to preserve core AI concepts without compromising the OS’s quality or user trust. Whether these changes will translate into concrete, lasting updates remains to be seen.

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