U-Haul Holding (UHAL) Assets (2011 - 2026)
U-Haul Holding's (UHAL) quarterly Assets came in at $21.5 billion in Q1 2026, up 5.0% year-over-year from $20.5 billion in Q1 2025, and down 0.53% quarter-over-quarter from $21.6 billion in Q4 2025.
U-Haul Holding (UHAL) Assets (2011 - 2026) Analysis & Trends
U-Haul Holding has disclosed Assets across 16 years of filings, most recently posting $21.5 billion for Q1 2026.
- In Q1 2026, Assets rose 5.0% year-over-year to $21.5 billion; the TTM figure through Mar 2026 stood at $21.5 billion (up 5.0% YoY), while the FY2026 annual figure was $21.5 billion, up 5.0% from the prior year.
- Assets came in at $21.5 billion for Q1 2026 at U-Haul Holding, down from $21.6 billion in the prior quarter.
- In the past five years, Assets ranged from a high of $21.6 billion in Q4 2025 to a low of $17.3 billion in Q1 2022.
- Average Assets over 5 years is $19.5 billion, with a median of $19.1 billion recorded in 2024.
- Year-over-year, Assets gained 18.26% in 2022 and rose 3.71% in 2024.
- Over 5 years, Assets stood at $18.1 billion in 2022, then climbed by 5.04% to $19.0 billion in 2023, then gained by 6.99% to $20.3 billion in 2024, then gained by 6.33% to $21.6 billion in 2025, then declined by 0.53% to $21.5 billion in 2026.
- Per Business Quant data, the three most recent Assets figures were $21.5 billion in Q1 2026, $21.6 billion in Q4 2025, and $21.4 billion in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 32.33 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 21.50 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 21.50 Bn |
| Dec 31, 2025 | 21.62 Bn |
| Sep 30, 2025 | 21.43 Bn |
| Jun 30, 2025 | 20.85 Bn |
| Mar 31, 2025 | 20.48 Bn |
| Dec 31, 2024 | 20.33 Bn |
| Sep 30, 2024 | 20.13 Bn |
| Jun 30, 2024 | 19.31 Bn |
| Mar 31, 2024 | 19.06 Bn |
| Dec 31, 2023 | 19.00 Bn |
| Sep 30, 2023 | 19.02 Bn |
| Jun 30, 2023 | 18.61 Bn |
| Mar 31, 2023 | 18.10 Bn |
| Dec 31, 2022 | 18.09 Bn |
| Sep 30, 2022 | 18.14 Bn |
| Jun 30, 2022 | 17.79 Bn |
| Mar 31, 2022 | 17.33 Bn |
| Dec 31, 2021 | 16.59 Bn |
| Sep 30, 2021 | 16.34 Bn |
| Jun 30, 2021 | 15.11 Bn |
U-Haul Holding Assets 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=assets&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "assets", "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=assets&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();