U-Haul Holding (UHAL) Net Margin (2010 - 2025)
U-Haul Holding's (UHAL) quarterly Net Margin came in at 2.61% in Q4 2025, down 223.0% year-over-year from 2.12% in Q4 2024, and down 57.45% quarter-over-quarter from 6.14% in Q3 2025.
U-Haul Holding (UHAL) Net Margin (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed Net Margin across 16 years of filings, most recently posting 2.61% for Q4 2025.
- In Q4 2025, Net Margin fell 223.0% year-over-year to 2.61%; the TTM figure through Dec 2025 stood at 3.38% (down 450.0% YoY), while the FY2025 annual figure was 6.3%, down 488.0% from the prior year.
- Net Margin came in at 2.61% for Q4 2025 at U-Haul Holding, down from 6.14% in the prior quarter.
- In the past five years, Net Margin ranged from a high of 24.63% in Q3 2021 to a low of 6.67% in Q1 2025.
- Average Net Margin over 5 years is 11.09%, with a median of 10.0% recorded in 2025.
- The largest YoY upside for Net Margin was 1455 bps in 2021 against a maximum downside of 4671 bps in 2021.
- Over 5 years, Net Margin stood at 20.04% in 2021, then decreased by 28 bps to 14.46% in 2022, then slumped by 49 bps to 7.41% in 2023, then sank by 35 bps to 4.84% in 2024, then plunged by 46 bps to 2.61% in 2025.
- Per Business Quant data, the three most recent Net Margin figures were 2.61% in Q4 2025, 6.14% in Q3 2025, and 8.73% in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 2.10% |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.61% |
| Sep 30, 2025 | 6.14% |
| Jun 30, 2025 | 8.73% |
| Mar 31, 2025 | -6.67% |
| Dec 31, 2024 | 4.84% |
| Sep 30, 2024 | 11.27% |
| Jun 30, 2024 | 12.62% |
| Mar 31, 2024 | -0.08% |
| Dec 31, 2023 | 7.41% |
| Sep 30, 2023 | 16.58% |
| Jun 30, 2023 | 16.67% |
| Mar 31, 2023 | 3.15% |
| Dec 31, 2022 | 14.46% |
| Sep 30, 2022 | 20.55% |
| Jun 30, 2022 | 21.18% |
| Mar 31, 2022 | 7.33% |
| Dec 31, 2021 | 20.04% |
| Sep 30, 2021 | 24.63% |
| Jun 30, 2021 | 23.44% |
| Mar 31, 2021 | 6.96% |
U-Haul Holding Net Margin 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=net-margin&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-margin", "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=net-margin&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();