Whirlpool Corp /De/ (WHR-PA) Tax Rate (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Tax Rate came in at 3.12% in Q2 2026, down 2084.0% year-over-year from 0.16% in Q2 2025, and up 111.38% quarter-over-quarter from 27.45% in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Tax Rate (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Tax Rate for 18 consecutive years, with 3.12% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Tax Rate fell 2084.0% year-over-year to 3.12% in Q2 2026; TTM through Jun 2026 was 29.0%, a 6736.0% decrease from a year earlier, with the FY2025 full-year figure at 27.52%, up 3284.0% from the prior year.
- Tax Rate was 3.12% for Q2 2026 at Whirlpool, up from 27.45% in the prior quarter.
- Over five years, Tax Rate peaked at 55.88% in Q2 2023 and troughed at 686.67% in Q2 2024.
- A 5-year average of 35.66% and a median of 13.55% in 2025 frame the typical range for Tax Rate.
- Across the five-year window, Tax Rate plunged 74255 bps in 2024 and jumped 71063 bps in 2025, its largest moves.
- Over 5 years, Tax Rate stood at 4.53% in 2022, then tumbled by 1192 bps to 58.59% in 2023, then grew by 26 bps to 43.38% in 2024, then soared by 163 bps to 27.41% in 2025, then plunged by 89 bps to 3.12% in 2026.
- The last three Tax Rate figures came in at 3.12% (Q2 2026), 27.45% (Q1 2026), and 27.41% (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.13% |
| Mar 31, 2026 | -27.45% |
| Dec 31, 2025 | 27.41% |
| Sep 30, 2025 | 27.50% |
| Jun 30, 2025 | 23.97% |
| Mar 31, 2025 | 30.94% |
| Dec 31, 2024 | -43.38% |
| Sep 30, 2024 | 25.14% |
| Jun 30, 2024 | -686.67% |
| Mar 31, 2024 | -42.94% |
| Dec 31, 2023 | -58.59% |
| Sep 30, 2023 | 50.00% |
| Jun 30, 2023 | 55.88% |
| Mar 31, 2023 | -62.39% |
| Dec 31, 2022 | -4.53% |
| Sep 30, 2022 | 26.50% |
| Jun 30, 2022 | -11.14% |
| Mar 31, 2022 | 24.82% |
| Dec 31, 2021 | 34.88% |
| Sep 30, 2021 | 17.06% |
Whirlpool Corp /De/ Tax Rate 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=tax-rate&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();