Noble Corp plc (NE-WTA) Free Cash Flow (2021 - 2026)
Noble's (NE-WTA) quarterly Free Cash Flow came in at -$60.4 million in Q2 2026, down 160.51% on a YoY basis from $99.8 million in Q2 2025, and down 135.63% quarter-over-quarter from $169.4 million in Q1 2026.
Noble Corp plc (NE-WTA) Free Cash Flow (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Free Cash Flow for 6 consecutive years, with -$60.4 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Free Cash Flow fell 160.51% year-over-year to -$60.4 million; the trailing twelve-month figure through Jun 2026 stood at $283.9 million (down 30.69% YoY), and the FY2025 full-year result was $432.2 million, up 439.12% from the prior year.
- Free Cash Flow retreated to -$60.4 million in Q2 2026 per NE-WTA's latest filing, from $169.4 million in the prior quarter.
- Across five years, Free Cash Flow topped out at $169.4 million in Q1 2026 and bottomed at -$125.8 million in Q1 2023.
- Historically, Free Cash Flow has averaged $49.6 million across 5 years, with a median of $49.7 million in 2022.
- The sharpest annual moves came in 2022 and 2026: Free Cash Flow soared 1269.35% in 2022, then plunged 160.51% in 2026.
- Over 5 years, Free Cash Flow stood at $106.1 million in 2022, then jumped by 37.65% to $146.0 million in 2023, then sank by 103.05% to -$4.4 million in 2024, then surged by 895.37% to $35.4 million in 2025, then tumbled by 270.65% to -$60.4 million in 2026.
- According to Business Quant data, Free Cash Flow over the past three periods registered -$60.4 million, $169.4 million, and $35.4 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -60.37 Mn |
| Mar 31, 2026 | 169.44 Mn |
| Dec 31, 2025 | 35.38 Mn |
| Sep 30, 2025 | 139.48 Mn |
| Jun 30, 2025 | 99.78 Mn |
| Mar 31, 2025 | 157.52 Mn |
| Dec 31, 2024 | -4.45 Mn |
| Sep 30, 2024 | 156.78 Mn |
| Jun 30, 2024 | -34.25 Mn |
| Mar 31, 2024 | -37.92 Mn |
| Dec 31, 2023 | 146.04 Mn |
| Sep 30, 2023 | 40.17 Mn |
| Jun 30, 2023 | 104.36 Mn |
| Mar 31, 2023 | -125.81 Mn |
| Dec 31, 2022 | 106.10 Mn |
| Sep 30, 2022 | 43.80 Mn |
| Jun 30, 2022 | 55.63 Mn |
| Mar 31, 2022 | -98.86 Mn |
| Dec 31, 2021 | -9.07 Mn |
Noble Corp plc Free Cash Flow 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=free-cash-flow&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();