U-Haul Holding (UHAL) Income from Non-Controlling Interests (2024 - 2025)
U-Haul Holding's (UHAL) quarterly Income from Non-Controlling Interests came in at $33.7 million in Q4 2025, down 77.66% year-over-year from $150.7 million in Q4 2024, and down 84.53% quarter-over-quarter from $217.6 million in Q3 2025.
U-Haul Holding (UHAL) Income from Non-Controlling Interests (2024 - 2025) Analysis & Trends
U-Haul Holding has disclosed Income from Non-Controlling Interests across 2 years of filings, most recently posting $33.7 million for Q4 2025.
- In Q4 2025, Income from Non-Controlling Interests fell 77.66% year-over-year to $33.7 million; the TTM figure through Dec 2025 stood at -$228.4 million (changed N/A YoY), while the FY2025 annual figure was $21.8 million, up 7.92% from the prior year.
- Income from Non-Controlling Interests came in at $33.7 million for Q4 2025 at U-Haul Holding, down from $217.6 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $306.2 million in Q2 2024 to a low of -$737.1 million in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 28.00 Mn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 33.67 Mn |
| Sep 30, 2025 | 217.59 Mn |
| Jun 30, 2025 | 257.41 Mn |
| Mar 31, 2025 | -737.13 Mn |
| Dec 31, 2024 | 150.73 Mn |
| Sep 30, 2024 | 301.96 Mn |
| Jun 30, 2024 | 306.24 Mn |
U-Haul Holding 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=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "ticker": "UHAL", "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=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();