Western Digital (WDC) Dividend Coverage Ratio (2012 - 2026)
Western Digital's (WDC) quarterly Dividend Coverage Ratio came in at 59.17 in Q3 2026, up 823.17% year-over-year from 6.41 in Q3 2025, and down 20.62% quarter-over-quarter from 74.53 in Q2 2026.
Western Digital (WDC) Dividend Coverage Ratio (2012 - 2026) Analysis & Trends
Western Digital has disclosed Dividend Coverage Ratio across 11 years of filings, most recently posting 59.17 for Q3 2026.
- In Q3 2026, Dividend Coverage Ratio rose 823.17% year-over-year to 59.17; the TTM figure through Jul 2026 stood at 54.16 (up 27.85% YoY), while the FY2026 annual figure was 54.16, up 26.16% from the prior year.
- Dividend Coverage Ratio came in at 59.17 for Q3 2026 at Western Digital, down from 74.53 in the prior quarter.
- In the past five years, Dividend Coverage Ratio ranged from a high of 74.53 in Q2 2026 to a low of 6.41 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Div. Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,923.51 Bn | 4,861.11 Bn | 54.77 Bn | 7.45 |
| 2 | Cisco Systems | 419.97 Bn | 404.45 Bn | 11.06 Bn | 2.33 |
| 3 | Dell Technologies | 351.63 Bn | 340.06 Bn | 9.83 Bn | 10.06 |
| 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.80 |
| 7 | Western Digital | 171.00 Bn | 169.42 Bn | 2.03 Bn | 59.17 |
| 8 | Sony | 142.68 Bn | 123.26 Bn | 6.53 Bn | 5.07 |
| 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 | 7.99 |
Historic Data
| Date | Value |
|---|---|
| Jul 3, 2026 | 59.17 |
| Apr 3, 2026 | 74.53 |
| Jan 2, 2026 | 42.84 |
| Oct 3, 2025 | 34.76 |
| Jun 27, 2025 | 6.41 |
| Jul 3, 2020 | 0.99 |
| Apr 3, 2020 | 0.11 |
| Jan 3, 2020 | -0.93 |
| Oct 4, 2019 | -1.88 |
| Jun 28, 2019 | -1.35 |
| Mar 29, 2019 | -3.98 |
| Dec 28, 2018 | -3.38 |
| Sep 28, 2018 | 3.45 |
| Jun 29, 2018 | 5.04 |
| Mar 30, 2018 | 0.41 |
| Dec 29, 2017 | -5.56 |
| Sep 29, 2017 | 4.63 |
| Jun 30, 2017 | 1.92 |
| Mar 31, 2017 | 1.72 |
| Dec 30, 2016 | 1.67 |
Western Digital Dividend Coverage Ratio 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-coverage-ratio&ticker=WDC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "dividend-coverage-ratio", "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-coverage-ratio&ticker=WDC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();