M&T Bank Corp (MTB-PK) Other Operating Expenses (2009 - 2026)
M&T Bank's (MTB-PK) quarterly Other Operating Expenses came in at $1.1 billion in Q2 2026, little changed year-over-year from $1.1 billion in Q2 2025, and down 8.18% quarter-over-quarter from $1.2 billion in Q1 2026.
M&T Bank Corp (MTB-PK) Other Operating Expenses (2009 - 2026) Analysis & Trends
M&T Bank has disclosed Other Operating Expenses across 18 years of filings, most recently posting $1.1 billion for Q2 2026.
- In Q2 2026, Other Operating Expenses changed 0.19% year-over-year to $1.1 billion; the TTM figure through Jun 2026 stood at $4.4 billion (up 1.07% YoY), while the FY2025 annual figure was $4.4 billion, up 1.26% from the prior year.
- Other Operating Expenses came in at $1.1 billion for Q2 2026 at M&T Bank, down from $1.2 billion in the prior quarter.
- In the past five years, Other Operating Expenses ranged from a high of $1.2 billion in Q4 2023 to a low of $794.2 million in Q1 2022.
- Average Other Operating Expenses over 5 years is $1.1 billion, with a median of $1.1 billion recorded in 2025.
- Year-over-year, Other Operating Expenses jumped 66.86% in 2022 and retreated 10.69% in 2023.
- Over 5 years, Other Operating Expenses stood at $1.2 billion in 2022, then climbed by 3.26% to $1.2 billion in 2023, then retreated by 8.07% to $1.1 billion in 2024, then decreased by 0.54% to $1.1 billion in 2025, then declined by 3.0% to $1.1 billion in 2026.
- Per Business Quant data, the three most recent Other Operating Expenses figures were $1.1 billion in Q2 2026, $1.2 billion in Q1 2026, and $1.1 billion in Q4 2025.
Peer Comparison
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 1.07 Bn |
| Mar 31, 2026 | 1.16 Bn |
| Dec 31, 2025 | 1.10 Bn |
| Sep 30, 2025 | 1.10 Bn |
| Jun 30, 2025 | 1.07 Bn |
| Mar 31, 2025 | 1.15 Bn |
| Dec 31, 2024 | 1.11 Bn |
| Sep 30, 2024 | 1.06 Bn |
| Jun 30, 2024 | 1.05 Bn |
| Mar 31, 2024 | 1.15 Bn |
| Dec 31, 2023 | 1.20 Bn |
| Sep 30, 2023 | 1.04 Bn |
| Jun 30, 2023 | 1.06 Bn |
| Mar 31, 2023 | 1.13 Bn |
| Dec 31, 2022 | 1.16 Bn |
| Sep 30, 2022 | 1.06 Bn |
| Jun 30, 2022 | 1.18 Bn |
| Mar 31, 2022 | 794.21 Mn |
| Dec 31, 2021 | 765.96 Mn |
| Sep 30, 2021 | 745.81 Mn |
M&T Bank Corp Other Operating Expenses 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=other-operating-expenses&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "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=other-operating-expenses&ticker=MTB-PK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();