Noble Corp plc (NE-WTA) Non-Current Assets (2021 - 2026)
Noble's (NE-WTA) quarterly Non-Current Assets came in at $6.1 billion in Q2 2026, down 4.92% on a YoY basis from $6.4 billion in Q2 2025, and little changed quarter-over-quarter from $6.0 billion in Q1 2026.
Noble Corp plc (NE-WTA) Non-Current Assets (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Non-Current Assets for 6 consecutive years, with $6.1 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non-Current Assets fell 4.92% year-over-year to $6.1 billion; the trailing twelve-month figure through Jun 2026 stood at $24.6 billion (down 5.4% YoY), and the FY2025 full-year result was $6.3 billion, down 4.84% from the prior year.
- Non-Current Assets steadied at $6.1 billion in Q2 2026 per NE-WTA's latest filing, from $6.0 billion in the prior quarter.
- Across five years, Non-Current Assets topped out at $6.6 billion in Q3 2024 and bottomed at $1.6 billion in Q3 2022.
- Historically, Non-Current Assets has averaged $5.2 billion across 5 years, with a median of $5.3 billion in 2024.
- The sharpest annual moves came in 2023 and 2026: Non-Current Assets soared 159.83% in 2023, then decreased 6.55% in 2026.
- Over 5 years, Non-Current Assets stood at $4.2 billion in 2022, then gained by 6.28% to $4.4 billion in 2023, then surged by 47.92% to $6.6 billion in 2024, then retreated by 4.84% to $6.3 billion in 2025, then fell by 3.09% to $6.1 billion in 2026.
- According to Business Quant data, Non-Current Assets over the past three periods registered $6.1 billion, $6.0 billion, and $6.3 billion for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 6.06 Bn |
| Mar 31, 2026 | 6.04 Bn |
| Dec 31, 2025 | 6.26 Bn |
| Sep 30, 2025 | 6.27 Bn |
| Jun 30, 2025 | 6.38 Bn |
| Mar 31, 2025 | 6.47 Bn |
| Dec 31, 2024 | 6.58 Bn |
| Sep 30, 2024 | 6.62 Bn |
| Jun 30, 2024 | 4.60 Bn |
| Mar 31, 2024 | 4.47 Bn |
| Dec 31, 2023 | 4.45 Bn |
| Sep 30, 2023 | 4.24 Bn |
| Jun 30, 2023 | 4.26 Bn |
| Mar 31, 2023 | 4.20 Bn |
| Dec 31, 2022 | 4.18 Bn |
| Sep 30, 2022 | 1.63 Bn |
| Dec 31, 2021 | 1.62 Bn |
Noble Corp plc 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=non-current-assets&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "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=non-current-assets&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();