Whirlpool Corp /De/ (WHR-PA) Revenue (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Revenue came in at $3.5 billion in Q2 2026, down 6.79% year-over-year from $3.8 billion in Q2 2025, and up 7.45% quarter-over-quarter from $3.3 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Revenue (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Revenue for 18 consecutive years, with $3.5 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Revenue fell 6.79% year-over-year to $3.5 billion in Q2 2026; TTM through Jun 2026 was $14.9 billion, a 3.88% decrease from a year earlier, with the FY2025 full-year figure at $15.5 billion, down 6.52% from the prior year.
- Revenue was $3.5 billion for Q2 2026 at Whirlpool, up from $3.3 billion in the prior quarter.
- Over five years, Revenue peaked at $5.1 billion in Q2 2022 and troughed at $3.3 billion in Q1 2026.
- A 5-year average of $4.3 billion and a median of $4.3 billion in 2024 frame the typical range for Revenue.
- Across the five-year window, Revenue gained 3.35% in 2023 and declined 19.35% in 2025, its largest moves.
- Over 5 years, Revenue stood at $4.9 billion in 2022, then rose by 3.35% to $5.1 billion in 2023, then decreased by 18.71% to $4.1 billion in 2024, then slipped by 0.92% to $4.1 billion in 2025, then slipped by 14.18% to $3.5 billion in 2026.
- The last three Revenue figures came in at $3.5 billion (Q2 2026), $3.3 billion (Q1 2026), and $4.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.52 Bn |
| Mar 31, 2026 | 3.27 Bn |
| Dec 31, 2025 | 4.10 Bn |
| Sep 30, 2025 | 4.03 Bn |
| Jun 30, 2025 | 3.77 Bn |
| Mar 31, 2025 | 3.62 Bn |
| Dec 31, 2024 | 4.14 Bn |
| Sep 30, 2024 | 3.99 Bn |
| Jun 30, 2024 | 3.99 Bn |
| Mar 31, 2024 | 4.49 Bn |
| Dec 31, 2023 | 5.09 Bn |
| Sep 30, 2023 | 4.93 Bn |
| Jun 30, 2023 | 4.79 Bn |
| Mar 31, 2023 | 4.65 Bn |
| Dec 31, 2022 | 4.92 Bn |
| Sep 30, 2022 | 4.78 Bn |
| Jun 30, 2022 | 5.10 Bn |
| Mar 31, 2022 | 4.92 Bn |
| Dec 31, 2021 | 5.82 Bn |
| Sep 30, 2021 | 5.49 Bn |
Whirlpool Corp /De/ Revenue 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=revenue&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();