Whirlpool Corp /De/ (WHR-PA) Profit After Tax (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Profit After Tax came in at $136.0 million in Q2 2026, up 178.61% year-over-year from $48.8 million in Q2 2025, and up 265.85% quarter-over-quarter from -$82.0 million in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Profit After Tax (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Profit After Tax for 18 consecutive years, with $136.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Profit After Tax rose 178.61% year-over-year to $136.0 million in Q2 2026; TTM through Jun 2026 was $258.0 million, a 166.49% increase from a year earlier, with the FY2025 full-year figure at $341.0 million, up 205.57% from the prior year.
- Profit After Tax was $136.0 million for Q2 2026 at Whirlpool, up from -$82.0 million in the prior quarter.
- Over five years, Profit After Tax peaked at $476.0 million in Q4 2023 and troughed at -$2.0 billion in Q4 2022.
- A 5-year average of -$74.6 million and a median of $89.5 million in 2023 frame the typical range for Profit After Tax.
- Across the five-year window, Profit After Tax tumbled 1950.51% in 2022 and soared 178.61% in 2026, its largest moves.
- Over 5 years, Profit After Tax stood at -$2.0 billion in 2022, then soared by 123.45% to $476.0 million in 2023, then plunged by 185.71% to -$408.0 million in 2024, then surged by 127.45% to $112.0 million in 2025, then grew by 21.43% to $136.0 million in 2026.
- The last three Profit After Tax figures came in at $136.0 million (Q2 2026), -$82.0 million (Q1 2026), and $112.0 million (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 136.00 Mn |
| Mar 31, 2026 | -82.00 Mn |
| Dec 31, 2025 | 112.00 Mn |
| Sep 30, 2025 | 92.00 Mn |
| Jun 30, 2025 | -173.00 Mn |
| Mar 31, 2025 | 79.00 Mn |
| Dec 31, 2024 | -408.00 Mn |
| Sep 30, 2024 | 114.00 Mn |
| Jun 30, 2024 | 242.00 Mn |
| Mar 31, 2024 | -253.00 Mn |
| Dec 31, 2023 | 476.00 Mn |
| Sep 30, 2023 | 140.00 Mn |
| Jun 30, 2023 | 87.00 Mn |
| Mar 31, 2023 | -177.00 Mn |
| Dec 31, 2022 | -2.03 Bn |
| Sep 30, 2022 | 296.00 Mn |
| Jun 30, 2022 | -368.00 Mn |
| Mar 31, 2022 | 374.00 Mn |
| Dec 31, 2021 | -99.00 Mn |
| Sep 30, 2021 | 532.00 Mn |
Whirlpool Corp /De/ Profit After 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=profit-after-tax&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-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=profit-after-tax&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();