Whirlpool Corp /De/ (WHR-PA) Intangibles (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Intangibles came in at $2.6 billion in Q2 2026, down 5.66% year-over-year from $2.7 billion in Q2 2025, and little changed quarter-over-quarter from $2.6 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Intangibles (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Intangibles for 18 consecutive years, with $2.6 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Intangibles fell 5.66% year-over-year to $2.6 billion in Q2 2026; TTM through Jun 2026 was $2.6 billion, a 5.66% decrease from a year earlier, with the FY2025 full-year figure at $2.6 billion, down 5.67% from the prior year.
- Intangibles was $2.6 billion for Q2 2026 at Whirlpool, roughly flat from $2.6 billion in the prior quarter.
- Over five years, Intangibles peaked at $3.2 billion in Q4 2022 and troughed at $1.8 billion in Q3 2022.
- A 5-year average of $2.7 billion and a median of $2.7 billion in 2024 frame the typical range for Intangibles.
- Across the five-year window, Intangibles surged 74.11% in 2023 and dropped 13.08% in 2025, its largest moves.
- Over 5 years, Intangibles stood at $3.2 billion in 2022, then declined by 1.26% to $3.1 billion in 2023, then dropped by 13.03% to $2.7 billion in 2024, then decreased by 5.67% to $2.6 billion in 2025, then retreated by 0.43% to $2.6 billion in 2026.
- The last three Intangibles figures came in at $2.6 billion (Q2 2026), $2.6 billion (Q1 2026), and $2.6 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.55 Bn |
| Mar 31, 2026 | 2.56 Bn |
| Dec 31, 2025 | 2.56 Bn |
| Sep 30, 2025 | 2.70 Bn |
| Jun 30, 2025 | 2.71 Bn |
| Mar 31, 2025 | 2.71 Bn |
| Dec 31, 2024 | 2.72 Bn |
| Sep 30, 2024 | 3.10 Bn |
| Jun 30, 2024 | 3.11 Bn |
| Mar 31, 2024 | 3.12 Bn |
| Dec 31, 2023 | 3.12 Bn |
| Sep 30, 2023 | 3.13 Bn |
| Jun 30, 2023 | 3.14 Bn |
| Mar 31, 2023 | 3.15 Bn |
| Dec 31, 2022 | 3.16 Bn |
| Sep 30, 2022 | 1.80 Bn |
| Jun 30, 2022 | 1.83 Bn |
| Mar 31, 2022 | 1.96 Bn |
| Dec 31, 2021 | 1.98 Bn |
| Sep 30, 2021 | 1.99 Bn |
Whirlpool Corp /De/ Intangibles 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=intangibles&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();