Dominos Pizza (DPZ) Deferred Taxes (2010 - 2026)
Dominos Pizza's (DPZ) quarterly Deferred Taxes came in at $1.8 million in Q2 2026, up 546.59% year-over-year from $283179.9 in Q2 2025, and down 44.83% quarter-over-quarter from $3.3 million in Q1 2026.
Dominos Pizza (DPZ) Deferred Taxes (2010 - 2026) Analysis & Trends
Dominos Pizza (DPZ) has reported Deferred Taxes for 17 consecutive years, with $1.8 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Deferred Taxes rose 546.59% year-over-year to $1.8 million in Q2 2026; TTM through Jun 2026 was $9.1 million, a 264.03% increase from a year earlier, with the FY2025 full-year figure at $1.3 million, up 114.13% from the prior year.
- Deferred Taxes was $1.8 million for Q2 2026 at Dominos Pizza, down from $3.3 million in the prior quarter.
- Over five years, Deferred Taxes peaked at $12.0 million in Q3 2025 and troughed at -$8.0 million in Q4 2025.
- A 5-year average of -$1.2 million and a median of -$1.9 million in 2024 frame the typical range for Deferred Taxes.
- Across the five-year window, Deferred Taxes tumbled 455.0% in 2023 and jumped 1035.45% in 2025, its largest moves.
- Over 5 years, Deferred Taxes stood at $3.4 million in 2022, then tumbled by 313.85% to -$7.3 million in 2023, then soared by 78.23% to -$1.6 million in 2024, then plunged by 400.13% to -$8.0 million in 2025, then soared by 122.98% to $1.8 million in 2026.
- The last three Deferred Taxes figures came in at $1.8 million (Q2 2026), $3.3 million (Q1 2026), and -$8.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Mcdonalds | 168.67 Bn | 167.85 Bn | 6.42 Bn | -58.00 Mn |
| 2 | Starbucks | 107.32 Bn | 103.72 Bn | 6.49 Bn | -110.90 Mn |
| 3 | Chipotle Mexican Grill | 41.40 Bn | 40.73 Bn | 2.35 Bn | 19.92 Mn |
| 4 | Yum Brands | 38.39 Bn | 37.72 Bn | 1.47 Bn | -424.00 Mn |
| 5 | Restaurant Brands International | 25.02 Bn | 25.51 Bn | 1.89 Bn | -166.00 Mn |
| 6 | Darden Restaurants | 24.39 Bn | 24.17 Bn | 3.68 Bn | -8.80 Mn |
| 7 | Restaurant Brands International Limited Partnership | 17.01 Bn | 15.95 Bn | 1.89 Bn | -166.00 Mn |
| 8 | Yum China Holdings | 14.09 Bn | 13.41 Bn | 2.22 Bn | -6.00 Mn |
| 9 | Texas Roadhouse | 10.81 Bn | 10.63 Bn | 1.44 Bn | 1.51 Mn |
| 10 | Dominos Pizza | 9.81 Bn | 9.60 Bn | 478.23 Mn | 1.83 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 14, 2026 | 1.83 Mn |
| Mar 22, 2026 | 3.32 Mn |
| Dec 28, 2025 | -7.97 Mn |
| Sep 7, 2025 | 11.96 Mn |
| Jun 15, 2025 | -410,000.00 |
| Mar 23, 2025 | -2.29 Mn |
| Dec 29, 2024 | -1.59 Mn |
| Sep 8, 2024 | -1.28 Mn |
| Jun 16, 2024 | -2.49 Mn |
| Mar 24, 2024 | -3.76 Mn |
| Dec 31, 2023 | -7.32 Mn |
| Sep 10, 2023 | -4.60 Mn |
| Jun 18, 2023 | -4.16 Mn |
| Mar 26, 2023 | -3.44 Mn |
| Jan 1, 2023 | -5.66 Mn |
| Sep 11, 2022 | 3.42 Mn |
| Jun 19, 2022 | 1.17 Mn |
| Mar 27, 2022 | 1.32 Mn |
| Mar 28, 2021 | 1.58 Mn |
| Jan 3, 2021 | 10.74 Mn |
Dominos Pizza 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=DPZ&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "ticker": "DPZ", "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=DPZ&period=max&api_key=YOUR_API_KEY");
const data = await res.json();