Christoph Hartmann Exits Amazon Game Studios as Company Shifts to Party-Game Focus

Christoph Hartmann Exits Amazon Game Studios as Company Shifts to Party-Game Focus
source: gettyimages
January 28, 2026

Bloomberg’s Jason Schreier reports that Christoph Hartmann, the head of Amazon Game Studios, is leaving the company. The departure comes on the heels of Amazon’s October announcement that it would move away from MMO development and focus on party-style, more casual titles.

Hartmann’s exit follows a period of strategic reorientation for Amazon’s game division. In 2021, he spoke publicly about the company’s gaming strategy, but the direction has evolved since then, culminating in the shift toward less traditional, team-based party games rather than large-scale online worlds.

The report did not disclose timing for the leadership transition or any information about a successor. It simply confirms Hartmann’s departure as part of the ongoing realignment of Amazon’s gaming efforts.

Source: Bloomberg’s Jason Schreier reports.

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