Whirlpool Corp /De/ (WHR-PA) Non-Current Assets (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Non-Current Assets came in at $11.6 billion in Q2 2026, up 3.93% year-over-year from $11.1 billion in Q2 2025, and up 3.23% quarter-over-quarter from $11.2 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Non-Current Assets (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Non-Current Assets for 18 consecutive years, with $11.6 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non-Current Assets rose 3.93% year-over-year to $11.6 billion in Q2 2026; TTM through Jun 2026 was $45.0 billion, a 0.17% change from a year earlier, with the FY2025 full-year figure at $11.1 billion, changed 0.14% from the prior year.
- Non-Current Assets was $11.6 billion for Q2 2026 at Whirlpool, up from $11.2 billion in the prior quarter.
- Over five years, Non-Current Assets peaked at $11.6 billion in Q3 2024 and troughed at $9.6 billion in Q3 2022.
- A 5-year average of $10.9 billion and a median of $11.1 billion in 2025 frame the typical range for Non-Current Assets.
- Across the five-year window, Non-Current Assets decreased 10.09% in 2022 and advanced 12.35% in 2023, its largest moves.
- Over 5 years, Non-Current Assets stood at $10.7 billion in 2022, then increased by 3.49% to $11.1 billion in 2023, then decreased by 0.39% to $11.1 billion in 2024, then grew by 0.14% to $11.1 billion in 2025, then grew by 4.45% to $11.6 billion in 2026.
- The last three Non-Current Assets figures came in at $11.6 billion (Q2 2026), $11.2 billion (Q1 2026), and $11.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 11.57 Bn |
| Mar 31, 2026 | 11.21 Bn |
| Dec 31, 2025 | 11.08 Bn |
| Sep 30, 2025 | 11.10 Bn |
| Jun 30, 2025 | 11.13 Bn |
| Mar 31, 2025 | 11.11 Bn |
| Dec 31, 2024 | 11.06 Bn |
| Sep 30, 2024 | 11.58 Bn |
| Jun 30, 2024 | 11.48 Bn |
| Mar 31, 2024 | 11.18 Bn |
| Dec 31, 2023 | 11.11 Bn |
| Sep 30, 2023 | 10.78 Bn |
| Jun 30, 2023 | 10.79 Bn |
| Mar 31, 2023 | 10.77 Bn |
| Dec 31, 2022 | 10.73 Bn |
| Sep 30, 2022 | 9.59 Bn |
| Jun 30, 2022 | 9.89 Bn |
| Mar 31, 2022 | 10.52 Bn |
| Dec 31, 2021 | 10.59 Bn |
| Sep 30, 2021 | 10.67 Bn |
Whirlpool Corp /De/ Non-Current Assets 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=non-current-assets&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();