U-Haul Holding (UHAL) Other Non-Current Liabilities (2018 - 2026)
U-Haul Holding's (UHAL) quarterly Other Non-Current Liabilities came in at $9.7 billion in Q1 2026, up 5.89% year-over-year from $9.1 billion in Q1 2025, and up 5.07% quarter-over-quarter from $9.2 billion in Q2 2025.
U-Haul Holding (UHAL) Other Non-Current Liabilities (2018 - 2026) Analysis & Trends
U-Haul Holding has disclosed Other Non-Current Liabilities across 3 years of filings, most recently posting $9.7 billion for Q1 2026.
- In Q1 2026, Other Non-Current Liabilities rose 5.89% year-over-year to $9.7 billion; the TTM figure through Mar 2026 stood at $9.7 billion (up 5.89% YoY), while the FY2026 annual figure was $9.7 billion, up 5.89% from the prior year.
- Other Non-Current Liabilities came in at $9.7 billion for Q1 2026 at U-Haul Holding, up from $9.2 billion in the prior quarter.
- In the past five years, Other Non-Current Liabilities ranged from a high of $9.7 billion in Q1 2026 to a low of $9.1 billion in Q1 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 | 9.68 Bn |
| Jun 30, 2025 | 9.21 Bn |
| Mar 31, 2025 | 9.14 Bn |
| Mar 31, 2018 | 897,000.00 |
U-Haul Holding Other 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=other-non-current-liabilities&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-liabilities&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();