Noble Corp plc (NE-WTA) Other Non-Current Liabilities (2021 - 2026)
Noble's (NE-WTA) quarterly Other Non-Current Liabilities came in at $247.2 million in Q2 2026, down 27.12% on a YoY basis from $339.2 million in Q2 2025, and little changed quarter-over-quarter from $247.8 million in Q1 2026.
Noble Corp plc (NE-WTA) Other Non-Current Liabilities (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Other Non-Current Liabilities for 6 consecutive years, with $247.2 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non-Current Liabilities fell 27.12% year-over-year to $247.2 million; the trailing twelve-month figure through Jun 2026 stood at $247.2 million (down 27.12% YoY), and the FY2025 full-year result was $240.0 million, down 36.01% from the prior year.
- Other Non-Current Liabilities held at $247.2 million in Q2 2026 per NE-WTA's latest filing, from $247.8 million in the prior quarter.
- Across five years, Other Non-Current Liabilities topped out at $436.2 million in Q3 2024 and bottomed at $126.4 million in Q3 2022.
- Historically, Other Non-Current Liabilities has averaged $293.9 million across 5 years, with a median of $292.0 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Other Non-Current Liabilities surged 169.26% in 2022, then slumped 36.01% in 2025.
- Over 5 years, Other Non-Current Liabilities stood at $256.4 million in 2022, then advanced by 15.45% to $296.0 million in 2023, then increased by 26.69% to $375.1 million in 2024, then plunged by 36.01% to $240.0 million in 2025, then increased by 3.01% to $247.2 million in 2026.
- According to Business Quant data, Other Non-Current Liabilities over the past three periods registered $247.2 million, $247.8 million, and $240.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 247.22 Mn |
| Mar 31, 2026 | 247.84 Mn |
| Dec 31, 2025 | 240.00 Mn |
| Sep 30, 2025 | 343.53 Mn |
| Jun 30, 2025 | 339.19 Mn |
| Mar 31, 2025 | 347.19 Mn |
| Dec 31, 2024 | 375.05 Mn |
| Sep 30, 2024 | 436.18 Mn |
| Jun 30, 2024 | 333.07 Mn |
| Mar 31, 2024 | 295.11 Mn |
| Dec 31, 2023 | 296.04 Mn |
| Sep 30, 2023 | 261.81 Mn |
| Jun 30, 2023 | 288.84 Mn |
| Mar 31, 2023 | 268.83 Mn |
| Dec 31, 2022 | 256.41 Mn |
| Sep 30, 2022 | 126.35 Mn |
| Dec 31, 2021 | 95.23 Mn |
Noble Corp plc Other Non-Current Liabilities 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=other-non-current-liabilities&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-liabilities", "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=other-non-current-liabilities&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();