Skip to main content
Tallo logoTallo logo

Find Jobs

Find Jobs Near You – Available Work in Your Location

Skip to job details

Back to Results

Apply for this opportunity

To apply for this job, you'll continue to an external website or email application.

JMJ Phillip

Plant Manager

Career Insights for Production Plant Manager (General)

See where this job fits in the broader career landscape. Knowing your career path helps you see what's possible from here.

Scorecard

Based on California data

Review key factors to help you decide if this role fits your goals. How is this calculated?

Were these scores useful?

What they do

A Production Plant Manager directs work and resources needed for a manufacturing production process. Plans and manages production work that meets cost, quality and quantity specifications for a company or project.

$126,391 / year median in California

-1% projected decline

Explore Career

Job Description

Plant Manager Posted on October 27, 2025 October 27, 2025 by JMJ Phillip We are seeking an experienced and dynamic Plant Manager to lead all aspects of manufacturing operations, driving excellence in safety, quality, productivity, and employee engagement. The ideal candidate will be a results-oriented leader capable of developing strategic plans, ensuring operational efficiency, and fostering a culture of continuous improvement. This role requires strong leadership, sound business judgment, and the ability to inspire a diverse workforce to achieve organizational goals. Position Responsibilities Operational Leadership Lead and oversee all plant operations, including production, materials management, engineering, quality, and safety. Develop and implement strategies to improve productivity, reduce costs, and enhance quality. Ensure that production schedules are met while maintaining high standards of safety and environmental compliance. Monitor key performance indicators (KPIs) and drive accountability across teams to achieve operational targets. People Management and Development Build and maintain a strong, motivated workforce through effective leadership, coaching, and employee engagement. Oversee workforce planning, performance management, and succession planning for key roles. Foster an inclusive, positive work environment that supports collaboration and professional growth. Partner with HR to ensure consistent employee relations and compliance with policies and regulations. Financial and Strategic Planning Develop and manage plant budgets, including cost control and capital investment planning. Analyze financial performance to identify areas for improvement and cost-saving opportunities. Participate in strategic operations planning and contribute to long-term business objectives. Ensure plant profitability through effective utilization of resources and continuous improvement initiatives. Safety, Quality, and Compliance Champion a culture of safety and environmental responsibility across all plant operations. Ensure compliance with all applicable health, safety, and environmental regulations. Maintain quality systems that meet or exceed customer expectations. Lead initiatives to improve workplace safety, reduce incidents, and achieve operational excellence. Continuous Improvement and Innovation Drive Lean Manufacturing and Six Sigma initiatives to enhance efficiency and eliminate waste. Lead process improvement projects focused on achieving sustainable performance gains. Encourage innovation and the use of technology to optimize manufacturing processes. Standardize best practices across departments to achieve operational consistency. Prerequisites Bachelor's degree in Manufacturing, Engineering, or a related discipline (Master's preferred). 10+ years of progressive operations experience in a manufacturing environment. 5+ years in a leadership role with direct responsibility for managing teams. Proven experience leading unionized workforces is highly desirable. Strong understanding of P&L management, cost accounting, and capital budgeting. Demonstrated success in improving operational efficiency, safety, and quality performance. Excellent communication, leadership, and problem-solving skills. Certifications (Preferred, but Not Required) Lean Six Sigma Certification (Green or Black Belt) Certified Production and Inventory Management (CPIM) Project Management Professional (PMP) OSHA or Environmental Safety Certification What the Role Offers Competitive annual salary range of $160,000-$180,000, based on experience and qualifications. Eligibility for performance-based bonus opportunities. Comprehensive benefits package, including medical, dental, and retirement plans. Opportunities for leadership development and career advancement within a growing organization. The chance to make a measurable impact on safety, quality, and overall operational excellence. Why Wilmington? Wilmington offers a strategic advantage for manufacturing operations, with its proximity to major transportation routes, skilled workforce, and strong industrial infrastructure. The area provides a vibrant business environment while maintaining a community-oriented atmosphere, making it an excellent location for leaders looking to drive operational success and build lasting team impact in a thriving industrial hub. Upload your resume to Apply • Accepted file types: pdf, doc, docx, txt, Max.
file size:
32 MB. Email • Additional Please add me to your mailing list so I hear about new jobs first I'd like to learn about resume writing and career coaching services from Employment BOOST Get 30 days free on Careerology - the #1 platform for job skills gform.initializeOnLoaded( function() {gformInitSpinner( 5, 'https://jmjphillip.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery('#gform_ajax_frame_5').on('load',function(){var contents = jQuery(this).contents().find('•').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_5');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_5').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 ! is_redirect ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_5').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_5').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_5').removeClass('gform_validation_error');}setTimeout( function() { /• delay the scroll by 50 milliseconds to fix a bug in chrome •/ jQuery(document).scrollTop(jQuery('#gform_wrapper_5').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_5').val();gformInitSpinner( 5, 'https://jmjphillip.com/wp-content/plugins/gravityforms/images/spinner.svg', true );jQuery(document).trigger('gform_page_loaded', [5, current_page]);window['gf_submitting_5'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_5').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_5').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [5]);window['gf_submitting_5'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_5').text());}else{jQuery('#gform_5').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger("gform_pre_post_render", [{ form
Id:
"5", current
Page:
"current_page", abort: function() { this.preventDefault(); } }]); if (event event.defaultPrevented) { return; } const gformWrapperDiv = document.getElementById( "gform_wrapper_5" ); if ( gformWrapperDiv ) { const visibilitySpan = document.createElement( "span" ); visibilitySpan.id = "gform_visibility_test_5"; gformWrapperDiv.insertAdjacentElement( "afterend", visibilitySpan ); } const visibilityTestDiv = document.getElementById( "gform_visibility_test_5" ); let postRenderFired = false; function triggerPostRender() { if ( postRenderFired ) { return; } postRenderFired = true; gform.core.triggerPostRenderEvents( 5, current_page ); if ( visibilityTestDiv ) { visibilityTestDiv.parentNode.removeChild( visibilityTestDiv ); } } function debounce( func, wait, immediate ) { var timeout; return function() { var context = this, args = arguments; var later = function() { timeout = null; if ( !immediate ) func.apply( context, args ); }; var callNow = immediate !timeout; clearTimeout( timeout ); timeout = setTimeout( later, wait ); if ( callNow ) func.apply( context, args ); }; } const debouncedTriggerPostRender = debounce( function() { triggerPostRender(); }, 200 ); if ( visibilityTestDiv visibilityTestDiv.offsetParent === null ) { const observer = new MutationObserver( ( mutations ) => { mutations.forEach( ( mutation ) => { if ( mutation.type === 'attributes' visibilityTestDiv.offsetParent !== null ) { debouncedTriggerPostRender(); observer.disconnect(); } }); }); observer.observe( document.body, { attributes: true, child
List:
false, subtree: true, attribute
Filter:
[ 'style', 'class' ], }); } else { triggerPostRender(); } } );} ); Apply Now