Universal Technical Institute (UTI) Non Operating Income (2010 - 2026)
Universal Technical Institute's (UTI) quarterly Non Operating Income came in at -$146000.0 in Q2 2026, down 173.0% year-over-year from $200000.0 in Q2 2025, and down 431.82% quarter-over-quarter from $44000.0 in Q1 2026.
Universal Technical Institute (UTI) Non Operating Income (2010 - 2026) Analysis & Trends
Universal Technical Institute (UTI) has reported Non Operating Income for 17 consecutive years, with -$146000.0 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Non Operating Income fell 173.0% year-over-year to -$146000.0 in Q2 2026; TTM through Jun 2026 was $996000.0, a 337.14% increase from a year earlier, with the FY2025 full-year figure at $805000.0, up 130.25% from the prior year.
- Non Operating Income was -$146000.0 for Q2 2026 at Universal Technical Institute, down from $44000.0 in the prior quarter.
- Over five years, Non Operating Income peaked at $573000.0 in Q3 2025 and troughed at -$1.2 million in Q2 2023.
- A 5-year average of -$365277.8 and a median of -$527500.0 in 2022 frame the typical range for Non Operating Income.
- Across the five-year window, Non Operating Income tumbled 2379.41% in 2022 and soared 929.41% in 2025, its largest moves.
- Over 5 years, Non Operating Income stood at -$275000.0 in 2022, then plunged by 148.0% to -$682000.0 in 2023, then soared by 107.48% to $51000.0 in 2024, then soared by 929.41% to $525000.0 in 2025, then slumped by 127.81% to -$146000.0 in 2026.
- The last three Non Operating Income figures came in at -$146000.0 (Q2 2026), $44000.0 (Q1 2026), and $525000.0 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn | -57,000.00 |
| 2 | New Oriental Education & Technology | 8.69 Bn | 6.29 Bn | -19,600.00 | - |
| 3 | Laureate Education | 5.06 Bn | 4.90 Bn | 237.67 Mn | - |
| 4 | Graham Holdings | 4.89 Bn | 3.68 Bn | 777.03 Mn | - |
| 5 | Covista | 4.19 Bn | 3.78 Bn | 284.63 Mn | - |
| 6 | Valvoline | 3.67 Bn | 3.58 Bn | 214.90 Mn | - |
| 7 | Bright Horizons Family Solutions | 3.28 Bn | 3.11 Bn | 188.96 Mn | - |
| 8 | Stride | 3.26 Bn | 2.30 Bn | 217.28 Mn | - |
| 9 | TAL Education | 2.28 Bn | -596.06 Mn | 438.20 Mn | - |
| 10 | Universal Technical Institute | 1.12 Bn | 953.82 Mn | 100.57 Mn | -146,000.00 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -146,000.00 |
| Mar 31, 2026 | 44,000.00 |
| Dec 31, 2025 | 525,000.00 |
| Sep 30, 2025 | 573,000.00 |
| Jun 30, 2025 | 200,000.00 |
| Mar 31, 2025 | -19,000.00 |
| Dec 31, 2024 | 51,000.00 |
| Sep 30, 2024 | -652,000.00 |
| Jun 30, 2024 | -689,000.00 |
| Mar 31, 2024 | -638,000.00 |
| Dec 31, 2023 | -682,000.00 |
| Sep 30, 2023 | -1.10 Mn |
| Jun 30, 2023 | -1.24 Mn |
| Mar 31, 2023 | -706,000.00 |
| Dec 31, 2022 | -275,000.00 |
| Sep 30, 2022 | -434,000.00 |
| Jun 30, 2022 | -775,000.00 |
| Mar 31, 2022 | -621,000.00 |
| Dec 31, 2021 | -103,000.00 |
| Sep 30, 2021 | -212,000.00 |
Universal Technical Institute Non Operating Income 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-operating-income&ticker=UTI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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-operating-income&ticker=UTI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();