Noble Corp plc (NE-WTA) Asset Writedowns and Impairment (2025 - 2026)
Noble's (NE-WTA) quarterly Asset Writedowns and Impairment came in at $42.3 million in Q2 2026, up 92.47% quarter-over-quarter from $22.0 million in Q4 2025.
Noble Corp plc (NE-WTA) Asset Writedowns and Impairment (2025 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Asset Writedowns and Impairment for 2 consecutive years, with $42.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Asset Writedowns and Impairment changed N/A year-over-year to $42.3 million; the trailing twelve-month figure through Jun 2026 stood at $124.9 million (changed N/A YoY), and the FY2025 full-year result was $82.7 million, changed N/A from the prior year.
- Asset Writedowns and Impairment rose to $42.3 million in Q2 2026 per NE-WTA's latest filing, from $22.0 million in the prior quarter.
- Across five years, Asset Writedowns and Impairment topped out at $60.7 million in Q3 2025 and bottomed at $22.0 million in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 42.27 Mn |
| Dec 31, 2025 | 21.96 Mn |
| Sep 30, 2025 | 60.70 Mn |
Noble Corp plc Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "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=asset-writedowns-and-impairment&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();