www.pewpewtactical.com Open in urlscan Pro
2606:4700:20::ac43:44fc  Public Scan

URL: https://www.pewpewtactical.com/
Submission: On March 13 via manual from IN — 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 21 hours ago 114 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


FN 503 REVIEW: TOP TIER CCW? [HANDS-ON + VIDEO]

Mar 31, 2020 10 Comments

Gun Reviews


RUGER SR1911 [HANDS-ON REVIEW]: NEW GO-TO 1911?

Feb 19, 2019 14 Comments

Gun Reviews


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

Jun 11, 2019 36 Comments

Video


SMITH AND WESSON M&P SHIELD EZ 9MM & EZ .380 REVIEW: EASIEST RACKING HANDGUNS?

Oct 20, 2022 50 Comments

Gun Reviews


RUGER AMERICAN REVIEW: AFFORDABLE & GETS THE JOB DONE

Aug 7, 2016 18 Comments

Gun Reviews


[REVIEW] TASER PULSE: BEST CIVILIAN LESS-LETHAL OPTION?

Jun 3, 2018 18 Comments

Gun Reviews


[REVIEW] HENRY .45-70 LEVER ACTION RIFLE: BIG GAME READY

Apr 20, 2019 12 Comments

Gun Reviews


SPRINGFIELD SAINT AR-15 [REVIEW]

Feb 15, 2018 38 Comments
See All Gun Reviews Posts

Gear Reviews


10 BEST SHOOTING GLASSES [HANDS-ON & REAL VIEWS]

Mar 15, 2022 76 Comments

Gear Reviews


[REVIEW] BALLISTIC ADVANTAGE BARREL: PREMIUM HANSON

Apr 17, 2022 9 Comments

Gear Reviews


SMITH & WESSON SW22 VICTORY PISTOL REVIEW

Jan 27, 2020 23 Comments

Gear Reviews


BEST TACTICAL WATCHES [HANDS-ON]: ALL BUDGETS

Jun 15, 2021 48 Comments

Gear Reviews


MICRO RONI STAB REVIEW: BEST GLOCK CONVERSION ON THE MARKET?

Jul 25, 2017 37 Comments

Gear Reviews


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

Jan 4, 2021

Gear Reviews


8 BEST AR-15 LASERS [HANDS-ON]: BUDGET TO PRO

Mar 1, 2022 36 Comments

Gear Reviews


[REVIEW] TACT-MED INFO EMERGENCY CARDS

May 11, 2020 4 Comments
See All Gear Reviews Posts

Buyer's Guide


MOST ICONIC GUNS OF THE OLD WEST (AND WHERE TO BUY THEM TODAY)

Aug 27, 2017 9 Comments

Buyer's Guide


8 BEST SURVIVAL RIFLES: LIGHT, FOLDABLE, & LOTS OF AMMO

Jul 5, 2022 43 Comments

Buyer's Guide


8 BEST MILITARY SURPLUS RIFLES & SHOTGUNS (YOU CAN STILL BUY)

Oct 23, 2022 84 Comments

Buyer's Guide


BEST GLOCKS: ACROSS CALIBERS & SIZES [ULTIMATE GUIDE]

Feb 25, 2021 95 Comments

Buyer's Guide


[REVIEW] GUNS.COM: BUYING A USED GUN

Sep 9, 2019 16 Comments

Buyer's Guide


10 BEST ROLLER-DELAYED SUBGUNS & RIFLES [GUIDE]

May 1, 2021 7 Comments

Buyer's Guide


7 TSA-APPROVED MULTITOOLS FOR CARRY-ON LUGGAGE

Apr 25, 2021 2 Comments

Buyer's Guide


5 BEST 6.5 GRENDEL UPPERS [HANDS-ON]

Jan 12, 2022 48 Comments
See All Buyer's Guide Posts

AR-15


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

Jan 2, 2023 116 Comments

AR-15


WHAT ARE 80% LOWER RECEIVERS?

Jul 21, 2019 11 Comments

AR-15


.224 VALKYRIE [COMPLETE GUIDE]: SPECS, AMMO, & GUNS

Apr 16, 2020 76 Comments

AR-15


BEST FOLDING AR-15: STOCKS & COMPLETE RIFLES

Jun 5, 2022 15 Comments

AR-15


BEST AR-15 COMPLETE UPPER RECEIVERS

Aug 14, 2022 157 Comments

AR-15


OUR DREAM AR-15 BUILDS

Jan 29, 2018 11 Comments

AR-15


BEST AR-15 FURNITURE & ACCESSORIES

Aug 21, 2022 52 Comments

AR-15


BUILDING A DUTY/PATROL AR-15 [WHAT'S THE DIFFERENCE?]

May 26, 2019 13 Comments
See All AR-15 Posts

Pistol


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

Aug 4, 2020 18 Comments

Pistol


10 BEST .45 ACP PISTOLS (THAT AREN'T 1911S)

Jul 17, 2022 283 Comments

Pistol


[COMPARISON] SINGLE ACTION VS DOUBLE ACTION VS STRIKER

Apr 13, 2018 23 Comments

Pistol


BEST SURPLUS HANDGUNS TO OWN AND SHOOT

Jun 17, 2017 10 Comments

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


14 BEST SERVICE PISTOLS OF THE WORLD

Dec 18, 2019 4 Comments

Pistol


BEST AFFORDABLE FULL-SIZED PISTOLS FOR UNDER $400

Jun 12, 2022 31 Comments
See All Pistol Posts

Optics & Scopes


RED DOTS + MAGNIFIER COMBOS THAT WORK [ALL BUDGETS]

Mar 25, 2021 7 Comments

Optics & Scopes


5 BEST .300 BLACKOUT SCOPES AND OPTICS: CORRECT DROPS

Jan 23, 2023 11 Comments

Optics & Scopes


[3000 ROUND REVIEW] BUSHNELL TRS-25 RED DOT

Mar 30, 2020

Optics & Scopes


BEST PISTOL & RIFLE OPTICS FOR SHOOTERS WITH ASTIGMATISM

May 6, 2021 20 Comments

Optics & Scopes


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

Jan 27, 2023 8 Comments

Optics & Scopes


HOLOSUN 510C: A BUDGET RED DOT [HANDS-ON TESTED]

Mar 16, 2021 3 Comments

Optics & Scopes


BEST PLACES TO BUY RIFLE SCOPES ONLINE

Jan 14, 2018 18 Comments

Optics & Scopes


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

Feb 28, 2020 44 Comments
See All Optics & Scopes Posts

Concealed Carry


BEST NON-LETHAL WEAPONS AND AMMO TO USE INSTEAD OF A GUN

Jan 18, 2020 22 Comments

Concealed Carry


5 BEST NEW COMPACT CARRY GUNS FOR 2018

Jan 24, 2018 28 Comments

Concealed Carry


[REVIEW] BRAVE RESPONSE BELLY BAND HOLSTER: GIMMICK?

Mar 27, 2019 5 Comments

Concealed Carry


PLACES YOU CAN'T CARRY A FIREARM (WITHOUT GOING TO JAIL)

Feb 26, 2018 20 Comments

Concealed Carry


CONCEALED CARRY: PROS & CONS OF ANKLE CARRY

Apr 5, 2021 5 Comments

Concealed Carry


[HOW-TO] CONCEALED CARRY A FULL-SIZE GUN

Nov 19, 2021 52 Comments

Concealed Carry


WHAT THE PEW PEW WRITERS CARRY [2022]

Dec 10, 2021 29 Comments

Concealed Carry


5 PERSONAL REASONS TO CARRY A CONCEALED WEAPON

Apr 20, 2021 16 Comments
See All Concealed Carry Posts

Ammo


BEST .38 SPECIAL & .357 MAGNUM AMMO

Feb 2, 2022 48 Comments

Ammo


BEST EXOTIC SHOTGUN AMMO [THAT YOU CAN BUY]

Jul 27, 2017 11 Comments

Ammo


6 BEST AK-47 AMMO CHOICES [7.62X39MM]: BRASS & STEEL

Nov 8, 2022 38 Comments

Ammo


[.357 SIG]: BEST AMMO & POST-MORTEM REVIEW

Oct 17, 2018 46 Comments

Ammo


9MM VS .45 ACP [DEBATE FINALLY SETTLED]

Nov 1, 2021 398 Comments

Ammo


RIFLE CALIBER GUIDE [DEFINITIVE GUIDE+VIDEOS]

Oct 4, 2019 51 Comments

Ammo


THE AMMO EQUATION: HOW MUCH AMMO DO YOU REALLY NEED?

May 13, 2020 23 Comments

Ammo


BEST SHOTGUN MINI SHELLS: BIRDSHOT, BUCKSHOT & SLUGS [HANDS-ON]

Jun 13, 2022 30 Comments
See All Ammo Posts

Glock


BEST GLOCK MAG HOLDERS AND HOLSTERS

Jun 28, 2017 3 Comments

Glock


THE DUMBEST GLOCK BUILD EVER

Jun 14, 2019 10 Comments

Glock


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

Jun 24, 2020 7 Comments

Glock


GLOCK G43X AND G48 [HANDS-ON REVIEW]

Jan 2, 2019 44 Comments

Glock


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

Dec 27, 2020 25 Comments

Glock


BEST AFTERMARKET GLOCK PART COMPANIES [GUIDE]

May 9, 2022 5 Comments

Glock


GLOCK .45 ACP MODELS TO MAKE YOU FORGET THE 1911

Dec 19, 2022 39 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

Gear Reviews


[REVIEW] RE FACTOR TACTICAL ADVANCED SLICKSTER CARRIER

Mar 17, 2020 1 Comments


SIG P322 REVIEW: WORTHY .22 LR TRAINER?

Apr 21, 2022 8 Comments


SIG SAUER P320 XTEN 10MM PISTOL REVIEW: TOO HOT TO HANDLE?

Jul 7, 2022 24 Comments


WALTHER CCP M2 REVIEW: SINGLE-STACK CCW GOODNESS

Oct 18, 2022 4 Comments

Gun Reviews


[REVIEW] DS ARMS (DSA) FAL SA58

Feb 23, 2020 37 Comments


[VIDEO+REVIEW] DANIEL DEFENSE MK18: HIGH-SPEED AR

Aug 5, 2021
See All Reviews


AR-15 RELATED

Gun Reviews


[REVIEW] RUGER AR-556 PISTOL: COMPACT VALUE

September 15, 2019 19 Comments
Looking for a reliable and compact AR-15 pistol from a trusted manufacturer? We
hands-on review Ruger's AR-556 pistol for all that and more. (Read)

Gear Reviews


[REVIEW] MODLITE PLHV2 + OKW: MODULAR WEAPONLIGHTS

January 19, 2021 0 Comments

AR-15


CHEAPEST AR-15 COMPLETE RIFLES & BUILDS

January 29, 2023 41 Comments

Buyer's Guide


5 BEST COMPETITION-READY PISTOL-CALIBER CARBINES

April 6, 2021 5 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?