M&T Bank Corp (MTB-PK) Loans - Loss Allowance (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Loans - Loss Allowance came in at $2.2 billion in Q2 2026, down 0.96% year-over-year from $2.2 billion in Q2 2025, and up 1.87% quarter-over-quarter from $2.1 billion in Q1 2026.
M&T Bank Corp (MTB-PK) Loans - Loss Allowance (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Loans - Loss Allowance across 18 years of filings, most recently posting $2.2 billion for Q2 2026.
- In Q2 2026, Loans - Loss Allowance fell 0.96% year-over-year to $2.2 billion; the TTM figure through Jun 2026 stood at $2.2 billion (down 0.96% YoY), while the FY2025 annual figure was $2.1 billion, down 3.11% from the prior year.
- Loans - Loss Allowance came in at $2.2 billion for Q2 2026 at M&T Bank, up from $2.1 billion in the prior quarter.
- In the past five years, Loans - Loss Allowance ranged from a high of $2.2 billion in Q2 2024 to a low of $1.5 billion in Q1 2022.
- Average Loans - Loss Allowance over 5 years is $2.1 billion, with a median of $2.1 billion recorded in 2023.
- Year-over-year, Loans - Loss Allowance declined 10.01% in 2022 and surged 34.14% in 2023.
- Over 5 years, Loans - Loss Allowance stood at $1.9 billion in 2022, then advanced by 10.6% to $2.1 billion in 2023, then gained by 2.58% to $2.2 billion in 2024, then retreated by 3.11% to $2.1 billion in 2025, then grew by 2.84% to $2.2 billion in 2026.
- Per Business Quant data, the three most recent Loans - Loss Allowance figures were $2.2 billion in Q2 2026, $2.1 billion in Q1 2026, and $2.1 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.18 Bn |
| Mar 31, 2026 | 2.14 Bn |
| Dec 31, 2025 | 2.12 Bn |
| Sep 30, 2025 | 2.16 Bn |
| Jun 30, 2025 | 2.20 Bn |
| Mar 31, 2025 | 2.20 Bn |
| Dec 31, 2024 | 2.18 Bn |
| Sep 30, 2024 | 2.20 Bn |
| Jun 30, 2024 | 2.20 Bn |
| Mar 31, 2024 | 2.19 Bn |
| Dec 31, 2023 | 2.13 Bn |
| Sep 30, 2023 | 2.05 Bn |
| Jun 30, 2023 | 2.00 Bn |
| Mar 31, 2023 | 1.98 Bn |
| Dec 31, 2022 | 1.93 Bn |
| Sep 30, 2022 | 1.88 Bn |
| Jun 30, 2022 | 1.82 Bn |
| Mar 31, 2022 | 1.47 Bn |
| Dec 31, 2021 | 1.47 Bn |
| Sep 30, 2021 | 1.52 Bn |
M&T Bank Corp Loans - Loss Allowance 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=loans-loss-allowance&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "loans-loss-allowance", "ticker": "MTB-PK", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/historic?slug=loans-loss-allowance&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();