U-Haul Holding (UHAL) Consolidated Net Income (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Consolidated Net Income came in at $37.0 million in Q4 2025, down 44.96% year-over-year from $67.2 million in Q4 2024, and down 64.98% quarter-over-quarter from $105.6 million in Q3 2025.
U-Haul Holding (UHAL) Consolidated Net Income (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Consolidated Net Income across 16 years of filings, most recently posting $37.0 million for Q4 2025.
- In Q4 2025, Consolidated Net Income fell 44.96% year-over-year to $37.0 million; the TTM figure through Dec 2025 stood at $202.6 million (down 54.84% YoY), while the FY2025 annual figure was $367.1 million, down 41.61% from the prior year.
- Consolidated Net Income came in at $37.0 million for Q4 2025 at U-Haul Holding, down from $105.6 million in the prior quarter.
- In the past five years, Consolidated Net Income ranged from a high of $409.9 million in Q3 2021 to a low of -$82.3 million in Q1 2025.
- Average Consolidated Net Income over 5 years is $170.2 million, with a median of $164.6 million recorded in 2024.
- Year-over-year, Consolidated Net Income jumped 293.47% in 2021 and plunged 9435.46% in 2025.
- Over 5 years, Consolidated Net Income stood at $281.5 million in 2021, then declined by 29.35% to $198.9 million in 2022, then sank by 50.1% to $99.2 million in 2023, then slumped by 32.31% to $67.2 million in 2024, then sank by 44.96% to $37.0 million in 2025.
- Per Business Quant data, the three most recent Consolidated Net Income figures were $37.0 million in Q4 2025, $105.6 million in Q3 2025, and $142.3 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Consol Net Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 63.00 Mn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 36.97 Mn |
| Sep 30, 2025 | 105.55 Mn |
| Jun 30, 2025 | 142.33 Mn |
| Mar 31, 2025 | -82.29 Mn |
| Dec 31, 2024 | 67.17 Mn |
| Sep 30, 2024 | 186.80 Mn |
| Jun 30, 2024 | 195.42 Mn |
| Mar 31, 2024 | -863,000.00 |
| Dec 31, 2023 | 99.22 Mn |
| Sep 30, 2023 | 273.51 Mn |
| Jun 30, 2023 | 256.84 Mn |
| Mar 31, 2023 | 37.41 Mn |
| Dec 31, 2022 | 198.85 Mn |
| Sep 30, 2022 | 349.87 Mn |
| Jun 30, 2022 | 338.35 Mn |
| Mar 31, 2022 | 87.82 Mn |
| Dec 31, 2021 | 281.47 Mn |
| Sep 30, 2021 | 409.90 Mn |
| Jun 30, 2021 | 345.18 Mn |
| Mar 31, 2021 | 73.78 Mn |
U-Haul Holding Consolidated Net Income 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=consolidated-net-income&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "consolidated-net-income", "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=consolidated-net-income&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();