MGM Resorts International (MGM) Deferred Taxes (2009 - 2026)
MGM Resorts International's (MGM) quarterly Deferred Taxes came in at -$33.1 million in Q2 2026, down 81.46% year-over-year from -$178.3 million in Q2 2025, and down 176.96% quarter-over-quarter from -$11.9 million in Q1 2026.
MGM Resorts International (MGM) Deferred Taxes (2009 - 2026) Analysis & Trends
MGM Resorts International has disclosed Deferred Taxes across 18 years of filings, most recently posting -$33.1 million for Q2 2026.
- In Q2 2026, Deferred Taxes fell 81.46% year-over-year to -$33.1 million; the TTM figure through Jun 2026 stood at -$262.6 million (down 391.99% YoY), while the FY2025 annual figure was -$245.6 million, down 188.51% from the prior year.
- Deferred Taxes came in at -$33.1 million for Q2 2026 at MGM Resorts International, down from -$11.9 million in the prior quarter.
- In the past five years, Deferred Taxes ranged from a high of $541.6 million in Q2 2022 to a low of -$242.7 million in Q4 2025.
- Average Deferred Taxes over 5 years is $180055.6, with a median of -$10.9 million recorded in 2025.
- Year-over-year, Deferred Taxes surged 4620.82% in 2022 and sank 2164.67% in 2024.
- Over 5 years, Deferred Taxes stood at $124.3 million in 2022, then slumped by 203.83% to -$129.1 million in 2023, then soared by 87.47% to -$16.2 million in 2024, then tumbled by 1400.64% to -$242.7 million in 2025, then jumped by 86.38% to -$33.1 million in 2026.
- Per Business Quant data, the three most recent Deferred Taxes figures were -$33.1 million in Q2 2026, -$11.9 million in Q1 2026, and -$242.7 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Las Vegas Sands | 25.40 Bn | 22.34 Bn | 1.81 Bn | 4.00 Mn |
| 2 | DraftKings | 18.89 Bn | 17.90 Bn | 551.45 Mn | - |
| 3 | Flutter Entertainment | 14.91 Bn | 13.72 Bn | 1.71 Bn | -53.00 Mn |
| 4 | MGM Resorts International | 9.52 Bn | 7.83 Bn | 3.10 Bn | -33.06 Mn |
| 5 | Madison Square Garden Sports | 9.51 Bn | 9.35 Bn | 119.21 Mn | 1.99 Mn |
| 6 | Life Time Group Holdings | 8.86 Bn | 8.63 Bn | 412.26 Mn | 3.11 Mn |
| 7 | Wynn Resorts | 8.42 Bn | 6.11 Bn | 1.14 Bn | 12.45 Mn |
| 8 | Super Group (SGHC) | 6.08 Bn | 5.53 Bn | - | - |
| 9 | Caesars Entertainment | 6.03 Bn | 5.15 Bn | 2.04 Bn | -12.00 Mn |
| 10 | Churchill Downs | 5.61 Bn | 5.46 Bn | 712.00 Mn | -23.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -33.06 Mn |
| Mar 31, 2026 | -11.94 Mn |
| Dec 31, 2025 | -242.71 Mn |
| Sep 30, 2025 | 25.15 Mn |
| Jun 30, 2025 | -18.22 Mn |
| Mar 31, 2025 | -9.78 Mn |
| Dec 31, 2024 | -16.17 Mn |
| Sep 30, 2024 | -9.20 Mn |
| Jun 30, 2024 | -51.54 Mn |
| Mar 31, 2024 | -8.20 Mn |
| Dec 31, 2023 | -129.11 Mn |
| Sep 30, 2023 | -23.99 Mn |
| Jun 30, 2023 | -2.28 Mn |
| Mar 31, 2023 | 38.10 Mn |
| Dec 31, 2022 | 124.35 Mn |
| Sep 30, 2022 | -170.80 Mn |
| Jun 30, 2022 | 541.57 Mn |
| Mar 31, 2022 | 1.07 Mn |
| Dec 31, 2021 | 88.48 Mn |
| Sep 30, 2021 | 222.29 Mn |
MGM Resorts International Deferred Taxes 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=deferred-taxes&ticker=MGM&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "ticker": "MGM", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=deferred-taxes&ticker=MGM&period=max&api_key=YOUR_API_KEY");
const data = await res.json();