Palo Alto Networks (PANW) Long-Term Deferred Tax (2023 - 2026)
Palo Alto Networks' (PANW) quarterly Long-Term Deferred Tax came in at $2.4 billion in Q3 2026, up 0.78% year-over-year from $2.4 billion in Q3 2025, and up 2.65% on a QoQ basis from $2.4 billion in Q2 2026.
Palo Alto Networks (PANW) Long-Term Deferred Tax (2023 - 2026) Analysis & Trends
Palo Alto Networks (PANW) has 4 years of Long-Term Deferred Tax data on file, last reported at $2.4 billion in Q3 2026.
- On a quarterly basis, Long-Term Deferred Tax rose 0.78% year-over-year to $2.4 billion in Q3 2026; TTM through Jul 2026 was $2.4 billion, a 0.78% increase from a year earlier, with the FY2026 full-year figure at $2.4 billion, up 0.78% from the prior year.
- Long-Term Deferred Tax for Q3 2026 stood at $2.4 billion, up from $2.4 billion in the prior quarter.
- Across five years, Long-Term Deferred Tax topped out at $2.5 billion in Q2 2025 and bottomed at $23.1 million in Q3 2023.
- Historically, Long-Term Deferred Tax has averaged $2.2 billion across 4 years, with a median of $2.4 billion in 2024.
- The widest annual swing landed in 2024, when Long-Term Deferred Tax soared 10285.28%; it then decreased 2.94% in 2026.
- Year by year, Long-Term Deferred Tax stood at $23.1 million in 2023, then jumped by 10278.79% to $2.4 billion in 2024, then grew by 0.77% to $2.4 billion in 2025, then climbed by 1.12% to $2.4 billion in 2026.
- Per Business Quant data, the three most recent Long-Term Deferred Tax figures were $2.4 billion in Q3 2026, $2.4 billion in Q2 2026, and $2.4 billion in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Palo Alto Networks | 320.54 Bn | 317.47 Bn | 2.30 Bn |
| 2 | CrowdStrike Holdings | 268.77 Bn | 263.80 Bn | 1.10 Bn |
| 3 | Fortinet | 131.12 Bn | 127.05 Bn | 1.64 Bn |
| 4 | Snowflake | 118.02 Bn | 115.67 Bn | 1.04 Bn |
| 5 | Datadog | 90.27 Bn | 85.29 Bn | 881.34 Mn |
| 6 | Axon Enterprise | 36.61 Bn | 35.93 Bn | 546.45 Mn |
| 7 | Zscaler | 34.97 Bn | 31.49 Bn | - |
| 8 | MongoDB | 34.51 Bn | 32.10 Bn | 569.77 Mn |
| 9 | Okta | 34.32 Bn | 32.02 Bn | 641.00 Mn |
| 10 | Baidu | 30.55 Bn | 8.15 Bn | 1.76 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | 2.44 Bn |
| Apr 30, 2026 | 2.38 Bn |
| Jan 31, 2026 | 2.39 Bn |
| Oct 31, 2025 | 2.42 Bn |
| Jul 31, 2025 | 2.42 Bn |
| Apr 30, 2025 | 2.45 Bn |
| Jan 31, 2025 | 2.45 Bn |
| Oct 31, 2024 | 2.40 Bn |
| Jul 31, 2024 | 2.40 Bn |
| Apr 30, 2024 | 2.29 Bn |
| Jan 31, 2024 | 2.23 Bn |
| Jul 31, 2023 | 23.10 Mn |
Palo Alto Networks Long-Term Deferred 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=long-term-deferred-tax&ticker=PANW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "long-term-deferred-tax", "ticker": "PANW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=long-term-deferred-tax&ticker=PANW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();