Noble Corp plc (NE-WTA) Restructuring Costs (2021 - 2026)
Noble's (NE-WTA) quarterly Restructuring Costs came in at $2.6 million in Q1 2026, down 82.47% on a YoY basis from $14.9 million in Q1 2025, and down 34.87% quarter-over-quarter from $4.0 million in Q4 2025.
Noble Corp plc (NE-WTA) Restructuring Costs (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Restructuring Costs for 6 consecutive years, with $2.6 million the latest figure, recorded in Q1 2026.
- For the quarter ending Q1 2026, Restructuring Costs fell 82.47% year-over-year to $2.6 million; the trailing twelve-month figure through Jun 2026 stood at $8.8 million (down 92.0% YoY), and the FY2025 full-year result was $26.4 million, down 75.89% from the prior year.
- Restructuring Costs fell to $2.6 million in Q1 2026 per NE-WTA's latest filing, from $4.0 million in the prior quarter.
- Across five years, Restructuring Costs topped out at $69.2 million in Q3 2024 and bottomed at $2.1 million in Q3 2025.
- Historically, Restructuring Costs has averaged $16.7 million across 5 years, with a median of $10.6 million in 2024.
- The sharpest annual moves came in 2024 and 2025: Restructuring Costs surged 433.81% in 2024, then slumped 96.9% in 2025.
- Over 5 years, Restructuring Costs stood at $56.8 million in 2022, then plunged by 76.59% to $13.3 million in 2023, then soared by 52.5% to $20.3 million in 2024, then tumbled by 80.18% to $4.0 million in 2025, then plunged by 34.87% to $2.6 million in 2026.
- According to Business Quant data, Restructuring Costs over the past three periods registered $2.6 million, $4.0 million, and $2.1 million for Q1 2026, Q4 2025, and Q3 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 2.62 Mn |
| Dec 31, 2025 | 4.02 Mn |
| Sep 30, 2025 | 2.15 Mn |
| Jun 30, 2025 | 5.30 Mn |
| Mar 31, 2025 | 14.92 Mn |
| Dec 31, 2024 | 20.26 Mn |
| Sep 30, 2024 | 69.21 Mn |
| Jun 30, 2024 | 10.62 Mn |
| Mar 31, 2024 | 9.33 Mn |
| Dec 31, 2023 | 13.29 Mn |
| Sep 30, 2023 | 12.97 Mn |
| Jun 30, 2023 | 22.45 Mn |
| Mar 31, 2023 | 11.63 Mn |
| Dec 31, 2022 | 56.75 Mn |
| Sep 30, 2022 | 9.34 Mn |
| Jun 30, 2022 | 9.06 Mn |
| Mar 31, 2022 | 9.52 Mn |
| Dec 31, 2021 | 11.01 Mn |
| Sep 30, 2021 | 5.03 Mn |
Noble Corp plc Restructuring Costs 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=restructuring-costs&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "restructuring-costs", "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=restructuring-costs&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();