Wayfair (W) EBITDA Margin (2014 - 2026)
Wayfair's (W) quarterly EBITDA Margin came in at 2.96% in Q2 2026, up 244.0% year-over-year from 0.86% in Q2 2025, and up 887.48% quarter-over-quarter from 0.38% in Q1 2026.
Wayfair (W) EBITDA Margin (2014 - 2026) Analysis & Trends
Wayfair (W) has reported EBITDA Margin for 13 consecutive years, with 2.96% the latest figure, recorded in Q2 2026.
- On a quarterly basis, EBITDA Margin rose 244.0% year-over-year to 2.96% in Q2 2026; TTM through Jun 2026 was 1.67%, a 413.0% increase from a year earlier, with the FY2025 full-year figure at 0.14%, up 403.0% from the prior year.
- EBITDA Margin was 2.96% for Q2 2026 at Wayfair, up from 0.38% in the prior quarter.
- Over five years, EBITDA Margin peaked at 2.96% in Q2 2026 and troughed at 13.1% in Q3 2022.
- A 5-year average of 4.82% and a median of 4.47% in 2023 frame the typical range for EBITDA Margin.
- Across the five-year window, EBITDA Margin plunged 1511 bps in 2022 and soared 794 bps in 2023, its largest moves.
- Over 5 years, EBITDA Margin stood at 10.64% in 2022, then soared by 48 bps to 5.52% in 2023, then jumped by 32 bps to 3.75% in 2024, then soared by 167 bps to 2.52% in 2025, then advanced by 17 bps to 2.96% in 2026.
- The last three EBITDA Margin figures came in at 2.96% (Q2 2026), 0.38% (Q1 2026), and 2.52% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | EBITDA Margin (Qtr) |
|---|---|---|---|---|---|
| 1 | Amazon Com | 2,735.76 Bn | 2,612.77 Bn | 198.88 Bn | 13.43% |
| 2 | JD.com | 32.66 Bn | 9.40 Bn | 16.50 Bn | 1.26% |
| 3 | Coupang | 25.61 Bn | 19.50 Bn | 2.49 Bn | -6.28% |
| 4 | Wayfair | 13.93 Bn | 12.79 Bn | 1.05 Bn | 2.96% |
| 5 | GigaCloud Technology | 3.80 Bn | 3.42 Bn | 105.56 Mn | 11.54% |
| 6 | Pattern | 3.04 Bn | 2.69 Bn | 384.36 Mn | 4.05% |
| 7 | Yunji | 1.88 Bn | 1.86 Bn | - | - |
| 8 | Revolve | 1.47 Bn | 1.13 Bn | 196.67 Mn | 6.36% |
| 9 | ATRenew | 632.36 Mn | 371.23 Mn | -705.59 Mn | 42.85% |
| 10 | Stitch Fix | 398.30 Mn | 211.49 Mn | 148.84 Mn | -1.18% |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.96% |
| Mar 31, 2026 | -0.38% |
| Dec 31, 2025 | 2.52% |
| Sep 30, 2025 | 1.22% |
| Jun 30, 2025 | 0.52% |
| Mar 31, 2025 | -4.47% |
| Dec 31, 2024 | -3.75% |
| Sep 30, 2024 | -2.57% |
| Jun 30, 2024 | -1.12% |
| Mar 31, 2024 | -8.61% |
| Dec 31, 2023 | -5.52% |
| Sep 30, 2023 | -5.16% |
| Jun 30, 2023 | -4.48% |
| Mar 31, 2023 | -12.51% |
| Dec 31, 2022 | -10.64% |
| Sep 30, 2022 | -13.10% |
| Jun 30, 2022 | -11.33% |
| Mar 31, 2022 | -10.36% |
| Dec 31, 2021 | -6.03% |
| Sep 30, 2021 | -2.24% |
Wayfair EBITDA Margin 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=ebitda-margin&ticker=W&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "ebitda-margin", "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=ebitda-margin&ticker=W&period=max&api_key=YOUR_API_KEY");
const data = await res.json();