U-Haul Holding (UHAL) Gross Profit (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Gross Profit came in at $1.4 billion in Q4 2025, up 2.17% year-over-year from $1.3 billion in Q4 2024, and down 17.4% quarter-over-quarter from $1.7 billion in Q3 2025.
U-Haul Holding (UHAL) Gross Profit (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Gross Profit across 16 years of filings, most recently posting $1.4 billion for Q4 2025.
- In Q4 2025, Gross Profit rose 2.17% year-over-year to $1.4 billion; the TTM figure through Dec 2025 stood at $5.8 billion (up 5.47% YoY), while the FY2025 annual figure was $5.6 billion, up 3.91% from the prior year.
- Gross Profit came in at $1.4 billion for Q4 2025 at U-Haul Holding, down from $1.7 billion in the prior quarter.
- In the past five years, Gross Profit ranged from a high of $1.7 billion in Q3 2025 to a low of $1.0 billion in Q1 2021.
- Average Gross Profit over 5 years is $1.4 billion, with a median of $1.4 billion recorded in 2021.
- Year-over-year, Gross Profit soared 50.14% in 2021 and fell 7.88% in 2024.
- Over 5 years, Gross Profit stood at $1.3 billion in 2021, then dropped by 1.97% to $1.3 billion in 2022, then declined by 2.48% to $1.3 billion in 2023, then rose by 3.71% to $1.3 billion in 2024, then advanced by 2.17% to $1.4 billion in 2025.
- Per Business Quant data, the three most recent Gross Profit figures were $1.4 billion in Q4 2025, $1.7 billion in Q3 2025, and $1.6 billion in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 1.36 Bn |
| Sep 30, 2025 | 1.65 Bn |
| Jun 30, 2025 | 1.56 Bn |
| Mar 31, 2025 | 1.18 Bn |
| Dec 31, 2024 | 1.34 Bn |
| Sep 30, 2024 | 1.60 Bn |
| Jun 30, 2024 | 1.48 Bn |
| Mar 31, 2024 | 1.04 Bn |
| Dec 31, 2023 | 1.29 Bn |
| Sep 30, 2023 | 1.58 Bn |
| Jun 30, 2023 | 1.47 Bn |
| Mar 31, 2023 | 1.13 Bn |
| Dec 31, 2022 | 1.32 Bn |
| Sep 30, 2022 | 1.63 Bn |
| Jun 30, 2022 | 1.52 Bn |
| Mar 31, 2022 | 1.13 Bn |
| Dec 31, 2021 | 1.35 Bn |
| Sep 30, 2021 | 1.60 Bn |
| Jun 30, 2021 | 1.40 Bn |
| Mar 31, 2021 | 1.01 Bn |
U-Haul Holding Gross Profit 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=gross-profit&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "gross-profit", "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=gross-profit&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();