Uber Technologies (UBER) Income from Continuing Operations (2018 - 2026)
Uber Technologies' (UBER) quarterly Income from Continuing Operations came in at $2.4 billion in Q2 2026, up 78.93% year-over-year from $1.4 billion in Q2 2025, and up 706.95% quarter-over-quarter from $302.0 million in Q1 2026.
Uber Technologies (UBER) Income from Continuing Operations (2018 - 2026) Analysis & Trends
Uber Technologies has disclosed Income from Continuing Operations across 9 years of filings, most recently posting $2.4 billion for Q2 2026.
- In Q2 2026, Income from Continuing Operations rose 78.93% year-over-year to $2.4 billion; the TTM figure through Jun 2026 stood at $9.7 billion (down 23.16% YoY), while the FY2025 annual figure was $10.1 billion, up 2.66% from the prior year.
- Income from Continuing Operations came in at $2.4 billion for Q2 2026 at Uber Technologies, up from $302.0 million in the prior quarter.
- In the past five years, Income from Continuing Operations ranged from a high of $6.9 billion in Q4 2024 to a low of -$5.9 billion in Q1 2022.
- Average Income from Continuing Operations over 5 years is $868.4 million, with a median of $474.0 million recorded in 2022.
- Year-over-year, Income from Continuing Operations tumbled 5107.02% in 2022 and jumped 1108.8% in 2024.
- Over 5 years, Income from Continuing Operations stood at $558.0 million in 2022, then soared by 203.76% to $1.7 billion in 2023, then soared by 307.73% to $6.9 billion in 2024, then slumped by 95.21% to $331.0 million in 2025, then soared by 636.25% to $2.4 billion in 2026.
- Per Business Quant data, the three most recent Income from Continuing Operations figures were $2.4 billion in Q2 2026, $302.0 million in Q1 2026, and $331.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Continuing) (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 112.19 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | 15.85 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | 3.40 Bn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | 7.63 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 1.50 Bn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | 2.44 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | 1.95 Bn |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | 6.96 Bn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | 633.49 Mn |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn | 1.27 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.44 Bn |
| Mar 31, 2026 | 302.00 Mn |
| Dec 31, 2025 | 331.00 Mn |
| Sep 30, 2025 | 6.67 Bn |
| Jun 30, 2025 | 1.36 Bn |
| Mar 31, 2025 | 1.79 Bn |
| Dec 31, 2024 | 6.91 Bn |
| Sep 30, 2024 | 2.61 Bn |
| Jun 30, 2024 | 1.02 Bn |
| Mar 31, 2024 | -659.00 Mn |
| Dec 31, 2023 | 1.70 Bn |
| Sep 30, 2023 | 216.00 Mn |
| Jun 30, 2023 | 390.00 Mn |
| Mar 31, 2023 | -193.00 Mn |
| Dec 31, 2022 | 558.00 Mn |
| Sep 30, 2022 | -1.23 Bn |
| Jun 30, 2022 | -2.63 Bn |
| Mar 31, 2022 | -5.94 Bn |
| Dec 31, 2021 | 888.00 Mn |
| Sep 30, 2021 | -2.43 Bn |
Uber Technologies Income from Continuing 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=income-from-continuing-operations&ticker=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-continuing-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=income-from-continuing-operations&ticker=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();