www.plexus.com
Open in
urlscan Pro
52.176.2.229
Public Scan
Submitted URL: http://plexuscorps.com/
Effective URL: https://www.plexus.com/en-us/
Submission: On July 20 via manual from MY — Scanned from DE
Effective URL: https://www.plexus.com/en-us/
Submission: On July 20 via manual from MY — Scanned from DE
Form analysis
1 forms found in the DOMPOST /en-us/
<form method="post" action="/en-us/" id="form">
<div class="aspNetHidden">
<input type="hidden" name="__CMSCsrfToken" id="__CMSCsrfToken" value="kxDyFzZVbIMX7SFRk53yHkK33dkoxTb8XJQYVaBN1sRDYLgIgVeblnLII6SYjf6CAfeRqDrEObkkA1QBXi0vYv80I1qxDsTkqHHymS5L6G8=">
<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
</div>
<script type="text/javascript">
//<![CDATA[
var theForm = document.forms['form'];
if (!theForm) {
theForm = document.form;
}
function __doPostBack(eventTarget, eventArgument) {
if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
theForm.__EVENTTARGET.value = eventTarget;
theForm.__EVENTARGUMENT.value = eventArgument;
theForm.submit();
}
}
//]]>
</script>
<script src="/WebResource.axd?d=pynGkmcFUV13He1Qd6_TZH5vpZg-7Dc3-tNE-2KWrvNlv7tLdQNacjvhfKd2qmIBireIadXPT1DoNrt1Gng1KQ2&t=637814660020000000" type="text/javascript"></script>
<input type="hidden" name="lng" id="lng" value="en-us">
<script type="text/javascript">
//<![CDATA[
function PM_Postback(param) {
if (window.top.HideScreenLockWarningAndSync) {
window.top.HideScreenLockWarningAndSync(1080);
}
if (window.CMSContentManager) {
CMSContentManager.allowSubmit = true;
};
__doPostBack('m$am', param);
}
function PM_Callback(param, callback, ctx) {
if (window.top.HideScreenLockWarningAndSync) {
window.top.HideScreenLockWarningAndSync(1080);
}
if (window.CMSContentManager) {
CMSContentManager.storeContentChangedStatus();
};
WebForm_DoCallback('m$am', param, callback, ctx, null, true);
}
//]]>
</script>
<script src="/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvt1PV3EsFpOEchvAchElvSr12B1jRMZ642dARzvN3c1SmnxvjzodAZUop6ZD1-AeIOomBsfCvnnus-VoYFQo71JXRpLrN5nYkf54P-d5LdnsVmS1A2q1IlyY5OPpSqkPsR7WSQORJN759bkJNyfiVDI1&t=49337fe8" type="text/javascript">
</script>
<script src="/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OF5Mo0k5J3izxZ7LvyqA25eXHpBm0aD3vtng68ckaro_8kKTX9tbNuFMx3gnMk3-HgrAWdDz9cIrs70BK4430LJed3SSjQu8hk7K2E3suZWnQ3wrxoLErnL6W7faVVAIeun4ZqXt0b9uBPgUWBgVTBU1&t=49337fe8" type="text/javascript">
</script>
<script type="text/javascript">
//<![CDATA[
var CMS = CMS || {};
CMS.Application = {
"language": "en",
"isRTL": "false",
"imagesUrl": "/CMSPages/GetResource.ashx?image=%5bImages.zip%5d%2f",
"isDebuggingEnabled": false,
"isDialog": false,
"applicationUrl": "/"
};
//]]>
</script>
<div class="aspNetHidden">
<input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="A5343185">
<input type="hidden" name="__SCROLLPOSITIONX" id="__SCROLLPOSITIONX" value="0">
<input type="hidden" name="__SCROLLPOSITIONY" id="__SCROLLPOSITIONY" value="0">
</div>
<script type="text/javascript">
//<![CDATA[
Sys.WebForms.PageRequestManager._initialize('manScript', 'form', ['tctxM', ''], [], [], 90, '');
//]]>
</script>
<div id="ctxM">
</div>
<header id="header" class="main-header ">
<div class="container">
<script type="text/javascript">
//<![CDATA[
$(".navbar-toggler").click(function() {
if ($(".navbar-toggler").attr('aria-expanded') == 'false') {
$('body').css('overflow', 'hidden');
} else {
$('body').css('overflow', 'auto');
}
});
$(window).load(function() {
$("#main-menu > .dropdown").each(function() {
var menuLabel = $(this).find('a').first().text();
if ($.trim(menuLabel) == "Investors") menuLabel = "Overview";
$(this).find('.dropdown-menu li:eq(0)').before('<li><a aria-haspopup="true" class="dropdown-item mobile-dropdown" href="' + $(this).find('a').first()["0"].pathname + '">' + menuLabel + '</a></li>');
});
if ($(".content-col").length > 1) {
var maxheight = 0;
var slideheight = "";
$(".content-col").each(function(index) {
slideheight = $(".content-col:eq(" + index + ")").height();
if (maxheight > slideheight) {} else {
maxheight = slideheight;
}
});
$(".content-col").each(function(index) {
$(".content-col:eq(" + index + ")").css("height", maxheight + 170 + "px");
});
}
});
$(document).ready(function() {
$('.toggle').click(function() {
$('.collapse').collapse('hide');
$('html,body').animate({
scrollTop: $('.panel-title a').offset().top
});
});
// show submenu on main menu link hover
$('#main-menu li a').on('mouseenter', function() {
$('#nav-submenu-' + $(this).data("id")).removeClass('d-none');
clearTimeout($(this).data('timer'));
});
// hide submenu on main menu link leave, with timeout to allow hover of submenu
$('#main-menu li a').on('mouseleave', function() {
var el = '#nav-submenu-' + $(this).data("id");
$(this).data('timer', setTimeout(function() {
$(el).addClass('d-none');
}, 400));
});
// keep subnav shown on hover, hide on leave
$('.navbar.navbar-subnav').hover(function() {
$(this).addClass('active-hover');
}, function() {
$(this).removeClass('active-hover');
});
});
//]]>
</script>
<div class="row justify-content-end top-nav clear">
<div class="col-md-auto">
<ul class="list-inline" id="utility-nav">
<li class="list-inline-item">
<a class="nav-link " href="/en-us/partners" data-id="1537">Partners</a>
</li>
<li class="list-inline-item">
<a class="nav-link " href="/en-us/investors" data-id="56">Investors</a>
</li>
<li class="list-inline-item">
<a class="nav-link " href="/en-us/the-current-landing" data-id="5270">Blog | The CURRENT</a>
</li>
<li class="list-inline-item">
<a class="nav-link " href="/en-us/contact" data-id="16">Contact</a>
</li>
<li class="list-inline-item" id="language-selector">
<div class="dropdown pull-right" id="language">
<button class="btn btn-default dropdown-toggle lang" type="button" data-toggle="dropdown"> English <span class="caret"></span>
</button>
<ul class="dropdown-menu lang-ul">
<li><a title="中文" href="/zh-cn/"> 中文 </a></li>
<li><a title="Deutsche" href="/de-de/"> Deutsch </a></li>
</ul>
</div>
</li>
</ul>
</div>
</div>
<div class="row">
<nav id="nav-header" class=" navbar navbar-toggleable-md main-nav headr-pad">
<div id="nav-header-container" class="container navbar-container">
<div class="navbar-header">
<button class="navbar-toggler navbar-toggler-right btn-secondary menu-button-height mobile-nav-icon" type="button" data-toggle="collapse" data-target="#navbarNav2" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation"></button>
<a id="nav-brand" class="navbar-brand" href="/" style="cursor:pointer;">
<object data="/PlexusCDN/plexus/media/english-media/logos/Plexus-Logo-212x42.svg" alt="logo" type="image/svg+xml" class="logo-height" style="margin-bottom:7px;">Plexus Logo</object>
</a>
</div>
<!-- start 2nd row -- main menu -->
<div class="collapse navbar-collapse dt-nav-large" id="navbarNav">
<ul class="navbar-nav ml-auto mb-1 sub-menu" id="main-menu">
<li class="list-inline-item">
<a class="nav-link " href="/en-us/market-sectors" data-id="2">Market Sectors</a>
</li>
<li class="list-inline-item">
<a class="nav-link " href="/en-us/solutions" data-id="1897">Solutions</a>
</li>
<li class="list-inline-item">
<a class="nav-link " href="/en-us/about" data-id="15">About</a>
</li>
<li class="list-inline-item">
<a class="nav-link " href="/en-us/careers" data-id="5927">Careers</a>
</li>
<li class="list-inline-item">
<a class="nav-link " href="/en-us/corporate-social-responsibility" data-id="4695">Sustainability</a>
</li>
</ul>
</div>
<!-- end 2nd row -- main menu -->
<!-- start responsive menu -->
<script>
$(document).ready(function() {
$("#main-menu li").each(function() {
if ($(this).find("ul").length == 0) {
$(this).find("i").remove()
}
})
});
</script>
<div class="collapse navbar-collapse" id="navbarNav2">
<ul class="navbar-nav ml-auto mb-1 sub-menu" id="main-menu">
<li class="nav-item dropdown">
<a aria-haspopup="true" aria-expanded="true" data-toggle="dropdown" class="nav-link dropdown-toggle " href="/en-us/market-sectors">
Market Sectors
</a>
<i class="fa fa-sort-desc down-aero"></i>
<ul class="dropdown-menu drop1">
<li><a aria-haspopup="true" class="dropdown-item mobile-dropdown" href="/en-us/market-sectors">
Market Sectors
</a></li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/market-sectors/industrial">
Industrial</a>
<ul class="dropdown-submenu">
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/industrial/automation-and-robotics">
Automation and Robotics
</a>
</li>
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/industrial/transportation-and-energy-management">
Transportation and Energy Management
</a>
</li>
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/industrial/semiconductor-capital-equipment">
Semiconductor Capital Equipment
</a>
</li>
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/industrial/test-and-measurement">
Test and Measurement Equipment
</a>
</li>
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/industrial/communications">
Communications
</a>
</li>
</ul>
</li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/market-sectors/healthcare-life-sciences">
Healthcare and Life Sciences</a>
<ul class="dropdown-submenu">
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/healthcare-life-sciences/medical-devices-and-equipment">
Medical Devices and Equipment
</a>
</li>
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/healthcare-life-sciences/life-sciences-and-diagnostics">
Life Sciences and Diagnostics
</a>
</li>
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/healthcare-life-sciences/medical-robotics">
Advanced Surgical Systems and Medical Robotics
</a>
</li>
</ul>
</li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/market-sectors/aerospace-defense">
Aerospace and Defense</a>
<ul class="dropdown-submenu">
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/aerospace-defense/aerospace">
Aerospace
</a>
</li>
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/aerospace-defense/defense">
Defense
</a>
</li>
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/aerospace-defense/security">
Security
</a>
</li>
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/market-sectors/aerospace-defense/space">
Space
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a aria-haspopup="true" aria-expanded="true" data-toggle="dropdown" class="nav-link dropdown-toggle " href="/en-us/solutions">
Solutions
</a>
<i class="fa fa-sort-desc down-aero"></i>
<ul class="dropdown-menu drop25">
<li><a aria-haspopup="true" class="dropdown-item mobile-dropdown" href="/en-us/solutions">
Solutions
</a></li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/solutions/design-and-development">
Design and Development</a>
</li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/solutions/supply-chain-solutions">
Supply Chain Solutions</a>
</li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/solutions/new-product-introduction">
New Product Introduction</a>
</li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/solutions/manufacturing">
Manufacturing</a>
</li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/solutions/sustaining-services">
Sustaining Services</a>
<ul class="dropdown-submenu">
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/solutions/sustaining-services/aftermarket-services-repair-refurbishment">
Aftermarket Services: Repair and Refurbishment
</a>
</li>
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/solutions/sustaining-services/product-life-cycle-extension">
Product Lifecycle Extension
</a>
</li>
<li>
<a class="dropdown-item mobile-dropdown" href="/en-us/solutions/sustaining-services/distribution-management">
Distribution Management
</a>
</li>
</ul>
</li>
</ul>
</li>
<li class="nav-item dropdown">
<a aria-haspopup="true" aria-expanded="true" data-toggle="dropdown" class="nav-link dropdown-toggle " href="/en-us/about">
About
</a>
<i class="fa fa-sort-desc down-aero"></i>
<ul class="dropdown-menu drop38">
<li><a aria-haspopup="true" class="dropdown-item mobile-dropdown" href="/en-us/about">
About
</a></li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/about/leadership">
Leadership</a>
</li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/about/why-plexus">
Why Plexus</a>
</li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/about/locations">
Locations</a>
</li>
<li class="nav-item nav-item-ad"><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/about/events-news">
News/Events</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/careers">Careers</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/corporate-social-responsibility">Sustainability</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/partners">Partners</a>
</li>
<li class="nav-item dropdown">
<a aria-haspopup="true" aria-expanded="true" data-toggle="dropdown" class="nav-link dropdown-toggle " href="/en-us/investors">
Investors
</a>
<i class="fa fa-sort-desc down-aero"></i>
<ul class="dropdown-menu drop2">
<li><a aria-haspopup="true" class="dropdown-item mobile-dropdown" href="/en-us/investors">Overview</a></li>
<li class="nav-item "><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/investors/stock-information">
Stock Information</a>
</li>
<li class="nav-item "><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/investors/financial-info">
Financial Info</a>
</li>
<li class="nav-item "><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/investors/fundamentals">
Fundamentals</a>
</li>
<li class="nav-item "><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/investors/corporate-governance">
Corporate Governance</a>
</li>
<li class="nav-item "><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/investors/news-events">
News/Events</a>
</li>
<li class="nav-item "><a class="dropdown-item mobile-dropdown dropdown-item-header" href="/en-us/investors/shareholder-services">
Shareholder Services</a>
</li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/the-current-landing">Blog | The CURRENT</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/contact">Contact</a>
</li>
<li class="list-inline-item li-lang-dropdown">
<!-- start responsive lang selector -->
<div class="dropdown">
<button class="btn btn-default dropdown-toggle lang" type="button" data-toggle="dropdown"> English <span class="caret"></span>
</button>
<ul class="dropdown-menu lang-ul">
<li><a title="中文" href="/zh-cn/"> 中文 </a></li>
<li><a title="Deutsche" href="/de-de/"> Deutsch </a></li>
</ul>
</div>
</li>
</ul>
</div><!-- end responsive menu -->
</div>
</nav>
</div>
</div><!-- end header container -->
<nav id="nav-submenu-2" class="navbar navbar-subnav navbar-toggleable-md main-nav mega-menu d-none ">
<div id="nav-header-container" class="container navbar-container">
<div class="collapse navbar-collapse" id="subnavbarNav">
<ul class="navbar-nav mega-menu-level-1">
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/market-sectors/industrial">
Industrial</a>
<ul class="mega-menu-level-2">
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/industrial/automation-and-robotics">
Automation and Robotics</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/industrial/transportation-and-energy-management">
Transportation and Energy Management</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/industrial/semiconductor-capital-equipment">
Semiconductor Capital Equipment</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/industrial/test-and-measurement">
Test and Measurement Equipment</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/industrial/communications">
Communications</a>
</li>
</ul>
</li>
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/market-sectors/healthcare-life-sciences">
Healthcare and Life Sciences</a>
<ul class="mega-menu-level-2">
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/healthcare-life-sciences/medical-devices-and-equipment">
Medical Devices and Equipment</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/healthcare-life-sciences/life-sciences-and-diagnostics">
Life Sciences and Diagnostics</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/healthcare-life-sciences/medical-robotics">
Advanced Surgical Systems and Medical Robotics</a>
</li>
</ul>
</li>
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/market-sectors/aerospace-defense">
Aerospace and Defense</a>
<ul class="mega-menu-level-2">
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/aerospace-defense/aerospace">
Aerospace</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/aerospace-defense/defense">
Defense</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/aerospace-defense/security">
Security</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/market-sectors/aerospace-defense/space">
Space</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<nav id="nav-submenu-1897" class="navbar navbar-subnav navbar-toggleable-md main-nav mega-menu d-none ">
<div id="nav-header-container" class="container navbar-container">
<div class="collapse navbar-collapse" id="subnavbarNav">
<ul class="navbar-nav mega-menu-level-1">
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/solutions/design-and-development">
Design and Development</a>
</li>
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/solutions/supply-chain-solutions">
Supply Chain Solutions</a>
</li>
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/solutions/new-product-introduction">
New Product Introduction</a>
</li>
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/solutions/manufacturing">
Manufacturing</a>
</li>
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/solutions/sustaining-services">
Sustaining Services</a>
<ul class="mega-menu-level-2">
<li class="nav-item">
<a class="nav-link " href="/en-us/solutions/sustaining-services/aftermarket-services-repair-refurbishment">
Aftermarket Services: Repair and Refurbishment</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/solutions/sustaining-services/product-life-cycle-extension">
Product Lifecycle Extension</a>
</li>
<li class="nav-item">
<a class="nav-link " href="/en-us/solutions/sustaining-services/distribution-management">
Distribution Management</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<nav id="nav-submenu-15" class="navbar navbar-subnav navbar-toggleable-md main-nav mega-menu d-none ">
<div id="nav-header-container" class="container navbar-container">
<div class="collapse navbar-collapse" id="subnavbarNav">
<ul class="navbar-nav mega-menu-level-1">
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/about/leadership">
Leadership</a>
</li>
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/about/why-plexus">
Why Plexus</a>
</li>
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/about/locations">
Locations</a>
</li>
<li class="nav-item nav-item-ad">
<a class="nav-link " href="/en-us/about/events-news">
News/Events</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="thankyoupopup" style="display:none;">Thank you for your recent inquiry to Plexus Corp., a leading electronics engineering and manufacturing services provider. You should expect to receive a response from someone at Plexus within two
business days regarding your inquiry. If you require a more immediate response, feel free to dial +1 888 208 9005 and select the appropriate option. We appreciate your interest in Plexus! </div>
<main id="main" class="body-content">
<div class="video-wrap fullscreen" id="video-banner">
<img class="video-mobile-poster hidden-md-up" src="/PlexusCDN/plexus/media/english-media/home/mobile/plexus-home-mobile_02.jpg?ext=.jpg" alt="">
<video class="hidden-sm-down" poster="/PlexusCDN/plexus/media/english-media/home/desktop/plexus-home-header.jpg?ext=.jpg" preload="auto" loop="" autoplay="" muted="">
<source src="https://player.vimeo.com/external/232547232.hd.mp4?s=110ce7f3dbff74e76902bf684de9659b303a0384&profile_id=175" type="video/mp4">
</video>
<div class="main-txt">
<div class="container">
<a target="_blank" href="https://player.vimeo.com/video/227972649?autoplay=1&loop=1&autopause=0" class="popup-vimeo"><h1 class="video-banner-text">We help create the products that build a better world.</h1><img src="/PlexusCDN/plexus/media/english-media/template-images/playbutton-icon.png" alt="Play"></a>
<div class="video-text">WATCH NOW</div>
</div>
</div>
</div>
<section class="modular-divider-style1"></section>
<section class="section-1 full-width">
<div class="container ">
<div class="row flex-items-xs-middle justify-content-md-center">
<div class="col-xs col-md-10 text-center">
<h2>We’re excited about what you do.<br> Because we believe in why you do it.</h2>
<p>Every idea starts with a purpose. Our specialty is bringing those ideas to life. Rolling up our sleeves as an extension of your own team to fully realize your most visionary products — the complex technologies and innovations that are
changing our world. We’re more than engineering and manufacturing. With Plexus, you’re getting a product realization partner who’s on board with what you’re trying to achieve — and invested in why you’re doing it.</p>
</div>
</div>
</div>
</section>
<script type="text/javascript">
$(document).ready(function() {
$(".carousel-indicators li").each(function(index) {
$(this).attr("data-slide-to", index);
});
$(".carousel-inner .carousel-item").each(function(index) {
$(this).attr("data-slide-to", index);
});
});
</script>
<section class="case-study" id="CaseStudy">
<div class="container">
<script>
$(document).ready(function() {
$(".carousel-inner .carousel-item").first().addClass("active");
$(".carousel-indicators li").first().addClass("active");
$('.case-study-btn').on('click touchend', function(e) {
var el = $(this);
var link = el.attr('href');
window.location = link;
});
});
</script>
<div id="case-study-carousel" class="carousel slide carousel-fade" data-pause="hover" data-ride="carousel" data-interval="5000"> <!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#case-study-carousel" data-slide-to="0" class="active"></li>
<li data-target="#case-study-carousel" data-slide-to="1"></li>
<li data-target="#case-study-carousel" data-slide-to="2"></li>
<li data-target="#case-study-carousel" data-slide-to="3"></li>
<li data-target="#case-study-carousel" data-slide-to="4"></li>
<li data-target="#case-study-carousel" data-slide-to="5"></li>
<li data-target="#case-study-carousel" data-slide-to="6"></li>
<li data-target="#case-study-carousel" data-slide-to="7"></li>
<li data-target="#case-study-carousel" data-slide-to="8"></li>
<li data-target="#case-study-carousel" data-slide-to="9"></li>
<li data-target="#case-study-carousel" data-slide-to="10"></li>
</ol><!-- start wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="carousel-item slide0 active" data-slide-to="0">
<div class="row">
<div class="col-12 col-sm-12 col-md-1 om-md-no-padding">
<div class="om-case-study-title-wrapper">
<div class="om-case-study-title">
<h6 class="chinese-vertical-text">Case Study</h6>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-5">
<div class="case-slide-study-img-wrapper">
<img class="img-fluid hidden-md-up" src="https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/case-study/quidel-sofia-2_header-mobile.jpg?ext=.jpg" alt="">
<img data-animation="animated zoomInLeft" class="img-fluid hidden-sm-down" src="https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/case-study/quidel-sofia-2_header-mobile.jpg?ext=.jpg" alt="">
</div>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-6 om-content">
<div class="om-content-wrapper">
<h3 data-animation="animated bounceInDown">Quidel Sofia® 2 Fluorescent Immunoassay Analyzer</h3>
<p data-animation="animated bounceInUp">Quidel, a leader in diagnostic healthcare, needed to rapidly scale production of the Sofia® 2 fluorescent immunoassay analyzer to support increased demand for point-of-care testing devices
used in the fight against COVID-19. They called on Plexus to help make it happen.</p>
</div>
<div>
<a data-animation="animated zoomInLeft" href="/Case-Studies/Quidel-Sofia-2-fluorescent-immunoassay-analyzer" class="btn case-study-btn">
Read Case Study
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item slide1" data-slide-to="1">
<div class="row">
<div class="col-12 col-sm-12 col-md-1 om-md-no-padding">
<div class="om-case-study-title-wrapper">
<div class="om-case-study-title">
<h6 class="chinese-vertical-text">Case Study</h6>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-5">
<div class="case-slide-study-img-wrapper">
<img class="img-fluid hidden-md-up" src="https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/case-study/echodyne_echoguard_header-mobile.jpg?ext=.jpg" alt="Pentagon building from above">
<img data-animation="animated zoomInLeft" class="img-fluid hidden-sm-down" src="https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/case-study/echodyne_echoguard_header-mobile.jpg?ext=.jpg"
alt="Pentagon building from above">
</div>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-6 om-content">
<div class="om-content-wrapper">
<h3 data-animation="animated bounceInDown">Echodyne: Mission-Critical Radar Reimagined</h3>
<p data-animation="animated bounceInUp">Echodyne, the radar platform company, envisioned a 3D high performance radar that could deliver uncompromising short-range surveillance at a significantly lower price than conventional radar
platforms – making radar-based threat protection dramatically more accessible. They partnered with Plexus to make it happen.</p>
</div>
<div>
<a data-animation="animated zoomInLeft" href="/Case-Studies/Echodyne-EchoGuard-high-performance-radar" class="btn case-study-btn">
Read Case Study
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item slide2" data-slide-to="2">
<div class="row">
<div class="col-12 col-sm-12 col-md-1 om-md-no-padding">
<div class="om-case-study-title-wrapper">
<div class="om-case-study-title">
<h6 class="chinese-vertical-text">Case Study</h6>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-5">
<div class="case-slide-study-img-wrapper">
<img class="img-fluid hidden-md-up" src="/getmedia/d58d8310-2f3c-40a1-bc59-dd9afb33b07c/Medical-Device-Manufacturer-Mobile-Slider.jpg.aspx?width=600&height=300&ext=.jpg" alt="Drug Delivery Device Aftermarket Service">
<img data-animation="animated zoomInLeft" class="img-fluid hidden-sm-down" src="/getmedia/adbb79ee-6dbb-426e-9551-a2ee046b55ca/Medical-Device-Manufacturer-Desktop-Slider.jpg.aspx?width=392&height=589&ext=.jpg"
alt="Drug Delivery Device Aftermarket Service">
</div>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-6 om-content">
<div class="om-content-wrapper">
<h3 data-animation="animated bounceInDown">Helping a major healthcare OEM keep their promises.</h3>
<p data-animation="animated bounceInUp">Aftermarket service can be a tough thing to entrust to an outside provider. It’s your brand and reputation on the line. See how Plexus took on the challenge for a leading manufacturer of a
medical device — dramatically reducing costs, cutting turnaround times and improving quality. All to keep their products where they’re needed most — delivering life-saving care to patients.</p>
</div>
<div>
<a data-animation="animated zoomInLeft" href="/Case-Studies/Drug-Delivery-Device-Aftermarket-Service" class="btn case-study-btn">
Read Case Study
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item slide3" data-slide-to="3">
<div class="row">
<div class="col-12 col-sm-12 col-md-1 om-md-no-padding">
<div class="om-case-study-title-wrapper">
<div class="om-case-study-title">
<h6 class="chinese-vertical-text">Case Study</h6>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-5">
<div class="case-slide-study-img-wrapper">
<img class="img-fluid hidden-md-up" src="/getmedia/6c0d77a3-2958-4bc8-a4c7-f45b9d4b8688/DRIVE-Slider-Mobile.jpg.aspx?width=600&height=300&ext=.jpg" alt="DRIVE Case study mobile">
<img data-animation="animated zoomInLeft" class="img-fluid hidden-sm-down" src="/getmedia/0d789b28-8f35-4a4b-8d7b-42f799e9e605/DRIVE-Slider-Desktop.jpg.aspx?width=392&height=589&ext=.jpg" alt="DRIVE Case study">
</div>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-6 om-content">
<div class="om-content-wrapper">
<h3 data-animation="animated bounceInDown">Innovative Supply Chain Solutions for your most complex products.</h3>
<p data-animation="animated bounceInUp">Your product needs are unique, and your supply chain solution has to be, too. We’ll listen to you and work closely with your team to create a solution that’s tailored to your business
objectives and your customers’ needs.</p>
</div>
<div>
<a data-animation="animated zoomInLeft" href="/Case-Studies/drive-predictive-analytics-for-supply-chain" class="btn case-study-btn">
Read Case Study
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item slide4" data-slide-to="4">
<div class="row">
<div class="col-12 col-sm-12 col-md-1 om-md-no-padding">
<div class="om-case-study-title-wrapper">
<div class="om-case-study-title">
<h6 class="chinese-vertical-text">Case Study</h6>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-5">
<div class="case-slide-study-img-wrapper">
<img class="img-fluid hidden-md-up" src="/getmedia/d2c1030c-1d75-4230-9ba2-d460357a43b8/Zephyr-Ventilator-Mobile-Slider-Image.jpg.aspx?width=600&height=300&ext=.jpg" alt="">
<img data-animation="animated zoomInLeft" class="img-fluid hidden-sm-down" src="/getmedia/4d3cf00c-497f-4212-b988-a0c590d9691c/Zephyr-Ventilator-Desktop-Slider-Image.jpg.aspx?width=392&height=589&ext=.jpg" alt="">
</div>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-6 om-content">
<div class="om-content-wrapper">
<h3 data-animation="animated bounceInDown">Medical product development delivered in less than three months. </h3>
<p data-animation="animated bounceInUp">Faced with the Covid-19 pandemic, the United Kingdom (UK) Government challenged UK manufacturers to increase the number of ventilators available within the NHS (National Health
Service). See how Plexus rose to the challenge and leveraged our experience to work as part of a consortium aiming to bring a new ventilator to market in record time.</p>
</div>
<div>
<a data-animation="animated zoomInLeft" href="/Case-Studies/zephyr-medical-product-development" class="btn case-study-btn">
Read Case Study
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item slide5" data-slide-to="5">
<div class="row">
<div class="col-12 col-sm-12 col-md-1 om-md-no-padding">
<div class="om-case-study-title-wrapper">
<div class="om-case-study-title">
<h6 class="chinese-vertical-text">Case Study</h6>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-5">
<div class="case-slide-study-img-wrapper">
<img class="img-fluid hidden-md-up" src="/PlexusCDN/plexus/media/english-media/case-study/mobile/slider-image_600x300_mobile_trek.jpg?ext=.jpg" alt="Revolutionizing public transportation.">
<img data-animation="animated zoomInLeft" class="img-fluid hidden-sm-down" src="/PlexusCDN/plexus/media/english-media/case-study/slider-image_392x589_desktop_trek.jpg?ext=.jpg" alt="Revolutionizing public transportation">
</div>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-6 om-content">
<div class="om-content-wrapper">
<h3 data-animation="animated bounceInDown">Revolutionizing public transportation.</h3>
<p data-animation="animated bounceInUp">BCycle, a subsidiary of Trek Bicycle, envisioned a bike share system that could help change how we think about public transportation. But when the launch date appeared to be at risk, they
turned to Plexus. See how Plexus stepped in to help redesign, manufacture and deliver BCycle’s Dash bike share system to the market — in only four months.</p>
</div>
<div>
<a data-animation="animated zoomInLeft" href="/Case-Studies/BCycle-Dash" class="btn case-study-btn">
Read Case Study
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item slide6" data-slide-to="6">
<div class="row">
<div class="col-12 col-sm-12 col-md-1 om-md-no-padding">
<div class="om-case-study-title-wrapper">
<div class="om-case-study-title">
<h6 class="chinese-vertical-text">Case Study</h6>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-5">
<div class="case-slide-study-img-wrapper">
<img class="img-fluid hidden-md-up" src="/PlexusCDN/plexus/media/english-media/case-study/datavortex-mobile-slider-300x600.jpg?ext=.jpg" alt="">
<img data-animation="animated zoomInLeft" class="img-fluid hidden-sm-down" src="/PlexusCDN/plexus/media/english-media/case-study/datavortex-slider-392x589.jpg?ext=.jpg" alt="">
</div>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-6 om-content">
<div class="om-content-wrapper">
<h3 data-animation="animated bounceInDown">Blazing a new trail to solve the world’s most data-intensive problems.</h3>
<p data-animation="animated bounceInUp">In high-performance computing, no matter how fast the processors, answers can only come as quickly as the network between them allows. Dr. Coke Reed had an ambitious idea for solving that
problem. See how collaboration with Plexus helped him prove the concept and bring a completely new kind of computing to the market.</p>
</div>
<div>
<a data-animation="animated zoomInLeft" href="/Case-Studies/Data-Vortex" class="btn case-study-btn">
Read Case Study
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item slide7" data-slide-to="7">
<div class="row">
<div class="col-12 col-sm-12 col-md-1 om-md-no-padding">
<div class="om-case-study-title-wrapper">
<div class="om-case-study-title">
<h6 class="chinese-vertical-text">Case Study</h6>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-5">
<div class="case-slide-study-img-wrapper">
<img class="img-fluid hidden-md-up" src="/PlexusCDN/plexus/media/english-media/case-study/mobile/sample-prep-slider_mobile_600x300.png?ext=.png" alt="">
<img data-animation="animated zoomInLeft" class="img-fluid hidden-sm-down" src="/PlexusCDN/plexus/media/english-media/case-study/sample-prep-slider_392x589.png?ext=.png" alt="">
</div>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-6 om-content">
<div class="om-content-wrapper">
<h3 data-animation="animated bounceInDown">Capturing early market share by bridging product lines.</h3>
<p data-animation="animated bounceInUp">In order to capture early share in the HPV diagnostic market, the customer turned to Plexus to design and develop a non-assay system that performed decapping, recapping and sample prep
functions. See how Plexus helped to secure lab floor space and alleviate the need for tedious tasks that would otherwise need to be performed by lab operators.</p>
</div>
<div>
<a data-animation="animated zoomInLeft" href="/Case-Studies/Diagnostic-Sample-Prep-(1)" class="btn case-study-btn">
Read Case Study
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item slide8" data-slide-to="8">
<div class="row">
<div class="col-12 col-sm-12 col-md-1 om-md-no-padding">
<div class="om-case-study-title-wrapper">
<div class="om-case-study-title">
<h6 class="chinese-vertical-text">Case Study</h6>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-5">
<div class="case-slide-study-img-wrapper">
<img class="img-fluid hidden-md-up" src="/PlexusCDN/plexus/media/english-media/home/mobile/harmonic-casestudy-slider-mobile.jpg?ext=.jpg" alt="">
<img data-animation="animated zoomInLeft" class="img-fluid hidden-sm-down" src="/PlexusCDN/plexus/media/english-media/home/desktop/harmonic-casestudy-slider.jpg?ext=.jpg" alt="">
</div>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-6 om-content">
<div class="om-content-wrapper">
<h3 data-animation="animated bounceInDown">Partnering to bring amazing video experiences to the world.</h3>
<p data-animation="animated bounceInUp">Delivering video in today’s world requires a constant stream of innovation. As complexity increases and technology swiftly advances, Harmonic has trusted Plexus to help keep their products
ahead of the curve. See why they’ve partnered with us for nearly 15 years — and counting.</p>
</div>
<div>
<a data-animation="animated zoomInLeft" href="/Case-Studies/Harmonic" class="btn case-study-btn">
Read Case Study
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item slide9" data-slide-to="9">
<div class="row">
<div class="col-12 col-sm-12 col-md-1 om-md-no-padding">
<div class="om-case-study-title-wrapper">
<div class="om-case-study-title">
<h6 class="chinese-vertical-text">Case Study</h6>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-5">
<div class="case-slide-study-img-wrapper">
<img class="img-fluid hidden-md-up" src="/PlexusCDN/plexus/media/english-media/case-study/honeywell-casestudy-slider-mobile_vf.jpg?ext=.jpg" alt="">
<img data-animation="animated zoomInLeft" class="img-fluid hidden-sm-down" src="/PlexusCDN/plexus/media/english-media/case-study/honeywell-casestudy-slider_vf.jpg?ext=.jpg" alt="">
</div>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-6 om-content">
<div class="om-content-wrapper">
<h3 data-animation="animated bounceInDown">Creating the next generation of aircraft lighting.</h3>
<p data-animation="animated bounceInUp">Honeywell Aerospace came to us with a challenge: create the next generation of LED aircraft lighting for the most efficient jet in the sky. See how Plexus hit the product’s aggressive
timeline, drastically reduced costs and earned Honeywell’s recognition as supplier of the year.</p>
</div>
<div>
<a data-animation="animated zoomInLeft" href="/Case-Studies/Honeywell-Aerospace-777X-Lighting" class="btn case-study-btn">
Read Case Study
</a>
</div>
</div>
</div>
</div>
<div class="carousel-item slide10" data-slide-to="10">
<div class="row">
<div class="col-12 col-sm-12 col-md-1 om-md-no-padding">
<div class="om-case-study-title-wrapper">
<div class="om-case-study-title">
<h6 class="chinese-vertical-text">Case Study</h6>
</div>
</div>
</div>
<div class="col-12 col-sm-12 col-md-6 col-lg-5">
<div class="case-slide-study-img-wrapper">
<img class="img-fluid hidden-md-up" src="/PlexusCDN/plexus/media/chinese-media/case-study/renaldenervationcasestudy_600x300px.jpg?ext=.jpg" alt="">
<img data-animation="animated zoomInLeft" class="img-fluid hidden-sm-down" src="/PlexusCDN/plexus/media/english-media/case-study/home-casestudy-renaldenervation.jpg?ext=.jpg" alt="">
</div>
</div>
<div class="col-12 col-sm-12 col-md-5 col-lg-6 om-content">
<div class="om-content-wrapper">
<h3 data-animation="animated bounceInDown">Bringing medical innovation to market in 18 months.</h3>
<p data-animation="animated bounceInUp">The customer came with a loose concept and an ambitious goal — to transform the treatment of severe hypertension. See how Plexus brought clarity to the concept and helped bring the
innovative renal denervation system to life, in only 18 months.</p>
</div>
<div>
<a data-animation="animated zoomInLeft" href="/Case-Studies/Renal-Denervation" class="btn case-study-btn">
Read Case Study
</a>
</div>
</div>
</div>
</div>
</div>
<!-- end wrapper for slides -->
</div>
</div>
<div class="om-carousel-controls hidden-lg-down">
<a class="carousel-control-prev" data-target="#case-study-carousel" role="button" data-slide="prev">
<i class="angle-left"></i>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" data-target="#case-study-carousel" role="button" data-slide="next">
<i class="angle-right"></i>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<section class="section-1 full-width gray-light-bg">
<div class="container pt-68 pb-33">
<div class="row flex-items-xs-middle justify-content-md-center">
<script>
$(document).ready(function() {
$('.napkin-link').on('click touchend', function(e) {
var el = $(this);
var link = el.attr('href');
window.location = link;
});
});
</script>
<div class="col-xs col-md-10 text-center">
<h2 class="nap-head-font">From idea to aftermarket.<br> And everywhere in between.</h2>
<p class="nap-subhead-font">Engage with Plexus for full product realization or at any point in the process. You’ll always get our best thinking, along with the flexibility, agility and global supply chain expertise to take your product
from idea to real-world impact.</p>
</div>
</div>
<div class="row flex-items-xs-middle justify-content-center solutions-box">
<div class="col-md-4 col-sm-4 col-lg-2 col-xl-2 col-6 pb-50">
<a class="napkin-link" href="/en-us/solutions#Design-Development">
<div class="napkin-sketch-box">
<div class="sketch" style="background-image:url('https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/home_page_solution_icons_design-development.png?ext=.png')"> </div>
<h5>Design and Development</h5>
</div>
</a>
</div>
<div class="col-md-4 col-sm-4 col-lg-2 col-xl-2 col-6 pb-50">
<a class="napkin-link" href="/en-us/solutions#Supply-Chain-Solutions">
<div class="napkin-sketch-box">
<div class="sketch" style="background-image:url('https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/home_page_solution_icons_supplychain.png?ext=.png')"> </div>
<h5>Supply Chain Solutions</h5>
</div>
</a>
</div>
<div class="col-md-4 col-sm-4 col-lg-2 col-xl-2 col-6 pb-50">
<a class="napkin-link" href="/en-us/solutions#New-Product-Introduction">
<div class="napkin-sketch-box">
<div class="sketch" style="background-image:url('https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/home_page_solution_icons_npi.png?ext=.png')"> </div>
<h5>New Product Introduction</h5>
</div>
</a>
</div>
<div class="col-md-4 col-sm-4 col-lg-2 col-xl-2 col-6 pb-50">
<a class="napkin-link" href="/en-us/solutions#Manufacturing">
<div class="napkin-sketch-box">
<div class="sketch" style="background-image:url('https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/home_page_solution_icons_manufacturing.png?ext=.png')"> </div>
<h5>Manufacturing</h5>
</div>
</a>
</div>
<div class="col-md-4 col-sm-4 col-lg-2 col-xl-2 col-6 pb-50">
<a class="napkin-link" href="/en-us/solutions/sustaining-services">
<div class="napkin-sketch-box">
<div class="sketch" style="background-image:url('https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/home_page_solution_icons_sustaining_services.png?ext=.png')"> </div>
<h5>Sustaining Services</h5>
</div>
</a>
</div>
</div>
</div>
</section>
<section class="section-1 full-width gray-light-bg">
<div class="container ">
<div class="row flex-items-xs-middle justify-content-md-center">
<div class="col-xs col-md-10 text-center">
</div>
</div>
</div>
</section>
<section class="section-1 full-width market-sector-bg-bt">
<div class="container market-sector-content">
<script type="text/javascript">
$(document).ready(function() {
$(".market-sector-content").parent().addClass("market-sector-bg-bt");
});
</script>
<div class="row flex-items-xs-middle text-center">
<div class="col-sm-12 text-center">
<h2>Our Market Sectors</h2>
</div>
</div>
<div class="row flex-items-xs-middle justify-content-md-center text-center">
<div class="col-12 col-md-3">
<div class="hidden-sm-down market-box">
<a href="/en-us/market-sectors/industrial">
<img src="https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/market-sectors/industrial-and-commercial/desktop/home-marketfeature-ind.jpg?ext=.jpg" class="img-fluid" alt="Industrial">
<div>
<h5>Industrial</h5>
<i class="angle-right"></i>
</div>
</a>
</div>
<div class="hidden-md-up">
<div class="market-sector-featured-mobile"
style="background:url('https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/market-sectors/industrial-and-commercial/mobile/home-market-mobile-ind.jpg?ext=.jpg') no-repeat;background-size: cover;width: 100%;padding: 15% 0 15% 0;position:relative;">
<a href="/en-us/market-sectors/industrial">
<h5>Industrial</h5>
</a>
</div>
</div>
</div>
<div class="col-12 col-md-3">
<div class="hidden-sm-down market-box">
<a href="/en-us/market-sectors/healthcare-life-sciences">
<img src="https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/desktop/home-markets-healthcarelifesciences-1.jpg?ext=.jpg" class="img-fluid" alt="Healthcare and Life Sciences">
<div>
<h5>Healthcare and Life Sciences</h5>
<i class="angle-right"></i>
</div>
</a>
</div>
<div class="hidden-md-up">
<div class="market-sector-featured-mobile"
style="background:url('https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/mobile/market-healthcare-mobile.jpg?ext=.jpg') no-repeat;background-size: cover;width: 100%;padding: 15% 0 15% 0;position:relative;">
<a href="/en-us/market-sectors/healthcare-life-sciences">
<h5>Healthcare and Life Sciences</h5>
</a>
</div>
</div>
</div>
<div class="col-12 col-md-3">
<div class="hidden-sm-down market-box">
<a href="/en-us/market-sectors/aerospace-defense">
<img src="https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/desktop/home-markets-aerospacedefense-4_1.jpg?ext=.jpg" class="img-fluid" alt="Aerospace and Defense">
<div>
<h5>Aerospace and Defense</h5>
<i class="angle-right"></i>
</div>
</a>
</div>
<div class="hidden-md-up">
<div class="market-sector-featured-mobile"
style="background:url('https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/mobile/market-dsa-mobile.jpg?ext=.jpg') no-repeat;background-size: cover;width: 100%;padding: 15% 0 15% 0;position:relative;">
<a href="/en-us/market-sectors/aerospace-defense">
<h5>Aerospace and Defense</h5>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="modular-divider-style1"></section>
<section class="section-1 full-width">
<div class="container ">
<div class="row">
<div class="col-lg-7 col-md-12 col-xs">
<img title="Location" class="img-fluid plexus-img" src="https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/desktop/global-locations-outline-web_18may2022.png" alt="Location">
</div>
<div class="col-lg-5 col-md-12 col-xs mobile-text-center">
<h3>Wherever you need us. Across the globe.</h3>
<p>Worldwide engineering, manufacturing and support services. Global supply chain expertise. All working together to get you to market faster.</p>
<a class="btn yellow-btn pl-5 pr-5" href="/en-us/About/locations">Locations</a>
</div>
</div>
</div>
</section>
<section class="section-1 full-width gray-light-bg">
<div class="container ">
<div class="recentNews row">
<div class="col-lg-5 col-md-12 col-xs mobile-text-center">
<img title="Join our team" class="img-fluid pb-4 hidden-lg-up" src="https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/desktop/homepage-careersimage_1.png?ext=.png" alt="Join our team">
<img title="Join our team" class="img-fluid hidden-md-down" src="https://plexuscdn.s3.amazonaws.com/plexus/media/english-media/home/desktop/homepage-careersimage.png?ext=.png" alt="Join our team">
<div class="pt-50 pb-50 col-md-11 mobile-text-center">
<h3>Join our team. Build the future.</h3>
<p>We are makers. Innovators. Engineering, manufacturing and supply chain experts passionate about building a better world. And we’d love you to join us.</p>
<a class="btn yellow-btn pl-5 pr-5" href="/en-us/careers">CAREERS</a>
</div>
</div>
<div class="col-lg-5 col-md-12 col-xs col-md-offset-1 news-page homeRecentNews ">
<h3 class="mobile-text-center">Recent News From Plexus</h3>
<div class="news-center">
<div class="media mb-4">
<div class="d-flex mr-4">
<div class="meta-data"><span class="d-block month">Jun</span><span class="d-block date">29</span></div>
</div>
<div class="media-body">
<a href="https://plexus.gcs-web.com/news-releases/news-release-details/plexus-issues-inaugural-sustainability-report"><h4>Plexus Issues Inaugural Sustainability Report</h4></a>
<div class="p-small-text p-0 word-wrap"><span>29 Jun 2023 - </span>Plexus Corp. (NASDAQ: PLXS) released today its inaugural Sustainability Report.</div>
<span>
<a href="https://plexus.gcs-web.com/news-releases/news-release-details/plexus-issues-inaugural-sustainability-report">Read More</a>
</span>
</div>
</div>
<div class="media mb-4">
<div class="d-flex mr-4">
<div class="meta-data"><span class="d-block month">Apr</span><span class="d-block date">26</span></div>
</div>
<div class="media-body">
<a href="https://plexus.gcs-web.com/news-releases/news-release-details/plexus-announces-fiscal-second-quarter-financial-results-2"><h4>Plexus Announces Fiscal Second Quarter Financial Results</h4></a>
<div class="p-small-text p-0 word-wrap"><span>26 Apr 2023 - </span>Plexus Corp. (NASDAQ: PLXS) today announced financial results for our fiscal second quarter ended April 1, 2023, and guidance for our fiscal third quarter
ending July 1, 2023.</div>
<span>
<a href="https://plexus.gcs-web.com/news-releases/news-release-details/plexus-announces-fiscal-second-quarter-financial-results-2">Read More</a>
</span>
</div>
</div>
<div class="media mb-4">
<div class="d-flex mr-4">
<div class="meta-data"><span class="d-block month">Apr</span><span class="d-block date">05</span></div>
</div>
<div class="media-body">
<a href="https://plexus.gcs-web.com/news-releases/news-release-details/plexus-sets-fiscal-second-quarter-2023-earnings-release-date"><h4>Plexus Sets Fiscal Second Quarter 2023 Earnings Release Date</h4></a>
<div class="p-small-text p-0 word-wrap"><span>05 Apr 2023 - </span>Plexus Corp. (NASDAQ: PLXS) announced today it will release its fiscal second quarter 2023 results after market close on Wednesday, April 26, 2023.</div>
<span>
<a href="https://plexus.gcs-web.com/news-releases/news-release-details/plexus-sets-fiscal-second-quarter-2023-earnings-release-date">Read More</a>
</span>
</div>
</div>
<div class="media mb-4">
<div class="d-flex mr-4">
<div class="meta-data"><span class="d-block month">Mar</span><span class="d-block date">06</span></div>
</div>
<div class="media-body">
<a href="/en-us/news/plexus-raymond-james-44th-investors-conference"><h4>Plexus to Present at the Raymond James 44th Annual Institutional Investors Conference</h4></a>
<div class="p-small-text p-0 word-wrap"><span>06 Mar 2023 - </span>Plexus Corp. (NASDAQ: PLXS) announced today that it will attend the Raymond James 44th Annual Institutional Investors Conference on March 6, 2023.</div>
<span>
<a href="/en-us/news/plexus-raymond-james-44th-investors-conference">Read More</a>
</span>
</div>
</div>
<div class="mobile-text-center">
<a href="/en-us/news" class="btn yellow-btn pl-5 pr-5" style="">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-3 full-width gray-dark-bg stick events-popup-section" id="events-popup">
<div class="container events-popup">
<script type="text/javascript">
$(document).ready(function() {
$(".events-popup").parent().addClass("events-popup-section");
$(".events-popup").parent().attr('id', 'events-popup');
});
</script>
</div>
</section>
</main>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-6 col-sm-6 col-md-3"><span>©2023 Plexus Corp.</span>
<address>One Plexus Way<br> P.O. Box 156<br> Neenah, WI 54956<br>
<span title="Phone">Phone:</span> +1 888 208 9005<br>
<br>
<a target="_blank" href="https://www.facebook.com/PlexusCorp/" class="social-link" aria-label="Follow Plexus on Facebook" rel="noopener">
<div class="facebook-logo"></div>
</a>
<a target="_blank" href="https://www.linkedin.com/company/plexus" class="social-link" aria-label="Follow Plexus on Linkedin" rel="noopener">
<div class="linkedin-logo"></div>
</a>
<a target="_blank" aria-label="Xing" de-de="" href="https://www.xing.com/companies/plexusdeutschlandgmbh" class="social-link" style="display:none">
</a>
<!--<a target="_blank" de-de="" href="https://www.xing.com/companies/plexusdeutschlandgmbh" style="display:none">
<img alt="" src="/PlexusCDN//plexus/media/english-media/template-images/xing-icon_13.png" style="margin: 2px 4px;" />
</a>--><br>
<br>
</address>
</div>
<div class="col-6 col-sm-6 col-md-3 footer-mid-menu"><a href="/en-us/market-sectors">Market Sectors</a><br>
<a href="/en-us/solutions">Solutions</a><br>
<a href="/en-us/about">About</a><br>
<a href="/en-us/careers">Careers</a><br>
<a href="/en-us/sustainability-home">Sustainability</a><br>
<a href="/en-us/contact">Contact</a><br>
<a href="/en-us/investors">Investors</a><br>
</div>
<div class="col-6 col-sm-6 col-md-3"><a href="/en-us/partners"><span>Partners</span></a><br>
<a href="/en-us/legal">Legal</a><br>
<a href="/en-us/resources">Resources</a><br>
<a href="/en-us/privacy">Privacy Notice</a><br>
<a href="https://www39.plexus.com/">Secure File Transfer</a><br>
<a href="/en-us/do-not-sell">Do Not Sell/Share My Personal Information</a><br>
</div>
<div class="col-6 col-sm-6 col-md-3">
<p><span style="color:#FFFFFF;">Never miss insights from our blog. Get The Current, right in your inbox.</span></p>
<a class="btn btn-yellow" data-target="#ContactFormModel" data-toggle="modal" href="#" role="button">Subscribe</a>
<div aria-hidden="true" aria-labelledby="subscribeModelLabel" class="modal fade" id="ContactFormModel" tabindex="-1">
<h5 class="sr-only" id="subscribeModelLabel">Don't miss a post</h5>
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-body"><button aria-label="Close" class="close p-3" data-dismiss="modal" type="button"><span aria-hidden="true">×</span></button>
<div data-form-block-id="d38cb088-2b1e-ec11-b6e6-000d3a5772de" data-correlation-establishing="true" data-is-loading="true" data-error-message="An error occurred during your submission."> <div>
<meta type="xrm/designer/setting" name="layout-editable" value="marketing-designer-layout-editable">
<meta type="xrm/designer/setting" name="layout-max-width" value="600px" datatype="text" label="Layout max width">
<style>
form .lp-form-fieldInput {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
form div.lp-form-field {
word-wrap: break-word;
word-break: break-word;
}
form div.lp-radioButtonsContainer {
width: 50%;
}
form span.lp-radioButton input {
width: 18px;
height: 18px;
margin-right: 8px;
margin-top: 3px;
border-radius: 50%;
}
form div.marketing-customfield input[type="checkbox"],
form div.marketing-field input[type="checkbox"],
form div.marketing-subscription-list input {
width: 20px;
height: 20px;
margin-right: 8px;
margin-top: 3px;
}
form span.lp-checkboxListItem,
form span.lp-radioButton {
/* This rule is needed to style all radio button fields. For product constraints each option is defined as input and label wrapped into a span*/
display: block;
margin: 2px;
}
form *[data-layout="true"] {
margin: 0 auto;
max-width:
/* @layout-max-width */
600px
/* @layout-max-width */
;
}
form input {
border-radius: 3px;
border: 1px solid #54575a;
height: 35px;
margin-top: 8px;
text-indent: 10px;
width: 100%;
}
form select {
border-radius: 3px;
border: 1px solid #54575a;
height: 35px;
margin-top: 8px;
text-indent: 10px;
width: 100%;
}
form textarea {
border-radius: 3px;
border: 1px solid #54575a;
margin-bottom: 8px;
margin-top: 8px;
height: 120px;
overflow: auto;
width: 100%;
}
form label {
margin: 0px;
color: #54575a;
font-size: 14px;
}
form button[type="submit"],
form div[data-editorblocktype="SubmitButtonBlock"] button {
border-radius: 3px;
border: 1px solid #333333;
height: 40px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
margin-top: 12px;
color: #54575a;
background-color: #ffc62c;
border: 1px solid #ffc62c;
font-weight: bold;
text-transform: uppercase;
}
form button[type="reset"],
form div[data-editorblocktype="ResetButtonBlock"] button {
display: none;
font-size: 18px;
border-radius: 3px;
height: 40px;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
color: #bcbcbc;
border: 1px solid #8A8886;
width: 100%;
padding: 0;
}
form button[type="reset"],
form div[data-editorblocktype="ResetButtonBlock"] {
display: none;
margin: 0 auto;
}
form .columnContainer h2 {
font-size: 16px;
}
::-webkit-input-placeholder,
::-moz-placeholder,
::-ms-input-placeholder ::placeholder {
font-size: 16px;
}
form .columnContainer h1 {
font-size: 26px;
}
@media only screen and (max-width: 768px) {
form .columnContainer {
width: 100% !important;
}
}
.onFormSubmittedFeedbackButtonSuccess {
display: none !important;
}
</style>
<div data-layout="true" tabindex="0">
<div data-section="true" class="" style="">
<div style="display: flex;
width: 100%;
;flex-wrap: wrap;">
<div style="clear:both;"></div>
<div data-container="true" class="columnContainer" data-container-width="100"
style="display: block; min-height: 0px; min-width: 0px; width: calc(100% - 20px); box-sizing: border-box; padding: 0px 10px; float: left; word-wrap: break-word; word-break: break-word; word-wrap: break-word; word-break: break-word; margin-left: 10px; margin-right: 10px;">
<div data-editorblocktype="Text" style="font-size: 20px; font-weight: bold; text-align: center;">
<p style="text-align: left;"><span style="font-size:22px;"><span style="font-family:Trebuchet MS,Helvetica,sans-serif;"><span style="color:#54575a;">Don't miss a post.</span></span></span></p>
</div>
<div data-editorblocktype="Text" style="font-size: 12px; opacity: 0.7; text-align: center;">
<p style="text-align: left;"><span style="font-size:16px;"><span
style="font-family: "Trebuchet MS", Helvetica, sans-serif; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; float: none; display: inline !important;">Subscribe
to receive the latest insights, ideas and stories from our industry experts.</span></span></p>
</div>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div data-section="true" class="" style="">
<div style="
display: flex;
width: 100%;
;flex-wrap: wrap;">
<div style="clear:both;"></div>
<div data-container="true" class="columnContainer" data-container-width="50"
style="display: block; min-height: 0px; min-width: 0px; width: calc(50% - 20px); box-sizing: border-box; padding: 0px 10px; float: left; word-wrap: break-word; word-break: break-word; word-wrap: break-word; word-break: break-word; margin-left: 10px; margin-right: 10px;">
<div data-editorblocktype="Field-text" style="">
<div class="marketing-field">
<div class="lp-form-field"><label class="lp-ellipsis" for="3f746946-34b4-442c-a677-e232cdd2bc40" style=" font-weight: bold;" title="">First Name</label> <span class="lp-required"
style="color: rgb(255, 0, 0);">*</span> <input class="lp-form-fieldInput" id="3f746946-34b4-442c-a677-e232cdd2bc40" name="3f746946-34b4-442c-a677-e232cdd2bc40" placeholder="" required="required"
style="width:100%" title="" type="text" pattern=".*\S+.*" aria-required="true"></div>
</div>
</div>
</div>
<div data-container="true" class="columnContainer" data-container-width="50"
style="display: block; min-height: 0px; min-width: 0px; width: calc(50% - 20px); box-sizing: border-box; padding: 0px 10px; float: left; word-wrap: break-word; word-break: break-word; word-wrap: break-word; word-break: break-word; margin-right: 10px; margin-left: 10px;">
<div data-editorblocktype="Field-text" style="">
<div class="marketing-field">
<div class="lp-form-field"><label class="lp-ellipsis" for="e1dfc514-f301-4cb2-855a-4c8fa8331207" style=" font-weight: bold;" title="">Last Name</label> <span class="lp-required" style="color: rgb(255, 0, 0)">*</span>
<input class="lp-form-fieldInput" id="e1dfc514-f301-4cb2-855a-4c8fa8331207" name="e1dfc514-f301-4cb2-855a-4c8fa8331207" placeholder="" required="required" style="width:100%" title="" type="text" pattern=".*\S+.*"
aria-required="true"></div>
</div>
</div>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div data-section="true" class="">
<div style="
display: flex;
width: 100%;
;flex-wrap: wrap;">
<div style="clear:both;"></div>
<div data-container="true" class="columnContainer" data-container-width="100"
style="display: block; min-height: 0px; min-width: 0px; width: calc(100% - 20px); box-sizing: border-box; padding: 5px 10px; float: left; word-wrap: break-word; word-break: break-word; word-wrap: break-word; word-break: break-word; margin-right: 10px; margin-left: 10px;">
<div data-editorblocktype="Field-email" style="">
<div class="marketing-field">
<div class="lp-form-field"><label class="lp-ellipsis" for="7f685ebb-7c54-4cff-a1bc-772562d25c38" style=" font-weight: bold;" title="">Email</label> <span class="lp-required" style="color: rgb(255, 0, 0)">*</span>
<input class="lp-form-fieldInput" id="7f685ebb-7c54-4cff-a1bc-772562d25c38" name="7f685ebb-7c54-4cff-a1bc-772562d25c38" placeholder="" required="required" style="width:100%" title="" type="email"
aria-required="true"></div>
</div>
</div>
<div data-editorblocktype="Field-text" style="padding-top: 5px;">
<div class="marketing-field">
<div class="lp-form-field" data-required-field="true"><label class="lp-ellipsis" for="14bc7e66-a089-4d1e-849d-21c2a5c3f58b" style=" font-weight: bold;" title="">Company<span class="lp-required"
style="color: rgb(255, 0, 0);">*</span></label><input aria-required="true" class="lp-form-fieldInput" id="14bc7e66-a089-4d1e-849d-21c2a5c3f58b" name="14bc7e66-a089-4d1e-849d-21c2a5c3f58b" pattern=".*\S+.*"
placeholder="" required="required" style="width: 100%; box-sizing: border-box;" title="" type="text"></div>
</div>
</div>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div data-section="true" class="emptyContainer">
<div style="
display: flex;
width: 100%;
;flex-wrap: wrap;">
<div style="clear:both;"></div>
<div data-container="true" class="columnContainer" data-container-width="100"
style="display: block; min-height: 0px; min-width: 0px; width: calc(100% - 20px); box-sizing: border-box; padding: 5px 10px; float: left; word-wrap: break-word; word-break: break-word; word-wrap: break-word; word-break: break-word; margin-right: 10px; margin-left: 10px;">
<div data-editorblocktype="SubscriptionListBlock" style="" hidden="hidden">
<div class="marketing-subscription-list"><input aria-required="true" checked="checked" class="lp-form-fieldInput" id="fd99cfa2-3d03-eb11-a813-000d3a8c9b90" name="fd99cfa2-3d03-eb11-a813-000d3a8c9b90"
required="required" type="checkbox" value="Yes"><label class="lp-ellipsis" for="fd99cfa2-3d03-eb11-a813-000d3a8c9b90">The CURRENT Subscription<span class="lp-required"
style="color: rgb(255, 0, 0);">*</span></label></div>
</div>
<div data-editorblocktype="Field-text" style="" hidden="hidden" class="">
<div class="marketing-field">
<div class="lp-form-field" data-required-field="false"><label class="lp-ellipsis" for="8096fd50-a8e0-4af6-b076-0a0973cf8dfc" title="">Salutation</label><input class="lp-form-fieldInput"
id="8096fd50-a8e0-4af6-b076-0a0973cf8dfc" name="8096fd50-a8e0-4af6-b076-0a0973cf8dfc" placeholder="" style="width: 100%; box-sizing: border-box;" title="" type="text"></div>
</div>
</div>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div data-section="true" class="emptyContainer">
<div style="display: flex;
width: 100%;
;flex-wrap: wrap;">
<div style="clear:both;"></div>
<div data-container="true" class="columnContainer" data-container-width="100"
style="display: block; min-height: 0px; min-width: 0px; width: calc(100% - 20px); box-sizing: border-box; padding: 0px 10px; float: left; word-wrap: break-word; word-break: break-word; word-wrap: break-word; word-break: break-word; margin-right: 10px; margin-left: 10px;">
<grammarly-extension data-grammarly-shadow-root="true" style="position: absolute; top: 0px; left: 0px; pointer-events: none;" class="cGcvT"></grammarly-extension><grammarly-extension data-grammarly-shadow-root="true"
style="mix-blend-mode: darken; position: absolute; top: 0px; left: 0px; pointer-events: none;" class="cGcvT"></grammarly-extension><grammarly-extension data-grammarly-shadow-root="true"
style="position: absolute; top: 0px; left: 0px; pointer-events: none;" class="cGcvT"></grammarly-extension><grammarly-extension data-grammarly-shadow-root="true"
style="mix-blend-mode: darken; position: absolute; top: 0px; left: 0px; pointer-events: none;" class="cGcvT"></grammarly-extension><grammarly-extension data-grammarly-shadow-root="true"
style="position: absolute; top: 0px; left: 0px; pointer-events: none;" class="cGcvT"></grammarly-extension><grammarly-extension data-grammarly-shadow-root="true"
style="mix-blend-mode: darken; position: absolute; top: 0px; left: 0px; pointer-events: none;" class="cGcvT"></grammarly-extension><grammarly-extension data-grammarly-shadow-root="true"
style="position: absolute; top: 0px; left: 0px; pointer-events: none;" class="cGcvT"></grammarly-extension><grammarly-extension data-grammarly-shadow-root="true"
style="mix-blend-mode: darken; position: absolute; top: 0px; left: 0px; pointer-events: none;" class="cGcvT"></grammarly-extension>
<div data-editorblocktype="Text" style="">
<p><span style="font-size:12px;"><span style="font-family:Trebuchet MS,Helvetica,sans-serif;"><span style="color:#54575a;">By submitting this form you consent to data processing and communication in accordance with
our</span><span style="color:#54575a;"> </span><a href="https://www.plexus.com/en-us/privacy" style="text-align: center; "><span style="color:#3498db; font-size:12px;">privacy policy</span></a><span
style="color:#3498db;">.</span></span></span></p>
</div>
</div>
<div style="clear:both;"></div>
</div>
</div>
<div data-section="true" class="" style="">
<div style="display: flex;
width: 100%;
;flex-wrap: wrap;">
<div style="clear:both;"></div>
<div data-container="true" class="columnContainer" data-container-width="100"
style="display: block; min-height: 0px; min-width: 0px; width: calc(100% - 20px); box-sizing: border-box; padding: 0px 10px; float: left; word-wrap: break-word; word-break: break-word; word-wrap: break-word; word-break: break-word; margin-right: 10px; margin-left: 10px;">
<div data-editorblocktype="SubmitButtonBlock" style="">
<p><button class="lp-form-button lp-form-fieldInput" name="submit" type="submit">Subscribe</button></p>
</div>
</div>
<div style="clear:both;"></div>
</div>
</div>
</div>
</div>
</div>
<script src="https://mktdplp102cdn.azureedge.net/public/latest/js/form-loader.js?v=1.76.2003.0" type="text/javascript"></script>
<div id="dFfL78TUHIBaihFZtE9m3dxV1i3goUM4XAyBKEJFnZ4Y"> </div>
<script src="https://mktdplp102cdn.azureedge.net/public/latest/js/ws-tracking.js?v=1.76.2003.0" type="text/javascript"></script>
<div class="d365-mkt-config" data-hostname="fc7e2eb8d89b4d40a56bee798806718e.svc.dynamics.com" data-website-id="FfL78TUHIBaihFZtE9m3dxV1i3goUM4XAyBKEJFnZ4Y" style="display:none"> </div>
</div>
</div>
</div>
</div>
<style type="text/css">
.onFormSubmittedFeedbackButtonSuccess {
display: none !important;
}
div[data-form-block-id] .onFormSubmittedFeedback {
max-width: 100%;
}
</style>
</div>
</div>
</div>
</footer>
</form>
Text Content
* Partners * Investors * Blog | The CURRENT * Contact * English * 中文 * Deutsch Plexus Logo * Market Sectors * Solutions * About * Careers * Sustainability * Market Sectors * Market Sectors * Industrial * Automation and Robotics * Transportation and Energy Management * Semiconductor Capital Equipment * Test and Measurement Equipment * Communications * Healthcare and Life Sciences * Medical Devices and Equipment * Life Sciences and Diagnostics * Advanced Surgical Systems and Medical Robotics * Aerospace and Defense * Aerospace * Defense * Security * Space * Solutions * Solutions * Design and Development * Supply Chain Solutions * New Product Introduction * Manufacturing * Sustaining Services * Aftermarket Services: Repair and Refurbishment * Product Lifecycle Extension * Distribution Management * About * About * Leadership * Why Plexus * Locations * News/Events * Careers * Sustainability * Partners * Investors * Overview * Stock Information * Financial Info * Fundamentals * Corporate Governance * News/Events * Shareholder Services * Blog | The CURRENT * Contact * English * 中文 * Deutsch * Industrial * Automation and Robotics * Transportation and Energy Management * Semiconductor Capital Equipment * Test and Measurement Equipment * Communications * Healthcare and Life Sciences * Medical Devices and Equipment * Life Sciences and Diagnostics * Advanced Surgical Systems and Medical Robotics * Aerospace and Defense * Aerospace * Defense * Security * Space * Design and Development * Supply Chain Solutions * New Product Introduction * Manufacturing * Sustaining Services * Aftermarket Services: Repair and Refurbishment * Product Lifecycle Extension * Distribution Management * Leadership * Why Plexus * Locations * News/Events Thank you for your recent inquiry to Plexus Corp., a leading electronics engineering and manufacturing services provider. You should expect to receive a response from someone at Plexus within two business days regarding your inquiry. If you require a more immediate response, feel free to dial +1 888 208 9005 and select the appropriate option. We appreciate your interest in Plexus! WE HELP CREATE THE PRODUCTS THAT BUILD A BETTER WORLD. WATCH NOW WE’RE EXCITED ABOUT WHAT YOU DO. BECAUSE WE BELIEVE IN WHY YOU DO IT. Every idea starts with a purpose. Our specialty is bringing those ideas to life. Rolling up our sleeves as an extension of your own team to fully realize your most visionary products — the complex technologies and innovations that are changing our world. We’re more than engineering and manufacturing. With Plexus, you’re getting a product realization partner who’s on board with what you’re trying to achieve — and invested in why you’re doing it. 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. CASE STUDY QUIDEL SOFIA® 2 FLUORESCENT IMMUNOASSAY ANALYZER Quidel, a leader in diagnostic healthcare, needed to rapidly scale production of the Sofia® 2 fluorescent immunoassay analyzer to support increased demand for point-of-care testing devices used in the fight against COVID-19. They called on Plexus to help make it happen. Read Case Study CASE STUDY ECHODYNE: MISSION-CRITICAL RADAR REIMAGINED Echodyne, the radar platform company, envisioned a 3D high performance radar that could deliver uncompromising short-range surveillance at a significantly lower price than conventional radar platforms – making radar-based threat protection dramatically more accessible. They partnered with Plexus to make it happen. Read Case Study CASE STUDY HELPING A MAJOR HEALTHCARE OEM KEEP THEIR PROMISES. Aftermarket service can be a tough thing to entrust to an outside provider. It’s your brand and reputation on the line. See how Plexus took on the challenge for a leading manufacturer of a medical device — dramatically reducing costs, cutting turnaround times and improving quality. All to keep their products where they’re needed most — delivering life-saving care to patients. Read Case Study CASE STUDY INNOVATIVE SUPPLY CHAIN SOLUTIONS FOR YOUR MOST COMPLEX PRODUCTS. Your product needs are unique, and your supply chain solution has to be, too. We’ll listen to you and work closely with your team to create a solution that’s tailored to your business objectives and your customers’ needs. Read Case Study CASE STUDY MEDICAL PRODUCT DEVELOPMENT DELIVERED IN LESS THAN THREE MONTHS. Faced with the Covid-19 pandemic, the United Kingdom (UK) Government challenged UK manufacturers to increase the number of ventilators available within the NHS (National Health Service). See how Plexus rose to the challenge and leveraged our experience to work as part of a consortium aiming to bring a new ventilator to market in record time. Read Case Study CASE STUDY REVOLUTIONIZING PUBLIC TRANSPORTATION. BCycle, a subsidiary of Trek Bicycle, envisioned a bike share system that could help change how we think about public transportation. But when the launch date appeared to be at risk, they turned to Plexus. See how Plexus stepped in to help redesign, manufacture and deliver BCycle’s Dash bike share system to the market — in only four months. Read Case Study CASE STUDY BLAZING A NEW TRAIL TO SOLVE THE WORLD’S MOST DATA-INTENSIVE PROBLEMS. In high-performance computing, no matter how fast the processors, answers can only come as quickly as the network between them allows. Dr. Coke Reed had an ambitious idea for solving that problem. See how collaboration with Plexus helped him prove the concept and bring a completely new kind of computing to the market. Read Case Study CASE STUDY CAPTURING EARLY MARKET SHARE BY BRIDGING PRODUCT LINES. In order to capture early share in the HPV diagnostic market, the customer turned to Plexus to design and develop a non-assay system that performed decapping, recapping and sample prep functions. See how Plexus helped to secure lab floor space and alleviate the need for tedious tasks that would otherwise need to be performed by lab operators. Read Case Study CASE STUDY PARTNERING TO BRING AMAZING VIDEO EXPERIENCES TO THE WORLD. Delivering video in today’s world requires a constant stream of innovation. As complexity increases and technology swiftly advances, Harmonic has trusted Plexus to help keep their products ahead of the curve. See why they’ve partnered with us for nearly 15 years — and counting. Read Case Study CASE STUDY CREATING THE NEXT GENERATION OF AIRCRAFT LIGHTING. Honeywell Aerospace came to us with a challenge: create the next generation of LED aircraft lighting for the most efficient jet in the sky. See how Plexus hit the product’s aggressive timeline, drastically reduced costs and earned Honeywell’s recognition as supplier of the year. Read Case Study CASE STUDY BRINGING MEDICAL INNOVATION TO MARKET IN 18 MONTHS. The customer came with a loose concept and an ambitious goal — to transform the treatment of severe hypertension. See how Plexus brought clarity to the concept and helped bring the innovative renal denervation system to life, in only 18 months. Read Case Study Previous Next FROM IDEA TO AFTERMARKET. AND EVERYWHERE IN BETWEEN. Engage with Plexus for full product realization or at any point in the process. You’ll always get our best thinking, along with the flexibility, agility and global supply chain expertise to take your product from idea to real-world impact. DESIGN AND DEVELOPMENT SUPPLY CHAIN SOLUTIONS NEW PRODUCT INTRODUCTION MANUFACTURING SUSTAINING SERVICES OUR MARKET SECTORS INDUSTRIAL INDUSTRIAL HEALTHCARE AND LIFE SCIENCES HEALTHCARE AND LIFE SCIENCES AEROSPACE AND DEFENSE AEROSPACE AND DEFENSE WHEREVER YOU NEED US. ACROSS THE GLOBE. Worldwide engineering, manufacturing and support services. Global supply chain expertise. All working together to get you to market faster. Locations JOIN OUR TEAM. BUILD THE FUTURE. We are makers. Innovators. Engineering, manufacturing and supply chain experts passionate about building a better world. And we’d love you to join us. CAREERS RECENT NEWS FROM PLEXUS Jun29 PLEXUS ISSUES INAUGURAL SUSTAINABILITY REPORT 29 Jun 2023 - Plexus Corp. (NASDAQ: PLXS) released today its inaugural Sustainability Report. Read More Apr26 PLEXUS ANNOUNCES FISCAL SECOND QUARTER FINANCIAL RESULTS 26 Apr 2023 - Plexus Corp. (NASDAQ: PLXS) today announced financial results for our fiscal second quarter ended April 1, 2023, and guidance for our fiscal third quarter ending July 1, 2023. Read More Apr05 PLEXUS SETS FISCAL SECOND QUARTER 2023 EARNINGS RELEASE DATE 05 Apr 2023 - Plexus Corp. (NASDAQ: PLXS) announced today it will release its fiscal second quarter 2023 results after market close on Wednesday, April 26, 2023. Read More Mar06 PLEXUS TO PRESENT AT THE RAYMOND JAMES 44TH ANNUAL INSTITUTIONAL INVESTORS CONFERENCE 06 Mar 2023 - Plexus Corp. (NASDAQ: PLXS) announced today that it will attend the Raymond James 44th Annual Institutional Investors Conference on March 6, 2023. Read More Learn More ©2023 Plexus Corp. One Plexus Way P.O. Box 156 Neenah, WI 54956 Phone: +1 888 208 9005 Market Sectors Solutions About Careers Sustainability Contact Investors Partners Legal Resources Privacy Notice Secure File Transfer Do Not Sell/Share My Personal Information Never miss insights from our blog. Get The Current, right in your inbox. Subscribe DON'T MISS A POST × Don't miss a post. Subscribe to receive the latest insights, ideas and stories from our industry experts. First Name * Last Name * Email * Company* The CURRENT Subscription* Salutation By submitting this form you consent to data processing and communication in accordance with our privacy policy. Subscribe By clicking “Accept All”, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. Privacy Notice Reject All Accept All Cookies Settings PRIVACY PREFERENCE CENTER * YOUR PRIVACY * STRICTLY NECESSARY COOKIES * PERFORMANCE COOKIES * TARGETING COOKIES * SOCIAL MEDIA COOKIES YOUR PRIVACY When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The information does not usually directly identify you, but it can give you a more personalized web experience. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings to find out more and change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. View our privacy notice. STRICTLY NECESSARY COOKIES Always Active These cookies are necessary for the website to function and cannot be switched off in our systems. They are usually only set in response to actions made by you which amount to a request for services, such as setting your privacy preferences, logging in or filling in forms. You can set your browser to block or alert you about these cookies, but some parts of the site will not then work. These cookies do not store any personally identifiable information. Cookies Details PERFORMANCE COOKIES Performance Cookies These cookies allow us to count visits and traffic sources so we can measure and improve the performance of our site. They help us to know which pages are the most and least popular and see how visitors move around the site. All information these cookies collect is aggregated and therefore anonymous. If you do not allow these cookies we will not know when you have visited our site, and will not be able to monitor its performance. Cookies Details TARGETING COOKIES Targeting Cookies These cookies may be set through our site by our advertising partners. They may be used by those companies to build a profile of your interests and show you relevant adverts on other sites. They do not store directly personal information, but are based on uniquely identifying your browser and internet device. If you do not allow these cookies, you will experience less targeted advertising. Cookies Details SOCIAL MEDIA COOKIES Social Media Cookies These cookies are set by a range of social media services that we have added to the site to enable you to share our content with your friends and networks. They are capable of tracking your browser across other sites and building up a profile of your interests. This may impact the content and messages you see on other websites you visit. If you do not allow these cookies you may not be able to use or see these sharing tools. Cookies Details Back Button BACK Filter Button Consent Leg.Interest checkbox label label checkbox label label checkbox label label * View Third Party Cookies * Name cookie name Clear checkbox label label Apply Cancel Confirm My Choices Reject All Allow All