Universal Technical Institute (UTI) Non-Current Assets (2010 - 2026)
Universal Technical Institute's (UTI) quarterly Non-Current Assets came in at $639.8 million in Q2 2026, up 15.16% year-over-year from $555.6 million in Q2 2025, and up 5.16% quarter-over-quarter from $608.4 million in Q1 2026.
Universal Technical Institute (UTI) Non-Current Assets (2010 - 2026) Analysis & Trends
Universal Technical Institute (UTI) has reported Non-Current Assets for 17 consecutive years, with $639.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non-Current Assets rose 15.16% year-over-year to $639.8 million in Q2 2026; TTM through Jun 2026 was $2.4 billion, a 13.66% increase from a year earlier, with the FY2025 full-year figure at $579.5 million, up 10.88% from the prior year.
- Non-Current Assets was $639.8 million for Q2 2026 at Universal Technical Institute, up from $608.4 million in the prior quarter.
- Over five years, Non-Current Assets peaked at $639.8 million in Q2 2026 and troughed at $407.9 million in Q1 2022.
- A 5-year average of $529.1 million and a median of $534.0 million in 2022 frame the typical range for Non-Current Assets.
- Across the five-year window, Non-Current Assets jumped 38.0% in 2022 and slipped 2.44% in 2024, its largest moves.
- Over 5 years, Non-Current Assets stood at $533.0 million in 2022, then gained by 0.36% to $535.0 million in 2023, then retreated by 2.26% to $522.9 million in 2024, then grew by 11.94% to $585.3 million in 2025, then gained by 9.31% to $639.8 million in 2026.
- The last three Non-Current Assets figures came in at $639.8 million (Q2 2026), $608.4 million (Q1 2026), and $585.3 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 18.76 Bn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | 2.55 Bn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | 2.06 Bn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 5.87 Bn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 2.36 Bn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 3.20 Bn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | 3.33 Bn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | 719.43 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | 3.08 Bn |
| 10 | Universal Technical Institute | 1.12 Bn | 953.82 Mn | 100.57 Mn | 639.78 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 639.78 Mn |
| Mar 31, 2026 | 608.40 Mn |
| Dec 31, 2025 | 585.30 Mn |
| Sep 30, 2025 | 579.51 Mn |
| Jun 30, 2025 | 555.58 Mn |
| Mar 31, 2025 | 521.99 Mn |
| Dec 31, 2024 | 522.88 Mn |
| Sep 30, 2024 | 522.62 Mn |
| Jun 30, 2024 | 529.48 Mn |
| Mar 31, 2024 | 531.85 Mn |
| Dec 31, 2023 | 534.97 Mn |
| Sep 30, 2023 | 535.70 Mn |
| Jun 30, 2023 | 542.26 Mn |
| Mar 31, 2023 | 538.11 Mn |
| Dec 31, 2022 | 533.03 Mn |
| Sep 30, 2022 | 416.96 Mn |
| Jun 30, 2022 | 418.34 Mn |
| Mar 31, 2022 | 407.88 Mn |
| Dec 31, 2021 | 386.25 Mn |
| Sep 30, 2021 | 329.18 Mn |
Universal Technical Institute Non-Current Assets 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=non-current-assets&ticker=UTI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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=non-current-assets&ticker=UTI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();