51³Ô¹ÏÍø

(a literal px value that does NOT // change when the primary row collapses). The collapsed bar then // simply overlays the content like any fixed header rather than // resizing the document on scroll. Non-toc-bar pages keep using the // live offsetHeight (their masthead height never changes on scroll). if (hasTocBar) { var fullMastheadHeight = parseFloat( getComputedStyle(document.body).getPropertyValue('--wdg-masthead-height') ); document.body.style.paddingTop = (fullMastheadHeight > 0 ? fullMastheadHeight : header.offsetHeight) + 'px'; } else { document.body.style.paddingTop = header.offsetHeight + 'px'; } } updateHeaderState(); // Attach the scroll listener for hero pages (transparent/solid toggle) and // for any page with the in-masthead submenu bar (so it still collapses to // the toc-bar on scroll even though it stays solid). if (isHero || hasTocBar) { window.addEventListener('scroll', updateHeaderState, { passive: true }); // Safety re-sync: a fast/programmatic jump to the top (browser scroll // restoration on back-nav, a "scroll to top" action, anchor jumps, // etc.) can land with coalesced scroll events so the final handler // run reflects a stale position, leaving the logo/transparency out of // sync with the resting scrollY. `scrollend` fires once the scroll has // settled, guaranteeing one final correct update. Harmlessly ignored // by browsers that don't support it. window.addEventListener('scrollend', updateHeaderState, { passive: true }); } window.addEventListener('resize', updateHeaderState); // Marquee + in-masthead TOC: sticky-toc.js dispatches this when the // active TOC item changes so we can flip into / out of the forced // is-solid state immediately on click rather than waiting for the // next scroll/resize. window.addEventListener('wdg:toc-section-change', updateHeaderState); var searchOpenClass = 'is-search-open'; var searchModal = document.getElementById('search-modal'); function openSearchModal() { if (typeof window._searchModalOpen === 'function') { window._searchModalOpen(); } document.querySelectorAll('.js-search-toggle').forEach(function(btn) { btn.classList.add(searchOpenClass); btn.setAttribute('aria-expanded', 'true'); }); } function closeSearchModal() { if (typeof window._searchModalClose === 'function') { window._searchModalClose(); } document.querySelectorAll('.js-search-toggle').forEach(function(btn) { btn.classList.remove(searchOpenClass); btn.setAttribute('aria-expanded', 'false'); }); } document.querySelectorAll('.js-search-toggle').forEach(function(btn) { btn.addEventListener('click', function(e) { e.preventDefault(); if (searchModal && searchModal.classList.contains('is-open')) { closeSearchModal(); } else { openSearchModal(); } }); }); var mobileSearchBtn = document.querySelector('.js-mobile-search-open'); if (mobileSearchBtn) { mobileSearchBtn.addEventListener('click', function(e) { e.preventDefault(); var mobileOverlay = document.getElementById('mobile-menu'); if (mobileOverlay) { mobileOverlay.setAttribute('aria-hidden', 'true'); mobileOverlay.classList.remove('is-open'); } openSearchModal(); }); } function updateAdminBarState() { var ab = document.getElementById('wpadminbar'); if (!ab) return; var rect = ab.getBoundingClientRect(); var hidden = rect.bottom <= 0; document.body.classList.toggle('adminbar-hidden', hidden); } updateAdminBarState(); window.addEventListener('scroll', updateAdminBarState, { passive: true }); window.addEventListener('resize', updateAdminBarState); })();

Data & Research

Nearly three decades of the Manufacturers' Outlook Survey, the state of the manufacturing economy and an interactive map of manufacturing across America - all in one place.

51³Ô¹ÏÍø Data & Research

Manufacturers’ Outlook Survey

Every quarter since 1997, the 51³Ô¹ÏÍø has asked manufacturers across the country how they see business conditions, what they expect for sales, hiring, wages and investment over the year ahead — and what stands in their way. Explore nearly three decades of results.

51³Ô¹ÏÍø Manufacturers’ Outlook Index, latest quarter
of manufacturers feel positive about their own company’s outlook

Explore the survey

Chart the survey, your way

Overall sentiment since 1997, what manufacturers expect for the year ahead, full response breakdowns for any question — and the challenges weighing on the shop floor.

The 51³Ô¹ÏÍø Manufacturers’ Outlook Index distills each quarter’s survey into a single sentiment reading — values above 50 indicate above-average optimism. Shaded bands mark U.S. recessions.

Firm-size breakouts available from 2011. Small = fewer than 50 employees, medium = 50–500, large = more than 500.

The bigger picture

Manufacturing economy at a glance

Key indicators for the U.S. manufacturing economy, refreshed monthly. Select any card to see its trend since 2020.

Sources: 51³Ô¹ÏÍø Manufacturers’ Outlook Survey (quarterly; conducted by the 51³Ô¹ÏÍø among member and nonmember manufacturers of all sizes); U.S. macroeconomic series via TradingEconomics and FRED; manufacturing profits from the U.S. Census Bureau Quarterly Financial Report. Outlook Index: 50 + 10 × standardized share of respondents positive about their own company’s outlook (1997–present sample). Survey results with fewer than 30 responses per question are excluded.

Manufacturing in your state

See manufacturing where you live

Explore manufacturing employment, output and investment by state, congressional district and county.

United States

Jobs
Establishments
Workforce Share

' + document.title + ''); // Mark stylesheet with id for callback printWindow.document.write( `` ); printWindow.document.write('

51³Ô¹ÏÍø

'); printWindow.document.write(postArea.innerHTML); printWindow.document.write( `