Logitech International (LOGI) Revenue (2009 - 2026)
Logitech International (LOGI) posted Revenue of $1.2 billion for Q2 2026, up 13.05% on a QoQ basis from $1.1 billion in Q1 2026, and up 6.93% year-over-year from $1.1 billion in Q2 2025.
Logitech International (LOGI) Revenue (2009 - 2026) Analysis & Trends
Logitech International has reported Revenue for 18 years, with the latest figure at $1.2 billion in Q2 2026.
- On a quarterly basis, Revenue rose 6.93% year-over-year to $1.2 billion in Q2 2026; TTM through Jun 2026 was $4.9 billion, a 6.63% increase from a year earlier, with the FY2026 full-year figure at $4.8 billion, up 6.28% from the prior year.
- Revenue was $1.2 billion for Q2 2026 at Logitech International, up from $1.1 billion in the prior quarter.
- The five-year high for Revenue was $1.4 billion in Q4 2025, with the low at $960.1 million in Q1 2023.
- Average Revenue over 5 years is $1.1 billion, with a median of $1.1 billion recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Revenue slipped 22.22% in 2022, then advanced 11.67% in 2024.
- Over 5 years, Revenue stood at $1.3 billion in 2022, then retreated by 1.14% to $1.3 billion in 2023, then increased by 6.76% to $1.3 billion in 2024, then increased by 6.06% to $1.4 billion in 2025, then dropped by 13.66% to $1.2 billion in 2026.
- The last three Revenue figures came in at $1.2 billion (Q2 2026), $1.1 billion (Q1 2026), and $1.4 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Revenue (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 1.23 Bn |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 3.03 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.23 Bn |
| Mar 31, 2026 | 1.09 Bn |
| Dec 31, 2025 | 1.42 Bn |
| Sep 30, 2025 | 1.19 Bn |
| Jun 30, 2025 | 1.15 Bn |
| Mar 31, 2025 | 1.01 Bn |
| Dec 31, 2024 | 1.34 Bn |
| Sep 30, 2024 | 1.12 Bn |
| Jun 30, 2024 | 1.09 Bn |
| Mar 31, 2024 | 1.01 Bn |
| Dec 31, 2023 | 1.26 Bn |
| Sep 30, 2023 | 1.06 Bn |
| Jun 30, 2023 | 974.50 Mn |
| Mar 31, 2023 | 960.08 Mn |
| Dec 31, 2022 | 1.27 Bn |
| Sep 30, 2022 | 1.15 Bn |
| Jun 30, 2022 | 1.16 Bn |
| Mar 31, 2022 | 1.23 Bn |
| Dec 31, 2021 | 1.63 Bn |
| Sep 30, 2021 | 1.31 Bn |
Logitech International Revenue 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=revenue&ticker=LOGI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "revenue", "ticker": "LOGI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=revenue&ticker=LOGI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();