Willis Towers Watson (WTW) Cash from Financing Activities (2009 - 2026)
Willis Towers Watson's (WTW) quarterly Cash from Financing Activities came in at -$408.0 million in Q2 2026, up 50.49% on a YoY basis from -$271.1 million in Q2 2025, and down 100.99% quarter-over-quarter from -$203.0 million in Q1 2026.
Willis Towers Watson (WTW) Cash from Financing Activities (2009 - 2026) Analysis & Trends
Willis Towers Watson (WTW) has reported Cash from Financing Activities for 18 consecutive years, with -$408.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Cash from Financing Activities rose 50.49% year-over-year to -$408.0 million; the trailing twelve-month figure through Jun 2026 stood at -$747.0 million (up 53.97% YoY), and the FY2025 full-year result was -$936.0 million, down 103.92% from the prior year.
- Cash from Financing Activities slipped to -$408.0 million in Q2 2026 per WTW's latest filing, from -$203.0 million in the prior quarter.
- Across five years, Cash from Financing Activities topped out at $1.6 billion in Q1 2024 and bottomed at -$2.6 billion in Q1 2022.
- Historically, Cash from Financing Activities has averaged -$369.5 million across 5 years, with a median of -$413.5 million in 2022.
- The sharpest annual moves came in 2024 and 2026: Cash from Financing Activities soared 443.49% in 2024, then slumped 945.83% in 2026.
- Over 5 years, Cash from Financing Activities stood at -$336.0 million in 2022, then slumped by 40.48% to -$472.0 million in 2023, then tumbled by 40.68% to -$664.0 million in 2024, then soared by 156.48% to $375.0 million in 2025, then sank by 208.8% to -$408.0 million in 2026.
- According to Business Quant data, Cash from Financing Activities over the past three periods registered -$408.0 million, -$203.0 million, and $375.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Financing (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | -800.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | -858.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 1.25 Bn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -408.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | -172.00 Mn |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | -54.71 Mn |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 3.97 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | -25.70 Mn |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | 138.67 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -408.00 Mn |
| Mar 31, 2026 | -203.00 Mn |
| Dec 31, 2025 | 375.00 Mn |
| Sep 30, 2025 | -511.00 Mn |
| Jun 30, 2025 | -824.00 Mn |
| Mar 31, 2025 | 24.00 Mn |
| Dec 31, 2024 | -664.00 Mn |
| Sep 30, 2024 | -159.00 Mn |
| Jun 30, 2024 | -1.19 Bn |
| Mar 31, 2024 | 1.56 Bn |
| Dec 31, 2023 | -472.00 Mn |
| Sep 30, 2023 | -615.00 Mn |
| Jun 30, 2023 | 340.00 Mn |
| Mar 31, 2023 | -453.00 Mn |
| Dec 31, 2022 | -336.00 Mn |
| Sep 30, 2022 | -419.00 Mn |
| Jun 30, 2022 | -110.00 Mn |
| Mar 31, 2022 | -2.58 Bn |
| Dec 31, 2021 | -858.00 Mn |
| Sep 30, 2021 | -1.19 Bn |
Willis Towers Watson Cash from Financing 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-financing-activities&ticker=WTW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-financing-activities", "ticker": "WTW", "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-financing-activities&ticker=WTW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();