Wayfair (W) Net Income towards Common Stockholders (2013 - 2026)
Wayfair's (W) quarterly Net Income towards Common Stockholders came in at -$1.0 million in Q2 2026, down 106.67% year-over-year from $15.0 million in Q2 2025, and up 99.05% quarter-over-quarter from -$105.0 million in Q1 2026.
Wayfair (W) Net Income towards Common Stockholders (2013 - 2026) Analysis & Trends
Wayfair (W) has reported Net Income towards Common Stockholders for 14 consecutive years, with -$1.0 million the latest figure, recorded in Q2 2026.
- On a quarterly basis, Net Income towards Common Stockholders fell 106.67% year-over-year to -$1.0 million in Q2 2026; TTM through Jun 2026 was -$321.0 million, a 7.0% decrease from a year earlier, with the FY2025 full-year figure at -$313.0 million, up 36.38% from the prior year.
- Net Income towards Common Stockholders was -$1.0 million for Q2 2026 at Wayfair, up from -$105.0 million in the prior quarter.
- Over five years, Net Income towards Common Stockholders peaked at $15.0 million in Q2 2025 and troughed at -$378.0 million in Q2 2022.
- A 5-year average of -$165.6 million and a median of -$122.0 million in 2024 frame the typical range for Net Income towards Common Stockholders.
- Across the five-year window, Net Income towards Common Stockholders sank 1872.22% in 2022 and soared 135.71% in 2025, its largest moves.
- Over 5 years, Net Income towards Common Stockholders stood at -$351.0 million in 2022, then jumped by 50.43% to -$174.0 million in 2023, then advanced by 26.44% to -$128.0 million in 2024, then climbed by 9.38% to -$116.0 million in 2025, then soared by 99.14% to -$1.0 million in 2026.
- The last three Net Income towards Common Stockholders figures came in at -$1.0 million (Q2 2026), -$105.0 million (Q1 2026), and -$116.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Net Income (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 92.89 Bn |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.80 Bn |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -570.00 Mn |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | -1.00 Mn |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 42.34 Mn |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 27.50 Mn |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 18.62 Mn |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 30.60 Mn |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -1.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -1.00 Mn |
| Mar 31, 2026 | -105.00 Mn |
| Dec 31, 2025 | -116.00 Mn |
| Sep 30, 2025 | -99.00 Mn |
| Jun 30, 2025 | 15.00 Mn |
| Mar 31, 2025 | -113.00 Mn |
| Dec 31, 2024 | -128.00 Mn |
| Sep 30, 2024 | -74.00 Mn |
| Jun 30, 2024 | -42.00 Mn |
| Mar 31, 2024 | -248.00 Mn |
| Dec 31, 2023 | -174.00 Mn |
| Sep 30, 2023 | -163.00 Mn |
| Jun 30, 2023 | -46.00 Mn |
| Mar 31, 2023 | -355.00 Mn |
| Dec 31, 2022 | -351.00 Mn |
| Sep 30, 2022 | -283.00 Mn |
| Jun 30, 2022 | -378.00 Mn |
| Mar 31, 2022 | -319.00 Mn |
| Dec 31, 2021 | -202.00 Mn |
| Sep 30, 2021 | -78.00 Mn |
Wayfair Net Income towards Common Stockholders 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=net-income-towards-common-stockholders&ticker=W&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "net-income-towards-common-stockholders", "ticker": "W", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=net-income-towards-common-stockholders&ticker=W&period=max&api_key=YOUR_API_KEY");
const data = await res.json();