Whirlpool Corp /De/ (WHR-PA) Change in Inventory (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Change in Inventory came in at -$23.0 million in Q2 2026, down 112.37% year-over-year from $186.0 million in Q2 2025, and up 72.94% quarter-over-quarter from -$85.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Change in Inventory (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Change in Inventory for 18 consecutive years, with -$23.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Inventory fell 112.37% year-over-year to -$23.0 million in Q2 2026; TTM through Jun 2026 was -$263.0 million, a 187.38% decrease from a year earlier, with the FY2025 full-year figure at $372.0 million, up 316.28% from the prior year.
- Change in Inventory was -$23.0 million for Q2 2026 at Whirlpool, up from -$85.0 million in the prior quarter.
- Over five years, Change in Inventory peaked at $384.0 million in Q1 2022 and troughed at -$310.0 million in Q4 2022.
- A 5-year average of $14.7 million and a median of -$29.5 million in 2024 frame the typical range for Change in Inventory.
- Across the five-year window, Change in Inventory sank 203.49% in 2022 and jumped 415.25% in 2025, its largest moves.
- Over 5 years, Change in Inventory stood at -$310.0 million in 2022, then jumped by 48.71% to -$159.0 million in 2023, then fell by 19.5% to -$190.0 million in 2024, then rose by 20.53% to -$151.0 million in 2025, then soared by 84.77% to -$23.0 million in 2026.
- The last three Change in Inventory figures came in at -$23.0 million (Q2 2026), -$85.0 million (Q1 2026), and -$151.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -23.00 Mn |
| Mar 31, 2026 | -85.00 Mn |
| Dec 31, 2025 | -151.00 Mn |
| Sep 30, 2025 | -4.00 Mn |
| Jun 30, 2025 | 186.00 Mn |
| Mar 31, 2025 | 341.00 Mn |
| Dec 31, 2024 | -190.00 Mn |
| Sep 30, 2024 | -36.00 Mn |
| Jun 30, 2024 | -59.00 Mn |
| Mar 31, 2024 | 113.00 Mn |
| Dec 31, 2023 | -159.00 Mn |
| Sep 30, 2023 | -102.00 Mn |
| Jun 30, 2023 | 100.00 Mn |
| Mar 31, 2023 | 284.00 Mn |
| Dec 31, 2022 | -310.00 Mn |
| Sep 30, 2022 | -267.00 Mn |
| Jun 30, 2022 | 242.00 Mn |
| Mar 31, 2022 | 384.00 Mn |
| Dec 31, 2021 | -137.00 Mn |
| Sep 30, 2021 | 258.00 Mn |
Whirlpool Corp /De/ Change in 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=change-in-inventory&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-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=change-in-inventory&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();