V F (VFC) Free Cash Flow (2009 - 2026)
V F's (VFC) quarterly Free Cash Flow came in at -$102.1 million in Q2 2026, up 41.24% year-over-year from -$72.3 million in Q2 2025, and down 1825.13% quarter-over-quarter from $5.9 million in Q1 2026.
V F (VFC) Free Cash Flow (2009 - 2026) Analysis & Trends
V F has disclosed Free Cash Flow across 18 years of filings, most recently posting -$102.1 million for Q2 2026.
- In Q2 2026, Free Cash Flow rose 41.24% year-over-year to -$102.1 million; the TTM figure through Jun 2026 stood at $628.2 million (up 141.86% YoY), while the FY2026 annual figure was $556.6 million, up 46.87% from the prior year.
- Free Cash Flow came in at -$102.1 million for Q2 2026 at V F, down from $5.9 million in the prior quarter.
- In the past five years, Free Cash Flow ranged from a high of $1.1 billion in Q4 2023 to a low of -$592.9 million in Q4 2022.
- Average Free Cash Flow over 5 years is $97.1 million, with a median of -$54.5 million recorded in 2024.
- Year-over-year, Free Cash Flow slumped 3265.9% in 2022 and surged 2748.1% in 2023.
- Over 5 years, Free Cash Flow stood at $40.2 million in 2022, then surged by 2748.1% to $1.1 billion in 2023, then declined by 19.72% to $919.8 million in 2024, then grew by 6.32% to $977.9 million in 2025, then sank by 110.44% to -$102.1 million in 2026.
- Per Business Quant data, the three most recent Free Cash Flow figures were -$102.1 million in Q2 2026, $5.9 million in Q1 2026, and $977.9 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Free Cash Flow (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | 225.16 Mn |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | 230.90 Mn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | 367.29 Mn |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | -102.08 Mn |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | - |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | 346.40 Mn |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | 101.63 Mn |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | 6.76 Mn |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | 44.26 Mn |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn | 64.33 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -102.08 Mn |
| Mar 28, 2026 | 5.92 Mn |
| Dec 27, 2025 | 977.88 Mn |
| Sep 27, 2025 | -253.53 Mn |
| Jun 28, 2025 | -173.71 Mn |
| Mar 29, 2025 | -193.03 Mn |
| Dec 28, 2024 | 919.77 Mn |
| Sep 28, 2024 | -293.30 Mn |
| Jun 29, 2024 | -54.48 Mn |
| Mar 30, 2024 | -112.39 Mn |
| Dec 30, 2023 | 1.15 Bn |
| Sep 30, 2023 | -256.37 Mn |
| Jul 1, 2023 | 101.81 Mn |
| Apr 1, 2023 | 155.90 Mn |
| Dec 31, 2022 | 40.23 Mn |
| Oct 1, 2022 | -592.94 Mn |
| Jul 2, 2022 | -410.98 Mn |
| Apr 2, 2022 | 35.68 Mn |
| Jan 1, 2022 | 904.97 Mn |
| Oct 2, 2021 | -309.60 Mn |
V F 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=VFC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "ticker": "VFC", "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=VFC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();