Saudi Arabia's PIF Now Owns Electronic Arts: Inside the $55 Billion Take-Private That Reshapes Gaming

We need convert markdown to HTML. Note article contains title as H1? Instructions say DO NOT include title as H1, it will be added separately. So skip first line #? Actually markdown has a title #...

Saudi Arabia's PIF Now Owns Electronic Arts: Inside the $55 Billion Take-Private That Reshapes Gaming

We need convert markdown to HTML. Note article contains title as H1? Instructions say DO NOT include title as H1, it will be added separately. So skip first line #? Actually markdown has a title # then ## sections. We should not include title as H1. We should only include content from ## Introduction onward. Also there are bullets with bold labels. Need convert to semantic HTML. Should we include "Tags" as a list? Probably yes, maybe a ul with tags. Need clean semantic HTML5. Use h2/h3, p, ul/li, strong for bold. Ensure no extra text. Only article content. Let's structure: The markdown has top-level "# Saudi Arabia..." then "## Introduction" with bullets. In the article, there is "Introduction" heading h2, then "Sections" heading? Actually the markdown has a "## Sections" heading with subsections? Let's examine: ## Introduction - ... - ... ## Sections ### Section 1: ... ### Section 2: ... This is a bit odd. "## Sections" is a heading that introduces the sections. It appears as a second-level heading. Should we include it? In the original markdown, "## Sections" is likely a structural heading. Since it's an H2, we could include it as an H2. But it might be redundant. The instruction says convert ## to h2. We should preserve the structure. Probably include "Sections" as an H2 and then the subsections as H3. However, the final section is "## Final Section: A Power Shift in Gaming" (H2) and "## Tags" (H2). That seems okay. Need convert bullets with bold "Key facts to include:"? Actually those are not bullets? The markdown has "- **Key facts to include:**" often. In the source, lines starting with "- " are list items. Inside some sections, e.g., Section 1 has: - **Key facts to include:** - Deal announced ... - ... This is a list with a bold lead-in and nested list. We can use ul/li with nested ul. But for clean semantics, perhaps convert to a list of key points with a preceding paragraph? The original says "- **Key facts to include:**" then sub-bullets. We can represent as a

  • with
  • containing a "Key facts to include:" and then a nested
    • with the facts. Alternatively, treat the "Key facts to include" as a paragraph and then list. But to preserve structure, use nested list. Similarly "Writer's note:" is a bullet after key facts. Need convert. Let's go through section by section. First, title H1 excluded. Introduction: - **Hook:** ... paragraph? Actually it's a bullet list with two items: "**Hook:** ..." and "**Editor’s goal:** ...". The instruction says convert markdown lists to ul/li. We can either convert to ul/li or because these are like labels, we might convert to paragraphs. However, the markdown uses hyphens. We'll treat as unordered list items. But perhaps semantically, a hook and goal are not list items; but to be faithful, we can use
      • with
      • . Or useHook: ...andEditor's goal: .... The instruction says "Convert markdown lists to
        • /
          1. with
            • Hook: On August 4, 2026...
            • Editor’s goal: Open with the moment...
            • Key facts to include:
              • Deal announced September 29, 2025; closed August 4, 2026.
              • $55 billion all-cash consideration, $210 per share.
              • Largest leveraged buyout in gaming history; second-largest behind Microsoft’s $68.7 billion Activision Blizzard acquisition.
              • The European Commission approved the transaction under EU merger rules on July 23, 2026, then under the Foreign Subsidies Regulation on July 31, clearing the final regulatory hurdle.
              • EA had been publicly traded for more than three decades; the buyout removes the company from quarterly public-market scrutiny.
            • Writer’s note: Use “more than three decades,” not an exact number, unless an exact figure is verified with company records.
            • Key points to cover:
              • The buyer is a consortium led by the PIF alongside Silver Lake and Affinity Partners, not merely the PIF alone; however, the PIF is the overwhelming majority owner.
              • A late-2025 report indicated the PIF would hold around 93% of EA at closing, up from roughly 10% before the deal. If used, attribute this estimate, and note it should be checked against the deal prospectus or SEC filings where possible.
              • Silver Lake is a major technology-focused private equity firm; Affinity Partners is the fund led by Jared Kushner, adding a political dimension that warrants one paragraph of context.
              • The practical result: PIF is the controlling owner, making EA the flagship asset in Saudi Arabia’s gaming portfolio.
            • Key points to cover:
              • PIF is Saudi Arabia’s sovereign wealth fund, with roughly $900 billion in assets under management; it is chaired by Crown Prince Mohammed bin Salman, with Governor Yasir Al-Rumayyan as a central figure.
              • Savvy Games Group, PIF’s gaming arm, already owns Scopely, ESL/FACEIT, and Moonton; PIF has also taken stakes in Nintendo, Capcom, and Take-Two.
              • EA becomes the crown jewel: this deal converts a minority position into near-total ownership and gives Saudi Arabia direct control over some of the most recognizable franchises in Western gaming.
              • Frame the deal as the culmination of a strategy, not a sudden purchase.
            • Key points to cover:
              • No immediate changes to EA’s studios, leadership, or franchises have been announced; the article should not imply content changes are coming.
              • Private ownership could give EA longer planning horizons and remove short-term shareholder pressure; it also reduces public transparency and raises questions about creative autonomy.
              • The deal invites scrutiny over sovereign state influence, labor practices, and cultural reception, especially given PIF’s broader use of sports and entertainment investments.
              • Placed in context, the acquisition deepens industry consolidation, following Microsoft-Activision and other major M&A, and signals that state-backed capital will be a permanent force in gaming.
              • Questions to keep readers thinking about: Will EA stay operationally independent? Can the PIF’s reputation as a known esports and mobile investor translate to Western AAA publishing? What happens next with Savvy Games Group?
            • Conclusion approach: End not with a summary, but with the significance of the transfer. The $55 billion check has been paid, but the real story is what the result tells us about where gaming’s power sits: increasingly in the hands of a sovereign wealth fund that views games as strategic, not simply commercial, assets.
            • Final thought to leave with readers: EA is no longer a Californian public company; it is the centerpiece of a sovereign gaming empire. The industry will spend the next few years finding out what that means.
            • Electronic Arts
            • Saudi Arabia PIF
            • Gaming Industry
            • Mergers and Acquisitions
            • Savvy Games Group

" so we should treat any hyphen-prefixed lines as list items. To avoid awkward nested list, maybe we can keep as ul. However, many markdown renderers would turn "- **Hook:** ..." into a list. We'll do that. Thus Introduction:

Introduction

But maybe we need paragraph breaks? It's okay. Next "## Sections" heading: That is an h2. But it's a bit weird. We can include

Introduction
Introduction

Sections

then the H3 sections. Then Section 1:

Section 1: A Historic Deal Closes: EA Goes Private

But note: The "Key facts to include:" is a bullet item with a nested list, but the sub-bullets are indented. We can represent as nested ul. That is okay. But "Key facts to include:" is not necessarily a key fact; it's a label. The article as displayed maybe uses these as internal instructions? Wait, this is a markdown article to be converted. It appears to contain editor's instructions ("Editor's goal", "Writer's note"). But the user wants to convert the article to HTML. These are part of the content? They may be notes from an editor, but they are in the markdown. We should include them as content. Our job is to convert markdown to clean HTML, not to interpret or remove instructions. So include. Similarly for Section 2:

Section 2: The Consortium and Its Dominant Player

Section 3:

Section 3: A Long Game: PIF’s Decade of Gaming Investments

Section 4:

Section 4: What Happens Next for EA and the Industry

Final Section:

Final Section: A Power Shift in Gaming

Tags:

Tags

But we need ensure "DO NOT include the title as

- it will be added separately." So exclude the first line. However, there is a "## Sections" heading. Do we include it? It is a heading, but it's not content? Let's think. In a standard article, "Sections" may be an internal marker. But we are to convert all markdown. The given markdown includes "## Sections" as an H2, then "### Section 1..." etc. Since it's part of markdown, we should include it. But perhaps it's a placeholder "Sections" that shouldn't be in final HTML? The instructions say "Convert ## to

" so yes include. However, "## Sections" is not an informative heading; it's a heading for the grouping. It might be from a template. But to be safe, include all. The user's instruction: "Convert this markdown to HTML" - we should not omit any content. That includes "## Sections". So include. But wait: There is "## Introduction" and then "## Sections" - implies the article proper has Introduction, then Section 1 etc. In an article, "Sections" isn't a normal heading. But maybe the original markdown uses "## Sections" as a list of sections? Actually reading: ## Introduction ... ## Sections ### Section 1: ... This is likely a template or prompt structure. But we are to convert as is. So include. But maybe the "Final Section" is part of those sections? No, "## Final Section" is H2, so sibling to Introduction and Sections. That's okay. Need be mindful of apostrophes and quotes. Use proper HTML entities? We can just use straight or curly? We'll preserve curly quotes. No need to escape. Potential issue: The markdown has bold within list items, e.g., "**Hook:**". We'll wrap in . Also, "EA Sports FC" is fine. Need ensure nested ul is properly nested inside li. The content after Key facts to include: should be inside the same li, then nested ul. For the final section, the two bullets are actually separate points, not key points. We'll use ul. Could also use

for "Conclusion approach" and "Final thought" rather than ul? But they are bulleted in markdown, so we'll use ul. One question: Should the "Writer's note" be included? It is a meta-commentary. Since it's part of markdown, yes. But the guidelines are for an article, maybe "Writer's note" is not meant to be published. However, the user didn't ask to remove content. It's a conversion task. We'll include. Let's produce final HTML. Need include raw HTML content only, no code fences. Use proper indentation. Let's craft:

Introduction

  • Hook: On August 4, 2026, Electronic Arts closed the final chapter of its history as a public company. A consortium led by Saudi Arabia’s Public Investment Fund completed a $55 billion all-cash acquisition, putting franchises like Madden NFL, EA Sports FC, Battlefield, The Sims, and Apex Legends under the effective control of the kingdom’s sovereign wealth fund.
  • Editor’s goal: Open with the moment, the take-private is complete, and immediately establish its significance. This is not a typical acquisition; it is the largest leveraged buyout in gaming history, the second-largest gaming acquisition ever, and the culmination of a years-long Saudi strategy to become a power player in global entertainment.

Sections

Section 1: A Historic Deal Closes: EA Goes Private

  • Key facts to include:
    • Deal announced September 29, 2025; closed August 4, 2026.
    • $55 billion all-cash consideration, $210 per share.
    • Largest leveraged buyout in gaming history; second-largest behind Microsoft’s $68.7 billion Activision Blizzard acquisition.
    • The European Commission approved the transaction under EU merger rules on July 23, 2026, then under the Foreign Subsidies Regulation on July 31, clearing the final regulatory hurdle.
    • EA had been publicly traded for more than three decades; the buyout removes the company from quarterly public-market scrutiny.
  • Writer’s note: Use “more than three decades,” not an exact number, unless an exact figure is verified with company records.

Section 2: The Consortium and Its Dominant Player

  • Key points to cover:
    • The buyer is a consortium led by the PIF alongside Silver Lake and Affinity Partners, not merely the PIF alone; however, the PIF is the overwhelming majority owner.
    • A late-2025 report indicated the PIF would hold around 93% of EA at closing, up from roughly 10% before the deal. If used, attribute this estimate, and note it should be checked against the deal prospectus or SEC filings where possible.
    • Silver Lake is a major technology-focused private equity firm; Affinity Partners is the fund led by Jared Kushner, adding a political dimension that warrants one paragraph of context.
    • The practical result: PIF is the controlling owner, making EA the flagship asset in Saudi Arabia’s gaming portfolio.

Section 3: A Long Game: PIF’s Decade of Gaming Investments

  • Key points to cover:
    • PIF is Saudi Arabia’s sovereign wealth fund, with roughly $900 billion in assets under management; it is chaired by Crown Prince Mohammed bin Salman, with Governor Yasir Al-Rumayyan as a central figure.
    • Savvy Games Group, PIF’s gaming arm, already owns Scopely, ESL/FACEIT, and Moonton; PIF has also taken stakes in Nintendo, Capcom, and Take-Two.
    • EA becomes the crown jewel: this deal converts a minority position into near-total ownership and gives Saudi Arabia direct control over some of the most recognizable franchises in Western gaming.
    • Frame the deal as the culmination of a strategy, not a sudden purchase.

Section 4: What Happens Next for EA and the Industry

  • Key points to cover:
    • No immediate changes to EA’s studios, leadership, or franchises have been announced; the article should not imply content changes are coming.
    • Private ownership could give EA longer planning horizons and remove short-term shareholder pressure; it also reduces public transparency and raises questions about creative autonomy.
    • The deal invites scrutiny over sovereign state influence, labor practices, and cultural reception, especially given PIF’s broader use of sports and entertainment investments.
    • Placed in context, the acquisition deepens industry consolidation, following Microsoft-Activision and other major M&A, and signals that state-backed capital will be a permanent force in gaming.
    • Questions to keep readers thinking about: Will EA stay operationally independent? Can the PIF’s reputation as a known esports and mobile investor translate to Western AAA publishing? What happens next with Savvy Games Group?

Final Section: A Power Shift in Gaming

  • Conclusion approach: End not with a summary, but with the significance of the transfer. The $55 billion check has been paid, but the real story is what the result tells us about where gaming’s power sits: increasingly in the hands of a sovereign wealth fund that views games as strategic, not simply commercial, assets.
  • Final thought to leave with readers: EA is no longer a Californ