U-Haul Holding (UHAL) Inventory (2012 - 2026)
U-Haul Holding's (UHAL) quarterly Inventory came in at $178.2 million in Q1 2026, up 9.21% year-over-year from $163.1 million in Q1 2025, and up 1.79% quarter-over-quarter from $175.0 million in Q4 2025.
U-Haul Holding (UHAL) Inventory (2012 - 2026) Analysis & Trends
U-Haul Holding has disclosed Inventory across 15 years of filings, most recently posting $178.2 million for Q1 2026.
- In Q1 2026, Inventory rose 9.21% year-over-year to $178.2 million; the TTM figure through Mar 2026 stood at $178.2 million (up 9.21% YoY), while the FY2026 annual figure was $178.2 million, up 9.21% from the prior year.
- Inventory came in at $178.2 million for Q1 2026 at U-Haul Holding, up from $175.0 million in the prior quarter.
- In the past five years, Inventory ranged from a high of $199.5 million in Q1 2023 to a low of $150.1 million in Q4 2022.
- Average Inventory over 5 years is $170.2 million, with a median of $164.9 million recorded in 2023.
- Year-over-year, Inventory jumped 53.21% in 2022 and slipped 17.64% in 2025.
- Over 5 years, Inventory stood at $150.1 million in 2022, then climbed by 3.34% to $155.2 million in 2023, then dropped by 0.01% to $155.1 million in 2024, then advanced by 12.82% to $175.0 million in 2025, then advanced by 1.79% to $178.2 million in 2026.
- Per Business Quant data, the three most recent Inventory figures were $178.2 million in Q1 2026, $175.0 million in Q4 2025, and $176.1 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inventory (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | - |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | 178.16 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 178.16 Mn |
| Dec 31, 2025 | 175.02 Mn |
| Sep 30, 2025 | 176.14 Mn |
| Jun 30, 2025 | 173.30 Mn |
| Mar 31, 2025 | 163.13 Mn |
| Dec 31, 2024 | 155.14 Mn |
| Sep 30, 2024 | 157.59 Mn |
| Jun 30, 2024 | 157.63 Mn |
| Mar 31, 2024 | 198.07 Mn |
| Dec 31, 2023 | 155.16 Mn |
| Sep 30, 2023 | 161.54 Mn |
| Jun 30, 2023 | 164.88 Mn |
| Mar 31, 2023 | 199.47 Mn |
| Dec 31, 2022 | 150.14 Mn |
| Sep 30, 2022 | 166.14 Mn |
| Jun 30, 2022 | 164.58 Mn |
| Mar 31, 2022 | 197.37 Mn |
| Dec 31, 2021 | 166.59 Mn |
| Sep 30, 2021 | 142.96 Mn |
| Jun 30, 2021 | 117.98 Mn |
U-Haul Holding 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=inventory&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=inventory&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();