U-Haul Holding (UHAL) Other Operating Expenses (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Other Operating Expenses came in at $1.1 billion in Q4 2025, up 6.66% year-over-year from $986.7 million in Q4 2024, and down 9.01% quarter-over-quarter from $1.2 billion in Q3 2025.
U-Haul Holding (UHAL) Other Operating Expenses (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Other Operating Expenses across 16 years of filings, most recently posting $1.1 billion for Q4 2025.
- In Q4 2025, Other Operating Expenses rose 6.66% year-over-year to $1.1 billion; the TTM figure through Dec 2025 stood at $4.3 billion (up 5.25% YoY), while the FY2025 annual figure was $4.1 billion, up 4.62% from the prior year.
- Other Operating Expenses came in at $1.1 billion for Q4 2025 at U-Haul Holding, down from $1.2 billion in the prior quarter.
- In the past five years, Other Operating Expenses ranged from a high of $1.2 billion in Q3 2025 to a low of $766.8 million in Q1 2021.
- Average Other Operating Expenses over 5 years is $980.4 million, with a median of $983.9 million recorded in 2022.
- Year-over-year, Other Operating Expenses grew 28.51% in 2021 and advanced 0.34% in 2024.
- Over 5 years, Other Operating Expenses stood at $876.5 million in 2021, then rose by 6.52% to $933.7 million in 2022, then advanced by 2.73% to $959.1 million in 2023, then gained by 2.87% to $986.7 million in 2024, then climbed by 6.66% to $1.1 billion in 2025.
- Per Business Quant data, the three most recent Other Operating Expenses figures were $1.1 billion in Q4 2025, $1.2 billion in Q3 2025, and $1.1 billion in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.05 Bn |
| Sep 30, 2025 | 1.16 Bn |
| Jun 30, 2025 | 1.06 Bn |
| Mar 31, 2025 | 1.00 Bn |
| Dec 31, 2024 | 986.68 Mn |
| Sep 30, 2024 | 1.12 Bn |
| Jun 30, 2024 | 1.02 Bn |
| Mar 31, 2024 | 931.98 Mn |
| Dec 31, 2023 | 959.13 Mn |
| Sep 30, 2023 | 1.06 Bn |
| Jun 30, 2023 | 995.25 Mn |
| Mar 31, 2023 | 928.84 Mn |
| Dec 31, 2022 | 933.67 Mn |
| Sep 30, 2022 | 1.06 Bn |
| Jun 30, 2022 | 981.07 Mn |
| Mar 31, 2022 | 912.88 Mn |
| Dec 31, 2021 | 876.48 Mn |
| Sep 30, 2021 | 942.36 Mn |
| Jun 30, 2021 | 849.28 Mn |
| Mar 31, 2021 | 766.84 Mn |
U-Haul Holding Other Operating Expenses 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=other-operating-expenses&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();