U-Haul Holding (UHAL) Change in Account Payables (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Change in Account Payables came in at $27.0 million in Q4 2025, up 183.99% year-over-year from $9.5 million in Q4 2024, and down 2.85% quarter-over-quarter from $27.7 million in Q3 2025.
U-Haul Holding (UHAL) Change in Account Payables (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Change in Account Payables across 16 years of filings, most recently posting $27.0 million for Q4 2025.
- In Q4 2025, Change in Account Payables rose 183.99% year-over-year to $27.0 million; the TTM figure through Dec 2025 stood at $86.9 million (up 289.24% YoY), while the FY2025 annual figure was $1.8 million, down 69.06% from the prior year.
- Change in Account Payables came in at $27.0 million for Q4 2025 at U-Haul Holding, down from $27.7 million in the prior quarter.
- In the past five years, Change in Account Payables ranged from a high of $27.7 million in Q3 2025 to a low of -$32.1 million in Q4 2024.
- Average Change in Account Payables over 5 years is $3.8 million, with a median of $1.8 million recorded in 2021.
- Year-over-year, Change in Account Payables plunged 2472.09% in 2024 and jumped 1353.86% in 2025.
- Over 5 years, Change in Account Payables stood at -$1.5 million in 2021, then soared by 162.77% to $946000.0 in 2022, then soared by 1080.34% to $11.2 million in 2023, then tumbled by 387.43% to -$32.1 million in 2024, then soared by 183.99% to $27.0 million in 2025.
- Per Business Quant data, the three most recent Change in Account Payables figures were $27.0 million in Q4 2025, $27.7 million in Q3 2025, and $8.3 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | - |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 26.96 Mn |
| Sep 30, 2025 | 27.75 Mn |
| Jun 30, 2025 | 8.35 Mn |
| Mar 31, 2025 | 23.88 Mn |
| Dec 31, 2024 | -32.09 Mn |
| Sep 30, 2024 | -2.21 Mn |
| Jun 30, 2024 | 12.24 Mn |
| Mar 31, 2024 | -23.87 Mn |
| Dec 31, 2023 | 11.17 Mn |
| Sep 30, 2023 | 6.46 Mn |
| Jun 30, 2023 | 12.10 Mn |
| Mar 31, 2023 | -928,000.00 |
| Dec 31, 2022 | 946,000.00 |
| Sep 30, 2022 | -1.29 Mn |
| Jun 30, 2022 | 2.03 Mn |
| Mar 31, 2022 | 4.29 Mn |
| Dec 31, 2021 | -1.51 Mn |
| Sep 30, 2021 | -1.09 Mn |
| Jun 30, 2021 | 385,000.00 |
| Mar 31, 2021 | 1.63 Mn |
U-Haul Holding Change in Account Payables 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-account-payables&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-account-payables", "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-account-payables&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();