Noble Corp plc (NE-WTA) Total Debt (2021 - 2026)
Noble's (NE-WTA) quarterly Total Debt came in at $1.9 billion in Q2 2026, down 4.53% on a YoY basis from $2.0 billion in Q2 2025, and down 1.5% quarter-over-quarter from $1.9 billion in Q1 2026.
Noble Corp plc (NE-WTA) Total Debt (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Total Debt for 6 consecutive years, with $1.9 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Total Debt fell 4.53% year-over-year to $1.9 billion; the trailing twelve-month figure through Jun 2026 stood at $1.9 billion (down 4.53% YoY), and the FY2025 full-year result was $2.0 billion, changed 0.22% from the prior year.
- Total Debt eased to $1.9 billion in Q2 2026 per NE-WTA's latest filing, from $1.9 billion in the prior quarter.
- Across five years, Total Debt topped out at $2.0 billion in Q3 2024 and bottomed at $434.4 million in Q3 2022.
- Historically, Total Debt has averaged $1.3 billion across 5 years, with a median of $1.3 billion in 2022.
- The sharpest annual moves came in 2023 and 2024: Total Debt slipped 12.87% in 2023, then soared 238.22% in 2024.
- Over 5 years, Total Debt stood at $672.8 million in 2022, then dropped by 12.87% to $586.2 million in 2023, then jumped by 237.8% to $2.0 billion in 2024, then dropped by 0.22% to $2.0 billion in 2025, then dropped by 4.42% to $1.9 billion in 2026.
- According to Business Quant data, Total Debt over the past three periods registered $1.9 billion, $1.9 billion, and $2.0 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.89 Bn |
| Mar 31, 2026 | 1.92 Bn |
| Dec 31, 2025 | 1.98 Bn |
| Sep 30, 2025 | 1.98 Bn |
| Jun 30, 2025 | 1.98 Bn |
| Mar 31, 2025 | 1.98 Bn |
| Dec 31, 2024 | 1.98 Bn |
| Sep 30, 2024 | 1.98 Bn |
| Jun 30, 2024 | 622.05 Mn |
| Mar 31, 2024 | 586.62 Mn |
| Dec 31, 2023 | 586.20 Mn |
| Sep 30, 2023 | 585.79 Mn |
| Jun 30, 2023 | 585.39 Mn |
| Mar 31, 2023 | 520.65 Mn |
| Dec 31, 2022 | 672.77 Mn |
| Sep 30, 2022 | 434.37 Mn |
| Dec 31, 2021 | 216.00 Mn |
Noble Corp plc Total Debt 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-debt&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-debt", "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-debt&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();