The $593M Couple: How the Adelsons Bought a Foreign Policy

One donor. One issue. Five cycles. $593,520,900 — every dollar behind the pro-Israel lobby.

By GoodVote Data Desk

The $593M Couple: How the Adelsons Bought a Foreign Policy

One donor. One issue. Five election cycles. $593,520,900.

Between 2016 and 2024, Miriam and Sheldon Adelson — filed in FEC records from a single Las Vegas address — gave $593,520,900 to federal committees. Every attributable dollar in our topic-tagged warehouse lines up behind a single policy stance: support for candidates and committees aligned with the pro-Israel lobby. Pro amount: $593,520,900. Oppose amount: $0.

That is not a diversified political portfolio. That is a single-issue foreign-policy shop run out of the casino business.

One household, one issue, five cycles

CycleIsrael-lobby pro ($)Oppose
201682,451,4000
2018123,711,1000
2020218,372,6000
202225,065,9000
2024143,919,9000
Total593,520,9000

Source: donor_topic_attribution joined to stg_donors_normalized, filtered to the Adelson canonical donor key.

The 2024 cycle alone — $143,919,900 — was larger than the entire operating budget of most federal agencies' public-affairs offices, and was directed through a small number of super PACs that report donors but not donor intent.

Where the money landed

The Adelsons are the single largest individual source of funding for the two party-leadership super PACs on the Republican side of Congress, by a wide margin:

Recipient committeeAdelson lifetime ($)
Senate Leadership Fund182,500,000
Congressional Leadership Fund147,500,000

That is $330,000,000 flowing from one household into the two PACs most responsible for selecting and sustaining the Republican House and Senate candidate pool. The next-largest individual donor to either committee in the warehouse gave less than half of what the Adelsons gave. Kenneth Griffin comes in second across the two at $150,600,000; Paul Singer third at $75,650,000.

The remainder flowed through candidate-level super PACs, party committees, and — in 2024 alone — $106,000,000 to Preserve America PAC, the pro-Trump super PAC that was the Adelsons' single largest 2024 check.

The Lessig frame

Lawrence Lessig's critique of the post-Citizens United system is that Congress becomes responsive not to the people, but to the funders. The Adelson record is an unusually clean test of that frame, because the funding is unusually monothematic. We are not looking at a donor with diffuse interests who occasionally weighs in on foreign policy. We are looking at a donor whose entire disclosed federal footprint — $593.5 million over a decade — tracks one issue.

A reader is free to decide whether a single household should be able to put $593 million behind one foreign-policy stance. Our job is to show that the money exists, that it is concentrated, and that it is not hidden — it is just rarely counted in one place.

What we verified and what we didn't

We verified every dollar in the tables above against the FEC-derived staging warehouse. We did not include money that moved between super PACs through shell LLCs, dark-money 501(c)(4)s, or state-level PACs. Those flows are real but not in this dataset, so we leave them out. Our $593.5M figure is therefore a floor, not a ceiling.

Methodology
-- Adelson household total, by cycle, Israel-lobby stance
SELECT d.canonical_name, t.cycle, t.pro_amount, t.oppose_amount
FROM `goodvote-466412.fec_staging_fec_staging.donor_topic_attribution` t
JOIN `goodvote-466412.fec_staging_fec_staging.stg_donors_normalized` d
  USING(donor_key)
WHERE d.canonical_name = 'ADELSON, MIRIAM & SHELDON'
  AND t.topic_id = 'israel_lobby'
ORDER BY t.cycle;

-- Lifetime flows to the two leadership super PACs
SELECT c.cmte_nm, SUM(x.transaction_amt) amt
FROM `goodvote-466412.fec_staging_fec_staging.stg_contributions_keyed` x
JOIN `goodvote-466412.fec_staging_fec_staging.stg_committees` c USING(cmte_id)
WHERE x.canonical_name = 'ADELSON, MIRIAM & SHELDON'
  AND c.cmte_nm IN ('SENATE LEADERSHIP FUND','CONGRESSIONAL LEADERSHIP FUND')
GROUP BY c.cmte_nm;

-- All-time donor total (sanity)
SELECT canonical_name, total_amount, num_contributions, total_cycles
FROM `goodvote-466412.fec_staging_fec_staging.stg_donors_normalized`
WHERE canonical_name = 'ADELSON, MIRIAM & SHELDON';

Table: goodvote-466412.fec_staging_fec_staging.donor_topic_attribution. Donor canonicalization from stg_donors_normalized (24 name variants unified under one donor_key). Topic tags from GoodVote's candidate-stance attribution pipeline. "Pro" = money to candidates and committees scored as pro-Israel-lobby on their foreign-policy voting record and rhetoric.

#transparency#israel-lobby#mega-donor#super-pac#data
The $593M Couple: How the Adelsons Bought a Foreign Policy | GoodVote