Adobe Board Initiates Search for Next CEO

Adobe Board Initiates Search for Next CEO
source: gettyimages
March 12, 2026

San Jose, California — March 12, 2026 — Adobe announced that Shantanu Narayen, who has led the company as chief executive for 18 years, will transition out of the CEO role once a successor is named. Narayen will continue to serve as chair of the board during the transition period.

To manage the succession process, the board has formed a special committee led by Frank Calderoni, Adobe’s Lead Independent Director. The panel will evaluate both internal and external candidates to identify the right leader for Adobe’s next growth chapter in the AI-enhanced era. In commenting on the move, Calderoni thanked Narayen for his long-standing contributions and emphasized the board’s focus on a smooth transition and the selection of a leader who can sustain Adobe’s momentum.

Narayen has shared a note to employees regarding the announcement, which is available for staff to review.

About Adobe Adobe empowers people to create through its industry-leading platforms and tools that enable creativity, productivity and personalized customer experiences. For more information, visit www.adobe.com.

© 2026 Adobe. All rights reserved. Adobe and the Adobe logo are trademarks of Adobe (or its subsidiaries) in the United States and/or other countries. All other trademarks are the property of their respective owners.

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