Lumentum Holdings (LITE) Profit After Tax (2013 - 2026)
Lumentum Holdings' (LITE) quarterly Profit After Tax came in at -$7.2 billion in Q2 2026, down 3457.57% on a YoY basis from $213.3 million in Q2 2025, and down 5066.5% quarter-over-quarter from $144.2 million in Q1 2026.
Lumentum Holdings (LITE) Profit After Tax (2013 - 2026) Analysis & Trends
Lumentum Holdings (LITE) has reported Profit After Tax for 14 consecutive years, with -$7.2 billion the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Profit After Tax fell 3457.57% year-over-year to -$7.2 billion; the trailing twelve-month figure through Jun 2026 stood at -$6.9 billion (down 26876.45% YoY), and the FY2026 full-year result was -$6.9 billion, down 26876.45% from the prior year.
- Profit After Tax retreated to -$7.2 billion in Q2 2026 per LITE's latest filing, from $144.2 million in the prior quarter.
- Across five years, Profit After Tax topped out at $213.3 million in Q2 2025 and bottomed at -$7.2 billion in Q2 2026.
- Historically, Profit After Tax has averaged -$393.2 million across 5 years, with a median of -$39.3 million in 2023.
- The sharpest annual moves came in 2023 and 2026: Profit After Tax sank 11216.67% in 2023, then jumped 426.98% in 2026.
- Over 5 years, Profit After Tax stood at -$31.7 million in 2022, then sank by 212.62% to -$99.1 million in 2023, then surged by 38.55% to -$60.9 million in 2024, then surged by 228.41% to $78.2 million in 2025, then sank by 9258.18% to -$7.2 billion in 2026.
- According to Business Quant data, Profit After Tax over the past three periods registered -$7.2 billion, $144.2 million, and $78.2 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | PAT (Qtr) |
|---|---|---|---|---|---|
| 1 | Apple | 4,923.51 Bn | 4,861.11 Bn | 54.77 Bn | 29.79 Bn |
| 2 | Cisco Systems | 419.97 Bn | 404.45 Bn | 11.06 Bn | 3.86 Bn |
| 3 | Dell Technologies | 351.63 Bn | 340.06 Bn | 9.83 Bn | 4.13 Bn |
| 4 | Sandisk | 265.22 Bn | 260.46 Bn | 7.58 Bn | 6.90 Bn |
| 5 | Arista Networks | 256.62 Bn | 243.27 Bn | 1.91 Bn | 1.21 Bn |
| 6 | Seagate Technology Holdings | 209.52 Bn | 207.82 Bn | 1.90 Bn | 1.30 Bn |
| 7 | Western Digital | 171.00 Bn | 169.42 Bn | 2.03 Bn | 3.20 Bn |
| 8 | Sony | 142.68 Bn | 123.26 Bn | 6.53 Bn | 2.20 Bn |
| 9 | Lumentum Holdings | 83.02 Bn | 80.28 Bn | 477.30 Mn | -7.16 Bn |
| 10 | Hewlett Packard Enterprise | 82.82 Bn | 76.61 Bn | 4.93 Bn | 1.54 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 27, 2026 | -7.16 Bn |
| Mar 28, 2026 | 144.20 Mn |
| Dec 27, 2025 | 78.20 Mn |
| Sep 27, 2025 | 4.20 Mn |
| Jun 28, 2025 | 213.30 Mn |
| Mar 29, 2025 | -44.10 Mn |
| Dec 28, 2024 | -60.90 Mn |
| Sep 28, 2024 | -82.40 Mn |
| Jun 29, 2024 | -252.50 Mn |
| Mar 30, 2024 | -127.00 Mn |
| Dec 30, 2023 | -99.10 Mn |
| Sep 30, 2023 | -67.90 Mn |
| Jul 1, 2023 | -60.20 Mn |
| Apr 1, 2023 | -39.30 Mn |
| Dec 31, 2022 | -31.70 Mn |
| Oct 1, 2022 | -400,000.00 |
| Jul 2, 2022 | 34.70 Mn |
| Apr 2, 2022 | 26.00 Mn |
| Jan 1, 2022 | 56.70 Mn |
| Oct 2, 2021 | 81.50 Mn |
Lumentum Holdings Profit After Tax 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=profit-after-tax&ticker=LITE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "profit-after-tax", "ticker": "LITE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=profit-after-tax&ticker=LITE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();