U-Haul Holding (UHAL) Long-Term Deferred Tax (2012 - 2025)
U-Haul Holding's (UHAL) quarterly Long-Term Deferred Tax came in at $259.8 million in Q1 2025, up 11.72% year-over-year from $232.6 million in Q1 2024, and up 11.72% quarter-over-quarter from $232.6 million in Q1 2024.
U-Haul Holding (UHAL) Long-Term Deferred Tax (2012 - 2025) Analysis & Trends
U-Haul Holding has disclosed Long-Term Deferred Tax across 14 years of filings, most recently posting $259.8 million for Q1 2025.
- In Q1 2025, Long-Term Deferred Tax rose 11.72% year-over-year to $259.8 million; the TTM figure through Mar 2025 stood at $259.8 million (up 11.72% YoY), while the FY2025 annual figure was $259.8 million, up 11.72% from the prior year.
- Long-Term Deferred Tax came in at $259.8 million for Q1 2025 at U-Haul Holding, up from $232.6 million in the prior quarter.
- In the past five years, Long-Term Deferred Tax ranged from a high of $259.8 million in Q1 2025 to a low of $186.2 million in Q1 2022.
- Average Long-Term Deferred Tax over 5 years is $221.7 million, with a median of $232.6 million recorded in 2024.
- Year-over-year, Long-Term Deferred Tax jumped 30.68% in 2023 and slipped 4.43% in 2024.
- Over 5 years, Long-Term Deferred Tax stood at $186.3 million in 2021, then fell by 0.06% to $186.2 million in 2022, then jumped by 30.68% to $243.4 million in 2023, then decreased by 4.43% to $232.6 million in 2024, then climbed by 11.72% to $259.8 million in 2025.
- Per Business Quant data, the three most recent Long-Term Deferred Tax figures were $259.8 million in Q1 2025, $232.6 million in Q1 2024, and $243.4 million in Q1 2023.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2025 | 259.84 Mn |
| Mar 31, 2024 | 232.57 Mn |
| Mar 31, 2023 | 243.36 Mn |
| Mar 31, 2022 | 186.23 Mn |
| Mar 31, 2021 | 186.34 Mn |
| Mar 31, 2020 | 173.69 Mn |
| Mar 31, 2019 | 212.30 Mn |
| Mar 31, 2018 | 118.59 Mn |
| Mar 31, 2017 | 191.57 Mn |
| Mar 31, 2016 | 208.46 Mn |
| Mar 31, 2015 | 192.55 Mn |
| Mar 31, 2014 | 177.31 Mn |
| Mar 31, 2013 | 180.41 Mn |
| Mar 31, 2012 | 151.58 Mn |
U-Haul Holding Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();