Noble Corp plc (NE-WTA) Other Operating Expenses (2021 - 2026)
Noble's (NE-WTA) quarterly Other Operating Expenses came in at $662.3 million in Q2 2026, down 1.61% on a YoY basis from $673.1 million in Q2 2025, and up 25.5% quarter-over-quarter from $527.7 million in Q1 2026.
Noble Corp plc (NE-WTA) Other Operating Expenses (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Other Operating Expenses for 6 consecutive years, with $662.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Operating Expenses fell 1.61% year-over-year to $662.3 million; the trailing twelve-month figure through Jun 2026 stood at $2.6 billion (changed 0.12% YoY), and the FY2025 full-year result was $2.7 billion, up 22.99% from the prior year.
- Other Operating Expenses grew to $662.3 million in Q2 2026 per NE-WTA's latest filing, from $527.7 million in the prior quarter.
- Across five years, Other Operating Expenses topped out at $712.2 million in Q3 2025 and bottomed at $201.8 million in Q2 2022.
- Historically, Other Operating Expenses has averaged $497.1 million across 5 years, with a median of $484.4 million in 2023.
- The sharpest annual moves came in 2022 and 2026: Other Operating Expenses surged 719.19% in 2022, then slipped 17.16% in 2026.
- Over 5 years, Other Operating Expenses stood at $371.7 million in 2022, then grew by 18.11% to $439.0 million in 2023, then jumped by 60.54% to $704.8 million in 2024, then fell by 2.36% to $688.2 million in 2025, then decreased by 3.76% to $662.3 million in 2026.
- According to Business Quant data, Other Operating Expenses over the past three periods registered $662.3 million, $527.7 million, and $688.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 662.27 Mn |
| Mar 31, 2026 | 527.72 Mn |
| Dec 31, 2025 | 688.18 Mn |
| Sep 30, 2025 | 712.17 Mn |
| Jun 30, 2025 | 673.12 Mn |
| Mar 31, 2025 | 637.02 Mn |
| Dec 31, 2024 | 704.81 Mn |
| Sep 30, 2024 | 572.26 Mn |
| Jun 30, 2024 | 432.60 Mn |
| Mar 31, 2024 | 494.25 Mn |
| Dec 31, 2023 | 439.03 Mn |
| Sep 30, 2023 | 450.67 Mn |
| Jun 30, 2023 | 474.59 Mn |
| Mar 31, 2023 | 461.28 Mn |
| Dec 31, 2022 | 371.72 Mn |
| Sep 30, 2022 | 226.88 Mn |
| Jun 30, 2022 | 201.81 Mn |
| Mar 31, 2022 | 217.82 Mn |
| Dec 31, 2021 | 45.38 Mn |
| Sep 30, 2021 | 243.85 Mn |
Noble Corp plc Other Operating Expenses 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=other-operating-expenses&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();