Mohawk Industries (MHK) Cash from Investing Activities (2009 - 2026)
Mohawk Industries' (MHK) quarterly Cash from Investing Activities came in at -$85.0 million in Q3 2026, down 5.99% year-over-year from -$90.4 million in Q3 2025, and up 16.91% quarter-over-quarter from -$102.3 million in Q2 2026.
Mohawk Industries (MHK) Cash from Investing Activities (2009 - 2026) Analysis & Trends
Mohawk Industries has disclosed Cash from Investing Activities across 18 years of filings, most recently posting -$85.0 million for Q3 2026.
- In Q3 2026, Cash from Investing Activities fell 5.99% year-over-year to -$85.0 million; the TTM figure through Jul 2026 stood at -$459.9 million (down 3.23% YoY), while the FY2025 annual figure was -$441.9 million, up 2.75% from the prior year.
- Cash from Investing Activities came in at -$85.0 million for Q3 2026 at Mohawk Industries, up from -$102.3 million in the prior quarter.
- In the past five years, Cash from Investing Activities ranged from a high of $37.3 million in Q3 2023 to a low of -$639.9 million in Q2 2023.
- Average Cash from Investing Activities over 5 years is -$148.8 million, with a median of -$110.5 million recorded in 2022.
- Year-over-year, Cash from Investing Activities slumped 2311.84% in 2022 and surged 135.33% in 2023.
- Over 5 years, Cash from Investing Activities stood at -$250.9 million in 2022, then climbed by 4.24% to -$240.3 million in 2023, then soared by 33.08% to -$160.8 million in 2024, then declined by 22.08% to -$196.3 million in 2025, then soared by 56.7% to -$85.0 million in 2026.
- Per Business Quant data, the three most recent Cash from Investing Activities figures were -$85.0 million in Q3 2026, -$102.3 million in Q2 2026, and -$196.3 million in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Cash from Investing Activities (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | - |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | -1.05 Bn |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | -2.91 Bn |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | - |
| 5 | Bhp | 219.16 Bn | 200.62 Bn | - | - |
| 6 | Diageo | 208.21 Bn | 208.26 Bn | - | - |
| 7 | Rio Tinto | 188.09 Bn | 183.71 Bn | - | - |
| 8 | Ferrari | 151.21 Bn | 149.46 Bn | 1.18 Bn | -273.18 Mn |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | - |
| 10 | Mohawk Industries | 8.55 Bn | 7.70 Bn | 795.10 Mn | -85.00 Mn |
Historic Data
| Date | Value |
|---|---|
| Jul 4, 2026 | -85.00 Mn |
| Apr 4, 2026 | -102.30 Mn |
| Dec 31, 2025 | -196.30 Mn |
| Sep 27, 2025 | -76.30 Mn |
| Jun 28, 2025 | -80.20 Mn |
| Mar 29, 2025 | -89.10 Mn |
| Dec 31, 2024 | -160.80 Mn |
| Sep 28, 2024 | -115.40 Mn |
| Jun 29, 2024 | -91.40 Mn |
| Mar 30, 2024 | -86.80 Mn |
| Dec 31, 2023 | -240.30 Mn |
| Sep 30, 2023 | -127.40 Mn |
| Jul 1, 2023 | 37.30 Mn |
| Apr 1, 2023 | -639.90 Mn |
| Dec 31, 2022 | -250.94 Mn |
| Oct 1, 2022 | -153.27 Mn |
| Jul 2, 2022 | -105.57 Mn |
| Apr 2, 2022 | -115.52 Mn |
| Dec 31, 2021 | -670.72 Mn |
| Oct 2, 2021 | 442.48 Mn |
Mohawk Industries 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=MHK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "cash-from-investing-activities", "ticker": "MHK", "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=MHK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();