Extra Space Storage (EXR) Asset Utilization Ratio (2010 - 2026)
Extra Space Storage's (EXR) quarterly Asset Utilization Ratio came in at 0.12 in Q2 2026, up 3.46% year-over-year from 0.11 in Q2 2025, and little changed quarter-over-quarter from 0.12 in Q1 2026.
Extra Space Storage (EXR) Asset Utilization Ratio (2010 - 2026) Analysis & Trends
Extra Space Storage (EXR) has reported Asset Utilization Ratio for 17 consecutive years, with 0.12 the latest figure, recorded in Q2 2026.
- On a quarterly basis, Asset Utilization Ratio rose 3.46% year-over-year to 0.12 in Q2 2026; TTM through Jun 2026 was 0.12, a 3.46% increase from a year earlier, with the FY2025 full-year figure at 0.12, changed 0.48% from the prior year.
- Asset Utilization Ratio was 0.12 for Q2 2026 at Extra Space Storage, roughly flat from 0.12 in the prior quarter.
- Over five years, Asset Utilization Ratio peaked at 0.16 in Q2 2023 and troughed at 0.09 in Q4 2023.
- A 5-year average of 0.13 and a median of 0.12 in 2025 frame the typical range for Asset Utilization Ratio.
- Across the five-year window, Asset Utilization Ratio tumbled 42.01% in 2023 and gained 23.12% in 2024, its largest moves.
- Over 5 years, Asset Utilization Ratio stood at 0.16 in 2022, then plunged by 42.01% to 0.09 in 2023, then grew by 23.12% to 0.11 in 2024, then rose by 0.89% to 0.12 in 2025, then climbed by 1.57% to 0.12 in 2026.
- The last three Asset Utilization Ratio figures came in at 0.12 (Q2 2026), 0.12 (Q1 2026), and 0.12 (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 0.19 |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 0.09 |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 0.17 |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 0.08 |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 0.24 |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 0.22 |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 0.12 |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | 0.09 |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 0.15 |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 0.12 |
| Mar 31, 2026 | 0.12 |
| Dec 31, 2025 | 0.12 |
| Sep 30, 2025 | 0.11 |
| Jun 30, 2025 | 0.11 |
| Mar 31, 2025 | 0.11 |
| Dec 31, 2024 | 0.11 |
| Sep 30, 2024 | 0.12 |
| Jun 30, 2024 | 0.11 |
| Mar 31, 2024 | 0.10 |
| Dec 31, 2023 | 0.09 |
| Sep 30, 2023 | 0.11 |
| Jun 30, 2023 | 0.16 |
| Mar 31, 2023 | 0.16 |
| Dec 31, 2022 | 0.16 |
| Sep 30, 2022 | 0.16 |
| Jun 30, 2022 | 0.16 |
| Mar 31, 2022 | 0.16 |
| Dec 31, 2021 | 0.16 |
| Sep 30, 2021 | 0.16 |
Extra Space Storage Asset Utilization Ratio 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=asset-utilization-ratio&ticker=EXR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=EXR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();