ArcelorMittal (MT) Deferred Taxes (2009 - 2026)
ArcelorMittal's (MT) quarterly Deferred Taxes came in at $142.0 million in Q2 2026, down 2.74% on a YoY basis from $146.0 million in Q2 2025, and up 7200.0% quarter-over-quarter from -$2.0 million in Q1 2026.
ArcelorMittal (MT) Deferred Taxes (2009 - 2026) Analysis & Trends
ArcelorMittal (MT) has reported Deferred Taxes for 18 consecutive years, with $142.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Deferred Taxes fell 2.74% year-over-year to $142.0 million; the trailing twelve-month figure through Jun 2026 stood at -$237.0 million (down 135.27% YoY), and the FY2025 full-year result was $359.0 million, down 76.61% from the prior year.
- Deferred Taxes rose to $142.0 million in Q2 2026 per MT's latest filing, from -$2.0 million in the prior quarter.
- Across five years, Deferred Taxes topped out at $387.0 million in Q4 2024 and bottomed at -$582.0 million in Q4 2023.
- Historically, Deferred Taxes has averaged -$40.3 million across 5 years, with a median of -$41.5 million in 2022.
- The sharpest annual moves came in 2023 and 2024: Deferred Taxes slumped 361.9% in 2023, then soared 1610.0% in 2024.
- Over 5 years, Deferred Taxes stood at -$126.0 million in 2022, then slumped by 361.9% to -$582.0 million in 2023, then surged by 166.49% to $387.0 million in 2024, then tumbled by 181.91% to -$317.0 million in 2025, then soared by 144.79% to $142.0 million in 2026.
- According to Business Quant data, Deferred Taxes over the past three periods registered $142.0 million, -$2.0 million, and -$317.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 | Rio Tinto | 186.21 Bn | 152.34 Bn | - | - |
| 2 | Southern Copper | 170.20 Bn | 149.06 Bn | 2.90 Bn | 16.20 Mn |
| 3 | Newmont | 127.93 Bn | 96.10 Bn | 4.03 Bn | -101.00 Mn |
| 4 | Ternium | 111.02 Bn | 76.07 Bn | 941.02 Mn | - |
| 5 | Freeport-Mcmoran | 103.81 Bn | 99.96 Bn | 2.19 Bn | 16.00 Mn |
| 6 | Agnico Eagle Mines | 97.22 Bn | 97.22 Bn | 2.43 Bn | - |
| 7 | Barrick Mining | 71.84 Bn | 56.58 Bn | 2.90 Bn | 732.00 Mn |
| 8 | Nucor | 56.10 Bn | 46.64 Bn | 2.03 Bn | -27.00 Mn |
| 9 | ArcelorMittal | 53.80 Bn | 34.82 Bn | - | 142.00 Mn |
| 10 | AngloGold Ashanti | 50.01 Bn | 39.68 Bn | 1.70 Bn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 142.00 Mn |
| Mar 31, 2026 | -2.00 Mn |
| Dec 31, 2025 | -317.00 Mn |
| Sep 30, 2025 | -60.00 Mn |
| Jun 30, 2025 | 146.00 Mn |
| Mar 31, 2025 | -12.00 Mn |
| Dec 31, 2024 | 387.00 Mn |
| Sep 30, 2024 | 151.00 Mn |
| Jun 30, 2024 | 96.00 Mn |
| Mar 31, 2024 | -124.00 Mn |
| Dec 31, 2023 | -582.00 Mn |
| Sep 30, 2023 | -10.00 Mn |
| Jun 30, 2023 | -85.00 Mn |
| Mar 31, 2023 | -93.00 Mn |
| Dec 31, 2022 | -126.00 Mn |
| Sep 30, 2022 | -23.00 Mn |
| Jun 30, 2022 | -74.00 Mn |
| Mar 31, 2022 | -140.00 Mn |
| Dec 31, 2021 | -46.00 Mn |
| Sep 30, 2021 | -56.00 Mn |
ArcelorMittal 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=MT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "deferred-taxes", "ticker": "MT", "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=MT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();