Whirlpool Corp /De/ (WHR-PA) Change in Taxes (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Change in Taxes came in at -$33.0 million in Q2 2026, down 43.48% year-over-year from -$58.4 million in Q2 2025, and down 22.22% quarter-over-quarter from -$27.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Change in Taxes (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Change in Taxes for 18 consecutive years, with -$33.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Change in Taxes fell 43.48% year-over-year to -$33.0 million in Q2 2026; TTM through Jun 2026 was -$111.0 million, a 1210.0% decrease from a year earlier, with the FY2025 full-year figure at -$67.0 million, up 63.39% from the prior year.
- Change in Taxes was -$33.0 million for Q2 2026 at Whirlpool, down from -$27.0 million in the prior quarter.
- Over five years, Change in Taxes peaked at $79.0 million in Q1 2022 and troughed at -$274.0 million in Q2 2024.
- A 5-year average of -$21.6 million and a median of -$12.5 million in 2025 frame the typical range for Change in Taxes.
- The widest YoY moves for Change in Taxes: up 300.0% in 2023, down 1021.43% in 2023.
- Over 5 years, Change in Taxes stood at $28.0 million in 2022, then tumbled by 1021.43% to -$258.0 million in 2023, then soared by 120.93% to $54.0 million in 2024, then plunged by 190.74% to -$49.0 million in 2025, then soared by 32.65% to -$33.0 million in 2026.
- The last three Change in Taxes figures came in at -$33.0 million (Q2 2026), -$27.0 million (Q1 2026), and -$49.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -33.00 Mn |
| Mar 31, 2026 | -27.00 Mn |
| Dec 31, 2025 | -49.00 Mn |
| Sep 30, 2025 | -2.00 Mn |
| Jun 30, 2025 | -23.00 Mn |
| Mar 31, 2025 | 7.00 Mn |
| Dec 31, 2024 | 54.00 Mn |
| Sep 30, 2024 | -28.00 Mn |
| Jun 30, 2024 | -274.00 Mn |
| Mar 31, 2024 | 65.00 Mn |
| Dec 31, 2023 | -258.00 Mn |
| Sep 30, 2023 | 48.00 Mn |
| Jun 30, 2023 | 70.00 Mn |
| Mar 31, 2023 | 43.00 Mn |
| Dec 31, 2022 | 28.00 Mn |
| Sep 30, 2022 | -24.00 Mn |
| Jun 30, 2022 | -65.00 Mn |
| Mar 31, 2022 | 79.00 Mn |
| Dec 31, 2021 | 80.00 Mn |
| Sep 30, 2021 | -33.00 Mn |
Whirlpool Corp /De/ Change in Taxes 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-taxes&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-taxes", "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-taxes&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();