U-Haul Holding (UHAL) Invested Capital (2013 - 2026)
U-Haul Holding's (UHAL) quarterly Invested Capital came in at $10.0 billion in Q1 2026, little changed year-over-year from $10.0 billion in Q1 2025, and down 2.24% quarter-over-quarter from $10.2 billion in Q4 2025.
U-Haul Holding (UHAL) Invested Capital (2013 - 2026) Analysis & Trends
U-Haul Holding has disclosed Invested Capital across 7 years of filings, most recently posting $10.0 billion for Q1 2026.
- In Q1 2026, Invested Capital changed 0.4% year-over-year to $10.0 billion; the TTM figure through Mar 2026 stood at $10.0 billion (changed 0.4% YoY), while the FY2026 annual figure was $10.0 billion, changed 0.4% from the prior year.
- Invested Capital came in at $10.0 billion for Q1 2026 at U-Haul Holding, down from $10.2 billion in the prior quarter.
- In the past five years, Invested Capital ranged from a high of $12.0 billion in Q1 2022 to a low of $9.6 billion in Q1 2024.
- Average Invested Capital over 4 years is $10.2 billion, with a median of $10.1 billion recorded in 2024.
- Year-over-year, Invested Capital advanced 24.32% in 2022 and fell 0.4% in 2026.
- Over 4 years, Invested Capital stood at $12.0 billion in 2022, then slipped by 14.88% to $10.2 billion in 2024, then climbed by 0.19% to $10.2 billion in 2025, then fell by 2.24% to $10.0 billion in 2026.
- Per Business Quant data, the three most recent Invested Capital figures were $10.0 billion in Q1 2026, $10.2 billion in Q4 2025, and $10.3 billion in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Invested Cap. (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 2.63 Bn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | 9.97 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 9.97 Bn |
| Dec 31, 2025 | 10.20 Bn |
| Sep 30, 2025 | 10.29 Bn |
| Jun 30, 2025 | 10.20 Bn |
| Mar 31, 2025 | 10.01 Bn |
| Dec 31, 2024 | 10.18 Bn |
| Sep 30, 2024 | 10.02 Bn |
| Jun 30, 2024 | 9.76 Bn |
| Mar 31, 2024 | 9.58 Bn |
| Mar 31, 2022 | 11.96 Bn |
| Mar 31, 2021 | 9.62 Bn |
| Mar 31, 2020 | 9.50 Bn |
| Dec 31, 2013 | 1.72 Bn |
U-Haul Holding Invested Capital 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=invested-capital&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();