Whirlpool Corp /De/ (WHR-PA) Net Margin (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Net Margin came in at 2.13% in Q2 2026, up 41.0% year-over-year from 1.51% in Q2 2025, and up 182.11% quarter-over-quarter from 2.6% in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Net Margin (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Net Margin for 18 consecutive years, with 2.13% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Margin rose 41.0% year-over-year to 2.13% in Q2 2026; TTM through Jun 2026 was 1.17%, a 146.0% increase from a year earlier, with the FY2025 full-year figure at 2.41%, up 360.0% from the prior year.
- Net Margin was 2.13% for Q2 2026 at Whirlpool, up from 2.6% in the prior quarter.
- Over five years, Net Margin peaked at 10.16% in Q4 2023 and troughed at 32.32% in Q4 2022.
- A 5-year average of 0.9% and a median of 1.92% in 2025 frame the typical range for Net Margin.
- Across the five-year window, Net Margin plunged 3761 bps in 2022 and surged 4248 bps in 2023, its largest moves.
- Over 5 years, Net Margin stood at 32.32% in 2022, then soared by 131 bps to 10.16% in 2023, then sank by 175 bps to 7.59% in 2024, then jumped by 131 bps to 2.39% in 2025, then dropped by 11 bps to 2.13% in 2026.
- The last three Net Margin figures came in at 2.13% (Q2 2026), 2.6% (Q1 2026), and 2.39% (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.13% |
| Mar 31, 2026 | -2.60% |
| Dec 31, 2025 | 2.39% |
| Sep 30, 2025 | 2.16% |
| Jun 30, 2025 | 1.72% |
| Mar 31, 2025 | 1.96% |
| Dec 31, 2024 | -7.59% |
| Sep 30, 2024 | 3.36% |
| Jun 30, 2024 | 5.92% |
| Mar 31, 2024 | -5.63% |
| Dec 31, 2023 | 10.16% |
| Sep 30, 2023 | 1.75% |
| Jun 30, 2023 | 1.88% |
| Mar 31, 2023 | -3.81% |
| Dec 31, 2022 | -32.32% |
| Sep 30, 2022 | 3.07% |
| Jun 30, 2022 | -7.24% |
| Mar 31, 2022 | 6.52% |
| Dec 31, 2021 | 5.30% |
| Sep 30, 2021 | 8.86% |
Whirlpool Corp /De/ Net Margin 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=net-margin&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();