Whirlpool Corp /De/ (WHR-PA) Other Operating Expenses (2019 - 2026)
Whirlpool's (WHR-PA) quarterly Other Operating Expenses came in at $139.0 million in Q2 2026, down 44.62% quarter-over-quarter from $251.0 million in Q4 2025.
Whirlpool Corp /De/ (WHR-PA) Other Operating Expenses (2019 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Other Operating Expenses for 8 consecutive years, with $139.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Other Operating Expenses changed N/A year-over-year to $139.0 million in Q2 2026; TTM through Jun 2026 was $420.0 million, a 1400.0% increase from a year earlier, with the FY2025 full-year figure at $251.0 million, up 195.08% from the prior year.
- Other Operating Expenses was $139.0 million for Q2 2026 at Whirlpool, down from $251.0 million in the prior quarter.
- Over five years, Other Operating Expenses peaked at $1.6 billion in Q4 2023 and troughed at -$1.9 billion in Q1 2024.
- A 5-year average of -$145.1 million and a median of -$11.0 million in 2023 frame the typical range for Other Operating Expenses.
- Across the five-year window, Other Operating Expenses plunged 11438.46% in 2022 and jumped 6375.0% in 2025, its largest moves.
- Over 5 years, Other Operating Expenses stood at -$1.5 billion in 2022, then soared by 206.67% to $1.6 billion in 2023, then slumped by 100.25% to -$4.0 million in 2024, then jumped by 6375.0% to $251.0 million in 2025, then sank by 44.62% to $139.0 million in 2026.
- The last three Other Operating Expenses figures came in at $139.0 million (Q2 2026), $251.0 million (Q4 2025), and $30.0 million (Q3 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 139.00 Mn |
| Dec 31, 2025 | 251.00 Mn |
| Sep 30, 2025 | 30.00 Mn |
| Dec 31, 2024 | -4.00 Mn |
| Sep 30, 2024 | 32.00 Mn |
| Jun 30, 2024 | -45.00 Mn |
| Mar 31, 2024 | -1.90 Bn |
| Dec 31, 2023 | 1.60 Bn |
| Sep 30, 2023 | -46.00 Mn |
| Jun 30, 2023 | -18.00 Mn |
| Mar 31, 2023 | -222.00 Mn |
| Dec 31, 2022 | -1.50 Bn |
| Sep 30, 2022 | -2.00 Mn |
| Jun 30, 2022 | -346.00 Mn |
| Dec 31, 2021 | -13.00 Mn |
| Sep 30, 2021 | -15.00 Mn |
| Jun 30, 2021 | 120.00 Mn |
| Sep 30, 2020 | 7.00 Mn |
| Dec 31, 2019 | 79.00 Mn |
| Sep 30, 2019 | 437.00 Mn |
Whirlpool Corp /De/ Other Operating Expenses 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=other-operating-expenses&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();