U-Haul Holding (UHAL) Change in Receivables (2013 - 2025)
U-Haul Holding's (UHAL) quarterly Change in Receivables came in at -$3.0 million in Q4 2025, up 91.64% year-over-year from -$1.6 million in Q4 2024, and up 94.68% quarter-over-quarter from -$57.2 million in Q3 2025.
U-Haul Holding (UHAL) Change in Receivables (2013 - 2025) Analysis & Trends
U-Haul Holding has disclosed Change in Receivables across 13 years of filings, most recently posting -$3.0 million for Q4 2025.
- In Q4 2025, Change in Receivables rose 91.64% year-over-year to -$3.0 million; the TTM figure through Dec 2025 stood at -$10.7 million (up 17.39% YoY), while the FY2025 annual figure was $14.2 million, down 51.16% from the prior year.
- Change in Receivables came in at -$3.0 million for Q4 2025 at U-Haul Holding, up from -$57.2 million in the prior quarter.
- In the past five years, Change in Receivables ranged from a high of $58.2 million in Q4 2022 to a low of -$57.2 million in Q3 2025.
- Average Change in Receivables over 5 years is $2.0 million, with a median of $1.8 million recorded in 2022.
- Year-over-year, Change in Receivables jumped 1516.53% in 2022 and sank 732.48% in 2024.
- Over 5 years, Change in Receivables stood at $3.6 million in 2021, then jumped by 1516.53% to $58.2 million in 2022, then plunged by 127.81% to -$16.2 million in 2023, then sank by 124.78% to -$36.4 million in 2024, then soared by 91.64% to -$3.0 million in 2025.
- Per Business Quant data, the three most recent Change in Receivables figures were -$3.0 million in Q4 2025, -$57.2 million in Q3 2025, and $635000.0 in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 109.00 Mn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -3.04 Mn |
| Sep 30, 2025 | -57.16 Mn |
| Jun 30, 2025 | 635,000.00 |
| Mar 31, 2025 | 48.89 Mn |
| Dec 31, 2024 | -36.38 Mn |
| Sep 30, 2024 | -37.74 Mn |
| Jun 30, 2024 | 39.40 Mn |
| Mar 31, 2024 | 21.79 Mn |
| Dec 31, 2023 | -16.19 Mn |
| Sep 30, 2023 | 5.97 Mn |
| Jun 30, 2023 | 17.44 Mn |
| Mar 31, 2023 | 18.86 Mn |
| Dec 31, 2022 | 58.20 Mn |
| Sep 30, 2022 | -16.45 Mn |
| Jun 30, 2022 | -15.89 Mn |
| Mar 31, 2022 | 1.82 Mn |
| Dec 31, 2021 | 3.60 Mn |
| Sep 30, 2021 | -4.31 Mn |
| Jun 30, 2021 | 8.08 Mn |
| Dec 31, 2020 | 11.21 Mn |
U-Haul Holding Change in Receivables 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-receivables&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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-receivables&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();