Noble Corp plc (NE-WTA) Work In Process (2021 - 2026)
Noble's (NE-WTA) quarterly Work In Process came in at $9.4 million in Q2 2026, down 63.02% on a YoY basis from $25.4 million in Q2 2025, and down 47.5% quarter-over-quarter from $17.9 million in Q1 2026.
Noble Corp plc (NE-WTA) Work In Process (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Work In Process for 6 consecutive years, with $9.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Work In Process fell 63.02% year-over-year to $9.4 million; the trailing twelve-month figure through Jun 2026 stood at $9.4 million (down 63.02% YoY), and the FY2025 full-year result was $29.5 million, up 13.34% from the prior year.
- Work In Process eased to $9.4 million in Q2 2026 per NE-WTA's latest filing, from $17.9 million in the prior quarter.
- Across five years, Work In Process topped out at $29.5 million in Q4 2025 and bottomed at $2.8 million in Q3 2023.
- Historically, Work In Process has averaged $15.7 million across 5 years, with a median of $14.9 million in 2023.
- The sharpest annual moves came in 2024 and 2026: Work In Process surged 519.04% in 2024, then plunged 63.02% in 2026.
- Over 5 years, Work In Process stood at $11.2 million in 2022, then tumbled by 62.32% to $4.2 million in 2023, then soared by 519.04% to $26.0 million in 2024, then advanced by 13.34% to $29.5 million in 2025, then plunged by 68.23% to $9.4 million in 2026.
- According to Business Quant data, Work In Process over the past three periods registered $9.4 million, $17.9 million, and $29.5 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 9.38 Mn |
| Mar 31, 2026 | 17.87 Mn |
| Dec 31, 2025 | 29.53 Mn |
| Sep 30, 2025 | 26.28 Mn |
| Jun 30, 2025 | 25.37 Mn |
| Mar 31, 2025 | 24.90 Mn |
| Dec 31, 2024 | 26.05 Mn |
| Sep 30, 2024 | 17.17 Mn |
| Jun 30, 2024 | 22.45 Mn |
| Mar 31, 2024 | 5.29 Mn |
| Dec 31, 2023 | 4.21 Mn |
| Sep 30, 2023 | 2.82 Mn |
| Jun 30, 2023 | 9.05 Mn |
| Mar 31, 2023 | 12.60 Mn |
| Dec 31, 2022 | 11.17 Mn |
| Sep 30, 2022 | 7.41 Mn |
| Dec 31, 2021 | 5.74 Mn |
Noble Corp plc Work In Process 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=work-in-process&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "work-in-process", "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=work-in-process&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();