Infosys (INFY) Total Non-Current Liabilities (2009 - 2026)
Infosys (INFY) posted Total Non-Current Liabilities of $1.1 billion for Q2 2026, down 3.09% on a QoQ basis from $1.1 billion in Q1 2026, and down 6.48% year-over-year from $1.2 billion in Q2 2025.
Infosys (INFY) Total Non-Current Liabilities (2009 - 2026) Analysis & Trends
Infosys has reported Total Non-Current Liabilities for 18 years, with the latest figure at $1.1 billion in Q2 2026.
- On a quarterly basis, Total Non-Current Liabilities fell 6.48% year-over-year to $1.1 billion in Q2 2026; TTM through Jun 2026 was $1.1 billion, a 6.48% decrease from a year earlier, with the FY2026 full-year figure at $1.1 billion, down 4.17% from the prior year.
- Total Non-Current Liabilities was $1.1 billion for Q2 2026 at Infosys, down from $1.1 billion in the prior quarter.
- The five-year high for Total Non-Current Liabilities was $1.3 billion in Q1 2023, with the low at $1.1 billion in Q2 2026.
- Average Total Non-Current Liabilities over 5 years is $1.2 billion, with a median of $1.2 billion recorded in 2022.
- The largest YoY upside for Total Non-Current Liabilities was 106.09% in 2022 against a maximum downside of 71.61% in 2022.
- Over 5 years, Total Non-Current Liabilities stood at $1.2 billion in 2022, then rose by 3.36% to $1.3 billion in 2023, then decreased by 10.16% to $1.1 billion in 2024, then decreased by 1.86% to $1.1 billion in 2025, then decreased by 1.26% to $1.1 billion in 2026.
- The last three Total Non-Current Liabilities figures came in at $1.1 billion (Q2 2026), $1.1 billion (Q1 2026), and $1.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Total Non-Current Liabilities (Qtr) |
|---|---|---|---|---|---|
| 1 | Infosys | 44.17 Bn | 44.22 Bn | 1.60 Bn | 1.10 Bn |
| 2 | Cognizant Technology Solutions | 26.84 Bn | 25.79 Bn | 1.83 Bn | 5.59 Bn |
| 3 | Cgi | 13.60 Bn | 13.02 Bn | - | 8.68 Mn |
| 4 | EPAM Systems | 5.82 Bn | 5.04 Bn | 429.57 Mn | 991.88 Mn |
| 5 | Science Applications International | 5.60 Bn | 5.47 Bn | 239.00 Mn | 3.88 Bn |
| 6 | ExlService Holdings | 5.35 Bn | 5.07 Bn | 225.96 Mn | 794.03 Mn |
| 7 | Kyndryl Holdings | 2.65 Bn | 639.03 Mn | 776.00 Mn | 9.73 Bn |
| 8 | Innodata | 2.10 Bn | 1.85 Bn | 42.46 Mn | - |
| 9 | Formula Systems (1985) | 1.83 Bn | 1.41 Bn | 158.43 Mn | 516.52 Mn |
| 10 | DXC Technology | 1.74 Bn | 9.39 Mn | 611.00 Mn | 8.41 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.10 Bn |
| Mar 31, 2026 | 1.13 Bn |
| Dec 31, 2025 | 1.11 Bn |
| Sep 30, 2025 | 1.15 Bn |
| Jun 30, 2025 | 1.17 Bn |
| Mar 31, 2025 | 1.14 Bn |
| Dec 31, 2024 | 1.13 Bn |
| Sep 30, 2024 | 1.22 Bn |
| Jun 30, 2024 | 1.18 Bn |
| Mar 31, 2024 | 1.27 Bn |
| Dec 31, 2023 | 1.26 Bn |
| Sep 30, 2023 | 1.24 Bn |
| Jun 30, 2023 | 1.22 Bn |
| Mar 31, 2023 | 1.32 Bn |
| Dec 31, 2022 | 1.22 Bn |
| Sep 30, 2022 | 1.17 Bn |
| Jun 30, 2022 | 1.16 Bn |
| Mar 31, 2022 | 1.14 Bn |
| Dec 31, 2021 | 1.09 Bn |
| Sep 30, 2021 | -19.27 Bn |
Infosys Total Non-Current Liabilities 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=total-non-current-liabilities&ticker=INFY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "total-non-current-liabilities", "ticker": "INFY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=total-non-current-liabilities&ticker=INFY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();