Arrow Electronics (ARW) Deferred Taxes (2009 - 2026)
Arrow Electronics' (ARW) quarterly Deferred Taxes came in at $2.6 million in Q3 2026, down 76.12% year-over-year from $11.1 million in Q3 2025, and down 72.84% quarter-over-quarter from $9.8 million in Q2 2026.
Arrow Electronics (ARW) Deferred Taxes (2009 - 2026) Analysis & Trends
Arrow Electronics has disclosed Deferred Taxes across 18 years of filings, most recently posting $2.6 million for Q3 2026.
- In Q3 2026, Deferred Taxes fell 76.12% year-over-year to $2.6 million; the TTM figure through Jul 2026 stood at -$29.0 million (up 66.72% YoY), while the FY2025 annual figure was -$36.2 million, up 63.77% from the prior year.
- Deferred Taxes came in at $2.6 million for Q3 2026 at Arrow Electronics, down from $9.8 million in the prior quarter.
- In the past five years, Deferred Taxes ranged from a high of $11.1 million in Q2 2025 to a low of -$79.6 million in Q4 2024.
- Average Deferred Taxes over 5 years is -$14.3 million, with a median of -$6.7 million recorded in 2023.
- Year-over-year, Deferred Taxes soared 400.26% in 2022 and sank 656.95% in 2023.
- Over 5 years, Deferred Taxes stood at -$41.1 million in 2022, then rose by 0.45% to -$40.9 million in 2023, then plunged by 94.37% to -$79.6 million in 2024, then surged by 48.02% to -$41.4 million in 2025, then surged by 106.4% to $2.6 million in 2026.
- Per Business Quant data, the three most recent Deferred Taxes figures were $2.6 million in Q3 2026, $9.8 million in Q2 2026, and -$41.4 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Deferred Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Investview | 47.95 Bn | 47.95 Bn | -199,485.00 | - |
| 2 | Infosys | 43.60 Bn | 43.65 Bn | 1.60 Bn | -1.03 Bn |
| 3 | Cognizant Technology Solutions | 26.73 Bn | 25.68 Bn | 1.83 Bn | 8.00 Mn |
| 4 | Td Synnex | 23.02 Bn | 21.93 Bn | 1.34 Bn | - |
| 5 | Cdw | 18.31 Bn | 17.95 Bn | 1.32 Bn | 4.70 Mn |
| 6 | Cgi | 13.55 Bn | 12.97 Bn | - | 3.96 Mn |
| 7 | Arrow Electronics | 11.54 Bn | 11.37 Bn | 1.13 Bn | 2.65 Mn |
| 8 | Avnet | 8.30 Bn | 8.15 Bn | 865.03 Mn | -27.39 Mn |
| 9 | Ingram Micro Holding | 6.43 Bn | 5.62 Bn | 958.68 Mn | 10.81 Mn |
| 10 | EPAM Systems | 5.68 Bn | 4.89 Bn | 429.57 Mn | -14.43 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 4, 2026 | 2.65 Mn |
| Apr 4, 2026 | 9.75 Mn |
| Dec 31, 2025 | -41.37 Mn |
| Sep 27, 2025 | -66,000.00 |
| Jun 28, 2025 | 11.09 Mn |
| Mar 29, 2025 | -5.84 Mn |
| Dec 31, 2024 | -79.58 Mn |
| Sep 28, 2024 | -12.89 Mn |
| Jun 29, 2024 | -4.60 Mn |
| Mar 30, 2024 | -2.80 Mn |
| Dec 31, 2023 | -40.94 Mn |
| Sep 30, 2023 | -19.64 Mn |
| Jul 1, 2023 | -25.87 Mn |
| Apr 1, 2023 | -7.53 Mn |
| Dec 31, 2022 | -41.13 Mn |
| Oct 1, 2022 | 8.15 Mn |
| Jul 2, 2022 | -8.04 Mn |
| Apr 2, 2022 | 1.35 Mn |
| Dec 31, 2021 | 16.13 Mn |
| Oct 2, 2021 | -2.72 Mn |
Arrow Electronics 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=ARW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "ticker": "ARW", "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=ARW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();