Public Storage (PSA) Cash from Operations (2009 - 2026)
Public Storage (PSA) posted Cash from Operations of $868.4 million for Q2 2026, up 24.99% on a QoQ basis from $694.8 million in Q1 2026, and little changed year-over-year from $872.7 million in Q2 2025.
Public Storage (PSA) Cash from Operations (2009 - 2026) Analysis & Trends
Public Storage has reported Cash from Operations for 18 years, with the latest figure at $868.4 million in Q2 2026.
- On a quarterly basis, Cash from Operations changed 0.49% year-over-year to $868.4 million in Q2 2026; TTM through Jun 2026 was $3.2 billion, a 0.85% increase from a year earlier, with the FY2025 full-year figure at $3.2 billion, up 1.86% from the prior year.
- Cash from Operations was $868.4 million for Q2 2026 at Public Storage, up from $694.8 million in the prior quarter.
- The five-year high for Cash from Operations was $927.0 million in Q3 2022, with the low at $656.2 million in Q1 2022.
- Average Cash from Operations over 5 years is $791.2 million, with a median of $794.6 million recorded in 2022.
- The sharpest annual moves came in 2022 and 2024: Cash from Operations surged 35.48% in 2022, then slipped 8.78% in 2024.
- Over 5 years, Cash from Operations stood at $736.4 million in 2022, then rose by 7.51% to $791.7 million in 2023, then decreased by 2.91% to $768.6 million in 2024, then declined by 4.56% to $733.6 million in 2025, then advanced by 18.38% to $868.4 million in 2026.
- The last three Cash from Operations figures came in at $868.4 million (Q2 2026), $694.8 million (Q1 2026), and $733.6 million (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Welltower | 165.94 Bn | 165.00 Bn | 1.39 Bn | 1.00 Bn |
| 2 | Prologis | 126.84 Bn | 131.24 Bn | 2.41 Bn | - |
| 3 | Simon Property | 67.22 Bn | 68.48 Bn | 1.76 Bn | 1.20 Bn |
| 4 | Realty Income | 53.47 Bn | 55.85 Bn | - | 1.15 Bn |
| 5 | Public Storage | 50.86 Bn | 50.70 Bn | 1.20 Bn | 868.44 Mn |
| 6 | Ventas | 44.55 Bn | 44.86 Bn | 1.73 Bn | 556.55 Mn |
| 7 | Extra Space Storage | 28.52 Bn | 29.39 Bn | 642.43 Mn | 586.41 Mn |
| 8 | Vici Properties | 26.41 Bn | 25.98 Bn | 1.05 Bn | 728.18 Mn |
| 9 | Vivmark Residential | 23.37 Bn | 23.56 Bn | - | - |
| 10 | Invitation Homes | 16.02 Bn | 16.06 Bn | 705.34 Mn | 383.62 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 868.44 Mn |
| Mar 31, 2026 | 694.80 Mn |
| Dec 31, 2025 | 733.59 Mn |
| Sep 30, 2025 | 875.09 Mn |
| Jun 30, 2025 | 872.71 Mn |
| Mar 31, 2025 | 705.06 Mn |
| Dec 31, 2024 | 768.62 Mn |
| Sep 30, 2024 | 798.77 Mn |
| Jun 30, 2024 | 895.28 Mn |
| Mar 31, 2024 | 665.59 Mn |
| Dec 31, 2023 | 791.68 Mn |
| Sep 30, 2023 | 875.67 Mn |
| Jun 30, 2023 | 882.40 Mn |
| Mar 31, 2023 | 696.89 Mn |
| Dec 31, 2022 | 736.35 Mn |
| Sep 30, 2022 | 927.02 Mn |
| Jun 30, 2022 | 797.53 Mn |
| Mar 31, 2022 | 656.24 Mn |
| Dec 31, 2021 | 728.84 Mn |
| Sep 30, 2021 | 684.27 Mn |
Public Storage Cash from Operations 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=cash-from-operations&ticker=PSA&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "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=cash-from-operations&ticker=PSA&period=max&api_key=YOUR_API_KEY");
const data = await res.json();