Universal Technical Institute (UTI) Total Non-Current Liabilities (2010 - 2026)
Universal Technical Institute's (UTI) quarterly Total Non-Current Liabilities came in at $544.1 million in Q2 2026, up 26.78% year-over-year from $429.2 million in Q2 2025, and up 7.82% quarter-over-quarter from $504.6 million in Q1 2026.
Universal Technical Institute (UTI) Total Non-Current Liabilities (2010 - 2026) Analysis & Trends
Universal Technical Institute (UTI) has reported Total Non-Current Liabilities for 17 consecutive years, with $544.1 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Total Non-Current Liabilities rose 26.78% year-over-year to $544.1 million in Q2 2026; TTM through Jun 2026 was $544.1 million, a 26.78% increase from a year earlier, with the FY2025 full-year figure at $492.9 million, up 2.79% from the prior year.
- Total Non-Current Liabilities was $544.1 million for Q2 2026 at Universal Technical Institute, up from $504.6 million in the prior quarter.
- Over five years, Total Non-Current Liabilities peaked at $544.1 million in Q2 2026 and troughed at $302.0 million in Q1 2022.
- A 5-year average of $457.2 million and a median of $480.8 million in 2023 frame the typical range for Total Non-Current Liabilities.
- Across the five-year window, Total Non-Current Liabilities surged 61.28% in 2022 and declined 9.22% in 2025, its largest moves.
- Over 5 years, Total Non-Current Liabilities stood at $526.0 million in 2022, then fell by 3.86% to $505.7 million in 2023, then fell by 7.3% to $468.8 million in 2024, then grew by 4.54% to $490.1 million in 2025, then advanced by 11.02% to $544.1 million in 2026.
- The last three Total Non-Current Liabilities figures came in at $544.1 million (Q2 2026), $504.6 million (Q1 2026), and $490.1 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | 17.10 Bn |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | 577.92 Mn |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | 1.21 Bn |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | 3.30 Bn |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | 969.70 Mn |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | 2.66 Bn |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | 2.74 Bn |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | 784.65 Mn |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | 2.48 Bn |
| 10 | Universal Technical Institute | 1.12 Bn | 953.82 Mn | 100.57 Mn | 544.10 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 544.10 Mn |
| Mar 31, 2026 | 504.64 Mn |
| Dec 31, 2025 | 490.08 Mn |
| Sep 30, 2025 | 492.89 Mn |
| Jun 30, 2025 | 429.17 Mn |
| Mar 31, 2025 | 422.02 Mn |
| Dec 31, 2024 | 468.79 Mn |
| Sep 30, 2024 | 479.50 Mn |
| Jun 30, 2024 | 462.36 Mn |
| Mar 31, 2024 | 464.87 Mn |
| Dec 31, 2023 | 505.69 Mn |
| Sep 30, 2023 | 509.99 Mn |
| Jun 30, 2023 | 482.05 Mn |
| Mar 31, 2023 | 487.07 Mn |
| Dec 31, 2022 | 525.97 Mn |
| Sep 30, 2022 | 333.45 Mn |
| Jun 30, 2022 | 324.59 Mn |
| Mar 31, 2022 | 302.03 Mn |
| Dec 31, 2021 | 326.12 Mn |
| Sep 30, 2021 | 316.47 Mn |
Universal Technical Institute Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=UTI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=UTI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();