Whirlpool Corp /De/ (WHR-PA) Long-Term Deferred Tax (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Long-Term Deferred Tax came in at $1.3 billion in Q2 2026, down 9.22% year-over-year from $1.5 billion in Q2 2025, and up 0.82% quarter-over-quarter from $1.3 billion in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Long-Term Deferred Tax (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Long-Term Deferred Tax for 18 consecutive years, with $1.3 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Long-Term Deferred Tax fell 9.22% year-over-year to $1.3 billion in Q2 2026; TTM through Jun 2026 was $1.3 billion, a 9.22% decrease from a year earlier, with the FY2025 full-year figure at $1.3 billion, down 7.4% from the prior year.
- Long-Term Deferred Tax was $1.3 billion for Q2 2026 at Whirlpool, up from $1.3 billion in the prior quarter.
- Over five years, Long-Term Deferred Tax peaked at $1.9 billion in Q1 2022 and troughed at $1.1 billion in Q4 2022.
- A 5-year average of $1.4 billion and a median of $1.4 billion in 2024 frame the typical range for Long-Term Deferred Tax.
- Across the five-year window, Long-Term Deferred Tax tumbled 44.64% in 2022 and surged 40.21% in 2024, its largest moves.
- Over 5 years, Long-Term Deferred Tax stood at $1.1 billion in 2022, then grew by 23.89% to $1.3 billion in 2023, then increased by 8.81% to $1.4 billion in 2024, then slipped by 7.4% to $1.3 billion in 2025, then gained by 1.66% to $1.3 billion in 2026.
- The last three Long-Term Deferred Tax figures came in at $1.3 billion (Q2 2026), $1.3 billion (Q1 2026), and $1.3 billion (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.35 Bn |
| Mar 31, 2026 | 1.34 Bn |
| Dec 31, 2025 | 1.33 Bn |
| Sep 30, 2025 | 1.48 Bn |
| Jun 30, 2025 | 1.49 Bn |
| Mar 31, 2025 | 1.44 Bn |
| Dec 31, 2024 | 1.43 Bn |
| Sep 30, 2024 | 1.50 Bn |
| Jun 30, 2024 | 1.38 Bn |
| Mar 31, 2024 | 1.28 Bn |
| Dec 31, 2023 | 1.32 Bn |
| Sep 30, 2023 | 1.07 Bn |
| Jun 30, 2023 | 1.09 Bn |
| Mar 31, 2023 | 1.10 Bn |
| Dec 31, 2022 | 1.06 Bn |
| Sep 30, 2022 | 1.74 Bn |
| Jun 30, 2022 | 1.77 Bn |
| Mar 31, 2022 | 1.90 Bn |
| Dec 31, 2021 | 1.92 Bn |
| Sep 30, 2021 | 2.06 Bn |
Whirlpool Corp /De/ Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();