Whirlpool Corp /De/ (WHR-PA) Operating Margin (2009 - 2026)
Whirlpool's (WHR-PA) quarterly Operating Margin came in at 4.63% in Q2 2026, down 77.0% year-over-year from 20.15% in Q2 2025, and up 742.73% quarter-over-quarter from 0.55% in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Operating Margin (2009 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Operating Margin for 18 consecutive years, with 4.63% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Operating Margin fell 77.0% year-over-year to 4.63% in Q2 2026; TTM through Jun 2026 was 4.22%, a 89.0% increase from a year earlier, with the FY2025 full-year figure at 5.4%, up 454.0% from the prior year.
- Operating Margin was 4.63% for Q2 2026 at Whirlpool, up from 0.55% in the prior quarter.
- Over five years, Operating Margin peaked at 9.37% in Q1 2022 and troughed at 29.09% in Q4 2022.
- A 5-year average of 1.68% and a median of 4.86% in 2025 frame the typical range for Operating Margin.
- Across the five-year window, Operating Margin plunged 3758 bps in 2022 and soared 3719 bps in 2023, its largest moves.
- Over 5 years, Operating Margin stood at 29.09% in 2022, then surged by 128 bps to 8.1% in 2023, then sank by 141 bps to 3.29% in 2024, then surged by 280 bps to 5.93% in 2025, then dropped by 22 bps to 4.63% in 2026.
- The last three Operating Margin figures came in at 4.63% (Q2 2026), 0.55% (Q1 2026), and 5.93% (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.63% |
| Mar 31, 2026 | 0.55% |
| Dec 31, 2025 | 5.93% |
| Sep 30, 2025 | 5.11% |
| Jun 30, 2025 | 5.41% |
| Mar 31, 2025 | 5.08% |
| Dec 31, 2024 | -3.29% |
| Sep 30, 2024 | 6.64% |
| Jun 30, 2024 | 3.26% |
| Mar 31, 2024 | -2.58% |
| Dec 31, 2023 | 8.10% |
| Sep 30, 2023 | 5.22% |
| Jun 30, 2023 | 6.32% |
| Mar 31, 2023 | 0.92% |
| Dec 31, 2022 | -29.09% |
| Sep 30, 2022 | 4.62% |
| Jun 30, 2022 | -6.00% |
| Mar 31, 2022 | 9.37% |
| Dec 31, 2021 | 8.50% |
| Sep 30, 2021 | 10.06% |
Whirlpool Corp /De/ Operating 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=operating-margin&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-margin&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();