U-Haul Holding (UHAL) Payables (2011 - 2026)
U-Haul Holding's (UHAL) quarterly Payables came in at $850.3 million in Q1 2026, up 3.58% year-over-year from $820.9 million in Q1 2025, and up 11.09% quarter-over-quarter from $765.4 million in Q4 2025.
U-Haul Holding (UHAL) Payables (2011 - 2026) Analysis & Trends
U-Haul Holding has disclosed Payables across 16 years of filings, most recently posting $850.3 million for Q1 2026.
- In Q1 2026, Payables rose 3.58% year-over-year to $850.3 million; the TTM figure through Mar 2026 stood at $850.3 million (up 3.58% YoY), while the FY2026 annual figure was $850.3 million, up 3.58% from the prior year.
- Payables came in at $850.3 million for Q1 2026 at U-Haul Holding, up from $765.4 million in the prior quarter.
- In the past five years, Payables ranged from a high of $6.7 billion in Q1 2022 to a low of $703.4 million in Q4 2022.
- Average Payables over 5 years is $1.1 billion, with a median of $783.1 million recorded in 2024.
- Year-over-year, Payables advanced 26.07% in 2022 and sank 88.7% in 2023.
- Over 5 years, Payables stood at $703.4 million in 2022, then gained by 3.69% to $729.3 million in 2023, then grew by 9.61% to $799.5 million in 2024, then fell by 4.26% to $765.4 million in 2025, then advanced by 11.09% to $850.3 million in 2026.
- Per Business Quant data, the three most recent Payables figures were $850.3 million in Q1 2026, $765.4 million in Q4 2025, and $869.7 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Payables (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | 3.07 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | 850.29 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 850.29 Mn |
| Dec 31, 2025 | 765.43 Mn |
| Sep 30, 2025 | 869.74 Mn |
| Jun 30, 2025 | 901.08 Mn |
| Mar 31, 2025 | 820.90 Mn |
| Dec 31, 2024 | 799.45 Mn |
| Sep 30, 2024 | 896.81 Mn |
| Jun 30, 2024 | 833.30 Mn |
| Mar 31, 2024 | 783.08 Mn |
| Dec 31, 2023 | 729.34 Mn |
| Sep 30, 2023 | 757.99 Mn |
| Jun 30, 2023 | 778.61 Mn |
| Mar 31, 2023 | 761.04 Mn |
| Dec 31, 2022 | 703.41 Mn |
| Sep 30, 2022 | 706.40 Mn |
| Jun 30, 2022 | 722.62 Mn |
| Mar 31, 2022 | 6.74 Bn |
| Dec 31, 2021 | 634.80 Mn |
| Sep 30, 2021 | 694.28 Mn |
| Jun 30, 2021 | 696.80 Mn |
U-Haul Holding 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=payables&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=payables&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();