U-Haul Holding (UHAL) Cash from Investing Activities (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Cash from Investing Activities came in at -$515.3 million in Q4 2025, up 38.7% year-over-year from -$371.5 million in Q4 2024, and up 29.73% quarter-over-quarter from -$733.3 million in Q3 2025.
U-Haul Holding (UHAL) Cash from Investing Activities (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Cash from Investing Activities across 16 years of filings, most recently posting -$515.3 million for Q4 2025.
- In Q4 2025, Cash from Investing Activities rose 38.7% year-over-year to -$515.3 million; the TTM figure through Dec 2025 stood at -$2.5 billion (up 11.17% YoY), while the FY2025 annual figure was -$2.9 billion, down 41.27% from the prior year.
- Cash from Investing Activities came in at -$515.3 million for Q4 2025 at U-Haul Holding, up from -$733.3 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $3.3 billion in Q1 2022 to a low of -$840.6 million in Q4 2024.
- Average Cash from Investing Activities over 5 years is -$399.0 million, with a median of -$536.4 million recorded in 2021.
- Year-over-year, Cash from Investing Activities plunged 197.01% in 2021 and soared 796.2% in 2022.
- Over 5 years, Cash from Investing Activities stood at -$434.7 million in 2021, then sank by 76.45% to -$767.0 million in 2022, then rose by 18.7% to -$623.6 million in 2023, then tumbled by 34.8% to -$840.6 million in 2024, then surged by 38.7% to -$515.3 million in 2025.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$515.3 million in Q4 2025, -$733.3 million in Q3 2025, and -$764.0 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 3.81 Bn | 3.39 Bn | - | -2.04 Bn |
| 2 | U-Haul Holding | 1.22 Bn | -2.46 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -515.28 Mn |
| Sep 30, 2025 | -733.29 Mn |
| Jun 30, 2025 | -764.04 Mn |
| Mar 31, 2025 | -452.48 Mn |
| Dec 31, 2024 | -840.58 Mn |
| Sep 30, 2024 | -794.55 Mn |
| Jun 30, 2024 | -803.32 Mn |
| Mar 31, 2024 | -336.48 Mn |
| Dec 31, 2023 | -623.57 Mn |
| Sep 30, 2023 | -797.66 Mn |
| Jun 30, 2023 | -288.67 Mn |
| Mar 31, 2023 | -549.62 Mn |
| Dec 31, 2022 | -766.96 Mn |
| Sep 30, 2022 | -626.80 Mn |
| Jun 30, 2022 | -478.01 Mn |
| Mar 31, 2022 | 3.31 Bn |
| Dec 31, 2021 | -434.67 Mn |
| Sep 30, 2021 | -489.14 Mn |
| Jun 30, 2021 | -523.16 Mn |
| Mar 31, 2021 | -476.04 Mn |
U-Haul Holding Cash from Investing Activities 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=cash-from-investing-activities&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "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=cash-from-investing-activities&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();