Noble Corp plc (NE-WTA) Asset Utilization Ratio (2022 - 2026)
Noble's (NE-WTA) quarterly Asset Utilization Ratio came in at 0.42 in Q2 2026, down 5.91% on a YoY basis from 0.44 in Q2 2025, and down 2.14% quarter-over-quarter from 0.43 in Q1 2026.
Noble Corp plc (NE-WTA) Asset Utilization Ratio (2022 - 2026) Analysis & Trends
Noble (NE-WTA) has reported Asset Utilization Ratio for 5 consecutive years, with 0.42 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Asset Utilization Ratio fell 5.91% year-over-year to 0.42; the trailing twelve-month figure through Jun 2026 stood at 0.42 (down 5.91% YoY), and the FY2025 full-year result was 0.42, down 6.58% from the prior year.
- Asset Utilization Ratio slipped to 0.42 in Q2 2026 per NE-WTA's latest filing, from 0.43 in the prior quarter.
- Across five years, Asset Utilization Ratio topped out at 0.49 in Q3 2023 and bottomed at 0.35 in Q1 2023.
- Historically, Asset Utilization Ratio has averaged 0.43 across 5 years, with a median of 0.43 in 2026.
- The widest YoY moves for Asset Utilization Ratio: up 35.85% in 2024, down 20.45% in 2024.
- Over 5 years, Asset Utilization Ratio stood at 0.37 in 2022, then advanced by 29.49% to 0.48 in 2023, then decreased by 20.45% to 0.38 in 2024, then increased by 13.33% to 0.43 in 2025, then dropped by 3.76% to 0.42 in 2026.
- According to Business Quant data, Asset Utilization Ratio over the past three periods registered 0.42, 0.43, and 0.43 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.42 |
| Mar 31, 2026 | 0.43 |
| Dec 31, 2025 | 0.43 |
| Sep 30, 2025 | 0.45 |
| Jun 30, 2025 | 0.44 |
| Mar 31, 2025 | 0.42 |
| Dec 31, 2024 | 0.38 |
| Sep 30, 2024 | 0.41 |
| Jun 30, 2024 | 0.48 |
| Mar 31, 2024 | 0.48 |
| Dec 31, 2023 | 0.48 |
| Sep 30, 2023 | 0.49 |
| Jun 30, 2023 | 0.42 |
| Mar 31, 2023 | 0.35 |
| Dec 31, 2022 | 0.37 |
Noble Corp plc Asset Utilization Ratio 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-utilization-ratio&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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-utilization-ratio&ticker=NE-WTA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();