Noble Corp plc (NE-WTA) Non-Current Deferred Tax Liability (2021 - 2026)
Noble's (NE-WTA) quarterly Non-Current Deferred Tax Liability came in at $5.7 million in Q2 2026, up 4.49% on a YoY basis from $5.5 million in Q2 2025, and up 3.02% quarter-over-quarter from $5.5 million in Q1 2026.
Noble Corp plc (NE-WTA) Non-Current Deferred Tax Liability (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Non-Current Deferred Tax Liability for 6 consecutive years, with $5.7 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non-Current Deferred Tax Liability rose 4.49% year-over-year to $5.7 million; the trailing twelve-month figure through Jun 2026 stood at $5.7 million (up 4.49% YoY), and the FY2025 full-year result was $5.4 million, down 62.72% from the prior year.
- Non-Current Deferred Tax Liability advanced to $5.7 million in Q2 2026 per NE-WTA's latest filing, from $5.5 million in the prior quarter.
- Across five years, Non-Current Deferred Tax Liability topped out at $46.1 million in Q4 2022 and bottomed at $5.2 million in Q1 2025.
- Historically, Non-Current Deferred Tax Liability has averaged $11.6 million across 5 years, with a median of $8.3 million in 2024.
- The sharpest annual moves came in 2022 and 2025: Non-Current Deferred Tax Liability surged 115.43% in 2022, then tumbled 62.72% in 2025.
- Over 5 years, Non-Current Deferred Tax Liability stood at $46.1 million in 2022, then plunged by 36.14% to $29.4 million in 2023, then plunged by 50.77% to $14.5 million in 2024, then sank by 62.72% to $5.4 million in 2025, then increased by 5.57% to $5.7 million in 2026.
- According to Business Quant data, Non-Current Deferred Tax Liability over the past three periods registered $5.7 million, $5.5 million, and $5.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 5.70 Mn |
| Mar 31, 2026 | 5.54 Mn |
| Dec 31, 2025 | 5.40 Mn |
| Sep 30, 2025 | 5.48 Mn |
| Jun 30, 2025 | 5.46 Mn |
| Mar 31, 2025 | 5.22 Mn |
| Dec 31, 2024 | 14.49 Mn |
| Sep 30, 2024 | 8.91 Mn |
| Jun 30, 2024 | 7.77 Mn |
| Mar 31, 2024 | 10.28 Mn |
| Dec 31, 2023 | 29.44 Mn |
| Sep 30, 2023 | 9.17 Mn |
| Jun 30, 2023 | 9.81 Mn |
| Mar 31, 2023 | 9.43 Mn |
| Dec 31, 2022 | 46.09 Mn |
| Sep 30, 2022 | 7.41 Mn |
| Dec 31, 2021 | 21.40 Mn |
Noble Corp plc 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=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deferred-tax-liability", "ticker": "NE-WTA", "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=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();