US Dividend Withholding Tax for Foreign Investors
US dividend withholding tax dey cut 30% at source before payout reach foreign account. See how valid Form W-8BEN treaty claim fit reduce the rate.
Dividend withholding tax na US tax wey dem deduct from dividend at source, before the cash reach non-US investor account. For US-source dividends wey dem pay to foreign holder, statutory rate na 30%. Treaty between US and the holder country of residence fit reduce the rate. To claim the lower rate, valid Form W-8BEN need dey on file with the broker. Wetin follow na the mechanism plus the arithmetic for real payouts. Na general information about how the deduction dey work, no be tax advice.
US shares wey dividend withholding tax dey how much?
Dividend from US company na US-source income. When beneficial owner na nonresident alien individual or foreign entity, withholding agent for the payment chain go deduct tax and remit am to IRS. Account go receive wetin remain. Default rate na 30% of the gross amount. The main reference na IRS Publication 515, Withholding of Tax on Nonresident Aliens and Foreign Entities. Dem dey revise am every year, and e get treaty table for each country.
None of this deduction dey show for the dividend figure wey company announce. Eight big US payers, based on their latest recurring quarterly payment wey dey on file:
The exact SQL behind every number
SELECT ticker,
round(toFloat64(argMax(cash_amount, ex_dividend_date)), 4) AS gross_dividend_usd,
round(toFloat64(argMax(cash_amount, ex_dividend_date)) * 0.85, 4) AS net_at_15_pct_usd,
round(toFloat64(argMax(cash_amount, ex_dividend_date)) * 0.70, 4) AS net_at_30_pct_usd,
formatDateTime(max(ex_dividend_date), '%b %e, %Y') AS last_ex_dividend
FROM global_markets.stocks_dividends
WHERE ticker IN ('MCD', 'CVX', 'PEP', 'JNJ', 'PG', 'XOM', 'VZ', 'KO')
AND distribution_type = 'recurring'
AND frequency = 4
AND cash_amount > 0
AND ex_dividend_date <= today()
GROUP BY ticker
ORDER BY gross_dividend_usd DESCMCD declare the biggest gross payment among the eight, $1.86 per share, with ex-dividend date of Jun 2, 2026. Foreign holder wey no get treaty claim in place go receive $1.302 from am. Holder wey certify say e qualify for 15% treaty rate go receive $1.581. For the other end of the panel, KO pay $0.53 gross and $0.371 after the statutory deduction.
The yield wey any screener quote dey come from the gross column. Dividend yield na pre-tax number everywhere wey dem publish am, and for foreign holder, the cash version dey one column to the right.
Wetin Form W-8BEN dey do
Form W-8BEN na certificate wey individual dey give broker, no be IRS. E show say the holder no be US person, name the country of residence and foreign tax identification number, plus claim the article and rate for the relevant treaty. Broker dey apply treaty rate when payment happen. Entities dey use Form W-8BEN-E instead.
Four points about the form dey control the cash wey enter account:
- Signed form normally remain valid through the third full calendar year after the year wey person sign am. E fit lapse earlier if the information change, and moving go another country na the common case.
- If valid form no dey on file, withholding agent go apply the full 30%.
- US mailing address or US phone number wey dey attached to the account fit raise flag and push payments into backup withholding at 24% until dem correct the paperwork.
- Dem apply the rate when payment happen. If payment don already happen at 30%, broker no go add anything later.
Two treaty rates wey people dey quote plenty fit show how e work: US treaty with the United Kingdom and US treaty with Canada each set 15% on ordinary portfolio dividends for qualifying resident. Rates dey vary by country and by the type of holder. Pension fund often dey get different treatment from individual. Treaties too fit get renegotiated. Table 1 of Publication 515 na where dem publish the current rate for a residence country, while the treaty text itself carry the eligibility conditions.
Withholding dey remove how much yield?
The part wey dem dey take na fixed. But the number of percentage points wey e remove no fixed. US payers wey market value pass $1 billion for the latest snapshot wey dey file, arrange by yield bands, with each band median yield shown before and after deduction:
The exact SQL behind every number
SELECT multiIf(dividend_yield * 100 >= 5, '5% and up',
dividend_yield * 100 >= 3, '3-5%',
dividend_yield * 100 >= 1.5, '1.5-3%',
'under 1.5%') AS yield_band,
count() AS payers,
round(quantileDeterministic(0.5)(toFloat64(dividend_yield) * 100, cityHash64(ticker)), 2) AS gross_yield_pct,
round(quantileDeterministic(0.5)(toFloat64(dividend_yield) * 100, cityHash64(ticker)) * 0.85, 2) AS net_yield_15_pct,
round(quantileDeterministic(0.5)(toFloat64(dividend_yield) * 100, cityHash64(ticker)) * 0.70, 2) AS net_yield_30_pct,
round(quantileDeterministic(0.5)(toFloat64(dividend_yield) * 100, cityHash64(ticker)) * 0.30, 2) AS withheld_points_30_pct
FROM global_markets.stocks_ratios
WHERE date = (SELECT max(date) FROM global_markets.stocks_ratios)
AND price >= 5
AND market_cap >= 1000000000
AND dividend_yield > 0
GROUP BY yield_band
ORDER BY gross_yield_pct154 names dey inside the top band, 5% and up, where median gross yield na 7.34%. For the statutory rate, that same holding go deliver 5.14% cash, while 2.2 percentage points go enter IRS. A 15% treaty rate go leave 6.24%. For under 1.5% band, the same deduction cost much less in absolute terms: 0.69% gross against 0.48% net.
As yield dey higher, the more cash the paperwork fit save. Strategy wey dey collect plenty payments, like dividend capture, go face the deduction on every single payment.
One stock, payment by payment
Coca-Cola don raise its quarterly dividend every year for decades, and this one make am easy trace to read. Every recurring payment since January 2021, gross and net for both rates:
The exact SQL behind every number
SELECT ex_dividend_date,
formatDateTime(ex_dividend_date, '%b %e, %Y') AS ex_date_label,
round(toFloat64(cash_amount), 4) AS gross_per_share_usd,
round(toFloat64(cash_amount) * 0.85, 4) AS net_at_15_pct_usd,
round(toFloat64(cash_amount) * 0.70, 4) AS net_at_30_pct_usd,
round(toFloat64(cash_amount) * 0.30, 4) AS withheld_at_30_pct_usd
FROM global_markets.stocks_dividends
WHERE ticker = 'KO'
AND distribution_type = 'recurring'
AND frequency = 4
AND cash_amount > 0
AND ex_dividend_date >= toDate('2021-01-01')
AND ex_dividend_date <= today()
ORDER BY ex_dividend_dateThe gross payment move from $0.42 on Mar 12, 2021 reach $0.53 on Jun 15, 2026, across 22 payments. The net-of-30% column move with am too, as $0.294 rise to $0.371. The withheld column grow as the raises continue, reach $0.159 per share for the latest payment, compared with $0.4505 wey remain under a 15% treaty claim.
To check statement, na one line of arithmetic: take the gross per-share amount, multiply am by the shares wey you hold on the ex-dividend date, then compare am with the cash wey enter your account. If the amount land for the 30% column when you expect treaty rate, na usually paperwork matter, no be dividend matter.
ETFs and ADRs dey add another layer?
Yes, in two different ways.
Distribution wey come from US-listed, US-domiciled fund na US-source payment by itself, so foreign holder still face the same withholding on am. Under the wrapper, the fund don already pay foreign withholding on any non-US stocks wey e hold before e distribute anything. And end investor generally no fit reclaim that fund-level tax. Six broad US funds, trailing twelve months of distributions against the latest price:
The exact SQL behind every number
WITH px AS (
SELECT ticker, argMax(close, window_start) AS price
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker IN ('SPY', 'VOO', 'VTI', 'QQQ', 'SCHD', 'VYM')
AND window_start >= now() - INTERVAL 7 DAY
AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60
+ toMinute(toTimeZone(window_start, 'America/New_York'))) BETWEEN 570 AND 959
GROUP BY ticker
),
dv AS (
SELECT ticker,
sum(cash_amount) AS ttm_distributions,
count() AS payments
FROM global_markets.stocks_dividends
WHERE ticker IN ('SPY', 'VOO', 'VTI', 'QQQ', 'SCHD', 'VYM')
AND ex_dividend_date > today() - INTERVAL 1 YEAR
AND ex_dividend_date <= today()
AND cash_amount > 0
GROUP BY ticker
)
SELECT px.ticker AS ticker,
round(px.price, 2) AS price,
round(toFloat64(dv.ttm_distributions), 3) AS ttm_distributions_usd,
dv.payments AS payments,
round(toFloat64(dv.ttm_distributions) / toFloat64(px.price) * 100, 2) AS gross_yield_pct,
round(toFloat64(dv.ttm_distributions) / toFloat64(px.price) * 100 * 0.85, 2) AS net_yield_15_pct,
round(toFloat64(dv.ttm_distributions) / toFloat64(px.price) * 100 * 0.70, 2) AS net_yield_30_pct
FROM px
INNER JOIN dv ON px.ticker = dv.ticker
ORDER BY gross_yield_pct DESCSCHD distribute $1.048 per share over the trailing year against price of $33.57, giving gross distribution yield of 3.12%. At statutory rate, cash yield na 2.19%. For the lowest one among dem, QQQ distribute 0.43% gross and 0.3% net. The difference between the gross yields of two funds, wey SCHD vs VOO explain for one such pair, dey become wider in cash terms after withholding apply to both.
American depositary receipt na US-listed certificate wey represent shares for foreign company. The company home country first withhold tax at its own rate. Then depositary bank charge separate pass-through fee before the remaining cash reach the holder. For non-US holder, dividend behind ADR no be US-source income, so the 30% US rate no be the one wey apply. Na the home-country deduction and depositary fee be the ones wey apply.
US withholding na the same thing as tax for house?
No. The 30% or treaty rate na US tax on US-source income. The country wey investor dey resident for go tax the same dividend under im own rules, based on the gross or net amount, depending on the system. Most systems dey reduce the overlap with foreign tax credit. That credit normally get cap at the treaty rate, no be the 30% statutory rate. If dem withhold 30% from holder without valid W-8BEN, the extra percentage points fit no qualify for credit for house. To recover am, person need file US refund claim on Form 1040-NR. This part depend on jurisdiction, so local tax professional na the right person to interpret am.
Withholding still dey change wetin long-run chart mean for foreign account. Price return vs total return dey compound gross dividends, but the path wey non-US holder actually bank dey compound the net column.
Dividend withholding tax FAQ
Non-US investors dey pay US tax on US dividends?
Yes. US-source dividends wey dem pay to nonresident alien or foreign entity get US withholding at source. Statutory rate na 30%, unless treaty rate apply. Dem remove the tax before the payment reach the account.
Wetin be the US dividend withholding rate when tax treaty dey?
E depend on the treaty and the holder. US treaties with the United Kingdom and Canada each set 15% for ordinary portfolio dividends wey qualifying resident receive. Table 1 of IRS Publication 515 list the current rate for each country. Rates fit change when dem renegotiate treaties.
W-8BEN dey reduce withholding automatically?
Only after broker get valid form with complete treaty claim. The claim need include residence country and tax identification number. Dem apply the reduced rate when payment happen. If dem don already tax payment at 30%, investor need recover the difference through US refund claim. Filing the form later no go reverse the original withholding automatically.
Capital gains dem withhold the same way as dividends?
Generally, no. Nonresident alien usually no dey pay US tax on gains from selling US stock, while dem withhold dividends at source. Country of residence still tax the gain under its own rules. Separate US rules cover US real property interests and people wey spend 183 days or more for US within one year.
Withholding dey apply to ETF distributions?
Distribution from US-domiciled fund na US-source payment, so foreign holder face the same withholding on am. The fund fit also don pay foreign withholding inside the wrapper on its non-US holdings before e distribute the money. Generally, end investor no fit reclaim that inner layer.
Every figure above come from stored, versioned query wey use filed dividend records and real prices. Open any panel to read the SQL, or run the same net-of-withholding calculation against watchlist for the Strasmore terminal.