Zscaler (ZS) Net Income towards Common Stockholders (2017 - 2026)
Zscaler's (ZS) quarterly Net Income towards Common Stockholders came in at -$34.3 million in Q1 2026, down 344.23% year-over-year from $14.0 million in Q1 2025, and down 195.41% quarter-over-quarter from -$11.6 million in Q4 2025.
Zscaler (ZS) Net Income towards Common Stockholders (2017 - 2026) Analysis & Trends
Zscaler (ZS) has reported Net Income towards Common Stockholders for 10 consecutive years, with -$34.3 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Net Income towards Common Stockholders fell 344.23% year-over-year to -$34.3 million in Q1 2026; TTM through Jan 2026 was -$67.6 million, a 335.59% decrease from a year earlier, with the FY2026 full-year figure at -$63.2 million, down 52.32% from the prior year.
- Net Income towards Common Stockholders was -$34.3 million for Q1 2026 at Zscaler, down from -$11.6 million in the prior quarter.
- Over five years, Net Income towards Common Stockholders peaked at $19.1 million in Q2 2024 and troughed at -$101.4 million in Q2 2022.
- A 5-year average of -$38.1 million and a median of -$30.7 million in 2023 frame the typical range for Net Income towards Common Stockholders.
- Across the five-year window, Net Income towards Common Stockholders soared 141.52% in 2024 and tumbled 344.23% in 2026, its largest moves.
- Over 5 years, Net Income towards Common Stockholders stood at -$68.2 million in 2022, then soared by 50.87% to -$33.5 million in 2023, then soared by 64.01% to -$12.1 million in 2024, then advanced by 3.62% to -$11.6 million in 2025, then tumbled by 195.41% to -$34.3 million in 2026.
- The last three Net Income towards Common Stockholders figures came in at -$34.3 million (Q1 2026), -$11.6 million (Q4 2025), and -$17.6 million (Q3 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn | -282.00 Mn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn | 5.33 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 605.20 Mn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn | -191.72 Mn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn | 44.56 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn | 29.43 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn | 40.94 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn | 116.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn | 324.27 Mn |
Historic Data
| Date | Value |
|---|---|
| Jan 31, 2026 | -34.31 Mn |
| Oct 31, 2025 | -11.62 Mn |
| Jul 31, 2025 | -17.58 Mn |
| Apr 30, 2025 | -4.14 Mn |
| Jan 31, 2025 | -7.72 Mn |
| Oct 31, 2024 | -12.05 Mn |
| Jul 31, 2024 | -14.88 Mn |
| Apr 30, 2024 | 19.12 Mn |
| Jan 31, 2024 | -28.51 Mn |
| Oct 31, 2023 | -33.49 Mn |
| Jul 31, 2023 | -30.67 Mn |
| Apr 30, 2023 | -46.06 Mn |
| Jan 31, 2023 | -57.46 Mn |
| Oct 31, 2022 | -68.16 Mn |
| Jul 31, 2022 | -97.60 Mn |
| Apr 30, 2022 | -101.40 Mn |
| Jan 31, 2022 | -100.46 Mn |
| Oct 31, 2021 | -90.82 Mn |
| Jul 31, 2021 | -81.02 Mn |
| Apr 30, 2021 | -58.46 Mn |
Zscaler Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=ZS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "ZS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=ZS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();