LG Display (LPL) Goodwill (2016 - 2025)
LG Display's (LPL) quarterly Goodwill came in at -$32.2 million in Q4 2025, up 97.72% year-over-year from -$16.3 million in Q4 2024, and up 97.72% quarter-over-quarter from -$1.4 billion in Q4 2024.
LG Display (LPL) Goodwill (2016 - 2025) Analysis & Trends
LG Display (LPL) has reported Goodwill for 6 consecutive years, with -$32.2 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Goodwill rose 97.72% year-over-year to -$32.2 million in Q4 2025; TTM through Dec 2025 was -$32.2 million, a 97.72% increase from a year earlier, with the FY2025 full-year figure at -$32.2 million, up 97.72% from the prior year.
- Goodwill was -$32.2 million for Q4 2025 at LG Display, up from -$1.4 billion in the prior quarter.
- Over five years, Goodwill peaked at $11.2 billion in Q4 2023 and troughed at -$1.4 billion in Q4 2024.
- A 3-year average of $3.3 billion and a median of -$32.2 million in 2025 frame the typical range for Goodwill.
- Across the five-year window, Goodwill slumped 112.58% in 2024 and soared 97.72% in 2025, its largest moves.
- Over 3 years, Goodwill stood at $11.2 billion in 2023, then tumbled by 112.58% to -$1.4 billion in 2024, then soared by 97.72% to -$32.2 million in 2025.
- The last three Goodwill figures came in at -$32.2 million (Q4 2025), -$1.4 billion (Q4 2024), and $11.2 billion (Q4 2023), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Lumentum Holdings | 82.48 Bn | 79.74 Bn | 477.30 Mn |
| 2 | Coherent | 62.13 Bn | 60.48 Bn | 787.08 Mn |
| 3 | Zebra Technologies | 16.40 Bn | 16.24 Bn | 825.00 Mn |
| 4 | Littelfuse | 10.36 Bn | 9.73 Bn | 306.06 Mn |
| 5 | Vishay Intertechnology | 4.59 Bn | 3.29 Bn | 207.38 Mn |
| 6 | Knowles | 3.04 Bn | 2.99 Bn | 74.60 Mn |
| 7 | LG Display | 2.90 Bn | 2.73 Bn | 509.35 Mn |
| 8 | Hesai | 2.58 Bn | 1.60 Bn | 50.88 Mn |
| 9 | Bel Fuse | 2.45 Bn | 2.25 Bn | 83.97 Mn |
| 10 | Ouster | 2.40 Bn | 2.14 Bn | 26.69 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -32.22 Mn |
| Dec 31, 2024 | -1.41 Bn |
| Dec 31, 2023 | 11.21 Bn |
| Dec 31, 2018 | 2.31 Bn |
| Dec 31, 2017 | 2.35 Bn |
| Dec 31, 2016 | 1.35 Bn |
LG Display Goodwill 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=goodwill&ticker=LPL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "ticker": "LPL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=goodwill&ticker=LPL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();