Uber Technologies (UBER) Income from Non-Controlling Interests (2018 - 2026)
Uber Technologies' (UBER) quarterly Income from Non-Controlling Interests came in at $22.0 million in Q2 2026, up 540.0% year-over-year from $3.4 million in Q2 2025, and up 15.79% quarter-over-quarter from $19.0 million in Q1 2026.
Uber Technologies (UBER) Income from Non-Controlling Interests (2018 - 2026) Analysis & Trends
Uber Technologies has disclosed Income from Non-Controlling Interests across 9 years of filings, most recently posting $22.0 million for Q2 2026.
- In Q2 2026, Income from Non-Controlling Interests rose 540.0% year-over-year to $22.0 million; the TTM figure through Jun 2026 stood at $88.0 million (up 4500.0% YoY), while the FY2025 annual figure was $40.0 million, up 463.64% from the prior year.
- Income from Non-Controlling Interests came in at $22.0 million for Q2 2026 at Uber Technologies, up from $19.0 million in the prior quarter.
- In the past five years, Income from Non-Controlling Interests ranged from a high of $271.0 million in Q4 2023 to a low of -$15.0 million in Q2 2022.
- Average Income from Non-Controlling Interests over 5 years is $21.4 million, with a median of $3.5 million recorded in 2022.
- Year-over-year, Income from Non-Controlling Interests jumped 5320.0% in 2023 and slumped 550.0% in 2024.
- Over 5 years, Income from Non-Controlling Interests stood at $5.0 million in 2022, then jumped by 5320.0% to $271.0 million in 2023, then plunged by 93.36% to $18.0 million in 2024, then grew by 16.67% to $21.0 million in 2025, then grew by 4.76% to $22.0 million in 2026.
- Per Business Quant data, the three most recent Income from Non-Controlling Interests figures were $22.0 million in Q2 2026, $19.0 million in Q1 2026, and $21.0 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | - |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | - |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | - |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | 25.00 Mn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | - |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | 22.00 Mn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | - |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | - |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | - |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 22.00 Mn |
| Mar 31, 2026 | 19.00 Mn |
| Dec 31, 2025 | 21.00 Mn |
| Sep 30, 2025 | 26.00 Mn |
| Jun 30, 2025 | -5.00 Mn |
| Mar 31, 2025 | -2.00 Mn |
| Dec 31, 2024 | 18.00 Mn |
| Sep 30, 2024 | -13.00 Mn |
| Jun 30, 2024 | -7.00 Mn |
| Mar 31, 2024 | -9.00 Mn |
| Dec 31, 2023 | 271.00 Mn |
| Sep 30, 2023 | -2.00 Mn |
| Dec 31, 2022 | 5.00 Mn |
| Sep 30, 2022 | 2.00 Mn |
| Jun 30, 2022 | -15.00 Mn |
| Mar 31, 2022 | 12.00 Mn |
| Dec 31, 2021 | -13.00 Mn |
| Sep 30, 2021 | -15.00 Mn |
| Jun 30, 2021 | -32.00 Mn |
| Mar 31, 2021 | -14.00 Mn |
Uber Technologies Income from Non-Controlling Interests 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-non-controlling-interests&ticker=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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-non-controlling-interests&ticker=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();