Allstate (ALL) Goodwill (2009 - 2026)
Allstate's (ALL) quarterly Goodwill came in at $3.1 billion in Q2 2026, little changed year-over-year from $3.1 billion in Q2 2025, and little changed quarter-over-quarter from $3.1 billion in Q1 2026.
Allstate (ALL) Goodwill (2009 - 2026) Analysis & Trends
Allstate (ALL) has reported Goodwill for 18 consecutive years, with $3.1 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Goodwill changed 0.0% year-over-year to $3.1 billion in Q2 2026; TTM through Jun 2026 was $3.1 billion, a 0.0% change from a year earlier, with the FY2025 full-year figure at $3.1 billion, down 3.91% from the prior year.
- Goodwill was $3.1 billion for Q2 2026 at Allstate, roughly flat from $3.1 billion in the prior quarter.
- Over five years, Goodwill peaked at $3.5 billion in Q3 2022 and troughed at $3.1 billion in Q1 2025.
- A 5-year average of $3.3 billion and a median of $3.5 billion in 2022 frame the typical range for Goodwill.
- Across the five-year window, Goodwill advanced 4.39% in 2022 and slipped 11.05% in 2025, its largest moves.
- Over 5 years, Goodwill stood at $3.5 billion in 2022, then changed by 0.0% to $3.5 billion in 2023, then slipped by 7.34% to $3.2 billion in 2024, then fell by 3.91% to $3.1 billion in 2025, then changed by 0.0% to $3.1 billion in 2026.
- The last three Goodwill figures came in at $3.1 billion (Q2 2026), $3.1 billion (Q1 2026), and $3.1 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn |
| 4 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - |
| 10 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.12 Bn |
| Mar 31, 2026 | 3.12 Bn |
| Dec 31, 2025 | 3.12 Bn |
| Sep 30, 2025 | 3.12 Bn |
| Jun 30, 2025 | 3.12 Bn |
| Mar 31, 2025 | 3.12 Bn |
| Dec 31, 2024 | 3.25 Bn |
| Sep 30, 2024 | 3.21 Bn |
| Jun 30, 2024 | 3.50 Bn |
| Mar 31, 2024 | 3.50 Bn |
| Dec 31, 2023 | 3.50 Bn |
| Sep 30, 2023 | 3.50 Bn |
| Jun 30, 2023 | 3.50 Bn |
| Mar 31, 2023 | 3.50 Bn |
| Dec 31, 2022 | 3.50 Bn |
| Sep 30, 2022 | 3.50 Bn |
| Jun 30, 2022 | 3.50 Bn |
| Mar 31, 2022 | 3.50 Bn |
| Dec 31, 2021 | 3.50 Bn |
| Sep 30, 2021 | 3.39 Bn |
Allstate 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=ALL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "goodwill", "ticker": "ALL", "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=ALL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();