Willis Towers Watson (WTW) Change in Receivables (2009 - 2026)
Willis Towers Watson's (WTW) quarterly Change in Receivables came in at -$46.0 million in Q2 2026, up 26.98% on a YoY basis from -$36.2 million in Q2 2025, and up 38.67% quarter-over-quarter from -$75.0 million in Q1 2026.
Willis Towers Watson (WTW) Change in Receivables (2009 - 2026) Analysis & Trends
Willis Towers Watson (WTW) has reported Change in Receivables for 18 consecutive years, with -$46.0 million the latest figure, recorded in Q2 2026.
- For the quarter ending Q2 2026, Change in Receivables rose 26.98% year-over-year to -$46.0 million; the trailing twelve-month figure through Jun 2026 stood at $232.0 million (up 84.13% YoY), and the FY2025 full-year result was $128.0 million, down 45.06% from the prior year.
- Change in Receivables improved to -$46.0 million in Q2 2026 per WTW's latest filing, from -$75.0 million in the prior quarter.
- Across five years, Change in Receivables topped out at $510.0 million in Q4 2025 and bottomed at -$162.0 million in Q1 2025.
- Historically, Change in Receivables has averaged $35.2 million across 5 years, with a median of -$78.5 million in 2022.
- The sharpest annual moves came in 2024 and 2025: Change in Receivables jumped 85.71% in 2024, then sank 1160.0% in 2025.
- Over 5 years, Change in Receivables stood at $458.0 million in 2022, then grew by 1.97% to $467.0 million in 2023, then grew by 7.92% to $504.0 million in 2024, then gained by 1.19% to $510.0 million in 2025, then tumbled by 109.02% to -$46.0 million in 2026.
- According to Business Quant data, Change in Receivables over the past three periods registered -$46.0 million, -$75.0 million, and $510.0 million for Q2 2026, Q1 2026, and Q4 2025 respectively.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Change Receivables (Qtr) |
|---|---|---|---|---|---|
| 1 | Marsh & Mclennan Companies | 81.24 Bn | 69.29 Bn | 6.04 Bn | 581.00 Mn |
| 2 | Aon | 60.67 Bn | 59.43 Bn | - | 275.00 Mn |
| 3 | Arthur J. Gallagher | 59.09 Bn | 57.73 Bn | - | 80.00 Mn |
| 4 | Willis Towers Watson | 28.02 Bn | 26.44 Bn | 2.09 Bn | -46.00 Mn |
| 5 | Brown & Brown | 20.61 Bn | 19.72 Bn | 1.41 Bn | - |
| 6 | XChange TEC.INC | 11.95 Bn | 11.95 Bn | - | - |
| 7 | Erie Indemnity | 10.83 Bn | 10.48 Bn | - | - |
| 8 | Ryan Specialty Holdings | 9.82 Bn | 10.19 Bn | - | 132.63 Mn |
| 9 | Hagerty | 4.67 Bn | 4.81 Bn | 244.11 Mn | - |
| 10 | Baldwin Insurance | 4.45 Bn | 4.81 Bn | - | -9.53 Mn |
Historic Data
| Date | Value |
|---|---|
| Jun 30, 2026 | -46.00 Mn |
| Mar 31, 2026 | -75.00 Mn |
| Dec 31, 2025 | 510.00 Mn |
| Sep 30, 2025 | -157.00 Mn |
| Jun 30, 2025 | -63.00 Mn |
| Mar 31, 2025 | -162.00 Mn |
| Dec 31, 2024 | 504.00 Mn |
| Sep 30, 2024 | -153.00 Mn |
| Jun 30, 2024 | -5.00 Mn |
| Mar 31, 2024 | -113.00 Mn |
| Dec 31, 2023 | 467.00 Mn |
| Sep 30, 2023 | -97.00 Mn |
| Jun 30, 2023 | -35.00 Mn |
| Mar 31, 2023 | -129.00 Mn |
| Dec 31, 2022 | 458.00 Mn |
| Sep 30, 2022 | -90.00 Mn |
| Jun 30, 2022 | -98.00 Mn |
| Mar 31, 2022 | -82.00 Mn |
| Dec 31, 2021 | 309.00 Mn |
| Sep 30, 2021 | -214.00 Mn |
Willis Towers Watson Change in Receivables 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=change-in-receivables&ticker=WTW&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "change-in-receivables", "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=change-in-receivables&ticker=WTW&period=max&api_key=YOUR_API_KEY");
const data = await res.json();