U-Haul Holding (UHAL) Change in Inventory (2011 - 2025)
U-Haul Holding's (UHAL) quarterly Change in Inventory came in at -$1.1 million in Q4 2025, up 54.34% year-over-year from -$723092.3 in Q4 2024, and down 139.28% quarter-over-quarter from $2.8 million in Q3 2025.
U-Haul Holding (UHAL) Change in Inventory (2011 - 2025) Analysis & Trends
U-Haul Holding has disclosed Change in Inventory across 15 years of filings, most recently posting -$1.1 million for Q4 2025.
- In Q4 2025, Change in Inventory rose 54.34% year-over-year to -$1.1 million; the TTM figure through Dec 2025 stood at $19.9 million (up 1837.61% YoY), while the FY2025 annual figure was $12.3 million, up 2266.6% from the prior year.
- Change in Inventory came in at -$1.1 million for Q4 2025 at U-Haul Holding, down from $2.8 million in the prior quarter.
- In the past five years, Change in Inventory ranged from a high of $30.0 million in Q3 2021 to a low of -$17.5 million in Q1 2022.
- Average Change in Inventory over 5 years is $4.2 million, with a median of $1.4 million recorded in 2024.
- Year-over-year, Change in Inventory jumped 83302.78% in 2021 and tumbled 2947.91% in 2022.
- Over 5 years, Change in Inventory stood at $25.1 million in 2021, then sank by 122.9% to -$5.7 million in 2022, then retreated by 10.76% to -$6.4 million in 2023, then surged by 61.58% to -$2.4 million in 2024, then soared by 54.34% to -$1.1 million in 2025.
- Per Business Quant data, the three most recent Change in Inventory figures were -$1.1 million in Q4 2025, $2.8 million in Q3 2025, and $10.2 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -1.12 Mn |
| Sep 30, 2025 | 2.84 Mn |
| Jun 30, 2025 | 10.16 Mn |
| Mar 31, 2025 | 8.05 Mn |
| Dec 31, 2024 | -2.44 Mn |
| Sep 30, 2024 | -36,000.00 |
| Jun 30, 2024 | 6.69 Mn |
| Mar 31, 2024 | -3.18 Mn |
| Dec 31, 2023 | -6.36 Mn |
| Sep 30, 2023 | -3.34 Mn |
| Jun 30, 2023 | 13.40 Mn |
| Mar 31, 2023 | -1.41 Mn |
| Dec 31, 2022 | -5.74 Mn |
| Sep 30, 2022 | 4.07 Mn |
| Jun 30, 2022 | 10.35 Mn |
| Mar 31, 2022 | -17.50 Mn |
| Dec 31, 2021 | 25.08 Mn |
| Sep 30, 2021 | 29.95 Mn |
| Jun 30, 2021 | 15.77 Mn |
| Mar 31, 2021 | -574,000.00 |
U-Haul Holding Change in Inventory 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=change-in-inventory&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-inventory", "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=change-in-inventory&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();