Uber Technologies (UBER) Non Operating Income (2018 - 2025)
Uber Technologies' (UBER) quarterly Non Operating Income came in at $1.6 billion in Q3 2025, down 12.53% year-over-year from $1.9 billion in Q3 2024, and up 899.38% quarter-over-quarter from $162.0 million in Q2 2025.
Uber Technologies (UBER) Non Operating Income (2018 - 2025) Analysis & Trends
Uber Technologies has disclosed Non Operating Income across 8 years of filings, most recently posting $1.6 billion for Q3 2025.
- In Q3 2025, Non Operating Income fell 12.53% year-over-year to $1.6 billion; the TTM figure through Sep 2025 stood at $2.3 billion (down 21.37% YoY), while the FY2024 annual figure was $1.8 billion, changed 0.27% from the prior year.
- Non Operating Income came in at $1.6 billion for Q3 2025 at Uber Technologies, up from $162.0 million in the prior quarter.
- In the past five years, Non Operating Income ranged from a high of $1.9 billion in Q2 2021 to a low of -$5.6 billion in Q1 2022.
- Average Non Operating Income over 5 years is $105.2 million, with a median of $273.0 million recorded in 2023.
- The largest YoY upside for Non Operating Income was 4515.91% in 2021 against a maximum downside of 1313.25% in 2021.
- Over 5 years, Non Operating Income stood at $1.5 billion in 2021, then slumped by 47.86% to $767.0 million in 2022, then surged by 73.53% to $1.3 billion in 2023, then slumped by 80.77% to $256.0 million in 2024, then surged by 532.42% to $1.6 billion in 2025.
- Per Business Quant data, the three most recent Non Operating Income figures were $1.6 billion in Q3 2025, $162.0 million in Q2 2025, and $262.0 million in Q1 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Non Op. Inc. (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 97.98 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn | -19.00 Mn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn | 51.66 Mn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn | - |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 1.29 Bn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | - |
| 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 | 11.25 Mn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 1.62 Bn |
| Jun 30, 2025 | 162.00 Mn |
| Mar 31, 2025 | 262.00 Mn |
| Dec 31, 2024 | 256.00 Mn |
| Sep 30, 2024 | 1.85 Bn |
| Jun 30, 2024 | 420.00 Mn |
| Mar 31, 2024 | -678.00 Mn |
| Dec 31, 2023 | 1.33 Bn |
| Sep 30, 2023 | -52.00 Mn |
| Jun 30, 2023 | 273.00 Mn |
| Mar 31, 2023 | 292.00 Mn |
| Dec 31, 2022 | 767.00 Mn |
| Sep 30, 2022 | -535.00 Mn |
| Jun 30, 2022 | -1.70 Bn |
| Mar 31, 2022 | -5.56 Bn |
| Dec 31, 2021 | 1.47 Bn |
| Sep 30, 2021 | -1.83 Bn |
| Jun 30, 2021 | 1.94 Bn |
| Mar 31, 2021 | 1.71 Bn |
| Dec 31, 2020 | 63.00 Mn |
Uber Technologies Non Operating Income 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=non-operating-income&ticker=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "non-operating-income", "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=non-operating-income&ticker=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();