Noble Corp plc (NE-WTA) Invested Capital (2021 - 2026)
Noble's (NE-WTA) quarterly Invested Capital came in at $6.4 billion in Q2 2026, down 3.54% on a YoY basis from $6.6 billion in Q2 2025, and down 2.04% quarter-over-quarter from $6.5 billion in Q1 2026.
Noble Corp plc (NE-WTA) Invested Capital (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Invested Capital for 6 consecutive years, with $6.4 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Invested Capital fell 3.54% year-over-year to $6.4 billion; the trailing twelve-month figure through Jun 2026 stood at $6.4 billion (down 3.54% YoY), and the FY2025 full-year result was $6.5 billion, down 1.61% from the prior year.
- Invested Capital eased to $6.4 billion in Q2 2026 per NE-WTA's latest filing, from $6.5 billion in the prior quarter.
- Across five years, Invested Capital topped out at $6.7 billion in Q3 2024 and bottomed at $2.0 billion in Q3 2022.
- Historically, Invested Capital has averaged $5.3 billion across 5 years, with a median of $5.5 billion in 2024.
- The sharpest annual moves came in 2022 and 2026: Invested Capital soared 149.32% in 2022, then slipped 3.54% in 2026.
- Over 5 years, Invested Capital stood at $4.3 billion in 2022, then gained by 5.32% to $4.5 billion in 2023, then jumped by 47.12% to $6.6 billion in 2024, then fell by 1.61% to $6.5 billion in 2025, then fell by 2.33% to $6.4 billion in 2026.
- According to Business Quant data, Invested Capital over the past three periods registered $6.4 billion, $6.5 billion, and $6.5 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.37 Bn |
| Mar 31, 2026 | 6.50 Bn |
| Dec 31, 2025 | 6.52 Bn |
| Sep 30, 2025 | 6.51 Bn |
| Jun 30, 2025 | 6.61 Bn |
| Mar 31, 2025 | 6.64 Bn |
| Dec 31, 2024 | 6.63 Bn |
| Sep 30, 2024 | 6.67 Bn |
| Jun 30, 2024 | 4.61 Bn |
| Mar 31, 2024 | 4.50 Bn |
| Dec 31, 2023 | 4.51 Bn |
| Sep 30, 2023 | 4.42 Bn |
| Jun 30, 2023 | 4.30 Bn |
| Mar 31, 2023 | 4.22 Bn |
| Dec 31, 2022 | 4.28 Bn |
| Sep 30, 2022 | 1.98 Bn |
| Dec 31, 2021 | 1.72 Bn |
Noble Corp plc Invested Capital 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=invested-capital&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "invested-capital", "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=invested-capital&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();