US Capacity Utilization Edges Up


‘,
buttonPrevHTML: ”,
};

function adaptBreadcrumbs() {
let breadcrumbs = document.querySelectorAll(‘#header-breadcrumbs’);

for(i = 0; i < breadcrumbs.length; i++) {
let title = breadcrumbs[i].querySelector(‘.breadcrumbs-title’);
let btns = breadcrumbs[i].querySelector(‘.btn-container:last-child’);

if(btns && btns.children && btns.children.length) {
if(parseInt(title.getBoundingClientRect().top + title.getBoundingClientRect().height / 2) == parseInt(btns.getBoundingClientRect().top + btns.getBoundingClientRect().height / 2)) {
title.style=”flex-grow:1;”;
} else {
title.style=”flex-grow:0;”;
}
} else {
title.style=”flex-grow:1;”;
}

}
}

window.addEventListener(‘resize’, adaptBreadcrumbs);
document.addEventListener(‘DOMContentLoaded’, adaptBreadcrumbs);

US capacity utilization edged up to 76.2% in May 2026 from 76.1% in February, matching market expectations. Manufacturing utilization was little changed at 75.7%, remaining below its long‑run average of 78.2%. Mining utilization increased to 86.5%, standing 1.3 percentage points above its long‑run average, while the rate for utilities fell to 70.6%, a level 13.4 percentage points below its long‑run norm. Meanwhile, the operating rate for mining rose by 1.2 percentage points to 86.5%, and the operating rate for utilities declined to 70.6%.




Source link

Scroll to Top