Microsoft reshuffles security leadership as Gallot returns and Bell pivots to engineering quality

Microsoft reshuffles security leadership as Gallot returns and Bell pivots to engineering quality
source: gettyimages
February 4, 2026

Microsoft has named Hayete Gallot as its new executive vice president of security, reporting directly to CEO Satya Nadella. Gallot, who left Microsoft in October 2024 to lead Google Cloud’s customer experience, is rejoining the software giant to helm its security efforts. In a related shift, Charlie Bell—who has spent nearly five years overseeing Microsoft’s security, compliance, and identity teams—will move into a role focused on engineering quality, reporting to Nadella as part of a planned transition.

Nadella described the changes as a way to strengthen a security-focused leadership stack and to align personnel with where the company wants to head in its AI-centric era. Bell’s move to engineering quality aims to reposition him from an organizational leadership role toward more hands-on engineering involvement, reflecting a broader strategic shift Nadella has been guiding.

Context matters: Microsoft has faced persistent security scrutiny in recent years. In 2024, the Cyber Safety Review Board published a pointed assessment that Microsoft’s security culture needed an overhaul. The company had already begun its largest security transformation months earlier, spurred by a breach in which nation-state actors accessed U.S. government emails via a Microsoft Cloud exploit. Since then, Microsoft launched the Secure Future Initiative (SFI) to strengthen its security posture and reduce the risk of similar incidents, while continuing to reassure customers and policymakers that it is resilient in a rapidly evolving threat landscape. Gallot’s return places her at the forefront of sustaining these efforts and ensuring that security remains a cornerstone as Microsoft accelerates its AI initiatives.

About the leadership moves: Hayete Gallot spent nearly 16 years at Microsoft in various engineering and sales leadership roles before leaving for Google Cloud. Her experience across product development and customer value is being positioned to help Microsoft pursue a security-first approach in the AI era. Charlie Bell’s tenure leading Microsoft’s security, compliance, and identity teams will transition to a role centered on engineering quality, signaling a shift toward integrating security considerations more deeply into engineering practices across the company.

In short, Microsoft is reinforcing its security leadership at the top while steering a critical internal transformation that places greater emphasis on engineering excellence as the company advances its AI and cloud-first strategy.

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