Unilever Plc (UNLYF) Free Cash Flow (2009 - 2025)
Unilever (UNLYF) posted Free Cash Flow of $14.2 billion for Q4 2025, up 6.54% on a QoQ basis from $13.4 billion in Q4 2024, and up 6.54% year-over-year from $13.4 billion in Q4 2024.
Unilever Plc (UNLYF) Free Cash Flow (2009 - 2025) Analysis & Trends
Unilever has reported Free Cash Flow for 12 years, with the latest figure at $14.2 billion in Q4 2025.
- On a quarterly basis, Free Cash Flow rose 6.54% year-over-year to $14.2 billion in Q4 2025; TTM through Dec 2025 was $54.9 billion, a 4.13% increase from a year earlier, with the FY2025 full-year figure at $11.0 billion, down 6.46% from the prior year.
- Free Cash Flow was $14.2 billion for Q4 2025 at Unilever, up from $13.4 billion in the prior quarter.
- The five-year high for Free Cash Flow was $14.3 billion in Q4 2023, with the low at $13.4 billion in Q4 2024.
- Average Free Cash Flow over 3 years is $14.0 billion, with a median of $14.2 billion recorded in 2025.
- The sharpest annual moves came in 2024 and 2025: Free Cash Flow declined 6.31% in 2024, then grew 6.54% in 2025.
- Over 3 years, Free Cash Flow stood at $14.3 billion in 2023, then slipped by 6.31% to $13.4 billion in 2024, then advanced by 6.54% to $14.2 billion in 2025.
- The last three Free Cash Flow figures came in at $14.2 billion (Q4 2025), $13.4 billion (Q4 2024), and $14.3 billion (Q4 2023), per Business Quant data.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | 14.24 Bn |
| Dec 31, 2024 | 13.37 Bn |
| Dec 31, 2023 | 14.27 Bn |
| Dec 31, 2017 | 13.04 Bn |
| Dec 31, 2016 | 12.07 Bn |
| Dec 31, 2015 | 12.52 Bn |
| Dec 31, 2014 | 2.56 Bn |
| Dec 31, 2013 | 2.76 Bn |
| Dec 31, 2012 | 2.78 Bn |
| Dec 31, 2011 | 11.61 Bn |
| Oct 21, 2011 | 3.94 Bn |
| Dec 31, 2010 | 11.57 Bn |
| Sep 30, 2010 | 2.38 Bn |
| Jun 30, 2010 | 2.77 Bn |
| Mar 31, 2010 | 1.29 Bn |
| Dec 31, 2009 | 11.80 Bn |
| Jun 30, 2009 | 3.24 Bn |
| Mar 31, 2009 | 192.24 Mn |
Unilever Plc 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=UNLYF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "free-cash-flow", "ticker": "UNLYF", "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=UNLYF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();