Marsh & Mclennan Companies (MRSH) Cash from Investing Activities (2009 - 2026)
Marsh & Mclennan Companies' (MRSH) quarterly Cash from Investing Activities came in at -$161.0 million in Q2 2026, down 33.06% on a YoY basis from -$240.5 million in Q2 2025, and down 54.81% quarter-over-quarter from -$104.0 million in Q1 2026.
Marsh & Mclennan Companies (MRSH) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Marsh & Mclennan Companies (MRSH) has reported Cash from Investing Activities for 18 consecutive years, with -$161.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Investing Activities fell 33.06% year-over-year to -$161.0 million; the trailing twelve-month figure through Jun 2026 stood at -$1.0 billion (up 87.52% YoY), and the FY2025 full-year result was -$845.0 million, up 90.42% from the prior year.
- Cash from Investing Activities eased to -$161.0 million in Q2 2026 per MRSH's latest filing, from -$104.0 million in the prior quarter.
- Across five years, Cash from Investing Activities topped out at $26.0 million in Q1 2025 and bottomed at -$7.6 billion in Q4 2024.
- Historically, Cash from Investing Activities has averaged -$677.7 million across 5 years, with a median of -$297.5 million in 2023.
- The sharpest annual moves came in 2024 and 2025: Cash from Investing Activities sank 1512.87% in 2024, then jumped 107.07% in 2025.
- Over 5 years, Cash from Investing Activities stood at -$487.0 million in 2022, then advanced by 2.67% to -$474.0 million in 2023, then tumbled by 1512.87% to -$7.6 billion in 2024, then soared by 93.16% to -$523.0 million in 2025, then soared by 69.22% to -$161.0 million in 2026.
- According to Business Quant data, Cash from Investing Activities over the past three periods registered -$161.0 million, -$104.0 million, and -$523.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -161.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | -49.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | -353.00 Mn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -336.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | -33.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | -145.93 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | -18.72 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | -42.78 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | -29.66 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -161.00 Mn |
| Mar 31, 2026 | -104.00 Mn |
| Dec 31, 2025 | -523.00 Mn |
| Sep 30, 2025 | -227.00 Mn |
| Jun 30, 2025 | -121.00 Mn |
| Mar 31, 2025 | 26.00 Mn |
| Dec 31, 2024 | -7.65 Bn |
| Sep 30, 2024 | -393.00 Mn |
| Jun 30, 2024 | -415.00 Mn |
| Mar 31, 2024 | -368.00 Mn |
| Dec 31, 2023 | -474.00 Mn |
| Sep 30, 2023 | -442.00 Mn |
| Jun 30, 2023 | -133.00 Mn |
| Mar 31, 2023 | -368.00 Mn |
| Dec 31, 2022 | -487.00 Mn |
| Sep 30, 2022 | -105.00 Mn |
| Jun 30, 2022 | -99.00 Mn |
| Mar 31, 2022 | -159.00 Mn |
| Dec 31, 2021 | -592.00 Mn |
| Sep 30, 2021 | -148.00 Mn |
Marsh & Mclennan Companies Cash from Investing Activities 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-investing-activities&ticker=MRSH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "MRSH", "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-investing-activities&ticker=MRSH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();