Socket Mobile (SCKT) Asset Utilization Ratio (2011 - 2026)
Socket Mobile's (SCKT) quarterly Asset Utilization Ratio came in at 1.05 in Q2 2026, up 70.19% on a YoY basis from 0.62 in Q2 2025, and up 0.53% quarter-over-quarter from 1.05 in Q1 2026.
Socket Mobile (SCKT) Asset Utilization Ratio (2011 - 2026) Analysis & Trends
Socket Mobile (SCKT) has reported Asset Utilization Ratio for 16 consecutive years, with 1.05 the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Asset Utilization Ratio rose 70.19% year-over-year to 1.05; the trailing twelve-month figure through Jun 2026 stood at 1.05 (up 70.19% YoY), and the FY2025 full-year result was 0.72, up 7.88% from the prior year.
- Asset Utilization Ratio improved to 1.05 in Q2 2026 per SCKT's latest filing, from 1.05 in the prior quarter.
- Across five years, Asset Utilization Ratio topped out at 1.05 in Q2 2026 and bottomed at 0.61 in Q3 2025.
- Historically, Asset Utilization Ratio has averaged 0.73 across 5 years, with a median of 0.67 in 2023.
- The sharpest annual moves came in 2023 and 2026: Asset Utilization Ratio slipped 28.95% in 2023, then soared 70.19% in 2026.
- Over 5 years, Asset Utilization Ratio stood at 0.75 in 2022, then declined by 18.73% to 0.61 in 2023, then rose by 12.11% to 0.68 in 2024, then advanced by 10.41% to 0.75 in 2025, then jumped by 39.68% to 1.05 in 2026.
- According to Business Quant data, Asset Utilization Ratio over the past three periods registered 1.05, 1.05, and 0.75 for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Logitech International | 14.49 Bn | 12.74 Bn | 607.94 Mn | 1.25 |
| 2 | Mynd.ai | 15.25 Mn | 8.21 Mn | - | - |
| 3 | Socket Mobile | 4.30 Mn | 2.70 Mn | 1.41 Mn | 1.05 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.05 |
| Mar 31, 2026 | 1.05 |
| Dec 31, 2025 | 0.75 |
| Sep 30, 2025 | 0.61 |
| Jun 30, 2025 | 0.62 |
| Mar 31, 2025 | 0.65 |
| Dec 31, 2024 | 0.68 |
| Sep 30, 2024 | 0.66 |
| Jun 30, 2024 | 0.62 |
| Mar 31, 2024 | 0.62 |
| Dec 31, 2023 | 0.61 |
| Sep 30, 2023 | 0.63 |
| Jun 30, 2023 | 0.64 |
| Mar 31, 2023 | 0.68 |
| Dec 31, 2022 | 0.75 |
| Sep 30, 2022 | 0.75 |
| Jun 30, 2022 | 0.87 |
| Mar 31, 2022 | 0.96 |
| Dec 31, 2021 | 0.94 |
| Sep 30, 2021 | 0.93 |
Socket Mobile Asset Utilization Ratio 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=asset-utilization-ratio&ticker=SCKT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "ticker": "SCKT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=asset-utilization-ratio&ticker=SCKT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();