Dell Technologies (DELL) Equity Average (2016 - 2026)
Dell Technologies (DELL) posted Equity Average of -$1.4 billion for Q3 2026, up 26.92% quarter-over-quarter from -$1.9 billion in Q2 2026, and up 51.11% YoY from -$936.8 million in Q3 2025.
Dell Technologies (DELL) Equity Average (2016 - 2026) Analysis & Trends
Dell Technologies (DELL) has 11 years of Equity Average data on file, last reported at -$1.4 billion in Q3 2026.
- For the quarter ending Q3 2026, Equity Average rose 51.11% year-over-year to -$1.4 billion; the trailing twelve-month figure through Jul 2026 stood at -$1.4 billion (up 51.11% YoY), and the FY2026 full-year result was -$2.0 billion, down 6.55% from the prior year.
- Equity Average was -$1.4 billion for Q3 2026 at Dell Technologies, up from -$1.9 billion in the prior quarter.
- In the past five years, Equity Average ranged from a high of $6.3 billion in Q1 2022 to a low of -$3.3 billion in Q1 2023.
- A 5-year average of -$2.0 billion and a median of -$2.5 billion in 2024 frame the typical range for Equity Average.
- Across the five-year window, Equity Average plunged 152.25% in 2023 and soared 51.11% in 2026, its largest moves.
- Dell Technologies' Equity Average stood at -$3.1 billion in 2022, then rose by 14.19% to -$2.7 billion in 2023, then grew by 9.62% to -$2.4 billion in 2024, then dropped by 11.58% to -$2.7 billion in 2025, then surged by 47.44% to -$1.4 billion in 2026.
- Per Business Quant data, the three most recent Equity Average figures were -$1.4 billion in Q3 2026, -$1.9 billion in Q2 2026, and -$2.5 billion in Q1 2026.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Equity Avg. (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,923.51 Bn | 4,861.11 Bn | 54.77 Bn | 107.01 Bn |
| 2 | Cisco Systems | 419.97 Bn | 404.45 Bn | 11.06 Bn | 49.57 Bn |
| 3 | Dell Technologies | 351.63 Bn | 340.06 Bn | 9.83 Bn | -1.42 Bn |
| 4 | Sandisk | 265.22 Bn | 260.46 Bn | 7.58 Bn | 14.76 Bn |
| 5 | Arista Networks | 256.62 Bn | 243.27 Bn | 1.91 Bn | 14.14 Bn |
| 6 | Seagate Technology Holdings | 209.52 Bn | 207.82 Bn | 1.90 Bn | 1.63 Bn |
| 7 | Western Digital | 171.00 Bn | 169.42 Bn | 2.03 Bn | 9.27 Bn |
| 8 | Sony | 142.68 Bn | 123.26 Bn | 6.53 Bn | 54.67 Bn |
| 9 | Lumentum Holdings | 83.02 Bn | 80.28 Bn | 477.30 Mn | 3.81 Bn |
| 10 | Hewlett Packard Enterprise | 82.82 Bn | 76.61 Bn | 4.93 Bn | 25.96 Bn |
Historic Data
| Date | Value |
|---|---|
| Jul 31, 2026 | -1.42 Bn |
| May 1, 2026 | -1.94 Bn |
| Jan 30, 2026 | -2.55 Bn |
| Oct 31, 2025 | -2.69 Bn |
| Aug 1, 2025 | -2.90 Bn |
| May 2, 2025 | -2.25 Bn |
| Jan 31, 2025 | -1.88 Bn |
| Nov 1, 2024 | -2.41 Bn |
| Aug 2, 2024 | -2.53 Bn |
| May 3, 2024 | -2.37 Bn |
| Feb 2, 2024 | -2.45 Bn |
| Nov 3, 2023 | -2.67 Bn |
| Aug 4, 2023 | -2.80 Bn |
| May 5, 2023 | -3.02 Bn |
| Feb 3, 2023 | -3.30 Bn |
| Oct 28, 2022 | -3.11 Bn |
| Jul 29, 2022 | -2.56 Bn |
| Apr 29, 2022 | -1.97 Bn |
| Jan 28, 2022 | 6.31 Bn |
| Oct 29, 2021 | 12.07 Bn |
Dell Technologies Equity Average 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=equity-average&ticker=DELL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "equity-average", "ticker": "DELL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=equity-average&ticker=DELL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();