Digital Realty Trust (DLR) Non-Current Deferred Tax Liability (2012 - 2026)
Digital Realty Trust (DLR) posted Non-Current Deferred Tax Liability of $1.1 billion for Q2 2026, up 2.83% on a QoQ basis from $1.1 billion in Q1 2026, and down 1.09% year-over-year from $1.1 billion in Q2 2025.
Digital Realty Trust (DLR) Non-Current Deferred Tax Liability (2012 - 2026) Analysis & Trends
Digital Realty Trust has reported Non-Current Deferred Tax Liability for 11 years, with the latest figure at $1.1 billion in Q2 2026.
- On a quarterly basis, Non-Current Deferred Tax Liability fell 1.09% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $1.1 billion, a 1.09% decrease from a year earlier, with the FY2025 full-year figure at $1.1 billion, up 3.7% from the prior year.
- Non-Current Deferred Tax Liability was $1.1 billion for Q2 2026 at Digital Realty Trust, up from $1.1 billion in the prior quarter.
- The five-year high for Non-Current Deferred Tax Liability was $1.4 billion in Q4 2023, with the low at $611.6 million in Q2 2022.
- Average Non-Current Deferred Tax Liability over 5 years is $1.1 billion, with a median of $1.1 billion recorded in 2023.
- The sharpest annual moves came in 2023 and 2024: Non-Current Deferred Tax Liability soared 84.6% in 2023, then retreated 20.57% in 2024.
- Over 5 years, Non-Current Deferred Tax Liability stood at $1.2 billion in 2022, then gained by 14.48% to $1.4 billion in 2023, then declined by 20.57% to $1.1 billion in 2024, then increased by 3.7% to $1.1 billion in 2025, then climbed by 0.02% to $1.1 billion in 2026.
- The last three Non-Current Deferred Tax Liability figures came in at $1.1 billion (Q2 2026), $1.1 billion (Q1 2026), and $1.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Digital Realty Trust | 67.37 Bn | 67.07 Bn | - |
| 2 | Fermi | 3.18 Bn | 3.12 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.12 Bn |
| Mar 31, 2026 | 1.09 Bn |
| Dec 31, 2025 | 1.12 Bn |
| Sep 30, 2025 | 1.15 Bn |
| Jun 30, 2025 | 1.14 Bn |
| Mar 31, 2025 | 1.11 Bn |
| Dec 31, 2024 | 1.08 Bn |
| Sep 30, 2024 | 1.22 Bn |
| Jun 30, 2024 | 1.13 Bn |
| Mar 31, 2024 | 1.12 Bn |
| Dec 31, 2023 | 1.37 Bn |
| Sep 30, 2023 | 1.09 Bn |
| Jun 30, 2023 | 1.13 Bn |
| Mar 31, 2023 | 1.16 Bn |
| Dec 31, 2022 | 1.19 Bn |
| Sep 30, 2022 | 1.15 Bn |
| Jun 30, 2022 | 611.58 Mn |
| Mar 31, 2022 | 649.11 Mn |
| Dec 31, 2021 | 666.45 Mn |
| Sep 30, 2021 | 725.96 Mn |
Digital Realty Trust Non-Current Deferred Tax Liability 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=non-current-deferred-tax-liability&ticker=DLR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "ticker": "DLR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-current-deferred-tax-liability&ticker=DLR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();