National Grid (NGG) Non-Current Deffered Revenue (2019 - 2026)
National Grid (NGG) posted Non-Current Deffered Revenue of -$3.6 billion for Q1 2026, down 7.18% on a QoQ basis from -$3.4 billion in Q3 2025, and down 19.48% year-over-year from -$4.5 billion in Q1 2025.
National Grid (NGG) Non-Current Deffered Revenue (2019 - 2026) Analysis & Trends
National Grid has reported Non-Current Deffered Revenue for 8 years, with the latest figure at -$3.6 billion in Q1 2026.
- On a quarterly basis, Non-Current Deffered Revenue fell 19.48% year-over-year to -$3.6 billion in Q1 2026; TTM through Mar 2026 was -$3.6 billion, a 19.48% decrease from a year earlier, with the FY2026 full-year figure at -$3.6 billion, down 19.48% from the prior year.
- Non-Current Deffered Revenue was -$3.6 billion for Q1 2026 at National Grid, down from -$3.4 billion in the prior quarter.
- The five-year high for Non-Current Deffered Revenue was -$1.6 billion in Q4 2022, with the low at -$3.6 billion in Q1 2026.
- Average Non-Current Deffered Revenue over 5 years is -$2.6 billion, with a median of -$2.7 billion recorded in 2024.
- The sharpest annual moves came in 2022 and 2023: Non-Current Deffered Revenue slipped 6.74% in 2022, then tumbled 38.3% in 2023.
- Over 5 years, Non-Current Deffered Revenue stood at -$1.6 billion in 2022, then slumped by 38.3% to -$2.2 billion in 2023, then retreated by 24.93% to -$2.7 billion in 2024, then slipped by 24.83% to -$3.4 billion in 2025, then decreased by 7.18% to -$3.6 billion in 2026.
- The last three Non-Current Deffered Revenue figures came in at -$3.6 billion (Q1 2026), -$3.4 billion (Q3 2025), and -$3.1 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Deffered Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | - |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | -3.64 Bn |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 1.50 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 123.00 Mn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 305.00 Mn |
| 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 | -3.64 Bn |
| Sep 30, 2025 | -3.39 Bn |
| May 15, 2025 | -3.14 Bn |
| Mar 31, 2025 | -3.05 Bn |
| Dec 31, 2024 | -2.72 Bn |
| Sep 30, 2024 | -2.86 Bn |
| May 23, 2024 | -2.67 Bn |
| Mar 31, 2024 | -2.69 Bn |
| Dec 31, 2023 | -2.18 Bn |
| Sep 30, 2023 | -2.40 Bn |
| May 18, 2023 | -2.16 Bn |
| Mar 31, 2023 | -2.13 Bn |
| Dec 31, 2022 | -1.57 Bn |
| Sep 30, 2022 | -1.99 Bn |
| Mar 31, 2022 | -1.80 Bn |
| Dec 31, 2021 | -1.47 Bn |
| Mar 31, 2021 | -1.51 Bn |
| Mar 31, 2020 | -1.39 Bn |
| Mar 31, 2019 | -1.21 Bn |
National Grid Non-Current Deffered Revenue 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-deffered-revenue&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-deffered-revenue", "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-deffered-revenue&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();