Extra Space Storage (EXR) Tax Rate (2009 - 2026)
Extra Space Storage's (EXR) quarterly Tax Rate came in at 4.45% in Q2 2026, down 6.0% year-over-year from 4.73% in Q2 2025, and up 1.87% quarter-over-quarter from 4.36% in Q1 2026.
Extra Space Storage (EXR) Tax Rate (2009 - 2026) Analysis & Trends
Extra Space Storage (EXR) has reported Tax Rate for 18 consecutive years, with 4.45% the latest figure, recorded in Q2 2026.
- On a quarterly basis, Tax Rate fell 6.0% year-over-year to 4.45% in Q2 2026; TTM through Jun 2026 was 4.72%, a 90.0% increase from a year earlier, with the FY2025 full-year figure at 4.42%, up 49.0% from the prior year.
- Tax Rate was 4.45% for Q2 2026 at Extra Space Storage, up from 4.36% in the prior quarter.
- Over five years, Tax Rate peaked at 7.43% in Q3 2025 and troughed at 1.48% in Q1 2022.
- A 5-year average of 3.56% and a median of 3.2% in 2024 frame the typical range for Tax Rate.
- Across the five-year window, Tax Rate plunged 89 bps in 2022 and jumped 236 bps in 2024, its largest moves.
- Over 5 years, Tax Rate stood at 2.53% in 2022, then slipped by 21 bps to 2.01% in 2023, then gained by 14 bps to 2.28% in 2024, then surged by 59 bps to 3.62% in 2025, then gained by 23 bps to 4.45% in 2026.
- The last three Tax Rate figures came in at 4.45% (Q2 2026), 4.36% (Q1 2026), and 3.62% (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Tax Rate (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -19.34% |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 8.78% |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -1.10% |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 6.51% |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 0.54% |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -47.23% |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 4.45% |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -0.09% |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 0.34% |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 4.45% |
| Mar 31, 2026 | 4.36% |
| Dec 31, 2025 | 3.62% |
| Sep 30, 2025 | 7.43% |
| Jun 30, 2025 | 4.51% |
| Mar 31, 2025 | 3.28% |
| Dec 31, 2024 | 2.28% |
| Sep 30, 2024 | 5.91% |
| Jun 30, 2024 | 5.24% |
| Mar 31, 2024 | 3.12% |
| Dec 31, 2023 | 2.01% |
| Sep 30, 2023 | 3.64% |
| Jun 30, 2023 | 2.88% |
| Mar 31, 2023 | 2.12% |
| Dec 31, 2022 | 2.53% |
| Sep 30, 2022 | 2.92% |
| Jun 30, 2022 | 2.31% |
| Mar 31, 2022 | 1.48% |
| Dec 31, 2021 | 1.43% |
| Sep 30, 2021 | 3.41% |
Extra Space Storage Tax Rate 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=tax-rate&ticker=EXR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-rate", "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=tax-rate&ticker=EXR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();