Universal Technical Institute (UTI) FCF Margin (2010 - 2026)
Universal Technical Institute's (UTI) quarterly FCF Margin came in at 8.18% in Q2 2026, down 1153.0% year-over-year from 0.78% in Q2 2025, and up 31.49% quarter-over-quarter from 11.94% in Q1 2026.
Universal Technical Institute (UTI) FCF Margin (2010 - 2026) Analysis & Trends
Universal Technical Institute (UTI) has reported FCF Margin for 17 consecutive years, with 8.18% the latest figure, recorded in Q2 2026.
- On a quarterly basis, FCF Margin fell 1153.0% year-over-year to 8.18% in Q2 2026; TTM through Jun 2026 was 2.59%, a 1182.0% decrease from a year earlier, with the FY2025 full-year figure at 6.62%, down 178.0% from the prior year.
- FCF Margin was 8.18% for Q2 2026 at Universal Technical Institute, up from 11.94% in the prior quarter.
- Over five years, FCF Margin peaked at 30.56% in Q3 2024 and troughed at 33.71% in Q1 2022.
- A 5-year average of 0.3% and a median of 3.94% in 2022 frame the typical range for FCF Margin.
- Across the five-year window, FCF Margin slumped 4287 bps in 2022 and surged 1924 bps in 2024, its largest moves.
- Over 5 years, FCF Margin stood at 3.31% in 2022, then jumped by 221 bps to 4.0% in 2023, then jumped by 143 bps to 9.74% in 2024, then slumped by 189 bps to 8.67% in 2025, then grew by 6 bps to 8.18% in 2026.
- The last three FCF Margin figures came in at 8.18% (Q2 2026), 11.94% (Q1 2026), and 8.67% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 12.96% |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | 33.92% |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | 13.60% |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 2.50% |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 19.45% |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 12.36% |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | 9.77% |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | 46.02% |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | 63.06% |
| 10 | Universal Technical Institute | 1.12 Bn | 953.82 Mn | 100.57 Mn | -8.18% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -8.18% |
| Mar 31, 2026 | -11.94% |
| Dec 31, 2025 | -8.67% |
| Sep 30, 2025 | 18.26% |
| Jun 30, 2025 | 3.35% |
| Mar 31, 2025 | -5.66% |
| Dec 31, 2024 | 9.74% |
| Sep 30, 2024 | 30.56% |
| Jun 30, 2024 | 1.69% |
| Mar 31, 2024 | -4.56% |
| Dec 31, 2023 | 4.00% |
| Sep 30, 2023 | 27.04% |
| Jun 30, 2023 | -6.93% |
| Mar 31, 2023 | -23.80% |
| Dec 31, 2022 | -3.31% |
| Sep 30, 2022 | 25.56% |
| Jun 30, 2022 | -18.77% |
| Mar 31, 2022 | -33.71% |
| Dec 31, 2021 | -7.93% |
| Sep 30, 2021 | 34.20% |
Universal Technical Institute 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=UTI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "fcf-margin", "ticker": "UTI", "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=UTI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();