Charter and Cox Plan to Merge in $34.5 Billion Deal, Forming a New Cable and Internet Powerhouse

Charter and Cox Plan to Merge in $34.5 Billion Deal, Forming a New Cable and Internet Powerhouse
source: gettyimages
March 2, 2026

Charter Communications and Cox Communications unveiled plans to combine in a deal valued at about $34.5 billion, creating a major player in cable, internet, and related services. The executives said the merger would let the combined company more effectively compete with larger broadband providers and mobile carriers that have started offering their own internet options.

Today, Charter serves roughly 31.5 million customers, while Cox reaches about 6.5 million. The push comes as streaming services like Netflix gain traction and as sport-focused streaming packages from players such as Comcast, DirecTV, Fox, and ESPN enable fans to watch live games without a traditional cable subscription.

Brand changes and offerings after the deal go through: the newly formed entity would adopt the Cox name within a year after closing, with Spectrum continuing as Cox’s consumer-facing brand. As part of the arrangement, Cox customers would gain Charter’s pricing and packaging philosophy—promoting simple options and removing annual contracts—and would receive credits for outages lasting more than two hours. The deal would keep TV, internet, and mobile services on the agenda.

Regulatory hurdles remain, and no closing date has been announced. Approval would come from the Federal Communications Commission, where Chair Brendan Carr has signaled he may withhold consent for mergers if DEI (diversity, equity, and inclusion) policies are implicated by the companies involved.

“By combining forces, we expect to accelerate innovation and deliver high-quality, competitively priced products with strong customer support to millions of homes and businesses,” said Charter's CEO Chris Winfrey in a press release. “We’ll continue to offer high-value products that help families save money, and we’ll onshore jobs from overseas to create new, well-paying roles for U.S. workers.”

Follow-up updates on this story will appear in your personalized feed as new details emerge.

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