Strategic Education (STRA) Restructuring Costs (2017 - 2026)
Strategic Education's (STRA) quarterly Restructuring Costs came in at $2.5 million in Q2 2026, down 11.43% on a YoY basis from $2.8 million in Q2 2025, and up 17.27% quarter-over-quarter from $2.1 million in Q1 2026.
Strategic Education (STRA) Restructuring Costs (2017 - 2026) Analysis & Trends
Strategic Education (STRA) has reported Restructuring Costs for 10 consecutive years, with $2.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Restructuring Costs fell 11.43% year-over-year to $2.5 million; the trailing twelve-month figure through Jun 2026 stood at $21.8 million (up 120.88% YoY), and the FY2025 full-year result was $21.9 million, up 1229.43% from the prior year.
- Restructuring Costs rose to $2.5 million in Q2 2026 per STRA's latest filing, from $2.1 million in the prior quarter.
- Across five years, Restructuring Costs topped out at $14.3 million in Q3 2025 and bottomed at -$5.5 million in Q1 2024.
- Historically, Restructuring Costs has averaged $2.6 million across 5 years, with a median of $2.3 million in 2026.
- The sharpest annual moves came in 2022 and 2025: Restructuring Costs sank 332.54% in 2022, then surged 1780.08% in 2025.
- Over 5 years, Restructuring Costs stood at -$4.0 million in 2022, then surged by 126.11% to $1.0 million in 2023, then soared by 320.32% to $4.4 million in 2024, then sank by 32.78% to $3.0 million in 2025, then retreated by 16.75% to $2.5 million in 2026.
- According to Business Quant data, Restructuring Costs over the past three periods registered $2.5 million, $2.1 million, and $3.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
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 | Strategic Education | 1.74 Bn | 1.61 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.47 Mn |
| Mar 31, 2026 | 2.10 Mn |
| Dec 31, 2025 | 2.96 Mn |
| Sep 30, 2025 | 14.25 Mn |
| Jun 30, 2025 | 2.78 Mn |
| Mar 31, 2025 | 1.91 Mn |
| Dec 31, 2024 | 4.41 Mn |
| Sep 30, 2024 | 758,000.00 |
| Jun 30, 2024 | 2.00 Mn |
| Mar 31, 2024 | -5.51 Mn |
| Dec 31, 2023 | 1.05 Mn |
| Sep 30, 2023 | 3.26 Mn |
| Jun 30, 2023 | 6.35 Mn |
| Mar 31, 2023 | 5.60 Mn |
| Dec 31, 2022 | -4.01 Mn |
| Sep 30, 2022 | 610,000.00 |
| Jun 30, 2022 | 3.66 Mn |
| Mar 31, 2022 | 1.86 Mn |
| Dec 31, 2021 | -928,000.00 |
| Sep 30, 2021 | 3.32 Mn |
Strategic Education Restructuring Costs 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=restructuring-costs&ticker=STRA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "ticker": "STRA", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=restructuring-costs&ticker=STRA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();