Manufacturing Capacity Utilization was last reported at 75.7 percent as of August 1, 2026. That is down 0.36% from the prior reading of 76.0 percent. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Business category. The next scheduled release is October 16, 2026.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 75.7 |
| Jul 2026 | 76.0 |
| Jun 2026 | 76.0 |
| May 2026 | 75.8 |
| Apr 2026 | 75.8 |
| Mar 2026 | 75.4 |
| Feb 2026 | 75.1 |
| Jan 2026 | 74.7 |
| Dec 2025 | 74.7 |
| Nov 2025 | 75.0 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 75.1 |
| Sep 2025 | 75.8 |
| Aug 2025 | 75.9 |
| Jul 2025 | 75.9 |
| Jun 2025 | 75.6 |
| May 2025 | 75.5 |
| Apr 2025 | 75.6 |
| Mar 2025 | 75.8 |
| Feb 2025 | 75.5 |
| Jan 2025 | 74.6 |
Pull the full history of Manufacturing Capacity Utilization into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=USCAPUMFG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCAPUMFG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCAPUMFG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();