National Grid (NGG) Other Non-Current Liabilities (2009 - 2026)
National Grid (NGG) posted Other Non-Current Liabilities of -$1.5 billion for Q1 2026, down 674.09% on a QoQ basis from $261.6 million in Q4 2025, and down 36.12% year-over-year from -$2.4 billion in Q1 2025.
National Grid (NGG) Other Non-Current Liabilities (2009 - 2026) Analysis & Trends
National Grid has reported Other Non-Current Liabilities for 18 years, with the latest figure at -$1.5 billion in Q1 2026.
- On a quarterly basis, Other Non-Current Liabilities fell 36.12% year-over-year to -$1.5 billion in Q1 2026; TTM through Mar 2026 was -$1.5 billion, a 36.12% decrease from a year earlier, with the FY2026 full-year figure at -$1.5 billion, down 36.12% from the prior year.
- Other Non-Current Liabilities was -$1.5 billion for Q1 2026 at National Grid, down from $261.6 million in the prior quarter.
- The five-year high for Other Non-Current Liabilities was $261.6 million in Q4 2025, with the low at -$1.5 billion in Q1 2026.
- Average Other Non-Current Liabilities over 5 years is -$1.1 billion, with a median of -$1.1 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2026: Other Non-Current Liabilities climbed 16.91% in 2022, then sank 36.12% in 2026.
- Over 5 years, Other Non-Current Liabilities stood at -$944.2 million in 2022, then declined by 21.06% to -$1.1 billion in 2023, then advanced by 1.19% to -$1.1 billion in 2024, then surged by 123.16% to $261.6 million in 2025, then tumbled by 674.09% to -$1.5 billion in 2026.
- The last three Other Non-Current Liabilities figures came in at -$1.5 billion (Q1 2026), $261.6 million (Q4 2025), and -$1.2 billion (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | -1.50 Bn |
| Nov 28, 2025 | 261.61 Mn |
| Sep 30, 2025 | -1.21 Bn |
| May 15, 2025 | -1.14 Bn |
| Mar 31, 2025 | -1.10 Bn |
| Dec 31, 2024 | -1.13 Bn |
| Sep 30, 2024 | -1.10 Bn |
| May 23, 2024 | -1.11 Bn |
| Mar 31, 2024 | -1.12 Bn |
| Dec 31, 2023 | -1.14 Bn |
| Sep 30, 2023 | -1.26 Bn |
| May 18, 2023 | -1.13 Bn |
| Mar 31, 2023 | -1.12 Bn |
| Dec 31, 2022 | -944.21 Mn |
| Sep 30, 2022 | -1.09 Bn |
| Mar 31, 2022 | -1.08 Bn |
| Dec 31, 2021 | -1.14 Bn |
| Jun 14, 2021 | 78.18 Mn |
| Mar 31, 2021 | -1.16 Bn |
| Mar 31, 2020 | -1.14 Bn |
National Grid Other 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=other-non-current-liabilities&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-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=other-non-current-liabilities&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();