Universal Technical Institute (UTI) Free Cash Flow (2010 - 2026)
Universal Technical Institute's (UTI) quarterly Free Cash Flow came in at -$17.9 million in Q2 2026, down 361.55% year-over-year from $6.8 million in Q2 2025, and up 32.26% quarter-over-quarter from -$26.4 million in Q1 2026.
Universal Technical Institute (UTI) Free Cash Flow (2010 - 2026) Analysis & Trends
Universal Technical Institute (UTI) has reported Free Cash Flow for 17 consecutive years, with -$17.9 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Free Cash Flow fell 361.55% year-over-year to -$17.9 million in Q2 2026; TTM through Jun 2026 was -$22.9 million, a 130.61% decrease from a year earlier, with the FY2025 full-year figure at $55.4 million, down 10.14% from the prior year.
- Free Cash Flow was -$17.9 million for Q2 2026 at Universal Technical Institute, up from -$26.4 million in the prior quarter.
- Over five years, Free Cash Flow peaked at $60.0 million in Q3 2024 and troughed at -$39.0 million in Q1 2023.
- A 5-year average of $1.2 million and a median of -$6.2 million in 2022 frame the typical range for Free Cash Flow.
- Across the five-year window, Free Cash Flow tumbled 583.46% in 2022 and soared 276.02% in 2023, its largest moves.
- Over 5 years, Free Cash Flow stood at -$4.0 million in 2022, then soared by 276.02% to $7.0 million in 2023, then surged by 180.72% to $19.6 million in 2024, then tumbled by 197.66% to -$19.2 million in 2025, then increased by 6.54% to -$17.9 million in 2026.
- The last three Free Cash Flow figures came in at -$17.9 million (Q2 2026), -$26.4 million (Q1 2026), and -$19.2 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 142.94 Mn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | 518.75 Mn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | 83.78 Mn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 32.62 Mn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 97.52 Mn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 67.30 Mn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | 76.11 Mn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | 292.72 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | 478.24 Mn |
| 10 | Universal Technical Institute | 1.12 Bn | 953.82 Mn | 100.57 Mn | -17.91 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -17.91 Mn |
| Mar 31, 2026 | -26.43 Mn |
| Dec 31, 2025 | -19.16 Mn |
| Sep 30, 2025 | 40.63 Mn |
| Jun 30, 2025 | 6.85 Mn |
| Mar 31, 2025 | -11.74 Mn |
| Dec 31, 2024 | 19.62 Mn |
| Sep 30, 2024 | 60.01 Mn |
| Jun 30, 2024 | 3.01 Mn |
| Mar 31, 2024 | -8.40 Mn |
| Dec 31, 2023 | 6.99 Mn |
| Sep 30, 2023 | 46.04 Mn |
| Jun 30, 2023 | -10.62 Mn |
| Mar 31, 2023 | -38.99 Mn |
| Dec 31, 2022 | -3.97 Mn |
| Sep 30, 2022 | 28.28 Mn |
| Jun 30, 2022 | -18.95 Mn |
| Mar 31, 2022 | -34.41 Mn |
| Dec 31, 2021 | -8.34 Mn |
| Sep 30, 2021 | 33.34 Mn |
Universal Technical Institute Free Cash Flow 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=free-cash-flow&ticker=UTI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=UTI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();