Universal Technical Institute (UTI) Long-Term Deferred Tax (2012 - 2026)
Universal Technical Institute's (UTI) quarterly Long-Term Deferred Tax came in at $2.3 million in Q2 2026, down 21.3% year-over-year from $3.0 million in Q2 2025, and down 15.31% quarter-over-quarter from $2.7 million in Q1 2026.
Universal Technical Institute (UTI) Long-Term Deferred Tax (2012 - 2026) Analysis & Trends
Universal Technical Institute (UTI) has reported Long-Term Deferred Tax for 11 consecutive years, with $2.3 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Long-Term Deferred Tax fell 21.3% year-over-year to $2.3 million in Q2 2026; TTM through Jun 2026 was $2.3 million, a 21.3% decrease from a year earlier, with the FY2025 full-year figure at $4.3 million, up 20.21% from the prior year.
- Long-Term Deferred Tax was $2.3 million for Q2 2026 at Universal Technical Institute, down from $2.7 million in the prior quarter.
- Over five years, Long-Term Deferred Tax peaked at $6.6 million in Q2 2024 and troughed at $2.0 million in Q4 2025.
- A 5-year average of $4.1 million and a median of $4.0 million in 2022 frame the typical range for Long-Term Deferred Tax.
- Across the five-year window, Long-Term Deferred Tax surged 43.95% in 2023 and tumbled 55.61% in 2025, its largest moves.
- Over 5 years, Long-Term Deferred Tax stood at $6.1 million in 2022, then slipped by 20.37% to $4.9 million in 2023, then dropped by 9.06% to $4.4 million in 2024, then plunged by 55.61% to $2.0 million in 2025, then increased by 18.57% to $2.3 million in 2026.
- The last three Long-Term Deferred Tax figures came in at $2.3 million (Q2 2026), $2.7 million (Q1 2026), and $2.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Service Corp International | 10.64 Bn | 10.38 Bn | 273.50 Mn |
| 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 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.32 Mn |
| Mar 31, 2026 | 2.74 Mn |
| Dec 31, 2025 | 1.96 Mn |
| Sep 30, 2025 | 4.28 Mn |
| Jun 30, 2025 | 2.95 Mn |
| Mar 31, 2025 | 4.09 Mn |
| Dec 31, 2024 | 4.42 Mn |
| Sep 30, 2024 | 3.56 Mn |
| Jun 30, 2024 | 6.58 Mn |
| Mar 31, 2024 | 4.56 Mn |
| Dec 31, 2023 | 4.86 Mn |
| Sep 30, 2023 | 3.77 Mn |
| Jun 30, 2023 | 5.23 Mn |
| Mar 31, 2023 | 5.35 Mn |
| Dec 31, 2022 | 6.10 Mn |
| Sep 30, 2022 | 3.37 Mn |
| Jun 30, 2022 | 3.63 Mn |
| Mar 31, 2022 | 3.91 Mn |
| Jun 30, 2017 | 2.48 Mn |
| Mar 31, 2017 | 2.28 Mn |
Universal Technical Institute Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=UTI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "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=long-term-deferred-tax&ticker=UTI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();