National Grid (NGG) Non-Current Assets (2009 - 2026)
National Grid (NGG) posted Non-Current Assets of $135.9 billion for Q1 2026, up 6.19% on a QoQ basis from $128.0 billion in Q3 2025, and up 16.75% year-over-year from $116.4 billion in Q1 2025.
National Grid (NGG) Non-Current Assets (2009 - 2026) Analysis & Trends
National Grid has reported Non-Current Assets for 18 years, with the latest figure at $135.9 billion in Q1 2026.
- On a quarterly basis, Non-Current Assets rose 16.75% year-over-year to $135.9 billion in Q1 2026; TTM through Mar 2026 was $361.6 billion, a 77.68% increase from a year earlier, with the FY2026 full-year figure at $135.9 billion, up 16.75% from the prior year.
- Non-Current Assets was $135.9 billion for Q1 2026 at National Grid, up from $128.0 billion in the prior quarter.
- The five-year high for Non-Current Assets was $135.9 billion in Q1 2026, with the low at -$21.1 billion in Q4 2022.
- Average Non-Current Assets over 5 years is $62.1 billion, with a median of $101.6 billion recorded in 2023.
- The sharpest annual moves came in 2022 and 2023: Non-Current Assets tumbled 127.29% in 2022, then jumped 46.32% in 2023.
- Over 5 years, Non-Current Assets stood at -$21.1 billion in 2022, then surged by 46.32% to -$11.3 billion in 2023, then slipped by 17.78% to -$13.3 billion in 2024, then soared by 1060.59% to $128.0 billion in 2025, then rose by 6.19% to $135.9 billion in 2026.
- The last three Non-Current Assets figures came in at $135.9 billion (Q1 2026), $128.0 billion (Q3 2025), and -$18.6 billion (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Enel Chile | 306.41 Bn | 306.41 Bn | 890.00 Mn | - |
| 2 | National Grid | 79.91 Bn | 76.14 Bn | - | 135.89 Bn |
| 3 | Dominion Energy | 54.94 Bn | 58.84 Bn | 3.50 Bn | 112.19 Bn |
| 4 | Xcel Energy | 44.99 Bn | 42.98 Bn | 3.12 Bn | 81.08 Bn |
| 5 | Wec Energy | 33.53 Bn | 33.88 Bn | 1.45 Bn | 49.97 Bn |
| 6 | Ameren | 28.13 Bn | 28.25 Bn | - | 48.57 Bn |
| 7 | Fortis | 27.32 Bn | 28.61 Bn | 1.60 Bn | 53.91 Bn |
| 8 | American Water Works Company | 26.60 Bn | 26.40 Bn | 874.00 Mn | 34.74 Bn |
| 9 | Atmos Energy | 26.60 Bn | 26.07 Bn | - | 30.08 Bn |
| 10 | Firstenergy | 25.89 Bn | 27.19 Bn | 2.51 Bn | 55.02 Bn |
Historic Data
| Date | Value |
|---|---|
| Mar 31, 2026 | 135.89 Bn |
| Sep 30, 2025 | 127.96 Bn |
| May 15, 2025 | -18.63 Bn |
| Mar 31, 2025 | 116.39 Bn |
| Dec 31, 2024 | -13.32 Bn |
| Sep 30, 2024 | 113.55 Bn |
| May 23, 2024 | -13.09 Bn |
| Mar 31, 2024 | 111.56 Bn |
| Dec 31, 2023 | -11.31 Bn |
| Sep 30, 2023 | 108.96 Bn |
| May 18, 2023 | -11.28 Bn |
| Mar 31, 2023 | 101.60 Bn |
| Dec 31, 2022 | -21.07 Bn |
| Sep 30, 2022 | 101.56 Bn |
| Mar 31, 2022 | 103.18 Bn |
| Dec 31, 2021 | 77.21 Bn |
| Jun 14, 2021 | -590.57 Mn |
| Mar 31, 2021 | 78.98 Bn |
| Mar 31, 2020 | 79.17 Bn |
| Mar 31, 2019 | 48.08 Bn |
National Grid Non-Current Assets 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-assets&ticker=NGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "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-assets&ticker=NGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();