Noble Corp plc (NE-WTA) Tax Provisions (2021 - 2026)
Noble's (NE-WTA) quarterly Tax Provisions came in at $16.3 million in Q2 2026, down 71.47% on a YoY basis from $57.1 million in Q2 2025, and down 77.67% quarter-over-quarter from $72.9 million in Q1 2026.
Noble Corp plc (NE-WTA) Tax Provisions (2021 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Tax Provisions for 6 consecutive years, with $16.3 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Tax Provisions fell 71.47% year-over-year to $16.3 million; the trailing twelve-month figure through Jun 2026 stood at $48.1 million (down 69.33% YoY), and the FY2025 full-year result was $56.4 million, up 28.2% from the prior year.
- Tax Provisions slipped to $16.3 million in Q2 2026 per NE-WTA's latest filing, from $72.9 million in the prior quarter.
- Across five years, Tax Provisions topped out at $72.9 million in Q1 2026 and bottomed at -$72.8 million in Q4 2025.
- Historically, Tax Provisions has averaged $13.5 million across 5 years, with a median of $11.9 million in 2022.
- The sharpest annual moves came in 2024 and 2025: Tax Provisions slumped 679.14% in 2024, then surged 1192.12% in 2025.
- Over 5 years, Tax Provisions stood at $10.8 million in 2022, then plunged by 144.93% to -$4.8 million in 2023, then jumped by 674.31% to $27.8 million in 2024, then sank by 361.91% to -$72.8 million in 2025, then soared by 122.36% to $16.3 million in 2026.
- According to Business Quant data, Tax Provisions over the past three periods registered $16.3 million, $72.9 million, and -$72.8 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 16.29 Mn |
| Mar 31, 2026 | 72.95 Mn |
| Dec 31, 2025 | -72.85 Mn |
| Sep 30, 2025 | 31.73 Mn |
| Jun 30, 2025 | 57.10 Mn |
| Mar 31, 2025 | 40.41 Mn |
| Dec 31, 2024 | 27.81 Mn |
| Sep 30, 2024 | 31.61 Mn |
| Jun 30, 2024 | -5.23 Mn |
| Mar 31, 2024 | -10.21 Mn |
| Dec 31, 2023 | -4.84 Mn |
| Sep 30, 2023 | 51.66 Mn |
| Jun 30, 2023 | -671,000.00 |
| Mar 31, 2023 | -15.80 Mn |
| Dec 31, 2022 | 10.78 Mn |
| Sep 30, 2022 | 13.07 Mn |
| Jun 30, 2022 | 3.91 Mn |
| Mar 31, 2022 | -5.21 Mn |
| Dec 31, 2021 | 7.00 Mn |
| Sep 30, 2021 | 2.28 Mn |
Noble Corp plc Tax Provisions 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=tax-provisions&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "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=tax-provisions&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();