Noble Corp plc (NE-WTA) Capital Expenditures (2021 - 2026)
Noble's (NE-WTA) quarterly Capital Expenditures came in at $204.5 million in Q2 2026, up 75.44% on a YoY basis from $116.6 million in Q2 2025, and up 96.94% quarter-over-quarter from $103.9 million in Q1 2026.
Noble Corp plc (NE-WTA) Capital Expenditures (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Capital Expenditures for 6 consecutive years, with $204.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Capital Expenditures rose 75.44% year-over-year to $204.5 million; the trailing twelve-month figure through Jun 2026 stood at $597.8 million (up 20.09% YoY), and the FY2025 full-year result was $519.5 million, down 9.7% from the prior year.
- Capital Expenditures improved to $204.5 million in Q2 2026 per NE-WTA's latest filing, from $103.9 million in the prior quarter.
- Across five years, Capital Expenditures topped out at $204.5 million in Q2 2026 and bottomed at $29.7 million in Q3 2022.
- Historically, Capital Expenditures has averaged $110.4 million across 5 years, with a median of $115.1 million in 2025.
- The sharpest annual moves came in 2023 and 2025: Capital Expenditures surged 231.88% in 2023, then plunged 31.86% in 2025.
- Over 5 years, Capital Expenditures stood at $65.1 million in 2022, then surged by 117.33% to $141.4 million in 2023, then dropped by 0.56% to $140.7 million in 2024, then advanced by 7.88% to $151.7 million in 2025, then soared by 34.78% to $204.5 million in 2026.
- According to Business Quant data, Capital Expenditures over the past three periods registered $204.5 million, $103.9 million, and $151.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 204.53 Mn |
| Mar 31, 2026 | 103.85 Mn |
| Dec 31, 2025 | 151.75 Mn |
| Sep 30, 2025 | 137.66 Mn |
| Jun 30, 2025 | 116.58 Mn |
| Mar 31, 2025 | 113.54 Mn |
| Dec 31, 2024 | 140.66 Mn |
| Sep 30, 2024 | 127.00 Mn |
| Jun 30, 2024 | 141.04 Mn |
| Mar 31, 2024 | 166.61 Mn |
| Dec 31, 2023 | 141.45 Mn |
| Sep 30, 2023 | 98.60 Mn |
| Jun 30, 2023 | 106.80 Mn |
| Mar 31, 2023 | 62.73 Mn |
| Dec 31, 2022 | 65.08 Mn |
| Sep 30, 2022 | 29.71 Mn |
| Jun 30, 2022 | 32.48 Mn |
| Mar 31, 2022 | 47.05 Mn |
| Dec 31, 2021 | 36.66 Mn |
Noble Corp plc Capital Expenditures 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=capital-expenditures&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "capital-expenditures", "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=capital-expenditures&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();