Whirlpool Corp /De/ (WHR-PA) Goodwill (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Goodwill came in at $3.1 billion in Q2 2026, down 6.68% year-over-year from $3.3 billion in Q2 2025, and little changed quarter-over-quarter from $3.1 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Goodwill (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Goodwill for 18 consecutive years, with $3.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Goodwill fell 6.68% year-over-year to $3.1 billion in Q2 2026; TTM through Jun 2026 was $3.1 billion, a 6.68% decrease from a year earlier, with the FY2025 full-year figure at $3.1 billion, down 6.59% from the prior year.
- Goodwill was $3.1 billion for Q2 2026 at Whirlpool, roughly flat from $3.1 billion in the prior quarter.
- Over five years, Goodwill peaked at $3.3 billion in Q2 2023 and troughed at $2.2 billion in Q3 2022.
- A 5-year average of $3.1 billion and a median of $3.3 billion in 2025 frame the typical range for Goodwill.
- Across the five-year window, Goodwill fell 12.64% in 2022 and surged 52.92% in 2023, its largest moves.
- Over 5 years, Goodwill stood at $3.3 billion in 2022, then changed by 0.0% to $3.3 billion in 2023, then dropped by 0.24% to $3.3 billion in 2024, then declined by 6.59% to $3.1 billion in 2025, then changed by 0.0% to $3.1 billion in 2026.
- The last three Goodwill figures came in at $3.1 billion (Q2 2026), $3.1 billion (Q1 2026), and $3.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.10 Bn |
| Mar 31, 2026 | 3.10 Bn |
| Dec 31, 2025 | 3.10 Bn |
| Sep 30, 2025 | 3.32 Bn |
| Jun 30, 2025 | 3.33 Bn |
| Mar 31, 2025 | 3.32 Bn |
| Dec 31, 2024 | 3.32 Bn |
| Sep 30, 2024 | 3.33 Bn |
| Jun 30, 2024 | 3.33 Bn |
| Mar 31, 2024 | 3.33 Bn |
| Dec 31, 2023 | 3.33 Bn |
| Sep 30, 2023 | 3.33 Bn |
| Jun 30, 2023 | 3.33 Bn |
| Mar 31, 2023 | 3.33 Bn |
| Dec 31, 2022 | 3.33 Bn |
| Sep 30, 2022 | 2.18 Bn |
| Jun 30, 2022 | 2.18 Bn |
| Mar 31, 2022 | 2.48 Bn |
| Dec 31, 2021 | 2.49 Bn |
| Sep 30, 2021 | 2.49 Bn |
Whirlpool Corp /De/ Goodwill 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=goodwill&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "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=goodwill&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();