Uber Technologies (UBER) Intangibles (2018 - 2026)
Uber Technologies' (UBER) quarterly Intangibles came in at $1.1 billion in Q2 2026, down 4.63% year-over-year from $1.2 billion in Q2 2025, and up 14.34% quarter-over-quarter from $990.0 million in Q1 2026.
Uber Technologies (UBER) Intangibles (2018 - 2026) Analysis & Trends
Uber Technologies has disclosed Intangibles across 9 years of filings, most recently posting $1.1 billion for Q2 2026.
- In Q2 2026, Intangibles fell 4.63% year-over-year to $1.1 billion; the TTM figure through Jun 2026 stood at $1.1 billion (down 4.63% YoY), while the FY2025 annual figure was $1.0 billion, down 6.84% from the prior year.
- Intangibles came in at $1.1 billion for Q2 2026 at Uber Technologies, up from $990.0 million in the prior quarter.
- In the past five years, Intangibles ranged from a high of $2.3 billion in Q1 2022 to a low of $990.0 million in Q1 2026.
- Average Intangibles over 5 years is $1.4 billion, with a median of $1.3 billion recorded in 2024.
- Year-over-year, Intangibles surged 55.95% in 2022 and dropped 24.41% in 2024.
- Over 5 years, Intangibles stood at $1.9 billion in 2022, then declined by 23.96% to $1.4 billion in 2023, then declined by 21.05% to $1.1 billion in 2024, then retreated by 6.84% to $1.0 billion in 2025, then grew by 8.02% to $1.1 billion in 2026.
- Per Business Quant data, the three most recent Intangibles figures were $1.1 billion in Q2 2026, $990.0 million in Q1 2026, and $1.0 billion in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Intangibles (Qtr) |
|---|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn | 9.11 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 | 2.46 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn | 27.00 Mn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn | 1.13 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - | 852.00 Mn |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn | 2.00 Mn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn | 41.85 Mn |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn | 355.66 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.13 Bn |
| Mar 31, 2026 | 990.00 Mn |
| Dec 31, 2025 | 1.05 Bn |
| Sep 30, 2025 | 1.10 Bn |
| Jun 30, 2025 | 1.19 Bn |
| Mar 31, 2025 | 1.07 Bn |
| Dec 31, 2024 | 1.13 Bn |
| Sep 30, 2024 | 1.19 Bn |
| Jun 30, 2024 | 1.27 Bn |
| Mar 31, 2024 | 1.34 Bn |
| Dec 31, 2023 | 1.43 Bn |
| Sep 30, 2023 | 1.51 Bn |
| Jun 30, 2023 | 1.61 Bn |
| Mar 31, 2023 | 1.77 Bn |
| Dec 31, 2022 | 1.87 Bn |
| Sep 30, 2022 | 1.99 Bn |
| Jun 30, 2022 | 2.12 Bn |
| Mar 31, 2022 | 2.27 Bn |
| Dec 31, 2021 | 2.41 Bn |
| Sep 30, 2021 | 1.28 Bn |
Uber Technologies Intangibles 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=intangibles&ticker=UBER&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "intangibles", "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=intangibles&ticker=UBER&period=max&api_key=YOUR_API_KEY");
const data = await res.json();