U-Haul Holding (UHAL) Total Debt (2013 - 2026)
U-Haul Holding's (UHAL) quarterly Total Debt came in at $2.4 billion in Q1 2026, down 6.13% year-over-year from $2.5 billion in Q1 2025, and down 3.9% quarter-over-quarter from $2.5 billion in Q4 2025.
U-Haul Holding (UHAL) Total Debt (2013 - 2026) Analysis & Trends
U-Haul Holding has disclosed Total Debt across 7 years of filings, most recently posting $2.4 billion for Q1 2026.
- In Q1 2026, Total Debt fell 6.13% year-over-year to $2.4 billion; the TTM figure through Mar 2026 stood at $2.4 billion (down 6.13% YoY), while the FY2026 annual figure was $2.4 billion, down 6.13% from the prior year.
- Total Debt came in at $2.4 billion for Q1 2026 at U-Haul Holding, down from $2.5 billion in the prior quarter.
- In the past five years, Total Debt ranged from a high of $6.1 billion in Q1 2022 to a low of $2.4 billion in Q1 2026.
- Average Total Debt over 4 years is $2.8 billion, with a median of $2.5 billion recorded in 2024.
- Year-over-year, Total Debt advanced 28.97% in 2022 and slipped 6.13% in 2026.
- Over 4 years, Total Debt stood at $6.1 billion in 2022, then plunged by 57.97% to $2.5 billion in 2024, then retreated by 3.68% to $2.5 billion in 2025, then decreased by 3.9% to $2.4 billion in 2026.
- Per Business Quant data, the three most recent Total Debt figures were $2.4 billion in Q1 2026, $2.5 billion in Q4 2025, and $2.5 billion in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 6.02 Bn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | 2.36 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 2.36 Bn |
| Dec 31, 2025 | 2.45 Bn |
| Sep 30, 2025 | 2.52 Bn |
| Jun 30, 2025 | 2.54 Bn |
| Mar 31, 2025 | 2.51 Bn |
| Dec 31, 2024 | 2.55 Bn |
| Sep 30, 2024 | 2.50 Bn |
| Jun 30, 2024 | 2.41 Bn |
| Mar 31, 2024 | 2.41 Bn |
| Mar 31, 2022 | 6.06 Bn |
| Mar 31, 2021 | 4.70 Bn |
| Mar 31, 2020 | 4.65 Bn |
| Dec 31, 2013 | 226.70 Mn |
U-Haul Holding Total Debt 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=total-debt&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt", "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=total-debt&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();