U-Haul Holding (UHAL) Debt Ratio (2013 - 2026)
U-Haul Holding's (UHAL) quarterly Debt Ratio came in at 0.11 in Q1 2026, down 10.6% year-over-year from 0.12 in Q1 2025, and down 3.39% quarter-over-quarter from 0.11 in Q4 2025.
U-Haul Holding (UHAL) Debt Ratio (2013 - 2026) Analysis & Trends
U-Haul Holding has disclosed Debt Ratio across 7 years of filings, most recently posting 0.11 for Q1 2026.
- In Q1 2026, Debt Ratio fell 10.6% year-over-year to 0.11; the TTM figure through Mar 2026 stood at 0.11 (down 10.6% YoY), while the FY2026 annual figure was 0.11, down 10.6% from the prior year.
- Debt Ratio came in at 0.11 for Q1 2026 at U-Haul Holding, down from 0.11 in the prior quarter.
- In the past five years, Debt Ratio ranged from a high of 0.35 in Q1 2022 to a low of 0.11 in Q1 2026.
- Average Debt Ratio over 4 years is 0.14, with a median of 0.12 recorded in 2024.
- Year-over-year, Debt Ratio climbed 9.05% in 2022 and slipped 10.6% in 2026.
- Over 4 years, Debt Ratio stood at 0.35 in 2022, then slumped by 64.18% to 0.13 in 2024, then decreased by 9.41% to 0.11 in 2025, then retreated by 3.39% to 0.11 in 2026.
- Per Business Quant data, the three most recent Debt Ratio figures were 0.11 in Q1 2026, 0.11 in Q4 2025, and 0.12 in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Debt Ratio (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 0.19 |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | 0.11 |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 0.11 |
| Dec 31, 2025 | 0.11 |
| Sep 30, 2025 | 0.12 |
| Jun 30, 2025 | 0.12 |
| Mar 31, 2025 | 0.12 |
| Dec 31, 2024 | 0.13 |
| Sep 30, 2024 | 0.12 |
| Jun 30, 2024 | 0.12 |
| Mar 31, 2024 | 0.13 |
| Mar 31, 2022 | 0.35 |
| Mar 31, 2021 | 0.32 |
| Mar 31, 2020 | 0.32 |
| Dec 31, 2013 | 0.04 |
U-Haul Holding Debt Ratio 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=debt-ratio&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "debt-ratio", "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=debt-ratio&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();