Paychex (PAYX) Non-Current Assets (2009 - 2026)
Paychex's (PAYX) quarterly Non-Current Assets came in at $7.6 billion in Q2 2026, down 1.13% year-over-year from $7.6 billion in Q2 2025, and little changed quarter-over-quarter from $7.6 billion in Q1 2026.
Paychex (PAYX) Non-Current Assets (2009 - 2026) Analysis & Trends
Paychex has disclosed Non-Current Assets across 18 years of filings, most recently posting $7.6 billion for Q2 2026.
- In Q2 2026, Non-Current Assets fell 1.13% year-over-year to $7.6 billion; the TTM figure through May 2026 stood at $30.4 billion (up 78.22% YoY), while the FY2026 annual figure was $7.6 billion, down 1.13% from the prior year.
- Non-Current Assets came in at $7.6 billion for Q2 2026 at Paychex, roughly flat from $7.6 billion in the prior quarter.
- In the past five years, Non-Current Assets ranged from a high of $7.6 billion in Q2 2025 to a low of $3.0 billion in Q1 2023.
- Average Non-Current Assets over 5 years is $4.3 billion, with a median of $3.1 billion recorded in 2023.
- Year-over-year, Non-Current Assets decreased 1.3% in 2022 and jumped 144.21% in 2025.
- Over 5 years, Non-Current Assets stood at $3.0 billion in 2022, then advanced by 3.72% to $3.1 billion in 2023, then dropped by 0.11% to $3.1 billion in 2024, then soared by 143.5% to $7.6 billion in 2025, then fell by 0.63% to $7.6 billion in 2026.
- Per Business Quant data, the three most recent Non-Current Assets figures were $7.6 billion in Q2 2026, $7.6 billion in Q1 2026, and $7.6 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non-Current Assets (Qtr) |
|---|---|---|---|---|---|
| 1 | Palantir Technologies | 460.85 Bn | 451.55 Bn | 1.64 Bn | 579.05 Mn |
| 2 | Oracle | 437.09 Bn | 400.44 Bn | - | 247.63 Bn |
| 3 | Sap Se | 258.74 Bn | 237.66 Bn | 8.40 Bn | 61.56 Bn |
| 4 | Salesforce | 195.52 Bn | 184.12 Bn | 8.70 Bn | 87.54 Bn |
| 5 | ServiceNow | 145.61 Bn | 140.94 Bn | 2.82 Bn | 23.15 Bn |
| 6 | Automatic Data Processing | 104.89 Bn | 100.66 Bn | 2.51 Bn | 10.63 Bn |
| 7 | Intuit | 76.97 Bn | 69.77 Bn | 3.46 Bn | 21.48 Bn |
| 8 | Relx | 60.41 Bn | 60.04 Bn | - | - |
| 9 | Strategy | 57.09 Bn | 54.64 Bn | 81.55 Mn | 49.89 Bn |
| 10 | Paychex | 37.16 Bn | 36.02 Bn | 1.19 Bn | 7.56 Bn |
Historic Data
| Date | Value |
|---|---|
| Aug 31, 2026 | 7.57 Bn |
| May 31, 2026 | 7.56 Bn |
| Feb 28, 2026 | 7.58 Bn |
| Nov 30, 2025 | 7.61 Bn |
| Aug 31, 2025 | 7.62 Bn |
| May 31, 2025 | 7.65 Bn |
| Feb 28, 2025 | 3.14 Bn |
| Nov 30, 2024 | 3.13 Bn |
| Aug 31, 2024 | 3.13 Bn |
| May 31, 2024 | 3.13 Bn |
| Feb 29, 2024 | 3.14 Bn |
| Nov 30, 2023 | 3.13 Bn |
| Aug 31, 2023 | 3.11 Bn |
| May 31, 2023 | 3.02 Bn |
| Feb 28, 2023 | 3.01 Bn |
| Nov 30, 2022 | 3.02 Bn |
| Aug 31, 2022 | 3.04 Bn |
| May 31, 2022 | 3.05 Bn |
| Feb 28, 2022 | 3.05 Bn |
| Nov 30, 2021 | 3.06 Bn |
Paychex Non-Current Assets 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-assets&ticker=PAYX&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-current-assets", "ticker": "PAYX", "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-assets&ticker=PAYX&period=max&api_key=YOUR_API_KEY");
const data = await res.json();