Levi Strauss (LEVI) Income from Discontinued Operations (2024 - 2026)
Levi Strauss' (LEVI) quarterly Income from Discontinued Operations came in at -$7.5 million in Q2 2026, up 40.48% on a YoY basis from -$5.3 million in Q2 2025, and down 476.92% quarter-over-quarter from -$1.3 million in Q1 2026.
Levi Strauss (LEVI) Income from Discontinued Operations (2024 - 2026) Analysis & Trends
Levi Strauss (LEVI) has reported Income from Discontinued Operations for 3 consecutive years, with -$7.5 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Income from Discontinued Operations rose 40.48% year-over-year to -$7.5 million; the trailing twelve-month figure through May 2026 stood at $85.1 million (up 583.52% YoY), and the FY2025 full-year result was $76.1 million, up 37950.0% from the prior year.
- Income from Discontinued Operations slipped to -$7.5 million in Q2 2026 per LEVI's latest filing, from -$1.3 million in the prior quarter.
- Across five years, Income from Discontinued Operations topped out at $96.1 million in Q3 2025 and bottomed at -$12.6 million in Q2 2025.
- Historically, Income from Discontinued Operations has averaged $6.8 million across 3 years, with a median of -$1.6 million in 2024.
- The widest YoY moves for Income from Discontinued Operations: up 4905.0% in 2025, down 1675.0% in 2025.
- Over 3 years, Income from Discontinued Operations stood at $2.2 million in 2024, then plunged by 200.0% to -$2.2 million in 2025, then plunged by 240.91% to -$7.5 million in 2026.
- According to Business Quant data, Income from Discontinued Operations over the past three periods registered -$7.5 million, -$1.3 million, and -$2.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Income (Discontinued) (Qtr) |
|---|---|---|---|---|---|
| 1 | Lululemon Athletica | 10.45 Bn | 9.06 Bn | 1.46 Bn | - |
| 2 | Levi Strauss | 7.65 Bn | 6.67 Bn | 979.10 Mn | -7.50 Mn |
| 3 | Gildan Activewear | 7.18 Bn | 6.91 Bn | 459.76 Mn | -760.00 |
| 4 | V F | 5.02 Bn | 4.35 Bn | 917.04 Mn | - |
| 5 | Kontoor Brands | 3.63 Bn | 3.57 Bn | 328.26 Mn | 7.80 Mn |
| 6 | Pvh | 3.38 Bn | 2.42 Bn | 1.32 Bn | - |
| 7 | Columbia Sportswear | 2.91 Bn | 2.29 Bn | 358.43 Mn | - |
| 8 | Warby Parker | 2.78 Bn | 2.48 Bn | 136.46 Mn | - |
| 9 | Figs | 2.06 Bn | 1.76 Bn | 147.86 Mn | - |
| 10 | Under Armour | 2.04 Bn | 1.65 Bn | 593.83 Mn | - |
Historic Data
| Date | Value |
|---|---|
| May 31, 2026 | -7.50 Mn |
| Mar 1, 2026 | -1.30 Mn |
| Nov 30, 2025 | -2.20 Mn |
| Aug 31, 2025 | 96.10 Mn |
| Jun 1, 2025 | -12.60 Mn |
| Mar 2, 2025 | -5.20 Mn |
| Dec 1, 2024 | 2.20 Mn |
| Aug 25, 2024 | -2.00 Mn |
| May 26, 2024 | 800,000.00 |
| Feb 25, 2024 | -800,000.00 |
Levi Strauss Income from Discontinued Operations 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=income-from-discontinued-operations&ticker=LEVI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-discontinued-operations", "ticker": "LEVI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=income-from-discontinued-operations&ticker=LEVI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();