www.pewpewtactical.com Open in urlscan Pro
2606:4700:20::681a:7f1  Public Scan

URL: http://www.pewpewtactical.com/
Submission: On March 13 via api from US — Scanned from DE

Form analysis 12 forms found in the DOM

GET /

<form id="navBarSearch" class="search" method="get" action="/">
  <input type="search" name="s" placeholder="Search here">
  <button type="submit" class="btn sprite-icon">Search</button>
</form>

GET /

<form class="search" method="get" action="/">
  <input type="search" name="s" placeholder="Search here">
  <button type="submit" class="btn sprite-icon">Search</button>
</form>

POST /subscribe/

<form method="post" action="/subscribe/">
  <div class="input-group mb-3">
    <input type="text" name="email" class="form-control" placeholder="Your Email Address" aria-label="Your Email Address" aria-describedby="optinFwsInfo">
    <div class="input-group-append">
      <button type="submit" class="btn btn-blue">Go</button>
    </div>
  </div>
  <input type="hidden" name="newsletter" value="intermediate">
  <input type="hidden" name="newsletter_source" value="frontpage-mid">
  <input type="hidden" name="newsletter_post_id" value="15279">
  <input type="hidden" name="newsletter_page" value="home">
  <input type="hidden" name="lead_magnet" value="default">
  <input type="hidden" name="utc_offset" value="0">
  <div style="display: none;" aria-hidden="true">
    <label for="first_name">First Name</label><br>
    <input type="text" id="first_name" name="first_name" value="">
    <label for="website">Last Name</label><br>
    <input type="text" id="last_name" name="last_name" value="Smith">
  </div>
</form>

POST /subscribe/

<form method="post" action="/subscribe/">
  <div class="input-group mb-3">
    <input type="email" required="" class="form-control" name="email" placeholder="Your Email Address" aria-label="Your Email Address" aria-describedby="footerOptinInfo">
    <input type="hidden" name="newsletter" value="intermediate">
    <input type="hidden" name="newsletter_source" value="site-footer">
    <input type="hidden" name="newsletter_post_id" value="15279">
    <input type="hidden" name="newsletter_page" value="home">
    <input type="hidden" name="lead_magnet" value="default">
    <input type="hidden" name="utc_offset" value="0">
    <div style="display: none;" aria-hidden="true">
      <label for="first_name">First Name</label><br>
      <input type="text" id="first_name" name="first_name" value="">
      <label for="website">Last Name</label><br>
      <input type="text" id="last_name" name="last_name" value="Smith">
    </div>
    <div class="input-group-append">
      <button type="submit" class="btn btn-red">GET IT NOW!</button>
    </div>
  </div>
</form>

POST /subscribe/

<form id="epForm" class="modal-body" method="post" action="/subscribe/">
  <p id="epCopy" class="ep__copy"></p>
  <div class="ep__input-group input-group mb-3">
    <input type="email" name="email" class="ep__email form-control" placeholder="Your Email Address" aria-label="Your Email Address" aria-describedby="epHeadline">
    <div class="input-group-append">
      <button id="epBtn" type="submit" class="btn btn-red">GET IT NOW!</button>
    </div>
  </div>
  <p id="epFooter" class="ep__footer"></p>
  <button type="button" class="btn ep__close" data-dismiss="modal">Maybe Later</button>
  <input type="hidden" name="newsletter" value="intermediate">
  <input type="hidden" name="newsletter_source" value="modal">
  <input type="hidden" name="newsletter_post_id" value="15279">
  <input type="hidden" name="newsletter_page" value="home">
  <input type="hidden" name="lead_magnet" value="default">
  <input type="hidden" name="utc_offset" value="0">
  <div style="display: none;" aria-hidden="true">
    <label for="first_name">First Name</label><br>
    <input type="text" id="first_name" name="first_name" value="">
    <label for="website">Last Name</label><br>
    <input type="text" id="last_name" name="last_name" value="Smith">
  </div>
</form>

<form class="loginPopup__form needs-validation" data-form-login="" novalidate="">
  <div class="loginPopup__formGroup">
    <label class="loginPopup__formLabel" for="loginEmail">Your Email</label>
    <input type="email" class="loginPopup__formInput form-control" id="loginEmail" required="">
    <div class="loginPopup__formInfo invalid-feedback"> Please provide a valid email address. </div>
  </div>
  <div class="loginPopup__formGroup">
    <label class="loginPopup__formLabel" for="loginPassword">Your Password</label>
    <input type="password" class="loginPopup__formInput form-control" id="loginPassword" required="">
    <div class="loginPopup__formInfo invalid-feedback"> Password is required. </div>
  </div>
  <div class="loginPopup__remember">
    <div class="custom-control custom-checkbox">
      <input type="checkbox" class="custom-control-input" id="loginCheckbox">
      <label class="custom-control-label" for="loginCheckbox">Remember me</label>
    </div>
    <div>
      <a class="loginPopup__rememberLink" href="#" data-lost-password="">Lost password</a>
    </div>
  </div>
  <button data-login="" type="submit" class="loginPopup__button">LOGIN</button>
  <div class="loginPopup__formError" data-form-error=""></div>
</form>

<form class="loginPopup__form needs-validation" data-form-register="" novalidate="">
  <div class="loginPopup__formGroup">
    <label class="loginPopup__formLabel" for="displayName">Your Display Name</label>
    <input type="text" class="loginPopup__formInput form-control" id="displayName" required="">
    <div class="loginPopup__formInfo invalid-feedback">Please provide a valid display name.</div>
  </div>
  <div class="loginPopup__formGroup">
    <label class="loginPopup__formLabel" for="registerEmail">Your Email</label>
    <input type="email" class="loginPopup__formInput form-control" id="registerEmail" required="">
    <div class="loginPopup__formInfo invalid-feedback"> Please provide a valid email address. </div>
  </div>
  <div class="loginPopup__formGroup">
    <label class="loginPopup__formLabel" for="registerPassword">Your Password</label>
    <input type="password" class="loginPopup__formInput form-control" id="registerPassword" required="" pattern="(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$#^!%*?&amp;])?[A-Za-z\d@$#^!%*?&amp;]{8,}$">
    <div class="loginPopup__formInfo invalid-feedback"> The password should contain at least 8 characters with at least one number or special character. </div>
  </div>
  <div class="loginPopup__formGroup custom-control custom-checkbox">
    <input type="checkbox" class="custom-control-input" id="termsCheckbox" required="">
    <label class="custom-control-label" for="termsCheckbox"> I accept <a href="/terms-of-use/" target="_blank">Terms of Use</a> and <a href="/privacy-policy/" target="_blank">Privacy
Policy</a>. </label>
    <div class="loginPopup__formInfo invalid-feedback"> Please accept in order to continue. </div>
  </div>
  <div class="loginPopup__formGroup custom-control custom-checkbox">
    <input type="checkbox" class="custom-control-input" id="newsletterCheckbox">
    <label class="custom-control-label" for="newsletterCheckbox"> Check here to receive email updates with deals, guides, and Weekly Newsletters. </label>
  </div>
  <button data-login="" data-register-button="" type="button" class="loginPopup__button">REGISTER</button>
  <div class="loginPopup__formError" data-form-error=""></div>
</form>

<form class="loginPopup__form needs-validation" data-form-forgot="" novalidate="">
  <div class="loginPopup__formGroup">
    <label class="loginPopup__formLabel" for="forgotEmail">Your Email address</label>
    <input type="email" class="loginPopup__formInput form-control" id="forgotEmail" required="">
    <div class="loginPopup__formInfo invalid-feedback"> Please provide a valid email. </div>
  </div>
  <button data-login="" type="submit" class="loginPopup__button">RESET PASSWORD</button>
  <div class="loginPopup__formError" data-form-error=""></div>
</form>

<form class="loginPopup__form needs-validation" data-form-forgot-password="" novalidate="">
  <div class="loginPopup__formGroup">
    <label class="loginPopup__formLabel" for="forgotPassword">New Password</label>
    <input type="password" class="loginPopup__formInput form-control" id="forgotPassword" required="">
    <div class="loginPopup__formInfo invalid-feedback"> Field is required. </div>
  </div>
  <button data-login="" type="submit" class="loginPopup__button">RESET PASSWORD</button>
  <div class="loginPopup__formError" data-form-error=""></div>
</form>

<form class="loginPopup__form needs-validation" data-form-password-needed="" novalidate="">
  <div class="loginPopup__formGroup">
    <label class="loginPopup__formLabel" for="confirmPassword">Your Password</label>
    <input type="password" class="loginPopup__formInput form-control" id="confirmPassword" required="">
    <div class="loginPopup__formInfo invalid-feedback"> Field is required. </div>
  </div>
  <div class="loginPopup__remember">
    <div class="custom-control custom-checkbox">
      <input type="checkbox" class="custom-control-input" id="confirmCheckbox">
      <label class="custom-control-label" for="confirmCheckbox">Remember me</label>
    </div>
    <div>
      <a class="loginPopup__rememberLink" href="#" data-lost-password="">Lost password</a>
    </div>
  </div>
  <button data-password-needed-btn="" type="submit" class="loginPopup__button">LOGIN</button>
  <div class="loginPopup__formError" data-form-error=""></div>
</form>

POST

<form method="POST" id="joinForm">
  <div id="content1" class="joinCommunity__content joinCommunity__content--visible">
    <img loading="lazy" src="https://www.pewpewtactical.com/wp-content/uploads/assets/2019.184.05/images/logo.png" data-src="https://www.pewpewtactical.com/wp-content/uploads/assets/2019.184.05/images/logo.png" alt="pew pew tactical logo"
      class="joinCommunity__contentImg lazyload">
    <h2 class="joinCommunity__contentHeading">new here?</h2>
    <p class="joinCommunity__contentText joinCommunity__contentText--bigger"> Personalize your experience. <br> Select what level shooter you are!</p>
    <div class="joinCommunity__contentWrapper">
      <div class="joinCommunity__contentRow">
        <label for="beginner" class="joinCommunity__contentRadioLabel joinCommunity__contentButton">beginner</label>
        <input id="beginner" type="radio" name="level" value="beginner" class="joinCommunity__contentRadioInput">
      </div>
      <div class="joinCommunity__contentRow">
        <label for="intermediate" class="joinCommunity__contentRadioLabel joinCommunity__contentButton">intermediate</label>
        <input id="intermediate" type="radio" name="level" value="intermediate" class="joinCommunity__contentRadioInput">
      </div>
      <div class="joinCommunity__contentRow">
        <label for="advanced" class="joinCommunity__contentRadioLabel joinCommunity__contentButton">advanced</label>
        <input id="advanced" type="radio" name="level" value="advanced" class="joinCommunity__contentRadioInput">
      </div>
    </div>
  </div>
  <div id="content2" class="joinCommunity__content joinCommunity__content--hidden">
    <img loading="lazy" src="https://www.pewpewtactical.com/wp-content/uploads/assets/2019.184.05/images/logo.png" data-src="https://www.pewpewtactical.com/wp-content/uploads/assets/2019.184.05/images/logo.png" alt="pew pew tactical logo"
      class="joinCommunity__contentImg lazyload">
    <h2 class="joinCommunity__contentHeading">level up your gun knowledge</h2>
    <p class="joinCommunity__contentText">Thanks! We'll send you the latest guides and training tips geared towards your level.</p>
    <div class="joinCommunity__contentWrapper">
      <input type="email" name="email" class="joinCommunity__contentInput" placeholder="Enter your email" required="">
      <button type="submit" class="joinCommunity__contentButton">
        <span>join now</span>
      </button>
      <input type="hidden" name="postID" value="15279">
      <span class="joinCommunity__contentError"></span>
    </div>
  </div>
</form>

POST

<form method="POST" id="targetDownloadForm" class="targetDownload__contentForm">
  <div class="targetDownload__contentFormWrapper">
    <input type="email" name="email" class="targetDownload__contentFormInput" placeholder="Enter your email" required="">
    <button type="submit" class="targetDownload__contentButton targetDownload__contentButton--red">
      <span>download now</span>
    </button>
    <span class="targetDownload__contentFormError"></span>
  </div>
  <p class="targetDownload__contentFormNotice"> We'll only use the information provided according to our <a href="#">privacy policy.</a>
  </p>
  <input type="hidden" name="postID" value="15279">
</form>

Text Content

Skip to content

 * Home
 * Reviews
   
   AR-15 & AR-10
   
   We’ve got a dedicated section for the AR-15 here
   
   Category AR-15 and AR-10 Pistols & Revolvers Ammunition Scopes & Optics
   Shotgun Rifles Gear & Accessories CCW & Holsters Survival See All Reviews
   Most Popular Best AR-15s Best Tactical Shotguns Best Beginner Handgun Best
   Optics & Scopes Best AR-15 Upgrades Best Glock Upgrades Best Hearing
   Protection Best Red Dots Best Gun Safes See All Best Ofs
 * Guides
   
   HOW TO UPGRADE YOUR AR-15
   
   We’ve built dozens of AR’s and we’ll cover all the best AR-15 upgrades such
   as handguards, triggers, BCGs, gas blocks, and more.
   
   AR-15 Beginner's Guide to Guns Concealed Carry Ammo & Reloading Gunsmithing
   Gun Laws by State Concealed Carry Laws Survival Women See All Guides
   Most Popular How to Upgrade Your AR-15 How to Upgrade Your Glock How to
   Assemble an AR-15 Upper How to Assemble an AR-15 Lower How to Reload Ammo How
   to Choose a Holster How to Choose a CCW Handgun How to Upgrade Your Ruger See
   All Guides
 * Gun ratings BETA
 * Buyer's Guide
 * Deals
 * More
   
   Gun Noob to Gun Slinger
   
   Learn all the important stuff about handguns...with none of the attitude. Get
   proficient on YOUR time.
   
   ENROLL NOW
   
   
   
   About Us Courses Write For Us
   Advertising Resources Merch
   Contact Us Videos
   Search

Like us on Facebook Follow us on Twitter Follow us on Pinterest Follow us on
Instagram Subscribe on Youtube

Search
Hand-Picked Daily GUN DEALS, and Exclusive Coupons Codes >>> *NEW* [Hands-on
Review] CZ 97 B: A Classic .45 ACP


Optics & Scopes


12 BEST PISTOL RED DOT SIGHTS [REAL-VIEWS + VIDEO]

BY Eric Hung , Updated 20 hours ago 113 Comments
Looking for the best red dot for your pistol? We cover the most popular models
and their pros/cons, slide compatibility, and bang-for-the-buck-ness.


BERETTA APX A1 REVIEW: BEST OPTICS READY PISTOL ON A BUDGET?

Mar 9, 2023
View More


MOST POPULAR

 * Best AR-15 Scopes & Optics [2021]: Red Dots to Magnified
 * Best AR-15 Lower Receivers [2021]: Budget to Baller
 * 7 Best .22 LR Rifles: Bigger Isn't Always Better
 * 7 Best AR-15 Lasers [Hands-On]: Budget to Pro
 * 9 Best Pistol Lights [Hands-On Review]
 * [Video+Review] Foxtrot Mike FM-9B: Best Backpack AR


DEALS OF THE DAY:

Hand-Picked Ammo & Firearm Discounts

 * MAGTECH 9MM 115 GR FMJ AMMUNITION - $0.26/rd
   Shop Now
 * CROATIAN AK-47 7.62X39MM STEEL MAGAZINE - $11.99 (FREE SHIPPING ON 5+)
   Shop Now
 * SIG SAUER ROMEO 7S COMPACT GREEN DOT - $99.99
   Shop Now
 * LANCER SYSTEMS L5AWM 30-ROUND TRANSLUCENT AR-15 MAGAZINE, SMOKE - $16.71 WITH
   CODE "SAVE12"
   Shop Now
 * See All Deals


5 BEST RETRO AR RIFLES & WHY YOU NEED ONE

11 hours ago

Ammo


[BEGINNER'S GUIDE]: RIMFIRE VS CENTERFIRE AMMUNITION

1 day ago 42 Comments


WEEKLY WRAP: GLOCK SUES POLYMER80, TX TRIES TO BLOCK BRACE RULING

1 day ago 2 Comments


A PICTURE FROM HISTORY: WILLIAM FAIRBAIRN

2 days ago 4 Comments


BERETTA APX A1 REVIEW: BEST OPTICS-READY FULL-SIZE 9MM?

3 days ago 7 Comments


BEST DRUM MAGAZINES [AR, AK, PCC, & PISTOL]

3 days ago 2 Comments

Ammo


8 BEST PLACES TO BUY AMMO ONLINE [2023]

3 days ago 120 Comments

AR-15


BEST AR-15 BUILD TOOLS TO HELP YOU GET STARTED

4 days ago 11 Comments
See All Latest Posts
 * Latest Posts
 * Gun Reviews
 * Gear Reviews
 * Buyer's Guide
 * AR-15
 * Pistol
 * Optics & Scopes
 * Concealed Carry
 * Ammo
 * Glock

Buyer's Guide


5 BEST RETRO AR RIFLES & WHY YOU NEED ONE

11 hours ago

Ammo


[BEGINNER'S GUIDE]: RIMFIRE VS CENTERFIRE AMMUNITION

1 day ago 42 Comments

News


WEEKLY WRAP: GLOCK SUES POLYMER80, TX TRIES TO BLOCK BRACE RULING

1 day ago 2 Comments

History


A PICTURE FROM HISTORY: WILLIAM FAIRBAIRN

2 days ago 4 Comments

Video


BERETTA APX A1 REVIEW: BEST OPTICS-READY FULL-SIZE 9MM?

3 days ago 7 Comments

Gear


BEST DRUM MAGAZINES [AR, AK, PCC, & PISTOL]

3 days ago 2 Comments

Ammo


8 BEST PLACES TO BUY AMMO ONLINE [2023]

3 days ago 120 Comments

AR-15


BEST AR-15 BUILD TOOLS TO HELP YOU GET STARTED

4 days ago 11 Comments
See All Latest Posts

Gun Reviews


BERETTA 92FS [REVIEW]: TRUE WONDER 9

Dec 15, 2019 41 Comments

Gun Reviews


[REVIEW+VIDEO] GLOCK 43: CONCEALED CARRY PERFECTION?

Apr 27, 2022 36 Comments

Gun Reviews


[REVIEW+VIDEO] DANIEL DEFENSE DDM4 PDW (.300 BLK): ULTIMATE SHORTY

Jun 16, 2020 7 Comments

Gun Reviews


WALTHER P1 [REVIEW]: MILSURP MADE EASY

Dec 10, 2021 10 Comments

Gun Reviews


WALTHER P22 REVIEW [HANDS-ON]: PERFECT RIMFIRE TRAINER

Mar 9, 2022 27 Comments

Gun Reviews


[REVIEW] BATTLE ARMS DEVELOPMENT OIP: LIGHTEST AR-15?

Jun 18, 2019 13 Comments

Gun Reviews


[REVIEW] RUGER PRECISION RIFLE GEN 3: EVEN BETTER

Mar 24, 2019 26 Comments

Gun Reviews


TAURUS 627 REVOLVER REVIEW

May 19, 2016 16 Comments
See All Gun Reviews Posts

Gear Reviews


[REVIEW] HIPERFIRE TRIGGER: BEST SINGLE STAGE AR-15 TRIGGER

Aug 28, 2017 18 Comments

Gear Reviews


6 BEST KA-BAR KNIVES [HANDS-ON]

Feb 27, 2020 9 Comments

Gear Reviews


HARRIS BIPOD REVIEW [HANDS-ON]: STILL THE KING?

Nov 21, 2018 7 Comments

Gear Reviews


[REVIEW] MANTIS BLACKBEARD: BEST AR-15 DRY-FIRE SYSTEM?

Jan 28, 2021 25 Comments

Gear Reviews


7 BEST AR-15 PISTOL GRIP TOOLS

Mar 4, 2020 1 Comments

Gear Reviews


BEST LASER TARGETS & AMMO FOR DRY-FIRE TRAINING [HANDS-ON]

May 1, 2022 39 Comments

Gear Reviews


[REVIEW] SURVIVEWARE RESPONDER 72-HOUR BACKPACK

Dec 21, 2020

Gear Reviews


[HANDS-ON REVIEW] MAVEN S.2 SPOTTING SCOPE

Jan 4, 2021
See All Gear Reviews Posts

Buyer's Guide


BEST CLAY PIGEON THROWERS [MANUAL & AUTOMATIC]

Sep 14, 2019 1 Comments

Buyer's Guide


BEST IN-WALL GUN SAFES: CAN'T WALK AWAY

Jul 9, 2019 2 Comments

Buyer's Guide


8 BEST COMPACT 9MM HANDGUNS

Nov 6, 2022 178 Comments

Buyer's Guide


[BUYER'S GUIDE] BEST REMINGTON 700 MODELS

Jul 22, 2022 43 Comments

Buyer's Guide


4 BEST GUN TRIGGER LOCKS [TESTED]: PROS, CONS, & MODELS

Oct 24, 2022 2 Comments

Buyer's Guide


BEST BULLPUP RIFLES & SHOTGUNS: BREAK THE RULES

May 29, 2022 56 Comments

Buyer's Guide


5 BEST DERRINGERS: OUR FAVORITE TINY BOIS

May 20, 2019 15 Comments

Buyer's Guide


BEST TARGETS AND STANDS FOR SHOOTING [ULTIMATE GUIDE]

Dec 30, 2020 4 Comments
See All Buyer's Guide Posts

AR-15


[REVIEW] FAXON 16" GUNNER BARREL: BEST BANG-FOR-THE-BUCK?

Sep 11, 2018 16 Comments

AR-15


BEST STRIPPED AR-15S: EASIEST WAY TO A CUSTOM BUILD

Apr 4, 2018 10 Comments

AR-15


8 BEST PISTOL CALIBER AR-15 CARBINES (AR-9)

Aug 7, 2022 51 Comments

AR-15


HOW TO PIN A COLLAPSIBLE STOCK ON A RIFLE

Mar 16, 2019 4 Comments

AR-15


6 BEST ARMORER'S WRENCHES FOR YOUR GUN BUILDS

May 15, 2019 3 Comments

AR-15


AR-15 PARTS & TOOLS LIST: BUILDING? [START HERE!]

Oct 18, 2021 22 Comments

AR-15


6 BEST AR-15 PISTOLS [2023 COMPLETE & BUILD LIST]

Jan 2, 2023 116 Comments

AR-15


6.8 SPC [THE COMPLETE GUIDE]

Jun 6, 2019 50 Comments
See All AR-15 Posts

Pistol


[REVIEW]: SMITH & WESSON M&P .45: M2.0 & SHIELD

Jun 6, 2017 24 Comments

Pistol


[REVIEW] DESERT EAGLE MARK XIX .50AE

Feb 11, 2020 14 Comments

Pistol


BEST SURPLUS HANDGUNS TO OWN AND SHOOT

Jun 17, 2017 10 Comments

Buyer's Guide


9 BEST 9MM PISTOLS [2023]: HOME DEFENSE, CCW, COMPETITION

Dec 22, 2022 201 Comments

Pistol


GLOCK 20 REVIEW: 10MM PERFECTION?

Sep 4, 2019 47 Comments

Pistol


WHAT IS LIMP WRIST SHOOTING A GUN & HOW TO CORRECT IT?

Aug 4, 2020 18 Comments

Pistol


BEST AFFORDABLE FULL-SIZED PISTOLS FOR UNDER $400

Jun 12, 2022 31 Comments

Pistol


BEST .380 PISTOLS [HANDS-ON]: POCKET ROCKETS

Mar 13, 2022 340 Comments
See All Pistol Posts

Optics & Scopes


8 BEST .308 SCOPES FOR YOUR RIFLE [ULTIMATE GUIDE]

Mar 18, 2021 3 Comments

Optics & Scopes


HIGH-END OPTICS TORTURE TEST [TRIJICON, EOTECH, AIMPOINT, SIG SAUER]

Mar 12, 2020 10 Comments

Optics & Scopes


BEST NIGHT VISION SCOPES & CAPABLE OPTICS [HANDS-ON]

Mar 7, 2019 6 Comments

Optics & Scopes


BEST 1-6X SCOPES & LPVO [REAL VIEWS+VIDEO]

Feb 28, 2020 44 Comments

Optics & Scopes


RED DOTS VS GREEN DOTS: THE 5 BEST GREEN DOT SIGHTS

Feb 21, 2022 41 Comments

Optics & Scopes


5 BEST SCOUT SCOPES [HANDS-ON]

Apr 7, 2022 19 Comments

Optics & Scopes


BEST SHOTGUN RED DOTS: NEVER USE BEAD SIGHTS AGAIN

Jul 30, 2017 11 Comments

Optics & Scopes


[OPTIC BATTLE] RED DOT WITH MAGNIFIER VS. PRISM VS. LPVO

Jan 24, 2021 4 Comments
See All Optics & Scopes Posts

Concealed Carry


[REVIEW] CCW SAFE CONCEALED CARRY INSURANCE: THE BEST?

Apr 30, 2021 18 Comments

Concealed Carry


[HOW-TO] PRACTICE DRAWING FROM A HOLSTER

May 3, 2021 6 Comments

Concealed Carry


7 THINGS I WISH I KNEW BEFORE I CARRIED CONCEALED

Jul 1, 2020 142 Comments

Concealed Carry


CAN CUSTOMIZING YOUR CCW GET YOU IN LEGAL TROUBLE?

Jun 14, 2021 7 Comments

Concealed Carry


5 PERSONAL REASONS TO CARRY A CONCEALED WEAPON

Apr 20, 2021 16 Comments

Concealed Carry


CONCEALED CARRY: SHOULD I DRESS AROUND MY GUN?

Mar 1, 2021

Concealed Carry


7 WAYS TO CARRY CONCEALED FOR EVERY TYPE OF HANDGUN

Dec 14, 2017

Concealed Carry


CONCEALED CARRY: ALL ABOUT POCKET CARRY

Mar 29, 2021 8 Comments
See All Concealed Carry Posts

Ammo


.380 VS. 9MM: WHICH IS BETTER?

Dec 6, 2021 131 Comments

Ammo


9X39MM: THE INS & OUTS OF THE RUSSIAN ROUND

Feb 15, 2021 1 Comments

Ammo


BEST FRANGIBLE AMMO: [PURPOSE & CALIBERS]

Dec 8, 2019 23 Comments

Ammo


BEST AR-15 AMMO [2023]: RANGE & HOME DEFENSE

Dec 2, 2022 119 Comments

Ammo


BEST LEAD-FREE AMMO FOR HUNTING & SHOOTING [GUIDE]

Feb 10, 2021 1 Comments

Ammo


BEST .22 LR RIMFIRE AMMO: ACCURACY, PLINKING, & HUNTING

Jul 8, 2022 63 Comments

Ammo


BEST .380 AMMO: SELF-DEFENSE & TARGET PRACTICE

Nov 18, 2022 86 Comments

Ammo


BEST 10MM AMMO [HUNTING, SELF-DEFENSE, & PLINKING]

Aug 15, 2019 10 Comments
See All Ammo Posts

Glock


BEST GLOCK MAGAZINE EXTENSIONS AND BASEPADS: FROM +1 TO +20

Jun 24, 2020 7 Comments

Glock


GREY GHOST PRECISION GLOCK SLIDE/BARREL COMBO [REVIEW]

Nov 11, 2017 12 Comments

Glock


GEN 5 GLOCKS: WHAT'S NEW WITH OUR FAVORITE GUN?

Nov 29, 2017 8 Comments

Glock


GLOCK G43X AND G48 [HANDS-ON REVIEW]

Jan 2, 2019 44 Comments

Glock


BEST GLOCK MAG HOLDERS AND HOLSTERS

Jun 28, 2017 3 Comments

Glock


MICRO RONI VS. RECOVER TACTICAL 20/20: GLOCK PISTOL BRACES

Dec 27, 2020 25 Comments

Glock


BEST 9MM GLOCKS [ULTIMATE MODELS GUIDE]

Jan 26, 2022 20 Comments

Glock


BEST GLOCK 19 SIGHTS (AND OTHER MODELS)

Nov 17, 2022 31 Comments
See All Glock Posts


DEALS OF THE DAY:

Hand-Picked Ammo & Firearm Discounts

 * MAGTECH 9MM 115 GR FMJ AMMUNITION - $0.26/rd
   Shop Now
 * CROATIAN AK-47 7.62X39MM STEEL MAGAZINE - $11.99 (FREE SHIPPING ON 5+)
   Shop Now
 * SIG SAUER ROMEO 7S COMPACT GREEN DOT - $99.99
   Shop Now
 * LANCER SYSTEMS L5AWM 30-ROUND TRANSLUCENT AR-15 MAGAZINE, SMOKE - $16.71 WITH
   CODE "SAVE12"
   Shop Now
 * See All Deals


MOST POPULAR

 * Best AR-15 Scopes & Optics [2021]: Red Dots to Magnified
 * Best AR-15 Lower Receivers [2021]: Budget to Baller
 * 7 Best .22 LR Rifles: Bigger Isn't Always Better
 * 7 Best AR-15 Lasers [Hands-On]: Budget to Pro
 * 9 Best Pistol Lights [Hands-On Review]
 * [Video+Review] Foxtrot Mike FM-9B: Best Backpack AR




FEATURED VIDEO SUBSCRIBE


Close



BERETTA APX A1 REVIEW: BEST OPTICS READY PISTOL ON A BUDGET?

Mar 9, 2023


5 BEST STRIKER FIRED PISTOLS

Feb 23, 2023


BERETTA A300 ULTIMA PATROL REVIEW: MOVE OVER REMINGTON 870?

Feb 16, 2023


GLOCK 47 MOS REVIEW: BREAKING NEWS...IT’S A GLOCK!

Feb 9, 2023


NEW AK-STYLE BADASSERY COMING FROM PALMETTO STATE ARMORY! 👊⁠

Jan 29, 2023


SMITH & WESSON M&P9 M2.0 METAL REVIEW: BEST METAL-FRAMED 9MM?

Jan 26, 2023
See All Videos

Join Our Newsletter

Enter your email and we'll keep you posted with news and updates!

Go
First Name
Last Name

Maybe Later


GUN & GEAR REVIEWS

Optics & Scopes


[VIDEO+REVIEW] AIMPOINT COMPM5: DOES IT HOLD UP?

Dec 31, 2020

Buyer's Guide


BEST TACTICAL HELMETS [HANDS-ON]: BUMP & BALLISTIC

Mar 3, 2022 13 Comments


HI-POINT MODEL 995TS REVIEW: BEST BUDGET 9MM CARBINE?

Dec 6, 2022 27 Comments

Gear Reviews


MICRO RONI HANDS-ON REVIEW

Jan 12, 2018 2 Comments

Gun Reviews


[REVIEW] LWRCI DI & IC-SPR: DIRECT IMPINGEMENT VS PISTON

Jun 11, 2019 36 Comments

Optics & Scopes


[REVIEW] PRIMARY ARMS SLX 1-6X ACSS GEN 3: BUDGET LVPO

Jan 27, 2023 8 Comments
See All Reviews


AR-15 RELATED

Beginner's Guide


[HOW-TO] INSTALL A GAS BLOCK ON AN AR-15

April 9, 2021 2 Comments
We run you through the steps it takes to properly install a gas block on your
AR-15. We also walk you through the types of gas blocks and their
pros/cons. (Read)

AR-15


[REVIEW] AERO PRECISION UPPER M4E1 16” 5.56 MID-LENGTH

April 23, 2019 41 Comments


BARREL BREAK-IN: WHAT IS IT & HOW TO DO IT RIGHT [GUIDE]

January 14, 2022 15 Comments

Fun


7 BEST GUNSMITHING SCHOOLS: HOBBYIST TO PROFESSIONAL

December 15, 2021 64 Comments
See All AR15 Posts


get my new online course Click below for a FREE LESSON! Learn the 3 most popular
shooting stances & more. watch now!

Shoot Better

Get Our Top Shooting Drills and Zeroing Targets ($47 value - but FREE for a
limited time).

And stay in touch with newsletters of our best articles on techniques, guns, &
gear.

First Name
Last Name

GET IT NOW!
Like us on Facebook Follow us on Twitter Follow us on Pinterest Follow us on
Instagram Subscribe on Youtube
Privacy Policy Terms of Use Disclaimers About Us Advertising Scholarship

I may earn a small part of the sale from links to any products or services on
this site. You do not pay anything extra and your purchase helps support my work
in bringing you more awesome gun and gear articles.

Copyright © 2023 Pew Pew Media, Inc. All rights reserved.

Recieve Your Free Resource Instantly



We hate SPAM and promise to keep your email address safe.

GET IT NOW!



Maybe Later
First Name
Last Name


Content Forgot email Forgot password Password needed Confirmation
Login Register
Join the community! Log in
Your Email
Please provide a valid email address.
Your Password
Password is required.
Remember me
Lost password
LOGIN

or

New to Pew Pew Meter? Sign Up
Register
Your Display Name
Please provide a valid display name.
Your Email
Please provide a valid email address.
Your Password
The password should contain at least 8 characters with at least one number or
special character.
I accept Terms of Use and Privacy Policy.
Please accept in order to continue.
Check here to receive email updates with deals, guides, and Weekly Newsletters.
REGISTER

or

Already have a profile? Login
Back to login
Trouble logging in?
Type your email address and we’ll send you a link to reset your password.
Your Email address
Please provide a valid email.
RESET PASSWORD


Back to login
Password
Type your new password and hit button below to confirm it.
New Password
Field is required.
RESET PASSWORD


Back to login
Account already exists
We already have an account registered for email address () which is linked to
your Facebook account.
To log in type your Pew Pew Meter password below.
Your Password
Field is required.
Remember me
Lost password
LOGIN


Back to login
Account already exists
We noticed that you have previously logged in with your Account which is linked
to the same email address () - we can link both of your accounts together.
In order to link your accounts, hit button below and log in to your Account with
the same email as above.
LOGIN




ACCOUNT IN PEW PEW METER MEANS MORE

Check what do you get by creating an account
Check and save your reviews!
Bookmark and compare your favorite firearms
Manage your newsletter subscription
Table of ContentsClose


NEW HERE?

Personalize your experience.
Select what level shooter you are!

beginner
intermediate
advanced


LEVEL UP YOUR GUN KNOWLEDGE

Thanks! We'll send you the latest guides and training tips geared towards your
level.

join now


WELCOME!

You'll now receive newsletters of our best articles on techniques, guns & gear.

back to site

$47 value

yours free!

free

practice targets

printable

our 9 favorite targets and drills

download targets decline offer
free

practice targets

printable

enter your email to download

download now

We'll only use the information provided according to our privacy policy.

Ready to Download

Click below to begin your download

download pdf

Want Free Practice Targets?

Get our 9 favorite targets and drills



Want Free Practice Targets?