Noble Corp plc (NE-WTA) Other Non-Current Assets (2021 - 2026)
Noble's (NE-WTA) quarterly Other Non-Current Assets came in at $610.3 million in Q2 2026, up 16.99% on a YoY basis from $521.7 million in Q2 2025, and down 4.24% quarter-over-quarter from $637.3 million in Q1 2026.
Noble Corp plc (NE-WTA) Other Non-Current Assets (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Other Non-Current Assets for 6 consecutive years, with $610.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Other Non-Current Assets rose 16.99% year-over-year to $610.3 million; the trailing twelve-month figure through Jun 2026 stood at $610.3 million (up 16.99% YoY), and the FY2025 full-year result was $854.7 million, up 58.25% from the prior year.
- Other Non-Current Assets slipped to $610.3 million in Q2 2026 per NE-WTA's latest filing, from $637.3 million in the prior quarter.
- Across five years, Other Non-Current Assets topped out at $854.7 million in Q4 2025 and bottomed at $141.4 million in Q4 2022.
- Historically, Other Non-Current Assets has averaged $429.1 million across 5 years, with a median of $450.2 million in 2024.
- The sharpest annual moves came in 2023 and 2024: Other Non-Current Assets declined 29.16% in 2023, then soared 170.72% in 2024.
- Over 5 years, Other Non-Current Assets stood at $141.4 million in 2022, then jumped by 120.13% to $311.2 million in 2023, then jumped by 73.54% to $540.1 million in 2024, then surged by 58.25% to $854.7 million in 2025, then fell by 28.59% to $610.3 million in 2026.
- According to Business Quant data, Other Non-Current Assets over the past three periods registered $610.3 million, $637.3 million, and $854.7 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 610.27 Mn |
| Mar 31, 2026 | 637.28 Mn |
| Dec 31, 2025 | 854.66 Mn |
| Sep 30, 2025 | 543.09 Mn |
| Jun 30, 2025 | 521.67 Mn |
| Mar 31, 2025 | 518.31 Mn |
| Dec 31, 2024 | 540.09 Mn |
| Sep 30, 2024 | 573.44 Mn |
| Jun 30, 2024 | 382.10 Mn |
| Mar 31, 2024 | 302.61 Mn |
| Dec 31, 2023 | 311.23 Mn |
| Sep 30, 2023 | 211.82 Mn |
| Jun 30, 2023 | 226.58 Mn |
| Mar 31, 2023 | 191.73 Mn |
| Dec 31, 2022 | 141.39 Mn |
| Sep 30, 2022 | 299.02 Mn |
| Dec 31, 2021 | 77.25 Mn |
Noble Corp plc Other Non-Current Assets 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-non-current-assets&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-non-current-assets", "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-non-current-assets&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();