Mohawk Industries (MHK) Asset Utilization Ratio (2010 - 2026)
Mohawk Industries' (MHK) quarterly Asset Utilization Ratio came in at 0.81 in Q3 2026, up 3.0% year-over-year from 0.79 in Q3 2025, and up 1.22% quarter-over-quarter from 0.8 in Q2 2026.
Mohawk Industries (MHK) Asset Utilization Ratio (2010 - 2026) Analysis & Trends
Mohawk Industries has disclosed Asset Utilization Ratio across 17 years of filings, most recently posting 0.81 for Q3 2026.
- In Q3 2026, Asset Utilization Ratio rose 3.0% year-over-year to 0.81; the TTM figure through Jul 2026 stood at 0.81 (up 3.0% YoY), while the FY2025 annual figure was 0.82, down 1.1% from the prior year.
- Asset Utilization Ratio came in at 0.81 for Q3 2026 at Mohawk Industries, up from 0.8 in the prior quarter.
- In the past five years, Asset Utilization Ratio ranged from a high of 0.84 in Q4 2022 to a low of 0.77 in Q3 2023.
- Average Asset Utilization Ratio over 5 years is 0.81, with a median of 0.81 recorded in 2022.
- Year-over-year, Asset Utilization Ratio increased 16.25% in 2022 and declined 5.06% in 2025.
- Over 5 years, Asset Utilization Ratio stood at 0.84 in 2022, then decreased by 0.64% to 0.84 in 2023, then dropped by 0.4% to 0.83 in 2024, then slipped by 5.06% to 0.79 in 2025, then advanced by 2.49% to 0.81 in 2026.
- Per Business Quant data, the three most recent Asset Utilization Ratio figures were 0.81 in Q3 2026, 0.8 in Q2 2026, and 0.79 in Q4 2025.
Peer Comparison
| # | Company | Market Cap | Enterprise Value | Gross Profit (Qtr) | Asset Util. (Qtr) |
|---|---|---|---|---|---|
| 1 | Asml Holding | 647.47 Bn | 631.49 Bn | 5.90 Bn | 0.70 |
| 2 | General Electric | 325.83 Bn | 316.71 Bn | 6.95 Bn | 0.40 |
| 3 | Astrazeneca | 257.75 Bn | 252.54 Bn | 12.86 Bn | 0.53 |
| 4 | Citigroup | 221.04 Bn | -2,078.84 Bn | 24.75 Bn | 0.03 |
| 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 | 0.72 |
| 9 | Unilever | 134.81 Bn | 130.23 Bn | - | 0.56 |
| 10 | Mohawk Industries | 8.55 Bn | 7.70 Bn | 795.10 Mn | 0.81 |
Historic Data
| Date | Value |
|---|---|
| Jul 4, 2026 | 0.81 |
| Apr 4, 2026 | 0.80 |
| Dec 31, 2025 | 0.79 |
| Sep 27, 2025 | 0.78 |
| Jun 28, 2025 | 0.79 |
| Mar 29, 2025 | 0.82 |
| Dec 31, 2024 | 0.83 |
| Sep 28, 2024 | 0.81 |
| Jun 29, 2024 | 0.81 |
| Mar 30, 2024 | 0.81 |
| Dec 31, 2023 | 0.84 |
| Sep 30, 2023 | 0.81 |
| Jul 1, 2023 | 0.77 |
| Apr 1, 2023 | 0.80 |
| Dec 31, 2022 | 0.84 |
| Oct 1, 2022 | 0.83 |
| Jul 2, 2022 | 0.81 |
| Apr 2, 2022 | 0.81 |
| Dec 31, 2021 | 0.78 |
| Oct 2, 2021 | 0.76 |
Mohawk Industries Asset Utilization Ratio 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=asset-utilization-ratio&ticker=MHK&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/historic"
params = {"slug": "asset-utilization-ratio", "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=asset-utilization-ratio&ticker=MHK&period=max&api_key=YOUR_API_KEY");
const data = await res.json();