U-Haul Holding (UHAL) Change in Accured Expenses (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Change in Accured Expenses came in at -$97.3 million in Q4 2025, down 17.38% year-over-year from -$117.7 million in Q4 2024, and down 415.55% quarter-over-quarter from -$18.9 million in Q3 2025.
U-Haul Holding (UHAL) Change in Accured Expenses (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Change in Accured Expenses across 16 years of filings, most recently posting -$97.3 million for Q4 2025.
- In Q4 2025, Change in Accured Expenses fell 17.38% year-over-year to -$97.3 million; the TTM figure through Dec 2025 stood at -$22.9 million (down 235.29% YoY), while the FY2025 annual figure was $14.4 million, up 34.62% from the prior year.
- Change in Accured Expenses came in at -$97.3 million for Q4 2025 at U-Haul Holding, down from -$18.9 million in the prior quarter.
- In the past five years, Change in Accured Expenses ranged from a high of $99.3 million in Q2 2025 to a low of -$97.3 million in Q4 2025.
- Average Change in Accured Expenses over 5 years is $1.7 million, with a median of -$7.5 million recorded in 2023.
- The largest YoY upside for Change in Accured Expenses was 612.58% in 2024 against a maximum downside of 817.52% in 2024.
- Over 5 years, Change in Accured Expenses stood at -$58.3 million in 2021, then soared by 96.8% to -$1.9 million in 2022, then sank by 383.77% to -$9.0 million in 2023, then sank by 817.52% to -$82.9 million in 2024, then slipped by 17.38% to -$97.3 million in 2025.
- Per Business Quant data, the three most recent Change in Accured Expenses figures were -$97.3 million in Q4 2025, -$18.9 million in Q3 2025, and $99.3 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Accured Expenses (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 26.00 Mn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -97.27 Mn |
| Sep 30, 2025 | -18.87 Mn |
| Jun 30, 2025 | 99.28 Mn |
| Mar 31, 2025 | -6.06 Mn |
| Dec 31, 2024 | -82.87 Mn |
| Sep 30, 2024 | 50.56 Mn |
| Jun 30, 2024 | 52.77 Mn |
| Mar 31, 2024 | -3.52 Mn |
| Dec 31, 2023 | -9.03 Mn |
| Sep 30, 2023 | -9.86 Mn |
| Jun 30, 2023 | 33.11 Mn |
| Mar 31, 2023 | -28.17 Mn |
| Dec 31, 2022 | -1.87 Mn |
| Sep 30, 2022 | -10.38 Mn |
| Jun 30, 2022 | 74.68 Mn |
| Mar 31, 2022 | -22.74 Mn |
| Dec 31, 2021 | -58.29 Mn |
| Sep 30, 2021 | 19.95 Mn |
| Jun 30, 2021 | 71.60 Mn |
| Mar 31, 2021 | -18.43 Mn |
U-Haul Holding Change in Accured 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=change-in-accured-expenses&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-accured-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=change-in-accured-expenses&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();