U-Haul Holding (UHAL) Buildings (2011 - 2026)
U-Haul Holding's (UHAL) quarterly Buildings came in at $10.5 billion in Q1 2026, up 9.5% year-over-year from $9.6 billion in Q1 2025, and up 2.06% quarter-over-quarter from $10.3 billion in Q4 2025.
U-Haul Holding (UHAL) Buildings (2011 - 2026) Analysis & Trends
U-Haul Holding has disclosed Buildings across 16 years of filings, most recently posting $10.5 billion for Q1 2026.
- In Q1 2026, Buildings rose 9.5% year-over-year to $10.5 billion; the TTM figure through Mar 2026 stood at $10.5 billion (up 9.5% YoY), while the FY2026 annual figure was $10.5 billion, up 9.5% from the prior year.
- Buildings came in at $10.5 billion for Q1 2026 at U-Haul Holding, up from $10.3 billion in the prior quarter.
- In the past five years, Buildings ranged from a high of $10.5 billion in Q1 2026 to a low of $6.0 billion in Q1 2022.
- Average Buildings over 5 years is $8.3 billion, with a median of $8.2 billion recorded in 2024.
- Year-over-year, Buildings gained 19.71% in 2023 and grew 9.5% in 2026.
- Over 5 years, Buildings stood at $6.7 billion in 2022, then advanced by 18.05% to $7.9 billion in 2023, then grew by 17.15% to $9.3 billion in 2024, then grew by 11.0% to $10.3 billion in 2025, then increased by 2.06% to $10.5 billion in 2026.
- Per Business Quant data, the three most recent Buildings figures were $10.5 billion in Q1 2026, $10.3 billion in Q4 2025, and $10.1 billion in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 10.54 Bn |
| Dec 31, 2025 | 10.33 Bn |
| Sep 30, 2025 | 10.10 Bn |
| Jun 30, 2025 | 9.89 Bn |
| Mar 31, 2025 | 9.63 Bn |
| Dec 31, 2024 | 9.31 Bn |
| Sep 30, 2024 | 8.92 Bn |
| Jun 30, 2024 | 8.59 Bn |
| Mar 31, 2024 | 8.24 Bn |
| Dec 31, 2023 | 7.94 Bn |
| Sep 30, 2023 | 7.65 Bn |
| Jun 30, 2023 | 7.36 Bn |
| Mar 31, 2023 | 7.09 Bn |
| Dec 31, 2022 | 6.73 Bn |
| Sep 30, 2022 | 6.39 Bn |
| Jun 30, 2022 | 6.15 Bn |
| Mar 31, 2022 | 5.97 Bn |
| Dec 31, 2021 | 5.73 Bn |
| Sep 30, 2021 | 5.48 Bn |
| Jun 30, 2021 | 5.28 Bn |
U-Haul Holding Buildings 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=buildings&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "buildings", "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=buildings&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();