Life Time Group Holdings (LTH) Other Operating Expenses (2020 - 2026)
Life Time Group Holdings' (LTH) quarterly Other Operating Expenses came in at -$18.8 million in Q2 2026, up 39.7% year-over-year from -$13.5 million in Q2 2025, and down 11.2% quarter-over-quarter from -$16.9 million in Q1 2026.
Life Time Group Holdings (LTH) Other Operating Expenses (2020 - 2026) Analysis & Trends
Life Time Group Holdings has disclosed Other Operating Expenses across 7 years of filings, most recently posting -$18.8 million for Q2 2026.
- In Q2 2026, Other Operating Expenses rose 39.7% year-over-year to -$18.8 million; the TTM figure through Jun 2026 stood at -$52.3 million (up 44.23% YoY), while the FY2025 annual figure was -$65.2 million, up 7.37% from the prior year.
- Other Operating Expenses came in at -$18.8 million for Q2 2026 at Life Time Group Holdings, down from -$16.9 million in the prior quarter.
- In the past five years, Other Operating Expenses ranged from a high of $31.4 million in Q3 2022 to a low of -$34.5 million in Q3 2023.
- Average Other Operating Expenses over 5 years is -$11.9 million, with a median of -$16.3 million recorded in 2024.
- Year-over-year, Other Operating Expenses jumped 345.67% in 2022 and tumbled 639.16% in 2024.
- Over 5 years, Other Operating Expenses stood at -$12.2 million in 2022, then sank by 75.72% to -$21.5 million in 2023, then dropped by 4.37% to -$22.5 million in 2024, then soared by 71.97% to -$6.3 million in 2025, then tumbled by 199.14% to -$18.8 million in 2026.
- Per Business Quant data, the three most recent Other Operating Expenses figures were -$18.8 million in Q2 2026, -$16.9 million in Q1 2026, and -$6.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -18.84 Mn |
| Mar 31, 2026 | -16.94 Mn |
| Dec 31, 2025 | -6.30 Mn |
| Sep 30, 2025 | -10.23 Mn |
| Jun 30, 2025 | -31.24 Mn |
| Mar 31, 2025 | -17.45 Mn |
| Dec 31, 2024 | -22.47 Mn |
| Sep 30, 2024 | -22.64 Mn |
| Jun 30, 2024 | -9.59 Mn |
| Mar 31, 2024 | -15.72 Mn |
| Dec 31, 2023 | -21.53 Mn |
| Sep 30, 2023 | -34.52 Mn |
| Jun 30, 2023 | -28.19 Mn |
| Mar 31, 2023 | -2.13 Mn |
| Dec 31, 2022 | -12.25 Mn |
| Sep 30, 2022 | 31.36 Mn |
| Jun 30, 2022 | 8.21 Mn |
| Mar 31, 2022 | 17.04 Mn |
| Dec 31, 2021 | -12.99 Mn |
| Sep 30, 2021 | -14.80 Mn |
Life Time Group Holdings Other Operating Expenses 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=other-operating-expenses&ticker=LTH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "ticker": "LTH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=other-operating-expenses&ticker=LTH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();