Devon Energy (DVN) Long-Term Deferred Tax (2019 - 2025)
Devon Energy's (DVN) quarterly Long-Term Deferred Tax came in at $2.6 billion in Q4 2025, up 22.3% year-over-year from $2.1 billion in Q4 2024, and up 22.3% quarter-over-quarter from $2.1 billion in Q4 2024.
Devon Energy (DVN) Long-Term Deferred Tax (2019 - 2025) Analysis & Trends
Devon Energy (DVN) has reported Long-Term Deferred Tax for 4 consecutive years, with $2.6 billion the latest figure, recorded in Q4 2025.
- On a quarterly basis, Long-Term Deferred Tax rose 22.3% year-over-year to $2.6 billion in Q4 2025; TTM through Dec 2025 was $2.6 billion, a 22.3% increase from a year earlier, with the FY2025 full-year figure at $2.6 billion, up 22.3% from the prior year.
- Long-Term Deferred Tax was $2.6 billion for Q4 2025 at Devon Energy, up from $2.1 billion in the prior quarter.
- Over five years, Long-Term Deferred Tax peaked at $2.6 billion in Q4 2025 and troughed at $1.8 billion in Q4 2023.
- A 3-year average of $2.2 billion and a median of $2.1 billion in 2024 frame the typical range for Long-Term Deferred Tax.
- Across the five-year window, Long-Term Deferred Tax gained 16.87% in 2024 and increased 22.3% in 2025, its largest moves.
- Over 3 years, Long-Term Deferred Tax stood at $1.8 billion in 2023, then gained by 16.87% to $2.1 billion in 2024, then rose by 22.3% to $2.6 billion in 2025.
- The last three Long-Term Deferred Tax figures came in at $2.6 billion (Q4 2025), $2.1 billion (Q4 2024), and $1.8 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Conocophillips | 153.22 Bn | 145.53 Bn | 12.81 Bn |
| 2 | Canadian Natural Resources | 100.56 Bn | 98.67 Bn | 8.84 Bn |
| 3 | Eog Resources | 74.16 Bn | 69.25 Bn | - |
| 4 | Diamondback Energy | 53.10 Bn | 58.73 Bn | 5.55 Bn |
| 5 | Devon Energy | 52.37 Bn | 51.36 Bn | 6.02 Bn |
| 6 | Expand Energy | 20.29 Bn | 19.03 Bn | 2.33 Bn |
| 7 | Permian Resources | 18.41 Bn | 18.15 Bn | - |
| 8 | Ovintiv | 16.64 Bn | 15.76 Bn | 2.83 Bn |
| 9 | Apa | 15.35 Bn | 15.83 Bn | 2.28 Bn |
| 10 | Antero Resources | 10.48 Bn | 9.91 Bn | 1.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 2.63 Bn |
| Dec 31, 2024 | 2.15 Bn |
| Dec 31, 2023 | 1.84 Bn |
| Sep 30, 2019 | 29.00 Mn |
Devon Energy Long-Term Deferred Tax 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=long-term-deferred-tax&ticker=DVN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "ticker": "DVN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-deferred-tax&ticker=DVN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();