Public Storage (PSA) Tax Provisions (2023 - 2026)
Public Storage (PSA) posted Tax Provisions of $2.7 million for Q2 2026, up 73.1% on a QoQ basis from $1.6 million in Q1 2026, and down 16.17% year-over-year from $3.2 million in Q2 2025.
Public Storage (PSA) Tax Provisions (2023 - 2026) Analysis & Trends
Public Storage has reported Tax Provisions for 4 years, with the latest figure at $2.7 million in Q2 2026.
- On a quarterly basis, Tax Provisions fell 16.17% year-over-year to $2.7 million in Q2 2026; TTM through Jun 2026 was -$7.6 million, a 231.62% decrease from a year earlier, with the FY2025 full-year figure at -$7.2 million, down 254.81% from the prior year.
- Tax Provisions was $2.7 million for Q2 2026 at Public Storage, up from $1.6 million in the prior quarter.
- The five-year high for Tax Provisions was $3.2 million in Q2 2025, with the low at -$14.7 million in Q4 2025.
- Average Tax Provisions over 4 years is $896214.3, with a median of $2.4 million recorded in 2023.
- The largest YoY upside for Tax Provisions was 56.14% in 2025 against a maximum downside of 972.47% in 2025.
- Over 4 years, Tax Provisions stood at $2.4 million in 2023, then slumped by 158.08% to -$1.4 million in 2024, then slumped by 972.47% to -$14.7 million in 2025, then surged by 118.44% to $2.7 million in 2026.
- The last three Tax Provisions figures came in at $2.7 million (Q2 2026), $1.6 million (Q1 2026), and -$14.7 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Taxes (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | -61.98 Mn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 108.17 Mn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | -6.80 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 25.81 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 2.72 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | -25.62 Mn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 12.07 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | -461,000.00 |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 411,000.00 |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | - |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.72 Mn |
| Mar 31, 2026 | 1.57 Mn |
| Dec 31, 2025 | -14.73 Mn |
| Sep 30, 2025 | 2.83 Mn |
| Jun 30, 2025 | 3.24 Mn |
| Mar 31, 2025 | 1.43 Mn |
| Dec 31, 2024 | -1.37 Mn |
| Sep 30, 2024 | 2.49 Mn |
| Jun 30, 2024 | 2.08 Mn |
| Mar 31, 2024 | 1.48 Mn |
| Dec 31, 2023 | 2.36 Mn |
| Sep 30, 2023 | 2.83 Mn |
| Jun 30, 2023 | 2.52 Mn |
| Mar 31, 2023 | 3.11 Mn |
Public Storage Tax Provisions 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-provisions&ticker=PSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "tax-provisions", "ticker": "PSA", "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-provisions&ticker=PSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();