National Grid (NGG) Non-Current Debt (2009 - 2026)
National Grid (NGG) posted Non-Current Debt of -$5.3 billion for Q1 2026, down 7.52% on a QoQ basis from -$4.9 billion in Q3 2025, and up 10.45% year-over-year from -$4.8 billion in Q1 2025.
National Grid (NGG) Non-Current Debt (2009 - 2026) Analysis & Trends
National Grid has reported Non-Current Debt for 18 years, with the latest figure at -$5.3 billion in Q1 2026.
- On a quarterly basis, Non-Current Debt rose 10.45% year-over-year to -$5.3 billion in Q1 2026; TTM through Mar 2026 was -$5.3 billion, a 10.45% increase from a year earlier, with the FY2026 full-year figure at -$5.3 billion, up 10.45% from the prior year.
- Non-Current Debt was -$5.3 billion for Q1 2026 at National Grid, down from -$4.9 billion in the prior quarter.
- The five-year high for Non-Current Debt was -$3.4 billion in Q3 2023, with the low at -$16.3 billion in Q1 2022.
- Average Non-Current Debt over 5 years is -$6.6 billion, with a median of -$5.9 billion recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Non-Current Debt sank 215.63% in 2022, then jumped 77.92% in 2023.
- Over 5 years, Non-Current Debt stood at -$14.2 billion in 2022, then soared by 74.2% to -$3.7 billion in 2023, then sank by 70.04% to -$6.2 billion in 2024, then rose by 21.59% to -$4.9 billion in 2025, then dropped by 7.52% to -$5.3 billion in 2026.
- The last three Non-Current Debt figures came in at -$5.3 billion (Q1 2026), -$4.9 billion (Q3 2025), and -$6.1 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | - |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | -5.26 Bn |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 46.72 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 36.95 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 19.22 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 19.06 Bn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 23.53 Bn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 14.05 Bn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 9.75 Bn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 27.10 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -5.26 Bn |
| Sep 30, 2025 | -4.89 Bn |
| May 15, 2025 | -6.06 Bn |
| Mar 31, 2025 | -5.87 Bn |
| Dec 31, 2024 | -6.24 Bn |
| Sep 30, 2024 | -3.51 Bn |
| May 23, 2024 | -6.13 Bn |
| Mar 31, 2024 | -6.16 Bn |
| Dec 31, 2023 | -3.67 Bn |
| Sep 30, 2023 | -3.39 Bn |
| May 18, 2023 | -3.64 Bn |
| Mar 31, 2023 | -3.59 Bn |
| Dec 31, 2022 | -14.22 Bn |
| Sep 30, 2022 | -10.85 Bn |
| Mar 31, 2022 | -16.26 Bn |
| Dec 31, 2021 | -5.04 Bn |
| Jun 14, 2021 | 8.33 Bn |
| Mar 31, 2021 | -5.15 Bn |
| Mar 31, 2020 | -5.22 Bn |
| Mar 31, 2019 | -5.82 Bn |
National Grid Non-Current Debt 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=non-current-debt&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "ticker": "NGG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=non-current-debt&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();