U-Haul Holding (UHAL) FCF Margin (2010 - 2025)
U-Haul Holding's (UHAL) quarterly FCF Margin came in at 31.62% in Q4 2025, up 1627.0% year-over-year from 1.83% in Q4 2024, and down 21.84% quarter-over-quarter from 25.95% in Q3 2025.
U-Haul Holding (UHAL) FCF Margin (2010 - 2025) Analysis & Trends
U-Haul Holding has disclosed FCF Margin across 16 years of filings, most recently posting 31.62% for Q4 2025.
- In Q4 2025, FCF Margin rose 1627.0% year-over-year to 31.62%; the TTM figure through Dec 2025 stood at 26.71% (up 820.0% YoY), while the FY2025 annual figure was 34.28%, down 690.0% from the prior year.
- FCF Margin came in at 31.62% for Q4 2025 at U-Haul Holding, down from 25.95% in the prior quarter.
- In the past five years, FCF Margin ranged from a high of 19.4% in Q2 2021 to a low of 47.88% in Q4 2024.
- Average FCF Margin over 5 years is 22.71%, with a median of 26.69% recorded in 2024.
- Year-over-year, FCF Margin tumbled 3081 bps in 2021 and soared 1627 bps in 2025.
- Over 5 years, FCF Margin stood at 24.44% in 2021, then dropped by 23 bps to 30.06% in 2022, then declined by 8 bps to 32.4% in 2023, then sank by 48 bps to 47.88% in 2024, then surged by 34 bps to 31.62% in 2025.
- Per Business Quant data, the three most recent FCF Margin figures were 31.62% in Q4 2025, 25.95% in Q3 2025, and 19.52% in Q2 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Avis Budget | 4.16 Bn | 3.75 Bn | - | 18.81% |
| 2 | U-Haul Holding | 1.26 Bn | -2.42 Bn | - | - |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -31.62% |
| Sep 30, 2025 | -25.95% |
| Jun 30, 2025 | -19.52% |
| Mar 31, 2025 | -31.65% |
| Dec 31, 2024 | -47.88% |
| Sep 30, 2024 | -26.14% |
| Jun 30, 2024 | -32.89% |
| Mar 31, 2024 | -34.60% |
| Dec 31, 2023 | -32.40% |
| Sep 30, 2023 | -25.40% |
| Jun 30, 2023 | -19.99% |
| Mar 31, 2023 | -36.47% |
| Dec 31, 2022 | -30.06% |
| Sep 30, 2022 | -8.96% |
| Jun 30, 2022 | 0.33% |
| Mar 31, 2022 | -27.24% |
| Dec 31, 2021 | -24.44% |
| Sep 30, 2021 | 11.63% |
| Jun 30, 2021 | 19.40% |
| Mar 31, 2021 | -30.25% |
U-Haul Holding FCF 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=fcf-margin&ticker=UHAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-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=fcf-margin&ticker=UHAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();