U-Haul Holding (UHAL) Share-based Compensation (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Share-based Compensation came in at -$10.3 million in Q4 2025, down 276.24% year-over-year from $5.9 million in Q4 2024, and down 210.03% quarter-over-quarter from $9.4 million in Q3 2025.
U-Haul Holding (UHAL) Share-based Compensation (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Share-based Compensation across 16 years of filings, most recently posting -$10.3 million for Q4 2025.
- In Q4 2025, Share-based Compensation fell 276.24% year-over-year to -$10.3 million; the TTM figure through Dec 2025 stood at $3.6 million (down 58.06% YoY), while the FY2025 annual figure was $20.1 million, up 103.7% from the prior year.
- Share-based Compensation came in at -$10.3 million for Q4 2025 at U-Haul Holding, down from $9.4 million in the prior quarter.
- In the past five years, Share-based Compensation ranged from a high of $16.2 million in Q4 2022 to a low of -$14.1 million in Q1 2021.
- Average Share-based Compensation over 5 years is $1.6 million, with a median of $863500.0 recorded in 2021.
- Year-over-year, Share-based Compensation slumped 1510.28% in 2021 and surged 1615.36% in 2025.
- Over 5 years, Share-based Compensation stood at -$2.5 million in 2021, then soared by 745.35% to $16.2 million in 2022, then slumped by 75.89% to $3.9 million in 2023, then surged by 50.32% to $5.9 million in 2024, then slumped by 276.24% to -$10.3 million in 2025.
- Per Business Quant data, the three most recent Share-based Compensation figures were -$10.3 million in Q4 2025, $9.4 million in Q3 2025, and $3.6 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Share-based Compensation (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 6.00 Mn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -10.32 Mn |
| Sep 30, 2025 | 9.38 Mn |
| Jun 30, 2025 | 3.65 Mn |
| Mar 31, 2025 | 874,000.00 |
| Dec 31, 2024 | 5.86 Mn |
| Sep 30, 2024 | 547,000.00 |
| Jun 30, 2024 | 12.87 Mn |
| Mar 31, 2024 | -10.74 Mn |
| Dec 31, 2023 | 3.90 Mn |
| Sep 30, 2023 | 2.39 Mn |
| Jun 30, 2023 | 14.34 Mn |
| Mar 31, 2023 | -7.33 Mn |
| Dec 31, 2022 | 16.17 Mn |
| Sep 30, 2022 | -497,000.00 |
| Jun 30, 2022 | -1.94 Mn |
| Mar 31, 2022 | 7.49 Mn |
| Dec 31, 2021 | -2.51 Mn |
| Sep 30, 2021 | 474,000.00 |
| Jun 30, 2021 | 853,000.00 |
| Mar 31, 2021 | -14.13 Mn |
U-Haul Holding Share-based Compensation 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=share-based-compensation&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "share-based-compensation", "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=share-based-compensation&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();