National Grid (NGG) Liabilities from Discontinued Operations (2009 - 2025)
National Grid (NGG) posted Liabilities from Discontinued Operations of -$442.6 million for Q3 2025, up 21.53% on a QoQ basis from -$564.0 million in Q2 2025, and up 73.98% year-over-year from -$254.4 million in Q3 2024.
National Grid (NGG) Liabilities from Discontinued Operations (2009 - 2025) Analysis & Trends
National Grid has reported Liabilities from Discontinued Operations for 8 years, with the latest figure at -$442.6 million in Q3 2025.
- On a quarterly basis, Liabilities from Discontinued Operations rose 73.98% year-over-year to -$442.6 million in Q3 2025; TTM through Sep 2025 was -$442.6 million, a 73.98% increase from a year earlier, with the FY2025 full-year figure at -$572.2 million, up 69.63% from the prior year.
- Liabilities from Discontinued Operations was -$442.6 million for Q3 2025 at National Grid, up from -$564.0 million in the prior quarter.
- The five-year high for Liabilities from Discontinued Operations was -$64.2 million in Q3 2023, with the low at -$9.6 billion in Q1 2022.
- Average Liabilities from Discontinued Operations over 5 years is -$2.4 billion, with a median of -$1.8 billion recorded in 2024.
- The sharpest annual moves came in 2023 and 2024: Liabilities from Discontinued Operations surged 99.0% in 2023, then tumbled 2548.94% in 2024.
- Over 5 years, Liabilities from Discontinued Operations stood at -$2.1 billion in 2021, then sank by 298.88% to -$8.4 billion in 2022, then soared by 98.4% to -$135.3 million in 2023, then sank by 1298.44% to -$1.9 billion in 2024, then jumped by 76.61% to -$442.6 million in 2025.
- The last three Liabilities from Discontinued Operations figures came in at -$442.6 million (Q3 2025), -$564.0 million (Q2 2025), and -$546.6 million (Q1 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 |
|---|---|
| Sep 30, 2025 | -442.59 Mn |
| May 15, 2025 | -564.03 Mn |
| Mar 31, 2025 | -546.62 Mn |
| Dec 31, 2024 | -1.89 Bn |
| Sep 30, 2024 | -1.70 Bn |
| May 23, 2024 | -1.86 Bn |
| Mar 31, 2024 | -1.87 Bn |
| Dec 31, 2023 | -135.29 Mn |
| Sep 30, 2023 | -64.21 Mn |
| May 18, 2023 | -134.16 Mn |
| Mar 31, 2023 | -132.49 Mn |
| Dec 31, 2022 | -8.43 Bn |
| Sep 30, 2022 | -6.41 Bn |
| Mar 31, 2022 | -9.65 Bn |
| Dec 31, 2021 | -2.11 Bn |
| Mar 31, 2021 | -2.16 Bn |
| Dec 31, 2012 | -139.71 Mn |
| Mar 31, 2012 | -136.69 Mn |
| Dec 31, 2011 | -172.87 Mn |
| Sep 30, 2011 | -219.01 Mn |
National Grid Liabilities from Discontinued Operations 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=liabilities-from-discontinued-operations&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "liabilities-from-discontinued-operations", "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=liabilities-from-discontinued-operations&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();