Infosys (INFY) Free Cash Flow (2009 - 2026)
Infosys (INFY) posted Free Cash Flow of $1.3 billion for Q2 2026, up 100.41% on a QoQ basis from -$329.6 billion in Q1 2026, and up 3.2% year-over-year from $1.3 billion in Q2 2025.
Infosys (INFY) Free Cash Flow (2009 - 2026) Analysis & Trends
Infosys has reported Free Cash Flow for 18 years, with the latest figure at $1.3 billion in Q2 2026.
- On a quarterly basis, Free Cash Flow rose 3.2% year-over-year to $1.3 billion in Q2 2026; TTM through Jun 2026 was $5.4 billion, a 0.21% change from a year earlier, with the FY2026 full-year figure at $5.3 billion, up 0.8% from the prior year.
- Free Cash Flow was $1.3 billion for Q2 2026 at Infosys, up from -$329.6 billion in the prior quarter.
- The five-year high for Free Cash Flow was $214.4 billion in Q3 2025, with the low at -$329.6 billion in Q1 2026.
- Average Free Cash Flow over 5 years is $1.2 billion, with a median of $1.2 billion recorded in 2024.
- The sharpest annual moves came in 2024 and 2025: Free Cash Flow soared 170.79% in 2024, then slumped 25043.33% in 2025.
- Over 5 years, Free Cash Flow stood at -$150.3 billion in 2022, then declined by 11.86% to -$168.1 billion in 2023, then jumped by 170.79% to $119.0 billion in 2024, then increased by 0.13% to $119.1 billion in 2025, then sank by 98.87% to $1.3 billion in 2026.
- The last three Free Cash Flow figures came in at $1.3 billion (Q2 2026), -$329.6 billion (Q1 2026), and $119.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | FCF (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | 1.34 Bn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | 459.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | -332.43 Mn |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | -82.60 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | 457.05 Mn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | 297.21 Mn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | -307.50 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | -566.14 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | -17.64 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.34 Bn |
| Mar 31, 2026 | -329.55 Bn |
| Dec 31, 2025 | 119.14 Bn |
| Sep 30, 2025 | 214.43 Bn |
| Jun 30, 2025 | 1.30 Bn |
| Mar 31, 2025 | -306.80 Bn |
| Dec 31, 2024 | 118.98 Bn |
| Sep 30, 2024 | 191.89 Bn |
| Jun 30, 2024 | 1.21 Bn |
| Mar 31, 2024 | 1.23 Bn |
| Dec 31, 2023 | -168.08 Bn |
| Sep 30, 2023 | 170.31 Bn |
| Jun 30, 2023 | 1.06 Bn |
| Mar 31, 2023 | 1.17 Bn |
| Dec 31, 2022 | -150.25 Bn |
| Sep 30, 2022 | 152.34 Bn |
| Jun 30, 2022 | 1.00 Bn |
| Mar 31, 2022 | 1.17 Bn |
| Dec 31, 2021 | -159.05 Bn |
| Sep 30, 2021 | 161.37 Bn |
Infosys Free Cash Flow 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=free-cash-flow&ticker=INFY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "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=free-cash-flow&ticker=INFY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();