National Grid (NGG) Total Non-Current Liabilities (2009 - 2026)
National Grid (NGG) posted Total Non-Current Liabilities of -$3.1 billion for Q1 2026, down 1847.8% on a QoQ basis from $180.2 million in Q4 2025, and up 7.11% year-over-year from -$2.9 billion in Q1 2025.
National Grid (NGG) Total Non-Current Liabilities (2009 - 2026) Analysis & Trends
National Grid has reported Total Non-Current Liabilities for 18 years, with the latest figure at -$3.1 billion in Q1 2026.
- On a quarterly basis, Total Non-Current Liabilities rose 7.11% year-over-year to -$3.1 billion in Q1 2026; TTM through Mar 2026 was -$3.1 billion, a 7.11% increase from a year earlier, with the FY2026 full-year figure at -$3.1 billion, up 7.11% from the prior year.
- Total Non-Current Liabilities was -$3.1 billion for Q1 2026 at National Grid, down from $180.2 million in the prior quarter.
- The five-year high for Total Non-Current Liabilities was $180.2 million in Q4 2025, with the low at -$3.6 billion in Q4 2024.
- Average Total Non-Current Liabilities over 5 years is -$3.0 billion, with a median of -$3.2 billion recorded in 2026.
- The sharpest annual moves came in 2023 and 2024: Total Non-Current Liabilities gained 7.25% in 2023, then decreased 24.62% in 2024.
- Over 5 years, Total Non-Current Liabilities stood at -$2.7 billion in 2022, then decreased by 8.35% to -$2.9 billion in 2023, then slipped by 23.49% to -$3.6 billion in 2024, then jumped by 104.99% to $180.2 million in 2025, then tumbled by 1847.8% to -$3.1 billion in 2026.
- The last three Total Non-Current Liabilities figures came in at -$3.1 billion (Q1 2026), $180.2 million (Q4 2025), and -$3.6 billion (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | 4.60 Bn |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | -3.15 Bn |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 58.73 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 44.62 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 32.97 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 24.04 Bn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 36.10 Bn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 24.57 Bn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 15.51 Bn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 37.87 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -3.15 Bn |
| Nov 28, 2025 | 180.19 Mn |
| Sep 30, 2025 | -3.56 Bn |
| May 15, 2025 | -3.50 Bn |
| Mar 31, 2025 | -3.39 Bn |
| Dec 31, 2024 | -3.61 Bn |
| Sep 30, 2024 | -3.46 Bn |
| May 23, 2024 | -3.55 Bn |
| Mar 31, 2024 | -3.57 Bn |
| Dec 31, 2023 | -2.92 Bn |
| Sep 30, 2023 | -3.05 Bn |
| May 18, 2023 | -2.90 Bn |
| Mar 31, 2023 | -2.86 Bn |
| Dec 31, 2022 | -2.70 Bn |
| Sep 30, 2022 | -3.20 Bn |
| Mar 31, 2022 | -3.08 Bn |
| Dec 31, 2021 | -2.65 Bn |
| Jun 14, 2021 | 13.60 Bn |
| Mar 31, 2021 | -2.71 Bn |
| Mar 31, 2020 | -2.96 Bn |
National Grid Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "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=total-non-current-liabilities&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();