Noble Corp plc (NE-WTA) Current Deferred Revenue (2021 - 2025)
Noble's (NE-WTA) quarterly Current Deferred Revenue came in at $97.1 million in Q4 2025, down 4.73% on a YoY basis from $101.9 million in Q4 2024, and up 16.92% quarter-over-quarter from $83.1 million in Q3 2025.
Noble Corp plc (NE-WTA) Current Deferred Revenue (2021 - 2025) Analysis & Trends
Noble (NE-WTA) has reported Current Deferred Revenue for 5 consecutive years, with $97.1 million the latest figure, recorded in Q4 2025.
- For the quarter ending Q4 2025, Current Deferred Revenue fell 4.73% year-over-year to $97.1 million; the trailing twelve-month figure through Dec 2025 stood at $97.1 million (down 4.73% YoY), and the FY2025 full-year result was $97.1 million, down 4.73% from the prior year.
- Current Deferred Revenue climbed to $97.1 million in Q4 2025 per NE-WTA's latest filing, from $83.1 million in the prior quarter.
- Across five years, Current Deferred Revenue topped out at $105.0 million in Q1 2025 and bottomed at $17.5 million in Q3 2021.
- Historically, Current Deferred Revenue has averaged $61.1 million across 5 years, with a median of $57.2 million in 2023.
- The sharpest annual moves came in 2023 and 2024: Current Deferred Revenue decreased 27.97% in 2023, then surged 155.84% in 2024.
- Over 5 years, Current Deferred Revenue stood at $27.8 million in 2021, then jumped by 115.45% to $59.8 million in 2022, then decreased by 27.97% to $43.1 million in 2023, then jumped by 136.69% to $101.9 million in 2024, then retreated by 4.73% to $97.1 million in 2025.
- According to Business Quant data, Current Deferred Revenue over the past three periods registered $97.1 million, $83.1 million, and $93.6 million for Q4 2025, Q3 2025, and Q2 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 97.12 Mn |
| Sep 30, 2025 | 83.07 Mn |
| Jun 30, 2025 | 93.63 Mn |
| Mar 31, 2025 | 104.98 Mn |
| Dec 31, 2024 | 101.95 Mn |
| Sep 30, 2024 | 85.87 Mn |
| Jun 30, 2024 | 71.85 Mn |
| Mar 31, 2024 | 59.78 Mn |
| Dec 31, 2023 | 43.07 Mn |
| Sep 30, 2023 | 33.56 Mn |
| Jun 30, 2023 | 40.89 Mn |
| Mar 31, 2023 | 54.56 Mn |
| Dec 31, 2022 | 59.80 Mn |
| Sep 30, 2022 | 41.30 Mn |
| Jun 30, 2022 | 44.80 Mn |
| Mar 31, 2022 | 38.55 Mn |
| Dec 31, 2021 | 27.76 Mn |
| Sep 30, 2021 | 17.49 Mn |
Noble Corp plc Current Deferred Revenue 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=current-deferred-revenue&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "current-deferred-revenue", "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=current-deferred-revenue&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();