U-Haul Holding (UHAL) Non-Current Deferred Tax Liability (2011 - 2026)
U-Haul Holding's (UHAL) quarterly Non-Current Deferred Tax Liability came in at $1.6 billion in Q1 2026, up 4.68% year-over-year from $1.5 billion in Q1 2025, and down 2.86% quarter-over-quarter from $1.6 billion in Q4 2025.
U-Haul Holding (UHAL) Non-Current Deferred Tax Liability (2011 - 2026) Analysis & Trends
U-Haul Holding has disclosed Non-Current Deferred Tax Liability across 16 years of filings, most recently posting $1.6 billion for Q1 2026.
- In Q1 2026, Non-Current Deferred Tax Liability rose 4.68% year-over-year to $1.6 billion; the TTM figure through Mar 2026 stood at $1.6 billion (up 4.68% YoY), while the FY2026 annual figure was $1.6 billion, up 4.68% from the prior year.
- Non-Current Deferred Tax Liability came in at $1.6 billion for Q1 2026 at U-Haul Holding, down from $1.6 billion in the prior quarter.
- In the past five years, Non-Current Deferred Tax Liability ranged from a high of $1.7 billion in Q1 2024 to a low of $1.3 billion in Q2 2022.
- Average Non-Current Deferred Tax Liability over 5 years is $1.5 billion, with a median of $1.5 billion recorded in 2025.
- Year-over-year, Non-Current Deferred Tax Liability advanced 22.77% in 2022 and declined 11.3% in 2025.
- Over 5 years, Non-Current Deferred Tax Liability stood at $1.3 billion in 2022, then rose by 9.74% to $1.4 billion in 2023, then grew by 5.59% to $1.5 billion in 2024, then grew by 6.5% to $1.6 billion in 2025, then dropped by 2.86% to $1.6 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Deferred Tax Liability figures were $1.6 billion in Q1 2026, $1.6 billion in Q4 2025, and $1.6 billion in Q3 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 | 1.56 Bn |
| Dec 31, 2025 | 1.61 Bn |
| Sep 30, 2025 | 1.57 Bn |
| Jun 30, 2025 | 1.50 Bn |
| Mar 31, 2025 | 1.49 Bn |
| Dec 31, 2024 | 1.51 Bn |
| Sep 30, 2024 | 1.50 Bn |
| Jun 30, 2024 | 1.47 Bn |
| Mar 31, 2024 | 1.68 Bn |
| Dec 31, 2023 | 1.43 Bn |
| Sep 30, 2023 | 1.44 Bn |
| Jun 30, 2023 | 1.37 Bn |
| Mar 31, 2023 | 1.57 Bn |
| Dec 31, 2022 | 1.30 Bn |
| Sep 30, 2022 | 1.31 Bn |
| Jun 30, 2022 | 1.29 Bn |
| Mar 31, 2022 | 1.47 Bn |
| Dec 31, 2021 | 1.30 Bn |
| Sep 30, 2021 | 1.31 Bn |
| Jun 30, 2021 | 1.24 Bn |
U-Haul Holding Non-Current Deferred Tax Liability 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=non-current-deferred-tax-liability&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "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=non-current-deferred-tax-liability&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();