Noble Corp plc (NE-WTA) Total Liabilities (2021 - 2026)
Noble's (NE-WTA) quarterly Total Liabilities came in at $2.8 billion in Q2 2026, down 9.33% on a YoY basis from $3.0 billion in Q2 2025, and down 4.67% quarter-over-quarter from $2.9 billion in Q1 2026.
Noble Corp plc (NE-WTA) Total Liabilities (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Total Liabilities for 6 consecutive years, with $2.8 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Total Liabilities fell 9.33% year-over-year to $2.8 billion; the trailing twelve-month figure through Jun 2026 stood at $2.8 billion (down 9.33% YoY), and the FY2025 full-year result was $3.0 billion, down 10.03% from the prior year.
- Total Liabilities declined to $2.8 billion in Q2 2026 per NE-WTA's latest filing, from $2.9 billion in the prior quarter.
- Across five years, Total Liabilities topped out at $3.4 billion in Q3 2024 and bottomed at -$1.5 billion in Q2 2022.
- Historically, Total Liabilities has averaged $1.8 billion across 5 years, with a median of $1.6 billion in 2022.
- The sharpest annual moves came in 2023 and 2026: Total Liabilities surged 197.96% in 2023, then slipped 11.13% in 2026.
- Over 5 years, Total Liabilities stood at $1.6 billion in 2022, then fell by 2.55% to $1.6 billion in 2023, then soared by 108.89% to $3.3 billion in 2024, then fell by 10.03% to $3.0 billion in 2025, then retreated by 7.57% to $2.8 billion in 2026.
- According to Business Quant data, Total Liabilities over the past three periods registered $2.8 billion, $2.9 billion, and $3.0 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.76 Bn |
| Mar 31, 2026 | 2.89 Bn |
| Dec 31, 2025 | 2.98 Bn |
| Sep 30, 2025 | 3.11 Bn |
| Jun 30, 2025 | 3.04 Bn |
| Mar 31, 2025 | 3.25 Bn |
| Dec 31, 2024 | 3.31 Bn |
| Sep 30, 2024 | 3.35 Bn |
| Jun 30, 2024 | 1.60 Bn |
| Mar 31, 2024 | 1.52 Bn |
| Dec 31, 2023 | 1.59 Bn |
| Sep 30, 2023 | 1.44 Bn |
| Jun 30, 2023 | 1.48 Bn |
| Mar 31, 2023 | 1.37 Bn |
| Dec 31, 2022 | 1.63 Bn |
| Sep 30, 2022 | 836.95 Mn |
| Jun 30, 2022 | -1.51 Bn |
| Mar 31, 2022 | -1.47 Bn |
| Dec 31, 2021 | 572.82 Mn |
Noble Corp plc Total 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-liabilities&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-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-liabilities&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();