U-Haul Holding (UHAL) Revenue (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Revenue came in at $1.4 billion in Q4 2025, up 1.95% year-over-year from $1.4 billion in Q4 2024, and down 17.69% quarter-over-quarter from $1.7 billion in Q3 2025.
U-Haul Holding (UHAL) Revenue (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Revenue across 16 years of filings, most recently posting $1.4 billion for Q4 2025.
- In Q4 2025, Revenue rose 1.95% year-over-year to $1.4 billion; the TTM figure through Dec 2025 stood at $6.0 billion (up 5.42% YoY), while the FY2025 annual figure was $5.8 billion, up 3.61% from the prior year.
- Revenue came in at $1.4 billion for Q4 2025 at U-Haul Holding, down from $1.7 billion in the prior quarter.
- In the past five years, Revenue ranged from a high of $1.7 billion in Q3 2025 to a low of $1.1 billion in Q1 2021.
- Average Revenue over 5 years is $1.4 billion, with a median of $1.4 billion recorded in 2021.
- Year-over-year, Revenue surged 49.19% in 2021 and slipped 7.8% in 2024.
- Over 5 years, Revenue stood at $1.4 billion in 2021, then declined by 2.07% to $1.4 billion in 2022, then slipped by 2.6% to $1.3 billion in 2023, then rose by 3.66% to $1.4 billion in 2024, then gained by 1.95% to $1.4 billion in 2025.
- Per Business Quant data, the three most recent Revenue figures were $1.4 billion in Q4 2025, $1.7 billion in Q3 2025, and $1.6 billion in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 3.00 Bn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.42 Bn |
| Sep 30, 2025 | 1.72 Bn |
| Jun 30, 2025 | 1.63 Bn |
| Mar 31, 2025 | 1.23 Bn |
| Dec 31, 2024 | 1.39 Bn |
| Sep 30, 2024 | 1.66 Bn |
| Jun 30, 2024 | 1.55 Bn |
| Mar 31, 2024 | 1.10 Bn |
| Dec 31, 2023 | 1.34 Bn |
| Sep 30, 2023 | 1.65 Bn |
| Jun 30, 2023 | 1.54 Bn |
| Mar 31, 2023 | 1.19 Bn |
| Dec 31, 2022 | 1.38 Bn |
| Sep 30, 2022 | 1.70 Bn |
| Jun 30, 2022 | 1.60 Bn |
| Mar 31, 2022 | 1.20 Bn |
| Dec 31, 2021 | 1.40 Bn |
| Sep 30, 2021 | 1.66 Bn |
| Jun 30, 2021 | 1.47 Bn |
| Mar 31, 2021 | 1.06 Bn |
U-Haul Holding Revenue 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=revenue&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "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=revenue&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();