Life Time Group Holdings (LTH) Free Cash Flow (2020 - 2026)
Life Time Group Holdings' (LTH) quarterly Free Cash Flow came in at -$53.7 million in Q2 2026, down 130.44% year-over-year from $176.4 million in Q2 2025, and up 12.28% quarter-over-quarter from -$61.2 million in Q1 2026.
Life Time Group Holdings (LTH) Free Cash Flow (2020 - 2026) Analysis & Trends
Life Time Group Holdings has disclosed Free Cash Flow across 7 years of filings, most recently posting -$53.7 million for Q2 2026.
- In Q2 2026, Free Cash Flow fell 130.44% year-over-year to -$53.7 million; the TTM figure through Jun 2026 stood at -$151.0 million (down 148.91% YoY), while the FY2025 annual figure was -$21.0 million, down 141.43% from the prior year.
- Free Cash Flow came in at -$53.7 million for Q2 2026 at Life Time Group Holdings, up from -$61.2 million in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of $176.4 million in Q2 2025 to a low of -$112.3 million in Q3 2022.
- Average Free Cash Flow over 5 years is -$28.2 million, with a median of -$57.5 million recorded in 2026.
- The largest YoY upside for Free Cash Flow was 575.41% in 2025 against a maximum downside of 341.04% in 2025.
- Over 5 years, Free Cash Flow stood at -$105.6 million in 2022, then surged by 65.93% to -$36.0 million in 2023, then surged by 174.56% to $26.8 million in 2024, then sank by 341.04% to -$64.6 million in 2025, then gained by 16.93% to -$53.7 million in 2026.
- Per Business Quant data, the three most recent Free Cash Flow figures were -$53.7 million in Q2 2026, -$61.2 million in Q1 2026, and -$64.6 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 350.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | 73.44 Mn |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | 228.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | 317.44 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 57.62 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | -53.70 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 338.90 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | 304.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | 178.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -53.70 Mn |
| Mar 31, 2026 | -61.22 Mn |
| Dec 31, 2025 | -64.64 Mn |
| Sep 30, 2025 | 28.62 Mn |
| Jun 30, 2025 | 176.40 Mn |
| Mar 31, 2025 | 41.37 Mn |
| Dec 31, 2024 | 26.82 Mn |
| Sep 30, 2024 | 64.04 Mn |
| Jun 30, 2024 | 26.12 Mn |
| Mar 31, 2024 | -66.39 Mn |
| Dec 31, 2023 | -35.97 Mn |
| Sep 30, 2023 | -78.23 Mn |
| Jun 30, 2023 | -24.32 Mn |
| Mar 31, 2023 | -96.47 Mn |
| Dec 31, 2022 | -105.58 Mn |
| Sep 30, 2022 | -112.31 Mn |
| Jun 30, 2022 | -70.62 Mn |
| Mar 31, 2022 | -101.69 Mn |
| Dec 31, 2021 | -131.88 Mn |
| Sep 30, 2021 | -82.05 Mn |
Life Time Group Holdings Free Cash Flow 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=free-cash-flow&ticker=LTH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=LTH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();