Western Digital (WDC) Dividend Yield (2013 - 2026)
Western Digital's (WDC) quarterly Dividend Yield came in at 0.03% in Q3 2026, down 17.0% year-over-year from 0.03% in Q3 2025, and down 34.32% quarter-over-quarter from 0.04% in Q2 2026.
Western Digital (WDC) Dividend Yield (2013 - 2026) Analysis & Trends
Western Digital has disclosed Dividend Yield across 11 years of filings, most recently posting 0.03% for Q3 2026.
- In Q3 2026, Dividend Yield fell 17.0% year-over-year to 0.03%; the TTM figure through Jul 2026 stood at 0.09% (down 11.0% YoY), while the FY2026 annual figure was 0.09%, down 11.0% from the prior year.
- Dividend Yield came in at 0.03% for Q3 2026 at Western Digital, down from 0.04% in the prior quarter.
- In the past five years, Dividend Yield ranged from a high of 0.2% in Q2 2025 to a low of 0.03% in Q3 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Apple | 4,923.51 Bn | 4,861.11 Bn | 54.77 Bn |
| 2 | Cisco Systems | 419.97 Bn | 404.45 Bn | 11.06 Bn |
| 3 | Dell Technologies | 351.63 Bn | 340.06 Bn | 9.83 Bn |
| 4 | Sandisk | 265.22 Bn | 260.46 Bn | 7.58 Bn |
| 5 | Arista Networks | 256.62 Bn | 243.27 Bn | 1.91 Bn |
| 6 | Seagate Technology Holdings | 209.52 Bn | 207.82 Bn | 1.90 Bn |
| 7 | Western Digital | 171.00 Bn | 169.42 Bn | 2.03 Bn |
| 8 | Sony | 142.68 Bn | 123.26 Bn | 6.53 Bn |
| 9 | Lumentum Holdings | 83.02 Bn | 80.28 Bn | 477.30 Mn |
| 10 | Hewlett Packard Enterprise | 82.82 Bn | 76.61 Bn | 4.93 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | 0.09% |
| Apr 3, 2026 | 0.16% |
| Jan 2, 2026 | 0.19% |
| Oct 3, 2025 | 0.17% |
| Jun 27, 2025 | 0.20% |
| Apr 2, 2021 | 0.91% |
| Jan 1, 2021 | 2.33% |
| Oct 2, 2020 | 5.42% |
| Jul 3, 2020 | 6.14% |
| Apr 3, 2020 | 6.82% |
| Jan 3, 2020 | 4.03% |
| Oct 4, 2019 | 4.42% |
| Jun 28, 2019 | 5.51% |
| Mar 29, 2019 | 5.52% |
| Dec 28, 2018 | 7.30% |
| Sep 28, 2018 | 4.64% |
| Jun 29, 2018 | 3.42% |
| Mar 30, 2018 | 2.82% |
| Dec 29, 2017 | 3.28% |
| Sep 29, 2017 | 3.00% |
Western Digital Dividend Yield API
Pull this series into your own models, spreadsheets and apps with the Business Quant
Historical Metrics API. The request below matches the chart above — change the
frequency, period or values and it follows. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/historic?slug=dividend-yield&ticker=WDC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-yield", "ticker": "WDC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=dividend-yield&ticker=WDC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();