Public Storage (PSA) Income from Non-Controlling Interests (2010 - 2026)
Public Storage (PSA) posted Income from Non-Controlling Interests of $3.0 million for Q2 2026, down 4.0% on a QoQ basis from $3.1 million in Q1 2026, and little changed year-over-year from $3.0 million in Q2 2025.
Public Storage (PSA) Income from Non-Controlling Interests (2010 - 2026) Analysis & Trends
Public Storage has reported Income from Non-Controlling Interests for 17 years, with the latest figure at $3.0 million in Q2 2026.
- On a quarterly basis, Income from Non-Controlling Interests changed 0.47% year-over-year to $3.0 million in Q2 2026; TTM through Jun 2026 was $12.8 million, a 1.69% increase from a year earlier, with the FY2025 full-year figure at $12.7 million, up 2.3% from the prior year.
- Income from Non-Controlling Interests was $3.0 million for Q2 2026 at Public Storage, down from $3.1 million in the prior quarter.
- The five-year high for Income from Non-Controlling Interests was $9.2 million in Q3 2022, with the low at $2.4 million in Q1 2022.
- Average Income from Non-Controlling Interests over 5 years is $3.3 million, with a median of $3.0 million recorded in 2025.
- The sharpest annual moves came in 2022 and 2023: Income from Non-Controlling Interests soared 495.84% in 2022, then tumbled 63.47% in 2023.
- Over 5 years, Income from Non-Controlling Interests stood at $2.6 million in 2022, then increased by 1.2% to $2.6 million in 2023, then jumped by 44.11% to $3.8 million in 2024, then declined by 20.56% to $3.0 million in 2025, then declined by 0.13% to $3.0 million in 2026.
- The last three Income from Non-Controlling Interests figures came in at $3.0 million (Q2 2026), $3.1 million (Q1 2026), and $3.0 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Inc. Minority (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 17.97 Mn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | 61.76 Mn |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 490.78 Mn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 26.56 Mn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 2.98 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 1.65 Mn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 674,000.00 |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | 8.79 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | 2.50 Mn |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 678.35 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 2.98 Mn |
| Mar 31, 2026 | 3.10 Mn |
| Dec 31, 2025 | 2.98 Mn |
| Sep 30, 2025 | 3.71 Mn |
| Jun 30, 2025 | 2.99 Mn |
| Mar 31, 2025 | 3.00 Mn |
| Dec 31, 2024 | 3.75 Mn |
| Sep 30, 2024 | 2.81 Mn |
| Jun 30, 2024 | 3.08 Mn |
| Mar 31, 2024 | 2.75 Mn |
| Dec 31, 2023 | 2.61 Mn |
| Sep 30, 2023 | 3.35 Mn |
| Jun 30, 2023 | 3.14 Mn |
| Mar 31, 2023 | 2.71 Mn |
| Dec 31, 2022 | 2.57 Mn |
| Sep 30, 2022 | 9.16 Mn |
| Jun 30, 2022 | 3.04 Mn |
| Mar 31, 2022 | 2.35 Mn |
| Dec 31, 2021 | 2.31 Mn |
| Sep 30, 2021 | 1.54 Mn |
Public Storage Income from Non-Controlling Interests 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=income-from-non-controlling-interests&ticker=PSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "income-from-non-controlling-interests", "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=income-from-non-controlling-interests&ticker=PSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();