Microsoft Gaming on a New Chapter: Spencer Retires, Sharma to Lead, Bond Exits

Microsoft Gaming on a New Chapter: Spencer Retires, Sharma to Lead, Bond Exits
source: gettyimages
February 20, 2026

Microsoft Gaming is set for a major leadership shift as Phil Spencer announces his retirement after 38 years with the company. In an internal message titled “A new chapter for Microsoft Gaming,” Spencer shared that he decided to retire last fall and will help steer a smooth transition in the months ahead. He stresses that Xbox is more than a business—it's a vibrant community of players, creators, and teams—and deserves a careful, deliberate plan for what comes next.

In his note, Spencer welcomes Asha Sharma to the top role, naming her as the new CEO of Microsoft Gaming. Over the past months, Sharma has demonstrated curiosity, clarity, and a strong commitment to understanding players and creators, and Spencer expresses confidence in her ability to guide the division forward. He adds that he will stay on in an advisory capacity through the summer to ensure a seamless handoff.

What’s changing, and who’s moving up

A long view from the Xbox teams

Spencer closes by thanking every member of Microsoft Gaming for their creativity, courage, and care toward players, creators, and colleagues. He emphasizes pride in what the team has built over the past 25 years and expresses unwavering confidence in what lies ahead. He will remain among the fiercest supporters of Xbox as a devoted fan and player, even as new leadership takes the stage.

“I’ve learned so much from this team and community,” Spencer writes, underscoring his commitment to a thoughtful transition that preserves the studio network, creative momentum, and the customer-focused culture that has defined Xbox.

Tom Warren

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