Arch Capital (ACGL) Deferred Taxes (2023 - 2026)
Arch Capital's (ACGL) quarterly Deferred Taxes came in at -$59.0 million in Q2 2026, up 26.25% on a YoY basis from -$46.7 million in Q2 2025, and down 195.0% quarter-over-quarter from -$20.0 million in Q1 2026.
Arch Capital (ACGL) Deferred Taxes (2023 - 2026) Analysis & Trends
Arch Capital (ACGL) has reported Deferred Taxes for 4 consecutive years, with -$59.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Deferred Taxes rose 26.25% year-over-year to -$59.0 million; the trailing twelve-month figure through Jun 2026 stood at -$144.0 million (down 396.55% YoY), and the FY2025 full-year result was -$174.0 million, down 597.14% from the prior year.
- Deferred Taxes slipped to -$59.0 million in Q2 2026 per ACGL's latest filing, from -$20.0 million in the prior quarter.
- Across five years, Deferred Taxes topped out at $1.2 billion in Q4 2023 and bottomed at -$80.0 million in Q2 2025.
- Historically, Deferred Taxes has averaged $67.4 million across 4 years, with a median of -$22.5 million in 2023.
- The sharpest annual moves came in 2025 and 2026: Deferred Taxes tumbled 280.95% in 2025, then soared 31.03% in 2026.
- Over 4 years, Deferred Taxes stood at $1.2 billion in 2023, then plunged by 92.01% to $96.0 million in 2024, then tumbled by 119.79% to -$19.0 million in 2025, then slumped by 210.53% to -$59.0 million in 2026.
- According to Business Quant data, Deferred Taxes over the past three periods registered -$59.0 million, -$20.0 million, and -$19.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (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 | -174.00 Mn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | - |
| 4 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | -58.00 Mn |
| 5 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | - |
| 6 | Aflac | 57.57 Bn | -45.43 Bn | 2.27 Bn | - |
| 7 | Fairfax Financial Holdings | 48.63 Bn | 53.34 Bn | - | -147.20 Mn |
| 8 | American International | 39.46 Bn | 1.67 Bn | 3.50 Bn | - |
| 9 | Hartford Insurance | 34.91 Bn | 18.60 Bn | 3.18 Bn | 508.00 Mn |
| 10 | Arch Capital | 32.40 Bn | 31.29 Bn | 2.47 Bn | -59.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -59.00 Mn |
| Mar 31, 2026 | -20.00 Mn |
| Dec 31, 2025 | -19.00 Mn |
| Sep 30, 2025 | -46.00 Mn |
| Jun 30, 2025 | -80.00 Mn |
| Mar 31, 2025 | -29.00 Mn |
| Dec 31, 2024 | 96.00 Mn |
| Sep 30, 2024 | -16.00 Mn |
| Jun 30, 2024 | -21.00 Mn |
| Mar 31, 2024 | -24.00 Mn |
| Dec 31, 2023 | 1.20 Bn |
| Sep 30, 2023 | 18.00 Mn |
| Jun 30, 2023 | -24.00 Mn |
| Mar 31, 2023 | -34.00 Mn |
Arch Capital Deferred Taxes 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=deferred-taxes&ticker=ACGL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "ticker": "ACGL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=deferred-taxes&ticker=ACGL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();