U-Haul Holding (UHAL) Other Non-Current Assets (2011 - 2026)
U-Haul Holding's (UHAL) quarterly Other Non-Current Assets came in at $127.2 million in Q1 2026, little changed year-over-year from $126.7 million in Q1 2025, and down 1.79% quarter-over-quarter from $129.5 million in Q4 2025.
U-Haul Holding (UHAL) Other Non-Current Assets (2011 - 2026) Analysis & Trends
U-Haul Holding has disclosed Other Non-Current Assets across 16 years of filings, most recently posting $127.2 million for Q1 2026.
- In Q1 2026, Other Non-Current Assets changed 0.37% year-over-year to $127.2 million; the TTM figure through Mar 2026 stood at $127.2 million (changed 0.37% YoY), while the FY2026 annual figure was $127.2 million, changed 0.37% from the prior year.
- Other Non-Current Assets came in at $127.2 million for Q1 2026 at U-Haul Holding, down from $129.5 million in the prior quarter.
- In the past five years, Other Non-Current Assets ranged from a high of $139.6 million in Q3 2025 to a low of $47.9 million in Q3 2022.
- Average Other Non-Current Assets over 5 years is $93.1 million, with a median of $111.7 million recorded in 2024.
- Year-over-year, Other Non-Current Assets slipped 15.49% in 2023 and surged 146.49% in 2024.
- Over 5 years, Other Non-Current Assets stood at $57.3 million in 2022, then declined by 7.8% to $52.8 million in 2023, then surged by 139.39% to $126.4 million in 2024, then gained by 2.45% to $129.5 million in 2025, then retreated by 1.79% to $127.2 million in 2026.
- Per Business Quant data, the three most recent Other Non-Current Assets figures were $127.2 million in Q1 2026, $129.5 million in Q4 2025, and $139.6 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Other Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 375.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 127.20 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 127.20 Mn |
| Dec 31, 2025 | 129.52 Mn |
| Sep 30, 2025 | 139.62 Mn |
| Jun 30, 2025 | 130.99 Mn |
| Mar 31, 2025 | 126.73 Mn |
| Dec 31, 2024 | 126.41 Mn |
| Sep 30, 2024 | 130.07 Mn |
| Jun 30, 2024 | 123.88 Mn |
| Mar 31, 2024 | 111.74 Mn |
| Dec 31, 2023 | 52.81 Mn |
| Sep 30, 2023 | 52.77 Mn |
| Jun 30, 2023 | 60.82 Mn |
| Mar 31, 2023 | 51.05 Mn |
| Dec 31, 2022 | 57.27 Mn |
| Sep 30, 2022 | 47.90 Mn |
| Jun 30, 2022 | 53.48 Mn |
| Mar 31, 2022 | 60.41 Mn |
| Dec 31, 2021 | 41.15 Mn |
| Sep 30, 2021 | 51.63 Mn |
| Jun 30, 2021 | 46.91 Mn |
U-Haul Holding Other Non-Current Assets 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-assets&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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-assets&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();