Booking Holdings (BKNG) Asset Writedowns and Impairment (2016 - 2025)
Booking Holdings' (BKNG) quarterly Asset Writedowns and Impairment came in at $457.0 million in Q3 2025, up 357.0% quarter-over-quarter from $100.0 million in Q1 2020.
Booking Holdings (BKNG) Asset Writedowns and Impairment (2016 - 2025) Analysis & Trends
Booking Holdings (BKNG) has reported Asset Writedowns and Impairment for 12 consecutive years, with $457.0 million the latest figure, recorded in Q3 2025.
- For the quarter ending Q3 2025, Asset Writedowns and Impairment changed N/A year-over-year to $457.0 million; the trailing twelve-month figure through Dec 2025 stood at $457.0 million (changed N/A YoY), and the FY2025 full-year result was $457.0 million, changed N/A from the prior year.
- Asset Writedowns and Impairment improved to $457.0 million in Q3 2025 per BKNG's latest filing, from $100.0 million in the prior quarter.
- Across five years, Asset Writedowns and Impairment topped out at $457.0 million in Q3 2025 and bottomed at $457.0 million in Q3 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Alphabet | 4,144.46 Bn | 3,901.99 Bn | 73.85 Bn |
| 2 | Meta Platforms | 1,981.30 Bn | 1,683.82 Bn | 49.47 Bn |
| 3 | Netflix | 296.22 Bn | 256.42 Bn | 6.52 Bn |
| 4 | Alibaba Group Holding | 254.92 Bn | 72.79 Bn | 15.11 Bn |
| 5 | Shopify | 184.25 Bn | 161.43 Bn | 1.71 Bn |
| 6 | Uber Technologies | 142.00 Bn | 113.98 Bn | 6.38 Bn |
| 7 | Booking Holdings | 123.19 Bn | 56.24 Bn | - |
| 8 | PDD Holdings | 110.41 Bn | -141.52 Bn | 9.45 Bn |
| 9 | Spotify Technology | 104.89 Bn | 62.12 Bn | 1.86 Bn |
| 10 | AppLovin | 104.19 Bn | 94.23 Bn | 1.70 Bn |
Historic Data
| Date | Value |
|---|---|
| Sep 30, 2025 | 457.00 Mn |
| Sep 30, 2020 | 573.00 Mn |
| Mar 31, 2020 | 489.00 Mn |
| Dec 31, 2017 | 8.00 Mn |
| Dec 31, 2016 | -62.91 Mn |
| Sep 30, 2016 | 940.70 Mn |
| Jun 30, 2016 | 12.86 Mn |
| Mar 31, 2016 | 50.35 Mn |
Booking Holdings Asset Writedowns and Impairment 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=asset-writedowns-and-impairment&ticker=BKNG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-writedowns-and-impairment", "ticker": "BKNG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=asset-writedowns-and-impairment&ticker=BKNG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();