Amazon could lay off thousands of corporate employees next week, reports say

Amazon could lay off thousands of corporate employees next week, reports say
source: gettyimages
January 28, 2026

According to Reuters, Amazon is preparing to trim a substantial number of corporate roles in another round of layoffs, with some actions potentially starting as soon as Tuesday. The move would follow the company’s previous layoffs of about 14,000 corporate positions last October.

The Reuters piece is described as an exclusive and cites multiple people familiar with the matter who spoke on condition of anonymity. Details on the scope, exact timing, and which business units might be affected remain unclear and could change as plans evolve.

This potential wave of cuts appears to be part of ongoing cost-control and restructuring efforts at the tech giant. No official confirmation from Amazon has been provided yet, and Reuters notes that the plans could shift before any formal layoffs occur.

Source: Reuters exclusive reporting

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