Noble Corp plc (NE-WTA) Total Non-Current Liabilities (2021 - 2026)
Noble's (NE-WTA) quarterly Total Non-Current Liabilities came in at $2.5 billion in Q2 2026, down 7.09% on a YoY basis from $2.7 billion in Q2 2025, and down 5.08% quarter-over-quarter from $2.6 billion in Q1 2026.
Noble Corp plc (NE-WTA) Total Non-Current Liabilities (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Total Non-Current Liabilities for 6 consecutive years, with $2.5 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Total Non-Current Liabilities fell 7.09% year-over-year to $2.5 billion; the trailing twelve-month figure through Jun 2026 stood at $2.5 billion (down 7.09% YoY), and the FY2025 full-year result was $2.7 billion, down 6.72% from the prior year.
- Total Non-Current Liabilities declined to $2.5 billion in Q2 2026 per NE-WTA's latest filing, from $2.6 billion in the prior quarter.
- Across five years, Total Non-Current Liabilities topped out at $2.9 billion in Q4 2024 and bottomed at $710.6 million in Q3 2022.
- Historically, Total Non-Current Liabilities has averaged $2.0 billion across 5 years, with a median of $1.9 billion in 2022.
- The sharpest annual moves came in 2022 and 2026: Total Non-Current Liabilities surged 187.14% in 2022, then declined 9.04% in 2026.
- Over 5 years, Total Non-Current Liabilities stood at $1.4 billion in 2022, then slipped by 5.92% to $1.3 billion in 2023, then jumped by 127.75% to $2.9 billion in 2024, then declined by 6.72% to $2.7 billion in 2025, then retreated by 8.5% to $2.5 billion in 2026.
- According to Business Quant data, Total Non-Current Liabilities over the past three periods registered $2.5 billion, $2.6 billion, and $2.7 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.51 Bn |
| Mar 31, 2026 | 2.64 Bn |
| Dec 31, 2025 | 2.74 Bn |
| Sep 30, 2025 | 2.76 Bn |
| Jun 30, 2025 | 2.70 Bn |
| Mar 31, 2025 | 2.90 Bn |
| Dec 31, 2024 | 2.94 Bn |
| Sep 30, 2024 | 2.91 Bn |
| Jun 30, 2024 | 1.27 Bn |
| Mar 31, 2024 | 1.23 Bn |
| Dec 31, 2023 | 1.29 Bn |
| Sep 30, 2023 | 1.17 Bn |
| Jun 30, 2023 | 1.19 Bn |
| Mar 31, 2023 | 1.10 Bn |
| Dec 31, 2022 | 1.37 Bn |
| Sep 30, 2022 | 710.59 Mn |
| Dec 31, 2021 | 477.59 Mn |
Noble Corp plc Total 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=total-non-current-liabilities&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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=total-non-current-liabilities&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();