Blizzard QA workers ratify union contract with Microsoft, marking a third such agreement at the company

Blizzard QA workers ratify union contract with Microsoft, marking a third such agreement at the company
source: gettyimages
February 2, 2026

A solid majority of quality assurance staff at Blizzard Entertainment locations in Albany, New York, and Austin, Texas—represented by CWA Locals 1118 and 6215—have approved a new union contract with Microsoft. The deal, which secures protections for more than 60 QA workers, is the third to be ratified at the company after agreements with ZeniMax and Raven Software last year.

Bargaining history and scope

Key terms of the three-year agreement

Statements from union leadership and members

Context and about CODE-CWA

For more information, CODE-CWA is associated with cwa-union.org and @cwaunion.

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