Snowflake (SNOW) Non-Current Assets (2020 - 2026)
Snowflake's (SNOW) quarterly Non-Current Assets came in at $5.2 billion in Q3 2026, up 44.33% year-over-year from $3.6 billion in Q3 2025, and up 13.53% quarter-over-quarter from $4.6 billion in Q2 2026.
Snowflake (SNOW) Non-Current Assets (2020 - 2026) Analysis & Trends
Snowflake has disclosed Non-Current Assets across 7 years of filings, most recently posting $5.2 billion for Q3 2026.
- In Q3 2026, Non-Current Assets rose 44.33% year-over-year to $5.2 billion; the TTM figure through Jul 2026 stood at $16.8 billion (up 25.58% YoY), while the FY2026 annual figure was $3.4 billion, up 7.12% from the prior year.
- Non-Current Assets came in at $5.2 billion for Q3 2026 at Snowflake, up from $4.6 billion in the prior quarter.
- In the past five years, Non-Current Assets ranged from a high of $5.2 billion in Q3 2026 to a low of $2.1 billion in Q1 2022.
- Average Non-Current Assets over 5 years is $3.2 billion, with a median of $3.2 billion recorded in 2024.
- Year-over-year, Non-Current Assets surged 67.97% in 2022 and declined 1.9% in 2024.
- Over 5 years, Non-Current Assets stood at $2.6 billion in 2022, then rose by 13.68% to $3.0 billion in 2023, then rose by 9.01% to $3.2 billion in 2024, then gained by 12.07% to $3.6 billion in 2025, then surged by 44.08% to $5.2 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Assets figures were $5.2 billion in Q3 2026, $4.6 billion in Q2 2026, and $3.4 billion in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | 39.82 Bn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 5.07 Bn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 4.65 Bn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | 5.20 Bn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 1.54 Bn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 4.48 Bn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | 2.84 Bn |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 651.70 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 6.05 Bn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | 38.70 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 5.20 Bn |
| Apr 30, 2026 | 4.58 Bn |
| Jan 31, 2026 | 3.39 Bn |
| Oct 31, 2025 | 3.61 Bn |
| Jul 31, 2025 | 3.60 Bn |
| Apr 30, 2025 | 3.37 Bn |
| Jan 31, 2025 | 3.16 Bn |
| Oct 31, 2024 | 3.22 Bn |
| Jul 31, 2024 | 3.05 Bn |
| Apr 30, 2024 | 3.15 Bn |
| Jan 31, 2024 | 3.18 Bn |
| Oct 31, 2023 | 2.95 Bn |
| Jul 31, 2023 | 3.10 Bn |
| Apr 30, 2023 | 2.88 Bn |
| Jan 31, 2023 | 2.74 Bn |
| Oct 31, 2022 | 2.60 Bn |
| Jul 31, 2022 | 2.56 Bn |
| Apr 30, 2022 | 2.68 Bn |
| Jan 31, 2022 | 2.05 Bn |
| Oct 31, 2021 | 1.86 Bn |
Snowflake 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=SNOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "ticker": "SNOW", "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=SNOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();