Extra Space Storage (EXR) Other Operating Expenses (2009 - 2025)
Extra Space Storage's (EXR) quarterly Other Operating Expenses came in at -$6.1 million in Q4 2025, down 116.12% year-over-year from $37.7 million in Q4 2024, and up 94.22% quarter-over-quarter from -$105.1 million in Q3 2025.
Extra Space Storage (EXR) Other Operating Expenses (2009 - 2025) Analysis & Trends
Extra Space Storage (EXR) has reported Other Operating Expenses for 17 consecutive years, with -$6.1 million the latest figure, recorded in Q4 2025.
- On a quarterly basis, Other Operating Expenses fell 116.12% year-over-year to -$6.1 million in Q4 2025; TTM through Jun 2026 was -$111.2 million, a 274.72% decrease from a year earlier, with the FY2025 full-year figure at -$76.3 million, down 194.56% from the prior year.
- Other Operating Expenses was -$6.1 million for Q4 2025 at Extra Space Storage, up from -$105.1 million in the prior quarter.
- Over five years, Other Operating Expenses peaked at $204.7 million in Q1 2023 and troughed at -$105.1 million in Q3 2025.
- A 5-year average of $23.4 million and a median of $14.2 million in 2022 frame the typical range for Other Operating Expenses.
- The widest YoY moves for Other Operating Expenses: up 98.42% in 2025, down 1073.17% in 2025.
- Over 5 years, Other Operating Expenses stood at $76.9 million in 2021, then tumbled by 81.47% to $14.2 million in 2022, then soared by 1336.91% to $204.7 million in 2023, then sank by 81.58% to $37.7 million in 2024, then tumbled by 116.12% to -$6.1 million in 2025.
- The last three Other Operating Expenses figures came in at -$6.1 million (Q4 2025), -$105.1 million (Q3 2025), and -$864000.0 (Q2 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) |
|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn |
Historic Data
| Date | Value |
|---|---|
| Dec 31, 2025 | -6.08 Mn |
| Sep 30, 2025 | -105.13 Mn |
| Jun 30, 2025 | -864,000.00 |
| Mar 31, 2025 | 35.76 Mn |
| Dec 31, 2024 | 37.71 Mn |
| Sep 30, 2024 | -8.96 Mn |
| Jun 30, 2024 | -54.66 Mn |
| Mar 31, 2023 | 204.75 Mn |
| Jun 30, 2022 | 14.25 Mn |
| Dec 31, 2021 | 76.88 Mn |
| Mar 31, 2021 | 63.88 Mn |
| Dec 31, 2020 | 151.46 Mn |
| Dec 31, 2019 | 150.29 Mn |
| Jun 30, 2019 | 1.21 Mn |
| Mar 31, 2019 | 140.39 Mn |
| Sep 30, 2018 | 30.81 Mn |
| Mar 31, 2018 | 130.11 Mn |
| Dec 31, 2017 | 118.81 Mn |
| Jun 30, 2017 | -6.02 Mn |
| Dec 31, 2016 | -1.35 Mn |
Extra Space Storage 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=EXR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "other-operating-expenses", "ticker": "EXR", "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=EXR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();