Tim Cook to Step Down as Apple CEO, Transition to Executive Chairman

Tim Cook to Step Down as Apple CEO, Transition to Executive Chairman
source: gettyimages
April 21, 2026

Tim Cook, who has led Apple as CEO, told employees at an all-hands meeting that he will step down later this year and continue on as executive chairman for a long period. He will hand the reins to hardware chief John Ternus on Sept. 1.

The remarks were shared during a gathering at Apple Park’s Steve Jobs Theater, where Cook and Ternus discussed topics ranging from artificial intelligence to product roadmaps and design as part of a broader strategic conversation.

Cook emphasized that he is in good health and remains committed to guiding the company in his new role for years to come, marking a significant leadership transition for Apple and its ongoing push into AI-enabled hardware and innovative design.

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