ServiceNow (NOW) Change in Cash (2012 - 2026)
ServiceNow's (NOW) quarterly Change in Cash came in at -$193.0 million in Q2 2026, up 20.9% on a YoY basis from -$159.6 million in Q2 2025, and up 81.12% quarter-over-quarter from -$1.0 billion in Q1 2026.
ServiceNow (NOW) Change in Cash (2012 - 2026) Analysis & Trends
ServiceNow (NOW) has reported Change in Cash for 15 consecutive years, with -$193.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Cash rose 20.9% year-over-year to -$193.0 million; the trailing twelve-month figure through Jun 2026 stood at -$616.0 million (down 163.77% YoY), and the FY2025 full-year result was $1.4 billion, up 250.25% from the prior year.
- Change in Cash advanced to -$193.0 million in Q2 2026 per NOW's latest filing, from -$1.0 billion in the prior quarter.
- Across five years, Change in Cash topped out at $1.1 billion in Q1 2025 and bottomed at -$1.0 billion in Q1 2026.
- Historically, Change in Cash has averaged $43.6 million across 5 years, with a median of -$43.0 million in 2023.
- The sharpest annual moves came in 2022 and 2025: Change in Cash tumbled 1288.57% in 2022, then surged 566.88% in 2025.
- Over 5 years, Change in Cash stood at $221.0 million in 2022, then jumped by 255.2% to $785.0 million in 2023, then sank by 46.88% to $417.0 million in 2024, then surged by 139.33% to $998.0 million in 2025, then sank by 119.34% to -$193.0 million in 2026.
- According to Business Quant data, Change in Cash over the past three periods registered -$193.0 million, -$1.0 billion, and $998.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change in Cash (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | -261.50 Mn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 7.65 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 1.00 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | -625.00 Mn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | -193.00 Mn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | -1.97 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | -2.70 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | -495.56 Mn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -193.00 Mn |
| Mar 31, 2026 | -1.02 Bn |
| Dec 31, 2025 | 998.00 Mn |
| Sep 30, 2025 | -399.00 Mn |
| Jun 30, 2025 | -244.00 Mn |
| Mar 31, 2025 | 1.07 Bn |
| Dec 31, 2024 | 417.00 Mn |
| Sep 30, 2024 | -274.00 Mn |
| Jun 30, 2024 | 103.00 Mn |
| Mar 31, 2024 | 160.00 Mn |
| Dec 31, 2023 | 785.00 Mn |
| Sep 30, 2023 | -551.00 Mn |
| Jun 30, 2023 | -189.00 Mn |
| Mar 31, 2023 | 384.00 Mn |
| Dec 31, 2022 | 221.00 Mn |
| Sep 30, 2022 | -416.00 Mn |
| Jun 30, 2022 | -589.00 Mn |
| Mar 31, 2022 | 527.00 Mn |
| Dec 31, 2021 | 326.00 Mn |
| Sep 30, 2021 | 35.00 Mn |
ServiceNow Change in Cash 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=change-in-cash&ticker=NOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-cash", "ticker": "NOW", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=change-in-cash&ticker=NOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();