Progressive (PGR) Cash from Operations (2012 - 2026)
Progressive's (PGR) quarterly Cash from Operations came in at $3.6 billion in Q2 2026, down 10.72% year-over-year from $4.0 billion in Q2 2025, and down 17.4% quarter-over-quarter from $4.4 billion in Q1 2026.
Progressive (PGR) Cash from Operations (2012 - 2026) Analysis & Trends
Progressive (PGR) has reported Cash from Operations for 15 consecutive years, with $3.6 billion the latest figure, recorded in Q2 2026.
- On a quarterly basis, Cash from Operations fell 10.72% year-over-year to $3.6 billion in Q2 2026; TTM through Jun 2026 was $16.3 billion, a 2.74% decrease from a year earlier, with the FY2025 full-year figure at $17.5 billion, up 16.07% from the prior year.
- Cash from Operations was $3.6 billion for Q2 2026 at Progressive, down from $4.4 billion in the prior quarter.
- Over five years, Cash from Operations peaked at $5.2 billion in Q3 2025 and troughed at $929.8 million in Q4 2022.
- A 5-year average of $3.2 billion and a median of $3.2 billion in 2024 frame the typical range for Cash from Operations.
- Across the five-year window, Cash from Operations slumped 40.2% in 2022 and jumped 162.1% in 2023, its largest moves.
- Over 5 years, Cash from Operations stood at $929.8 million in 2022, then surged by 162.1% to $2.4 billion in 2023, then increased by 23.43% to $3.0 billion in 2024, then climbed by 5.39% to $3.2 billion in 2025, then gained by 13.79% to $3.6 billion in 2026.
- The last three Cash from Operations figures came in at $3.6 billion (Q2 2026), $4.4 billion (Q1 2026), and $3.2 billion (Q4 2025), per Business Quant data.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Ops. (Qtr) |
|---|---|---|---|---|---|
| 1 | Berkshire Hathaway | 1,085.11 Bn | 760.40 Bn | 55.86 Bn | 11.22 Bn |
| 2 | Chubb | 129.51 Bn | 121.21 Bn | 9.13 Bn | 3.73 Bn |
| 3 | Progressive | 120.30 Bn | 115.30 Bn | 9.04 Bn | 3.61 Bn |
| 4 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 1.52 Bn |
| 5 | Travelers Companies | 75.54 Bn | 51.79 Bn | 6.23 Bn | 1.92 Bn |
| 6 | Manulife Financial | 75.22 Bn | 76.43 Bn | - | 3.00 Bn |
| 7 | Metlife | 61.21 Bn | 34.19 Bn | 7.82 Bn | 2.23 Bn |
| 8 | Aon | 60.67 Bn | 59.43 Bn | - | 556.00 Mn |
| 9 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 10.00 Mn |
| 10 | Allstate | 58.28 Bn | 19.52 Bn | 16.28 Bn | 2.63 Bn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | 3.61 Bn |
| Mar 31, 2026 | 4.37 Bn |
| Dec 31, 2025 | 3.17 Bn |
| Sep 30, 2025 | 5.20 Bn |
| Jun 30, 2025 | 4.04 Bn |
| Mar 31, 2025 | 5.14 Bn |
| Dec 31, 2024 | 3.01 Bn |
| Sep 30, 2024 | 4.61 Bn |
| Jun 30, 2024 | 3.27 Bn |
| Mar 31, 2024 | 4.24 Bn |
| Dec 31, 2023 | 2.44 Bn |
| Sep 30, 2023 | 3.42 Bn |
| Jun 30, 2023 | 2.34 Bn |
| Mar 31, 2023 | 2.45 Bn |
| Dec 31, 2022 | 929.80 Mn |
| Sep 30, 2022 | 2.03 Bn |
| Jun 30, 2022 | 1.39 Bn |
| Mar 31, 2022 | 2.50 Bn |
| Dec 31, 2021 | 452.10 Mn |
| Sep 30, 2021 | 2.37 Bn |
Progressive 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=PGR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-operations", "ticker": "PGR", "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=PGR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();