U-Haul Holding (UHAL) Shares Outstanding (2010 - 2026)
U-Haul Holding's (UHAL) quarterly Shares Outstanding (Entity) came in at $19.6 million in Q4 2025, little changed year-over-year from $19.6 million in Q4 2024, and little changed quarter-over-quarter from $19.6 million in Q3 2025.
U-Haul Holding (UHAL) Shares Outstanding (2010 - 2026) Analysis & Trends
U-Haul Holding has disclosed Shares Outstanding (Entity) across 16 years of filings, most recently posting $19.6 million for Q4 2025.
- In Q4 2025, Shares Outstanding (Entity) changed 0.0% year-over-year to $19.6 million; the TTM figure through Dec 2025 stood at $19.6 million (changed 0.0% YoY), while the FY2025 annual figure was $19.6 million, changed 0.0% from the prior year.
- Shares Outstanding (Entity) came in at $19.6 million for Q4 2025 at U-Haul Holding, roughly flat from $19.6 million in the prior quarter.
- In the past five years, Shares Outstanding (Entity) ranged from a high of $196.1 million in Q1 2021 to a low of $19.6 million in Q4 2022.
- Average Shares Outstanding (Entity) over 5 years is $81.4 million, with a median of $19.6 million recorded in 2022.
- Year-over-year, Shares Outstanding (Entity) changed 0.0% in 2021 and slumped 90.0% in 2022.
- Over 5 years, Shares Outstanding (Entity) stood at $196.1 million in 2021, then tumbled by 90.0% to $19.6 million in 2022, then changed by 0.0% to $19.6 million in 2023, then changed by 0.0% to $19.6 million in 2024, then changed by 0.0% to $19.6 million in 2025.
- Per Business Quant data, the three most recent Shares Outstanding (Entity) figures were $19.6 million in Q4 2025, $19.6 million in Q3 2025, and $19.6 million in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Shares Outstanding (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 35.30 Mn |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | 19.61 Mn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 19.61 Mn |
| Dec 31, 2025 | 19.61 Mn |
| Sep 30, 2025 | 19.61 Mn |
| Jun 30, 2025 | 19.61 Mn |
| Mar 31, 2025 | 19.61 Mn |
| Dec 31, 2024 | 19.61 Mn |
| Sep 30, 2024 | 19.61 Mn |
| Jun 30, 2024 | 19.61 Mn |
| Mar 31, 2024 | 19.61 Mn |
| Dec 31, 2023 | 19.61 Mn |
| Sep 30, 2023 | 19.61 Mn |
| Jun 30, 2023 | 19.61 Mn |
| Mar 31, 2023 | 19.61 Mn |
| Dec 31, 2022 | 19.61 Mn |
| Sep 30, 2022 | 196.08 Mn |
| Jun 30, 2022 | 196.08 Mn |
| Mar 31, 2022 | 196.08 Mn |
| Dec 31, 2021 | 196.08 Mn |
| Sep 30, 2021 | 196.08 Mn |
| Jun 30, 2021 | 196.08 Mn |
U-Haul Holding Shares Outstanding 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=shares-outstanding&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "shares-outstanding", "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=shares-outstanding&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();