Uber Technologies (UBER) Cash from Operations (2018 - 2026)
Uber Technologies' (UBER) quarterly Cash from Operations came in at $2.9 billion in Q2 2026, up 11.62% year-over-year from $2.6 billion in Q2 2025, and up 21.74% quarter-over-quarter from $2.4 billion in Q1 2026.
Uber Technologies (UBER) Cash from Operations (2018 - 2026) Analysis & Trends
Uber Technologies has disclosed Cash from Operations across 9 years of filings, most recently posting $2.9 billion for Q2 2026.
- In Q2 2026, Cash from Operations rose 11.62% year-over-year to $2.9 billion; the TTM figure through Jun 2026 stood at $10.4 billion (up 18.6% YoY), while the FY2025 annual figure was $10.1 billion, up 41.5% from the prior year.
- Cash from Operations came in at $2.9 billion for Q2 2026 at Uber Technologies, up from $2.4 billion in the prior quarter.
- In the past five years, Cash from Operations ranged from a high of $2.9 billion in Q4 2025 to a low of -$244.0 million in Q4 2022.
- Average Cash from Operations over 5 years is $1.5 billion, with a median of $1.6 billion recorded in 2024.
- Year-over-year, Cash from Operations plunged 128.04% in 2022 and soared 3940.0% in 2023.
- Over 5 years, Cash from Operations stood at -$244.0 million in 2022, then soared by 437.3% to $823.0 million in 2023, then surged by 112.64% to $1.8 billion in 2024, then surged by 64.74% to $2.9 billion in 2025, then decreased by 0.73% to $2.9 billion in 2026.
- Per Business Quant data, the three most recent Cash from Operations figures were $2.9 billion in Q2 2026, $2.4 billion in Q1 2026, and $2.9 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 39.07 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | 31.86 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | 1.74 Bn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | 3.38 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 658.00 Mn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | 2.86 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | 3.72 Bn |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | 3.77 Bn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | 948.49 Mn |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn | 869.04 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.86 Bn |
| Mar 31, 2026 | 2.35 Bn |
| Dec 31, 2025 | 2.88 Bn |
| Sep 30, 2025 | 2.33 Bn |
| Jun 30, 2025 | 2.56 Bn |
| Mar 31, 2025 | 2.32 Bn |
| Dec 31, 2024 | 1.75 Bn |
| Sep 30, 2024 | 2.15 Bn |
| Jun 30, 2024 | 1.82 Bn |
| Mar 31, 2024 | 1.42 Bn |
| Dec 31, 2023 | 823.00 Mn |
| Sep 30, 2023 | 966.00 Mn |
| Jun 30, 2023 | 1.19 Bn |
| Mar 31, 2023 | 606.00 Mn |
| Dec 31, 2022 | -244.00 Mn |
| Sep 30, 2022 | 432.00 Mn |
| Jun 30, 2022 | 439.00 Mn |
| Mar 31, 2022 | 15.00 Mn |
| Dec 31, 2021 | -107.00 Mn |
| Sep 30, 2021 | 614.00 Mn |
Uber Technologies Cash from Operations 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=cash-from-operations&ticker=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "ticker": "UBER", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=cash-from-operations&ticker=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();