U-Haul Holding (UHAL) Total Non-Current Liabilities (2018 - 2026)
U-Haul Holding's (UHAL) quarterly Total Non-Current Liabilities came in at $4.2 billion in Q1 2026, up 9.68% year-over-year from $3.8 billion in Q1 2025, and up 5.95% quarter-over-quarter from $4.0 billion in Q2 2025.
U-Haul Holding (UHAL) Total Non-Current Liabilities (2018 - 2026) Analysis & Trends
U-Haul Holding has disclosed Total Non-Current Liabilities across 5 years of filings, most recently posting $4.2 billion for Q1 2026.
- In Q1 2026, Total Non-Current Liabilities rose 9.68% year-over-year to $4.2 billion; the TTM figure through Mar 2026 stood at $4.2 billion (up 9.68% YoY), while the FY2026 annual figure was $4.2 billion, up 9.68% from the prior year.
- Total Non-Current Liabilities came in at $4.2 billion for Q1 2026 at U-Haul Holding, up from $4.0 billion in the prior quarter.
- In the past five years, Total Non-Current Liabilities ranged from a high of $12.0 billion in Q3 2023 to a low of $3.8 billion in Q1 2025.
- Average Total Non-Current Liabilities over 4 years is $8.4 billion, with a median of $11.3 billion recorded in 2022.
- Year-over-year, Total Non-Current Liabilities gained 2.2% in 2023 and rose 9.68% in 2026.
- Over 4 years, Total Non-Current Liabilities stood at $11.3 billion in 2022, then gained by 5.68% to $12.0 billion in 2023, then tumbled by 66.84% to $4.0 billion in 2025, then rose by 5.95% to $4.2 billion in 2026.
- Per Business Quant data, the three most recent Total Non-Current Liabilities figures were $4.2 billion in Q1 2026, $4.0 billion in Q2 2025, and $3.8 billion in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 35.24 Bn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | 4.21 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 4.21 Bn |
| Jun 30, 2025 | 3.98 Bn |
| Mar 31, 2025 | 3.84 Bn |
| Sep 30, 2023 | 11.99 Bn |
| Jun 30, 2023 | 11.84 Bn |
| Mar 31, 2023 | 11.60 Bn |
| Mar 31, 2022 | 11.35 Bn |
| Mar 31, 2018 | 7.34 Bn |
U-Haul Holding Total Non-Current Liabilities 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-non-current-liabilities&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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-non-current-liabilities&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();