Whirlpool Corp /De/ (WHR-PA) Income from Non-Controlling Interests (2009 - 2025)
Whirlpool's (WHR-PA) quarterly Income from Non-Controlling Interests came in at $3.0 million in Q4 2025, up 50.0% year-over-year from $2.0 million in Q4 2024, and little changed quarter-over-quarter from $3.0 million in Q3 2025.
Whirlpool Corp /De/ (WHR-PA) Income from Non-Controlling Interests (2009 - 2025) Analysis & Trends
Whirlpool (WHR-PA) has reported Income from Non-Controlling Interests for 17 consecutive years, with $3.0 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Income from Non-Controlling Interests rose 50.0% year-over-year to $3.0 million in Q4 2025; TTM through Jun 2026 was $6.0 million, a 73.91% decrease from a year earlier, with the FY2025 full-year figure at $23.0 million, up 27.78% from the prior year.
- Income from Non-Controlling Interests was $3.0 million for Q4 2025 at Whirlpool, roughly flat from $3.0 million in the prior quarter.
- Over five years, Income from Non-Controlling Interests peaked at $15.0 million in Q3 2021 and troughed at -$1.0 million in Q2 2021.
- A 5-year average of $4.2 million and a median of $3.0 million in 2022 frame the typical range for Income from Non-Controlling Interests.
- Across the five-year window, Income from Non-Controlling Interests soared 1400.0% in 2021 and sank 86.67% in 2022, its largest moves.
- Over 5 years, Income from Non-Controlling Interests stood at $2.0 million in 2021, then changed by 0.0% to $2.0 million in 2022, then slumped by 50.0% to $1.0 million in 2023, then soared by 100.0% to $2.0 million in 2024, then surged by 50.0% to $3.0 million in 2025.
- The last three Income from Non-Controlling Interests figures came in at $3.0 million (Q4 2025), $3.0 million (Q3 2025), and $9.0 million (Q2 2025), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 3.00 Mn |
| Sep 30, 2025 | 3.00 Mn |
| Jun 30, 2025 | 9.00 Mn |
| Mar 31, 2025 | 7.00 Mn |
| Dec 31, 2024 | 2.00 Mn |
| Sep 30, 2024 | 5.00 Mn |
| Jun 30, 2024 | 6.00 Mn |
| Mar 31, 2024 | 6.00 Mn |
| Dec 31, 2023 | 1.00 Mn |
| Sep 30, 2023 | 2.00 Mn |
| Jun 30, 2023 | 2.00 Mn |
| Mar 31, 2023 | 3.00 Mn |
| Sep 30, 2022 | 2.00 Mn |
| Jun 30, 2022 | 3.00 Mn |
| Mar 31, 2022 | 3.00 Mn |
| Dec 31, 2021 | 2.00 Mn |
| Sep 30, 2021 | 15.00 Mn |
| Jun 30, 2021 | -1.00 Mn |
| Mar 31, 2021 | 7.00 Mn |
| Dec 31, 2020 | 4.00 Mn |
Whirlpool Corp /De/ Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=WHR-PA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();