Whirlpool Corp /De/ (WHR-PA) Inventory (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Inventory came in at $2.2 billion in Q2 2026, down 14.65% year-over-year from $2.6 billion in Q2 2025, and down 0.98% quarter-over-quarter from $2.2 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Inventory (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Inventory for 18 consecutive years, with $2.2 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Inventory fell 14.65% year-over-year to $2.2 billion in Q2 2026; TTM through Jun 2026 was $2.2 billion, a 14.65% decrease from a year earlier, with the FY2025 full-year figure at $2.3 billion, up 13.37% from the prior year.
- Inventory was $2.2 billion for Q2 2026 at Whirlpool, down from $2.2 billion in the prior quarter.
- Over five years, Inventory peaked at $3.2 billion in Q2 2022 and troughed at $2.0 billion in Q4 2024.
- A 5-year average of $2.5 billion and a median of $2.4 billion in 2023 frame the typical range for Inventory.
- Across the five-year window, Inventory grew 26.96% in 2022 and dropped 25.03% in 2023, its largest moves.
- Over 5 years, Inventory stood at $2.1 billion in 2022, then gained by 7.56% to $2.2 billion in 2023, then retreated by 9.43% to $2.0 billion in 2024, then gained by 13.37% to $2.3 billion in 2025, then decreased by 3.81% to $2.2 billion in 2026.
- The last three Inventory figures came in at $2.2 billion (Q2 2026), $2.2 billion (Q1 2026), and $2.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.22 Bn |
| Mar 31, 2026 | 2.24 Bn |
| Dec 31, 2025 | 2.31 Bn |
| Sep 30, 2025 | 2.59 Bn |
| Jun 30, 2025 | 2.60 Bn |
| Mar 31, 2025 | 2.39 Bn |
| Dec 31, 2024 | 2.04 Bn |
| Sep 30, 2024 | 2.28 Bn |
| Jun 30, 2024 | 2.31 Bn |
| Mar 31, 2024 | 2.38 Bn |
| Dec 31, 2023 | 2.25 Bn |
| Sep 30, 2023 | 2.39 Bn |
| Jun 30, 2023 | 2.48 Bn |
| Mar 31, 2023 | 2.35 Bn |
| Dec 31, 2022 | 2.09 Bn |
| Sep 30, 2022 | 2.88 Bn |
| Jun 30, 2022 | 3.22 Bn |
| Mar 31, 2022 | 3.14 Bn |
| Dec 31, 2021 | 2.72 Bn |
| Sep 30, 2021 | 2.88 Bn |
Whirlpool Corp /De/ Inventory 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=inventory&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "inventory", "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=inventory&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();