Whirlpool Corp /De/ (WHR-PA) Free Cash Flow (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Free Cash Flow came in at -$214.0 million in Q2 2026, down 239.68% year-over-year from $153.2 million in Q2 2025, and up 76.09% quarter-over-quarter from -$895.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Free Cash Flow (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Free Cash Flow for 18 consecutive years, with -$214.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Free Cash Flow fell 239.68% year-over-year to -$214.0 million in Q2 2026; TTM through Jun 2026 was -$172.0 million, a 171.37% decrease from a year earlier, with the FY2025 full-year figure at $81.0 million, down 78.91% from the prior year.
- Free Cash Flow was -$214.0 million for Q2 2026 at Whirlpool, up from -$895.0 million in the prior quarter.
- Over five years, Free Cash Flow peaked at $1.0 billion in Q4 2023 and troughed at -$988.0 million in Q1 2024.
- A 5-year average of $30.1 million and a median of -$33.0 million in 2023 frame the typical range for Free Cash Flow.
- Across the five-year window, Free Cash Flow plunged 480.73% in 2022 and surged 2064.29% in 2024, its largest moves.
- Over 5 years, Free Cash Flow stood at $844.0 million in 2022, then increased by 21.56% to $1.0 billion in 2023, then decreased by 5.46% to $970.0 million in 2024, then advanced by 1.96% to $989.0 million in 2025, then plunged by 121.64% to -$214.0 million in 2026.
- The last three Free Cash Flow figures came in at -$214.0 million (Q2 2026), -$895.0 million (Q1 2026), and $989.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -214.00 Mn |
| Mar 31, 2026 | -895.00 Mn |
| Dec 31, 2025 | 989.00 Mn |
| Sep 30, 2025 | -52.00 Mn |
| Jun 30, 2025 | -63.00 Mn |
| Mar 31, 2025 | -793.00 Mn |
| Dec 31, 2024 | 970.00 Mn |
| Sep 30, 2024 | 127.00 Mn |
| Jun 30, 2024 | 275.00 Mn |
| Mar 31, 2024 | -988.00 Mn |
| Dec 31, 2023 | 1.03 Bn |
| Sep 30, 2023 | -73.00 Mn |
| Jun 30, 2023 | -14.00 Mn |
| Mar 31, 2023 | -573.00 Mn |
| Dec 31, 2022 | 844.00 Mn |
| Sep 30, 2022 | 373.00 Mn |
| Jun 30, 2022 | 18.00 Mn |
| Mar 31, 2022 | -415.00 Mn |
| Dec 31, 2021 | 663.00 Mn |
| Sep 30, 2021 | 526.00 Mn |
Whirlpool Corp /De/ Free Cash Flow 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=free-cash-flow&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();