www.sigsauer.com Open in urlscan Pro
2606:4700::6811:2549  Public Scan

Submitted URL: http://www.sigsauer.com/le
Effective URL: https://www.sigsauer.com/le
Submission: On November 17 via manual from US — Scanned from DE

Form analysis 5 forms found in the DOM

GET https://www.sigsauer.com/catalogsearch/result/

<form class="form minisearch" action="https://www.sigsauer.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label for="site-search" class="screen-reader-text">Search Site</label>
    <input id="site-search" type="text" name="q" value="" placeholder="Search Site" class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false">
    <div class="site-search-submit"></div>
    <div id="search_autocomplete" class="search-autocomplete"></div>
  </div>
</form>

POST #

<form class="form contact" action="#" id="get-updates-form" method="post" data-hasrequired="* Required Fields" novalidate="novalidate">
  <fieldset class="fieldset">
    <legend class="form-title"><span>Sign Up for News and Updates</span></legend>
    <div class="amcform-page-wrap">
      <div class="field field-first-name required">
        <label class="label" for="first_name"><span>First Name</span></label>
        <div class="control">
          <input name="first_name" id="first_name" title="First Name" placeholder="First Name" class="input-text" type="text" data-validate="{required:true}" aria-required="true">
        </div>
      </div>
      <div class="field field-last-name required">
        <label class="label" for="last_name"><span>First Name</span></label>
        <div class="control">
          <input name="last_name" id="last_name" title="Last Name" placeholder="Last Name" class="input-text" type="text" data-validate="{required:true}" aria-required="true">
        </div>
      </div>
      <div class="field email required">
        <label class="label" for="email"><span>Email</span></label>
        <div class="control">
          <input name="email" id="email" title="Email" placeholder="Email" class="input-text" type="email" data-validate="{required:true, 'validate-email':true}" aria-required="true">
        </div>
      </div>
    </div>
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <button type="submit" title="Get Updates" class="action submit primary" id="custom_btn">
        <span>Get Updates</span>
      </button>
    </div>
  </div>
</form>

POST https://www.sigsauer.com/zipcoderestriction/index/index/

<form action="https://www.sigsauer.com/zipcoderestriction/index/index/" method="post" id="zipcode-restriction-form" novalidate="novalidate">
  <input type="hidden" name="form_key" value="z8eT8FcvtRU167DR">
  <input type="hidden" name="mage_page" value="other" sd_sf="">
  <input type="hidden" name="main_product_id" value="">
  <input type="hidden" name="product_id" id="restriction-product-id" value="">
  <input type="hidden" name="restriction_update_need" id="restriction-update-need" value="">
  <div class="zipcode-restriction-form-body">
    <label for="zip" class="screen-reader-text">Enter Your 5 digit ZIP Code</label>
    <input type="text" name="zipcode" id="zipcode" maxlength="5" placeholder="Enter your 5 digit ZIP Code" required="true" class="validate-zip-usa required-entry" value="">
  </div>
  <div class="zipcode-restriction-form-footer">
    <button type="submit" id="zipcode-submit" value="Verify" class="cta medium dark"> Verify </button>
  </div>
  <div class="zipcode-restriction-verified">
    <svg class="checkmark" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52 52">
      <circle class="checkmark-circle" cx="26" cy="26" r="25" fill="none"></circle>
      <path class="checkmark-check" fill="none" d="M14.1 27.2l7.1 7.2 16.7-16.8"></path>
    </svg>
  </div>
</form>

POST https://www.sigsauer.com/zipcoderestriction/age/index/

<form action="https://www.sigsauer.com/zipcoderestriction/age/index/" method="post" id="age-verification-form" novalidate="novalidate">
  <input type="hidden" name="form_key" value="z8eT8FcvtRU167DR">
  <input type="hidden" name="mage_page" value="other">
  <input type="hidden" name="age_verify_cached" id="age-verify-cached" value="">
  <input type="hidden" name="product_page_age" id="product-page-age" value="">
  <input type="hidden" name="product_age_option" id="product-age-option" value="">
  <div class="age-verification-form-body">
    <input type="checkbox" name="age_verify" id="age-verify" value="" required="true" class="required-entry">
    <label for="age-verify" class="age-verify-text">I am certify that I am at least 21 years of age.</label>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" sd_sf="" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.sigsauer.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

 * Firearms
    * View All
    * Pistols
       * View All
       * P365
       * P320
       * P320/P365 FCU
       * M17-M18
       * Legion
       * ROSE
       * P322
       * P210
       * P220
       * P226
       * P229
       * 1911
       * Other Models
       * Warranty
   
    * Rifles - Pistols
       * View All
       * CROSS
       * TREAD
       * SIG 716
       * SIG M400
       * SIG MPX
       * SIG MCX
       * Rifle Uppers PROMOTION
       * View All
       * Warranty
   
    * Custom Works
       * View All
       * Build Your Own P320
       * Build Your Own P365
       * Featured Builds NEW JACK CARR
       * P320 Accessory Studio
       * P365 Accessory Studio
       * Concierge FAQ
       * Commemorative Engraving
       * Services and Upgrades
       * Limited Editions
   
    * LEGION
       * View All
       * Shop Products
       * Register Your Legion
       * FAQs
   
    * Hunting
       * View All
       * Cross Rifle
       * Riflescopes
       * Rangefinders
       * Binoculars
       * Spotting Scopes
       * Elite Tipped Hunting Ammo
       * Varmint and Predator Ammo
       * Copper Ammo
       * SIG Preferred Guide Program

 * Ammo
    * View All
    * Ammunition
       * View All
       * Defensive Ammo
       * Practice Ammo
       * Hunting Ammo
       * Match Ammo
       * Blemished
       * Brass
       * Bullets

 * Optics
    * View All
    * Riflescopes
       * View All
       * Hunting
       * Tactical
       * Custom Turrets (SBT)
   
    * Rangefinders
       * View All
       * Monoculars
       * Binoculars
   
    * Battle Sights
    * Red Dot Sights
       * View All
       * Pistol Reflex Sights NEW
       * Rifle Red Dot Sights
   
    * Pistol Sights
    * Lights and Lasers
       * View All
       * Weapon Lights NEW
   
    * Spotting Scopes
    * Binoculars NEW
    * Thermal & Night Vision
    * Magnifiers
    * BDX
       * View All
       * What is BDX?
   
    * Mounts
    * Parts
    * Product Reg

 * Suppressors
    * View All
    * Suppressors
       * View All
       * Rifle Suppressors
       * Pistol Suppressors
       * Rimfire Suppressors
       * Accessories
       * Warranty

 * Store
    * View All
    * New Products
    * SALE
       * View All
       * Certified Refurbished Optics
   
    * LEGION
    * ROSE
    * Electro-Optics
       * View All
       * BDX
       * Riflescopes
       * Rangefinders
       * Battle Sights
       * Red Dot Sights
       * Pistol Sights
       * Lights and Lasers
       * Spotting Scopes
       * Binoculars
       * Thermal and Night Vision
       * Magnifiers
       * Mounts
       * Parts
       * Accessories NEW
   
    * Rifle Uppers
    * Ammo
       * View All
       * Defensive Ammo
       * Practice Ammo
       * Hunting Ammo
       * Match Ammo
       * Blemished
       * Brass
       * Bullets
   
    * Airguns
       * View All
       * Bundles NEW
       * Airsoft
          * View All
          * Airsoft Pistols
          * Airsoft Rifles
          * Airsoft Accessories
      
       * Pellet/BB
          * View All
          * Air Pistols
          * Air Rifles
          * Air Ammunition
          * Targets & Traps
          * Air Accessories
   
    * Gear
       * View All
       * Bags
       * Bipods
       * Cases
       * Ear & Eye Protection
       * Holsters & Pouches
       * Knives
       * LEGION
       * Loaders
       * Maintenance
       * Safes
       * Slings
       * Targets
   
    * Apparel
       * View All
       * Men's Apparel
       * Women's Apparel
       * Hats
       * SIG SAUER Academy
   
    * Parts
       * View All
       * Small Parts Shoppers
       * Barrels
       * Conversion Kits
       * Grips
       * Grip Modules
       * Handguards
       * Maintenance (SPEC1)
       * Muzzle Devices
       * Owners Manuals
       * Recoil Springs
       * Sights
       * Slides
       * Stocks
       * Suppressor Parts
       * Tools
       * TREAD
       * Triggers
       * Upper Parts
   
    * Magazines
       * View All
       * Pistol Magazines
       * Rifle Magazines
       * Loaders
   
    * Holsters
    * Gifts
       * View All
       * Accessories
       * Books
       * Drinkware
       * Gun Mats
       * Patches and Stickers
       * Posters
   
    * e-Gift Cards
    * Promotions
       * View All
       * FREE Stock with Upper Purchase NEW
       * Gun and Optic Promotion NEW
       * P365-XMACRO Promotion NEW
       * P322 Promotion
       * CROSS Promotion
       * Certified Refurbished Optics

 * |
 * Academy | SEC
    * View All
    * SIG Experience Center
       * View All
       * Contact | Hours of Operation
       * Flagship Store
       * Shooting Center
       * Range Membership
   
    * SIG Sauer Academy
       * View All
       * Courses
       * Facilities
       * Instructors
       * Apparel
   
    * Training Videos

 * Blog
 * MIL | LE
    * View All
    * Defense
       * View All
       * U.S. Defense Sales
       * Global Defense Sales (International)
   
    * Law Enforcement
       * View All
       * P320 Safety
       * U.S. and Canadian Law Enforcement Sales

 * Programs
    * View All
    * ROSE
       * View All
       * ROSE
       * Join the Community
       * Products
       * Who is Lena?
   
    * SHOOT SIG
       * View All
       * SHOOT SIG
       * Become a Member
       * Match Schedule
   
    * NRA Instructor Discount
       * View All
       * NRA Instructor Discount Program
       * NRA Instructor Pricelist
   
    * AFFILIATES
       * View All
       * Affiliate Program
       * Sign Up
   
    * SIG Professional Program
    * SIG Preferred Guide Program

Search Site


Search
Dealer Locator
My Cart
My Cart
Close You have no items in your shopping cart.

View Cart
Sign In
Menu


U.S. & CANADIAN


LAW ENFORCEMENT SALES & SERVICE

Trusted by the finest


ADVANCED WEAPONS SYSTEMS FOR DEFENSE


LAW ENFORCEMENT

Designed, engineered, and manufactured in America, and ready to perform whenever
and wherever the need arises.

SIG SAUER is combining industry-leading product innovation with decades of
field-tested experience to engineer the toughest and most accurate pistols,
rifles, optics, suppressors, and ammunition for law enforcement. It’s our
mission at SIG SAUER to provide our law enforcement professionals with a
complete weapons system they can depend on to prevail under any circumstance.

If you have questions regarding our products and accessories, or ordering and
shipping, please call:

Law Enforcement Sales at 603-610-3820

DOWNLOAD THE LAW ENFORCEMENT CATALOG


FEATURED PRODUCTS

The P226 is designed for ultimate performance, carried by elite forces, and
proven to be the premier combat pistol. Shown here is the P226 LEGION..
The SIG MCX was engineered for the demands of special operations forces by SIG
SAUER for adaptability, sound suppression, and longevity. Shown with ROMEO4T
Closed Red Dot Sight, JULIET4 Magnifier, MODX762 QD Suppressor, and M-LOK™
Handstop Kit.
Developed for elite special forces, the MCX Rattler is the most compact rifle in
the world. Capable of firing with stock folded from an overall length of 16”, it
redefines the standard for concealable firepower. Shown with ROMEO4T Closed Red
Dot Sight.
The MPX, a new standard for performance and quality in the sub-gun category,
featuring AR style controls and a closed bolt piston system. Shown with ROMEO4T
Closed Red Dot Sight and SRD9 suppressor.
The 516 G2 is an enhanced AR platform with a clean-running, reliable operating
system, designed for suppressed use. Shown with ROMEO4T Closed Red Dot Sight,
JULIET4 Magnifier, and MODX556 Suppressor.
The 716 DMR (designated marksman rifle) shown with TANGO6 5-30X56mm Scope,
ALPHA2 Tactical Mount, and MIL-SRD762Ti-QD suppressor
The SIGM400 is designed for elite forces and refined by the world’s best
professional shooters to be the ultimate AR performance rifle. Shown with
ROMEO4T Closed Red Dot Sight.
P320 RXP: The RXP series combines the latest advancements in reflex optics, with
the world’s most innovative handgun. Featuring the new ROMEO1PRO, each of the
RXP series pistols delivers a new level of durability and performance.
P229 LEGION RX: Featuring the ROMEO1 Red Dot Sight, Suppressor Height Backup
Sights, Master Shop Designed Trigger and 15-round magazines.
Selected as the official sidearm of the U.S. Army for its uniquely innovative
modularity, uncompromising performance, and unmatched capability - the M17 has
redefined the definition of the combat handgun forever.
The state-of-the-art SIG SAUER P320 has quickly become one of the most sought
after pistols on the market today. With unprecedented modularity, and unmatched
capabilities, the P320 is the choice of the military and law enforcement across
the globe.
The P365 is a striker-fired pistol with the clean, crisp trigger pull you expect
from SIG, and features a high-capacity, patented modified double-stack magazine
for a 10+1 full-size capacity, with 12-rd factory made magazines available for
13-rd capacity.
The P226 is designed for ultimate performance, carried by elite forces, and
proven to be the premier combat pistol. Shown here is the P226 LEGION..
The SIG MCX was engineered for the demands of special operations forces by SIG
SAUER for adaptability, sound suppression, and longevity. Shown with ROMEO4T
Closed Red Dot Sight, JULIET4 Magnifier, MODX762 QD Suppressor, and M-LOK™
Handstop Kit.
Developed for elite special forces, the MCX Rattler is the most compact rifle in
the world. Capable of firing with stock folded from an overall length of 16”, it
redefines the standard for concealable firepower. Shown with ROMEO4T Closed Red
Dot Sight.
The MPX, a new standard for performance and quality in the sub-gun category,
featuring AR style controls and a closed bolt piston system. Shown with ROMEO4T
Closed Red Dot Sight and SRD9 suppressor.
The 516 G2 is an enhanced AR platform with a clean-running, reliable operating
system, designed for suppressed use. Shown with ROMEO4T Closed Red Dot Sight,
JULIET4 Magnifier, and MODX556 Suppressor.
The 716 DMR (designated marksman rifle) shown with TANGO6 5-30X56mm Scope,
ALPHA2 Tactical Mount, and MIL-SRD762Ti-QD suppressor
The SIGM400 is designed for elite forces and refined by the world’s best
professional shooters to be the ultimate AR performance rifle. Shown with
ROMEO4T Closed Red Dot Sight.
P320 RXP: The RXP series combines the latest advancements in reflex optics, with
the world’s most innovative handgun. Featuring the new ROMEO1PRO, each of the
RXP series pistols delivers a new level of durability and performance.
P229 LEGION RX: Featuring the ROMEO1 Red Dot Sight, Suppressor Height Backup
Sights, Master Shop Designed Trigger and 15-round magazines.
Selected as the official sidearm of the U.S. Army for its uniquely innovative
modularity, uncompromising performance, and unmatched capability - the M17 has
redefined the definition of the combat handgun forever.
The state-of-the-art SIG SAUER P320 has quickly become one of the most sought
after pistols on the market today. With unprecedented modularity, and unmatched
capabilities, the P320 is the choice of the military and law enforcement across
the globe.
The P365 is a striker-fired pistol with the clean, crisp trigger pull you expect
from SIG, and features a high-capacity, patented modified double-stack magazine
for a 10+1 full-size capacity, with 12-rd factory made magazines available for
13-rd capacity.
The P226 is designed for ultimate performance, carried by elite forces, and
proven to be the premier combat pistol. Shown here is the P226 LEGION..





SIG SAUER


CONTACT

For general questions and inquiries in the U.S and Canada:
Email us


SALES


AGENCY

To place orders or request service in the U.S. or Canada:
DOWNLOAD CONTACTS


SALES


SPP

For individual sales, enter a zip code and filter on SIG Professional Program:
DEALER LOCATOR


 * Dealer Login

 * Shop
    * View All
    * Firearms
    * Ammo
    * Electro-Optics
    * Air
    * Gear
    * Custom Works
    * Legion
    * Order Lookup
    * ---

 * Training
    * View All
    * SIG SAUER Academy
    * Courses
    * Facilities
    * Instructors
    * NRA Instructor Discount
    * Training Videos

 * Military & Police
    * View All
    * U.S. and Canadian Law Enforcement Sales
    * U.S. Defense Sales
    * Global Defense Sales (International)

 * Company
    * View All
    * Affiliate Program
    * Careers
    * Contact
    * History
    * Media Library
    * Press
    * Promotions
    * Team SIG
    * Trademarks
    * Videos

 * Support
    * View All
    * Accessibility Statement
    * BDX Support
    * Check Gift Card Balance
    * Customer Support
    * Dealer Locator
    * e-Gift Card Policy
    * FAQs
    * Glossary
    * Online Retailers
    * Order Lookup
    * Owners Manuals
    * Licensed Partners
    * P320 Voluntary Upgrade
    * Product Registration
    * Replacement Parts
    * Recall Notices
    * SIG Preferred Guide Program
    * Suppliers
    * Warranty




Sign Up for News and Updates
First Name

First Name

Email

Get Updates
FacebookTwitterInstagramYouTube
Also of Interest
 * Domestic and Global Military, Agency and Law...
 * SIG Professional Program
 * SIG SAUER Expands SIG Professional Program to...

 * My Account
 * Privacy Policy
 * Do Not Sell My Info (CA)
 * Returns Policy
 * Shipping Policy
 * Terms Of Sale
 * Terms Of Use
 * Membership Terms of Sale
 * e-Gift Card Policy
 * Company
 * Support

© SIG SAUER 2023. All Rights Reserved.


Chat with us, powered by LiveChat


We use cookies to offer you a better browsing experience. By continuing to use
our site, you accept our use of cookies, Privacy Policy, and Terms of Use.

I Accept Custom Settings






Close


ZIP CODE VERIFICATION

Some states have legal restrictions for the purchase of items so we need to ask
for your location.

Enter Your 5 digit ZIP Code
Verify




AGE VERIFICATION

Some products have purchase restrictions for those under the age of 21, please
verify your age.

I am certify that I am at least 21 years of age.
Continue

Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password

Sign In
Forgot Your Password?