ServiceNow (NOW) Non-Current Debt (2019 - 2021)
ServiceNow's (NOW) quarterly Non-Current Debt came in at $5.4 billion in Q2 2026, up 264.52% quarter-over-quarter from $1.5 billion in Q4 2025.
ServiceNow (NOW) Non-Current Debt (2019 - 2021) Analysis & Trends
ServiceNow (NOW) has reported Non-Current Debt for 6 consecutive years, with $5.4 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Non-Current Debt changed N/A year-over-year to $5.4 billion; the trailing twelve-month figure through Jun 2026 stood at $5.4 billion (changed N/A YoY), and the FY2025 full-year result was $1.5 billion, changed N/A from the prior year.
- Non-Current Debt grew to $5.4 billion in Q2 2026 per NOW's latest filing, from $1.5 billion in the prior quarter.
- Across five years, Non-Current Debt topped out at $5.4 billion in Q2 2026 and bottomed at $1.5 billion in Q1 2022.
- Historically, Non-Current Debt has averaged $2.1 billion across 3 years, with a median of $1.5 billion in 2022.
- The widest YoY moves for Non-Current Debt: up 0.13% in 2022, down 7.88% in 2022.
- Over 3 years, Non-Current Debt stood at $1.5 billion in 2022, then advanced by 0.34% to $1.5 billion in 2025, then soared by 264.52% to $5.4 billion in 2026.
- According to Business Quant data, Non-Current Debt over the past three periods registered $5.4 billion, $1.5 billion, and $1.5 billion for Q2 2026, Q4 2025, and Q4 2022 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Debt (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | - |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 117.71 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 9.93 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 39.29 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 5.44 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 4.96 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 7.67 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | 3.14 Bn |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | 6.71 Bn |
| 10 | Workday | 46.40 Bn | 42.99 Bn | 2.21 Bn | 2.99 Bn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2021 | 1.48 Bn |
| Jun 30, 2021 | 1.48 Bn |
| Mar 31, 2021 | 1.61 Bn |
| Dec 31, 2020 | 1.64 Bn |
| Sep 30, 2020 | 1.71 Bn |
| Dec 31, 2019 | 694.98 Mn |
ServiceNow Non-Current Debt 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-debt&ticker=NOW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-debt", "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=non-current-debt&ticker=NOW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();