Whirlpool Corp /De/ (WHR-PA) FCF Payout Ratio (2009 - 2026)
Whirlpool's (WHR-PA) quarterly FCF Payout Ratio came in at 0.05 in Q2 2026, up 96.97% year-over-year from 0.02 in Q2 2025, and up 27.89% quarter-over-quarter from 0.06 in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) FCF Payout Ratio (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported FCF Payout Ratio for 18 consecutive years, with 0.05 the latest figure, recorded in Q2 2026.
- On a quarterly basis, FCF Payout Ratio rose 96.97% year-over-year to 0.05 in Q2 2026; TTM through Jun 2026 was 1.01, a 163.0% decrease from a year earlier, with the FY2025 full-year figure at 3.7, up 270.37% from the prior year.
- FCF Payout Ratio was 0.05 for Q2 2026 at Whirlpool, up from 0.06 in the prior quarter.
- Over five years, FCF Payout Ratio peaked at 5.39 in Q2 2022 and troughed at 6.86 in Q2 2023.
- A 5-year average of 0.24 and a median of 0.06 in 2026 frame the typical range for FCF Payout Ratio.
- Across the five-year window, FCF Payout Ratio soared 2061.68% in 2022 and tumbled 621.72% in 2023, its largest moves.
- Over 5 years, FCF Payout Ratio stood at 0.11 in 2022, then dropped by 18.6% to 0.09 in 2023, then gained by 9.15% to 0.1 in 2024, then slumped by 47.42% to 0.05 in 2025, then tumbled by 188.87% to 0.05 in 2026.
- The last three FCF Payout Ratio figures came in at 0.05 (Q2 2026), 0.06 (Q1 2026), and 0.05 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -0.05 |
| Mar 31, 2026 | -0.06 |
| Dec 31, 2025 | 0.05 |
| Sep 30, 2025 | -1.04 |
| Jun 30, 2025 | -1.54 |
| Mar 31, 2025 | -0.12 |
| Dec 31, 2024 | 0.10 |
| Sep 30, 2024 | 0.76 |
| Jun 30, 2024 | 0.35 |
| Mar 31, 2024 | -0.10 |
| Dec 31, 2023 | 0.09 |
| Sep 30, 2023 | -1.33 |
| Jun 30, 2023 | -6.86 |
| Mar 31, 2023 | -0.17 |
| Dec 31, 2022 | 0.11 |
| Sep 30, 2022 | 0.25 |
| Jun 30, 2022 | 5.39 |
| Mar 31, 2022 | -0.25 |
| Dec 31, 2021 | 0.13 |
| Sep 30, 2021 | 0.16 |
Whirlpool Corp /De/ FCF Payout 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=fcf-payout-ratio&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-payout-ratio", "ticker": "WHR-PA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=fcf-payout-ratio&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();