Zscaler (ZS) Profit After Tax (2017 - 2026)
Zscaler's (ZS) quarterly Profit After Tax 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) Profit After Tax (2017 - 2026) Analysis & Trends
Zscaler (ZS) has reported Profit After Tax for 10 consecutive years, with -$34.3 million the latest figure, recorded in Q1 2026.
- On a quarterly basis, Profit After Tax fell 344.23% year-over-year to -$34.3 million in Q1 2026; TTM through Jan 2026 was -$67.6 million, a 335.51% decrease from a year earlier, with the FY2026 full-year figure at -$63.2 million, down 52.32% from the prior year.
- Profit After Tax was -$34.3 million for Q1 2026 at Zscaler, down from -$11.6 million in the prior quarter.
- Over five years, Profit After Tax 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 Profit After Tax.
- Across the five-year window, Profit After Tax soared 141.53% in 2024 and tumbled 344.23% in 2026, its largest moves.
- Over 5 years, Profit After Tax stood at -$68.2 million in 2022, then jumped by 50.88% 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 Profit After Tax 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) | PAT (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.31 Mn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn | 606.30 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 | 342.00 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.13 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.47 Mn |
| Oct 31, 2023 | -33.48 Mn |
| Jul 31, 2023 | -30.67 Mn |
| Apr 30, 2023 | -46.05 Mn |
| Jan 31, 2023 | -57.45 Mn |
| Oct 31, 2022 | -68.16 Mn |
| Jul 31, 2022 | -97.65 Mn |
| Apr 30, 2022 | -101.41 Mn |
| Jan 31, 2022 | -100.42 Mn |
| Oct 31, 2021 | -90.80 Mn |
| Jul 31, 2021 | -81.02 Mn |
| Apr 30, 2021 | -58.46 Mn |
Zscaler Profit After Tax 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=profit-after-tax&ticker=ZS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "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=profit-after-tax&ticker=ZS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();