Whirlpool Corp /De/ (WHR-PA) Asset Utilization Ratio (2010 - 2026)
Whirlpool's (WHR-PA) quarterly Asset Utilization Ratio came in at 0.89 in Q2 2026, down 4.54% year-over-year from 0.93 in Q2 2025, and down 5.57% quarter-over-quarter from 0.94 in Q1 2026.
Whirlpool Corp /De/ (WHR-PA) Asset Utilization Ratio (2010 - 2026) Analysis & Trends
Whirlpool (WHR-PA) has reported Asset Utilization Ratio for 17 consecutive years, with 0.89 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio fell 4.54% year-over-year to 0.89 in Q2 2026; TTM through Jun 2026 was 0.89, a 4.54% decrease from a year earlier, with the FY2025 full-year figure at 0.96, down 2.73% from the prior year.
- Asset Utilization Ratio was 0.89 for Q2 2026 at Whirlpool, down from 0.94 in the prior quarter.
- Over five years, Asset Utilization Ratio peaked at 1.15 in Q3 2022 and troughed at 0.89 in Q2 2026.
- A 5-year average of 1.05 and a median of 1.07 in 2022 frame the typical range for Asset Utilization Ratio.
- Across the five-year window, Asset Utilization Ratio advanced 7.81% in 2022 and fell 13.79% in 2025, its largest moves.
- Over 5 years, Asset Utilization Ratio stood at 1.14 in 2022, then fell by 0.11% to 1.14 in 2023, then fell by 12.75% to 0.99 in 2024, then decreased by 4.91% to 0.94 in 2025, then dropped by 5.64% to 0.89 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.89 (Q2 2026), 0.94 (Q1 2026), and 0.94 (Q4 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.89 |
| Mar 31, 2026 | 0.94 |
| Dec 31, 2025 | 0.94 |
| Sep 30, 2025 | 0.92 |
| Jun 30, 2025 | 0.93 |
| Mar 31, 2025 | 0.96 |
| Dec 31, 2024 | 0.99 |
| Sep 30, 2024 | 1.02 |
| Jun 30, 2024 | 1.07 |
| Mar 31, 2024 | 1.11 |
| Dec 31, 2023 | 1.14 |
| Sep 30, 2023 | 1.14 |
| Jun 30, 2023 | 1.13 |
| Mar 31, 2023 | 1.14 |
| Dec 31, 2022 | 1.14 |
| Sep 30, 2022 | 1.15 |
| Jun 30, 2022 | 1.13 |
| Mar 31, 2022 | 1.08 |
| Dec 31, 2021 | 1.08 |
| Sep 30, 2021 | 1.09 |
Whirlpool Corp /De/ Asset Utilization Ratio 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=asset-utilization-ratio&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();