U-Haul Holding (UHAL) Interest Coverage Ratio (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Interest Coverage Ratio came in at 0.35 in Q4 2025, down 81.27% year-over-year from 1.87 in Q4 2024, and down 85.49% quarter-over-quarter from 2.41 in Q3 2025.
U-Haul Holding (UHAL) Interest Coverage Ratio (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Interest Coverage Ratio across 16 years of filings, most recently posting 0.35 for Q4 2025.
- In Q4 2025, Interest Coverage Ratio fell 81.27% year-over-year to 0.35; the TTM figure through Dec 2025 stood at 1.31 (down 46.52% YoY), while the FY2025 annual figure was 2.32, down 36.0% from the prior year.
- Interest Coverage Ratio came in at 0.35 for Q4 2025 at U-Haul Holding, down from 2.41 in the prior quarter.
- In the past five years, Interest Coverage Ratio ranged from a high of 14.54 in Q3 2021 to a low of 0.62 in Q1 2024.
- Average Interest Coverage Ratio over 5 years is 4.97, with a median of 3.77 recorded in 2024.
- Year-over-year, Interest Coverage Ratio soared 15880.8% in 2021 and slumped 134.35% in 2024.
- Over 5 years, Interest Coverage Ratio stood at 9.46 in 2021, then plunged by 44.54% to 5.25 in 2022, then sank by 47.02% to 2.78 in 2023, then slumped by 32.88% to 1.87 in 2024, then tumbled by 81.27% to 0.35 in 2025.
- Per Business Quant data, the three most recent Interest Coverage Ratio figures were 0.35 in Q4 2025, 2.41 in Q3 2025, and 2.97 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Interest Cover (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 1.21 |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 0.35 |
| Sep 30, 2025 | 2.41 |
| Jun 30, 2025 | 2.97 |
| Mar 31, 2025 | -0.52 |
| Dec 31, 2024 | 1.87 |
| Sep 30, 2024 | 4.07 |
| Jun 30, 2024 | 4.30 |
| Mar 31, 2024 | -0.62 |
| Dec 31, 2023 | 2.78 |
| Sep 30, 2023 | 6.25 |
| Jun 30, 2023 | 6.21 |
| Mar 31, 2023 | 1.82 |
| Dec 31, 2022 | 5.25 |
| Sep 30, 2022 | 9.03 |
| Jun 30, 2022 | 9.83 |
| Mar 31, 2022 | 3.46 |
| Dec 31, 2021 | 9.46 |
| Sep 30, 2021 | 14.54 |
| Jun 30, 2021 | 12.61 |
| Mar 31, 2021 | 3.23 |
U-Haul Holding Interest Coverage 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=interest-coverage-ratio&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "interest-coverage-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=interest-coverage-ratio&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();