U-Haul Holding (UHAL) Operating Income (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Operating Income 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) Operating Income (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Operating Income across 16 years of filings, most recently posting $33.7 million for Q4 2025.
- In Q4 2025, Operating Income fell 77.66% year-over-year to $33.7 million; the TTM figure through Dec 2025 stood at $465.9 million (down 35.03% YoY), while the FY2025 annual figure was $716.2 million, down 26.76% from the prior year.
- Operating Income 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, Operating Income ranged from a high of $578.7 million in Q3 2021 to a low of -$42.8 million in Q1 2025.
- Average Operating Income over 5 years is $271.2 million, with a median of $279.7 million recorded in 2024.
- Year-over-year, Operating Income jumped 13608.25% in 2021 and slumped 137.97% in 2024.
- Over 5 years, Operating Income stood at $416.7 million in 2021, then dropped by 23.21% to $320.0 million in 2022, then slumped by 38.26% to $197.6 million in 2023, then slipped by 23.71% to $150.7 million in 2024, then tumbled by 77.66% to $33.7 million in 2025.
- Per Business Quant data, the three most recent Operating Income figures were $33.7 million in Q4 2025, $217.6 million in Q3 2025, and $257.4 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Op. Inc (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | - |
| 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 | -42.78 Mn |
| Dec 31, 2024 | 150.73 Mn |
| Sep 30, 2024 | 301.96 Mn |
| Jun 30, 2024 | 306.24 Mn |
| Mar 31, 2024 | -41.81 Mn |
| Dec 31, 2023 | 197.59 Mn |
| Sep 30, 2023 | 422.36 Mn |
| Jun 30, 2023 | 399.66 Mn |
| Mar 31, 2023 | 110.12 Mn |
| Dec 31, 2022 | 320.01 Mn |
| Sep 30, 2022 | 519.95 Mn |
| Jun 30, 2022 | 495.50 Mn |
| Mar 31, 2022 | 155.36 Mn |
| Dec 31, 2021 | 416.72 Mn |
| Sep 30, 2021 | 578.70 Mn |
| Jun 30, 2021 | 494.21 Mn |
| Mar 31, 2021 | 131.33 Mn |
U-Haul Holding Operating 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=operating-income&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "operating-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=operating-income&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();