U-Haul Holding (UHAL) Asset Utilization Ratio (2011 - 2025)
U-Haul Holding's (UHAL) quarterly Asset Utilization Ratio came in at 0.28 in Q4 2025, down 0.92% year-over-year from 0.28 in Q4 2024, and down 1.34% quarter-over-quarter from 0.28 in Q3 2025.
U-Haul Holding (UHAL) Asset Utilization Ratio (2011 - 2025) Analysis & Trends
U-Haul Holding has disclosed Asset Utilization Ratio across 15 years of filings, most recently posting 0.28 for Q4 2025.
- In Q4 2025, Asset Utilization Ratio fell 0.92% year-over-year to 0.28; the TTM figure through Dec 2025 stood at 0.28 (down 0.92% YoY), while the FY2025 annual figure was 0.29, down 2.62% from the prior year.
- Asset Utilization Ratio came in at 0.28 for Q4 2025 at U-Haul Holding, down from 0.28 in the prior quarter.
- In the past five years, Asset Utilization Ratio ranged from a high of 0.34 in Q3 2021 to a low of 0.28 in Q4 2025.
- Average Asset Utilization Ratio over 5 years is 0.31, with a median of 0.31 recorded in 2021.
- Year-over-year, Asset Utilization Ratio increased 23.43% in 2021 and decreased 8.79% in 2024.
- Over 5 years, Asset Utilization Ratio stood at 0.34 in 2021, then retreated by 4.7% to 0.32 in 2022, then dropped by 7.24% to 0.3 in 2023, then decreased by 6.46% to 0.28 in 2024, then retreated by 0.92% to 0.28 in 2025.
- Per Business Quant data, the three most recent Asset Utilization Ratio figures were 0.28 in Q4 2025, 0.28 in Q3 2025, and 0.29 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 0.37 |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 0.28 |
| Sep 30, 2025 | 0.28 |
| Jun 30, 2025 | 0.29 |
| Mar 31, 2025 | 0.29 |
| Dec 31, 2024 | 0.28 |
| Sep 30, 2024 | 0.29 |
| Jun 30, 2024 | 0.29 |
| Mar 31, 2024 | 0.30 |
| Dec 31, 2023 | 0.30 |
| Sep 30, 2023 | 0.31 |
| Jun 30, 2023 | 0.32 |
| Mar 31, 2023 | 0.32 |
| Dec 31, 2022 | 0.32 |
| Sep 30, 2022 | 0.33 |
| Jun 30, 2022 | 0.33 |
| Mar 31, 2022 | 0.34 |
| Dec 31, 2021 | 0.34 |
| Sep 30, 2021 | 0.34 |
| Jun 30, 2021 | 0.34 |
| Mar 31, 2021 | 0.31 |
U-Haul Holding Asset Utilization Ratio 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=asset-utilization-ratio&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();