Amazon Reaches Over $1 Billion Settlement to Resolve Return-Refund Claims

Amazon Reaches Over $1 Billion Settlement to Resolve Return-Refund Claims
source: gettyimages
January 28, 2026

Amazon has tabled a proposed settlement that would resolve allegations it mishandled customer returns, a deal valued at more than $1 billion. The package includes about $600 million earmarked for refunds and roughly $309.5 million designated for payments to affected customers. The 2023-class-action suit contends that, while the company promotes “free, no-hassle returns,” it sometimes failed to issue refunds or recharged customers after returns, and that Amazon knew many shoppers weren’t aware of these issues, leading to substantial monetary losses for consumers.

In addition to refunds, Amazon has committed around $363 million to improve its return and refund practices, though the company denies any wrongdoing. Lawyers representing the class say the monetary relief from the settlement will likely be a complete recovery for each member, plus interest, subject to court approval by U.S. District Judge Jamal Whitehead.

Amazon said that, after an internal review in 2025, it identified a small subset of returns where refunds were issued before payment completed or where it could not verify that the correct item had been returned, so no refund had been issued. The company started issuing refunds in 2025 for these cases and will provide additional compensation to eligible customers under the settlement terms.

Besides this settlement, Amazon faces a separate obligation to pay $2.5 billion to resolve the Federal Trade Commission’s lawsuit accusing the company of misleading millions of people into signing up for Prime. Affected customers can file claims now. Update, January 27: Amazon issued a statement regarding the matter.

Follow topics and authors to see more like this in your personalized homepage feed and to receive email updates.

Emma Roth

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