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

URL: https://www.pewpewtactical.com/
Submission: On February 23 via manual 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.181.00/images/logo.png" data-src="https://www.pewpewtactical.com/wp-content/uploads/assets/2019.181.00/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.181.00/images/logo.png" data-src="https://www.pewpewtactical.com/wp-content/uploads/assets/2019.181.00/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


Fun


GUNS OF POP CULTURE: “TRUE LIES” & THE MAC-10

BY Travis Pike , Published 1 day ago
In this Guns of Pop Culture, we take a look at "True Lies" and some very
interesting MAC-10 physics...come read more.


BERETTA A300 ULTIMA PATROL REVIEW: MOVE OVER REMINGTON 870?

Feb 16, 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

 * KEL-TEC KSG 12 GA BULLPUP PUMP-ACTION SHOTGUN - $649.99
   Shop Now
 * PRIMARY ARMS SLx MD-25, 2 MOA RED DOT - $89.99 WITH CODE "SAVE10"
   Shop Now
 * AMMO INC 110 GR V-MAX 300 BLACKOUT AMMUNITION - $0.75/rd
   Shop Now
 * AERO PRECISION .625" ADJUSTABLE GAS BLOCK - $49.99
   Shop Now
 * See All Deals

Gear Reviews


12 BEST SHOOTING EAR PROTECTION [ELECTRONIC & PASSIVE HANDS-ON]

1 day ago 157 Comments


MYMEDIC FIRST-AID KIT REVIEW: MYFAK MINI, PRO, & LARGE

1 day ago

Concealed Carry


TOP 10 BEST CCW POSITIONS: CONCEALMENT & COMFORT

2 days ago 17 Comments

Prepping


BUG OUT BAG LIST [ULTIMATE GUIDE]

3 days ago 39 Comments


8 BEST REVOLVERS: SELF DEFENSE, HUNTING, & PLINKING

3 days ago 12 Comments

Gear Reviews


BEST SUPPRESSOR COVERS [HANDS-ON TESTED]

4 days ago 17 Comments


WEEKLY WRAP: TX LAWMAKER WANTS TO TRACK BULK AMMO BUYS

4 days ago 10 Comments


A PICTURE FROM HISTORY: HANNIBAL'S SECRET WEAPON

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

Gear Reviews


12 BEST SHOOTING EAR PROTECTION [ELECTRONIC & PASSIVE HANDS-ON]

1 day ago 157 Comments

Gear Reviews


MYMEDIC FIRST-AID KIT REVIEW: MYFAK MINI, PRO, & LARGE

1 day ago

Concealed Carry


TOP 10 BEST CCW POSITIONS: CONCEALMENT & COMFORT

2 days ago 17 Comments

Prepping


BUG OUT BAG LIST [ULTIMATE GUIDE]

3 days ago 39 Comments

Revolver


8 BEST REVOLVERS: SELF DEFENSE, HUNTING, & PLINKING

3 days ago 12 Comments

Suppressors


BEST SUPPRESSOR COVERS [HANDS-ON TESTED]

4 days ago 17 Comments

News


WEEKLY WRAP: TX LAWMAKER WANTS TO TRACK BULK AMMO BUYS

4 days ago 10 Comments

History


A PICTURE FROM HISTORY: HANNIBAL'S SECRET WEAPON

5 days ago 4 Comments
See All Latest Posts

Gun Reviews


[REVIEW] MOSSBERG 930 SPX TACTICAL: SUPER RELIABLE

Jun 21, 2020 22 Comments

Gun Reviews


SIG SAUER P238 REVIEW: BEST .380 FOR CONCEALED CARRY? [FIELD TESTED]

Dec 16, 2021 30 Comments

Gun Reviews


KRISS VECTOR [OVERVIEW]: WHY YOU WANT ONE & WHERE TO BUY

Mar 13, 2018 16 Comments

Gun Reviews


[REVIEW] CMMG BANSHEE MK47: PART AR, PART AK

Feb 21, 2021 5 Comments

Gun Reviews


KEL TEC SUB 2000 REVIEW: A 9MM FOLDING CARBINE

Apr 6, 2022 51 Comments

Gun Reviews


[REVIEW] MOSSBERG 500 & 590 RETROGRADE: WHAT'S OLD IS NEW

Jun 18, 2020 6 Comments

Gun Reviews


[REVIEW+VIDEO] FN 15 PATROL CARBINE: CLASSIC EXCELLENCE

Apr 30, 2020 9 Comments

Gun Reviews


[REVIEW] ROCK ISLAND VRBP-100, VR60, & VR80 SHOTGUNS

Mar 3, 2022 20 Comments
See All Gun Reviews Posts

Gear Reviews


4 BEST SHOOTING CHRONOGRAPHS FOR THE MONEY [TESTED]

Oct 1, 2022 14 Comments

Gear Reviews


[HANDS-ON] OLIGHT REVIEW: PL-PRO VALKYRIE & PL-MINI VALKYRIE 2

Aug 30, 2020 14 Comments

Gear Reviews


BEST AR-15 BULLET BUTTON: AR MAGLOCK+PATRIOT PIN 2.0 [REVIEW & INSTALL]

Apr 20, 2019 14 Comments

Gear Reviews


[HANDS-ON REVIEW] BOYDS AT-ONE THUMBHOLE STOCKS

Apr 22, 2019 1 Comments

Gear Reviews


[REVIEW] TIMNEY AR-15 TRIGGERS: COMPETITION & CALVIN ELITE

Jan 4, 2019 2 Comments

Gear Reviews


BEST TACTICAL WATCHES [HANDS-ON]: ALL BUDGETS

Jun 15, 2021 48 Comments

Gear Reviews


5 BEST EVERYDAY CARRY (EDC) FLASHLIGHTS [HANDS-ON]

Mar 19, 2020 29 Comments

Gear Reviews


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

Jan 28, 2021 25 Comments
See All Gear Reviews Posts

Buyer's Guide


9 BEST DOUBLE-BARREL SHOTGUNS: SPORT & RANGE [GUIDE]

Mar 9, 2021 7 Comments

Buyer's Guide


.308 WIN VS .300 WIN MAG: [BATTLE OF THE .30 CALIBERS]

Jan 1, 2019 7 Comments

Buyer's Guide


COLD WEATHER SHOOTING TIPS FOR YOU & YOUR GUN

Jan 31, 2019 10 Comments

Buyer's Guide


16 BEST AR-15 GRIPS [HANDS-ON]: DITCH THAT A2

Dec 26, 2022 37 Comments

Buyer's Guide


BEST CLAY PIGEON THROWERS [MANUAL & AUTOMATIC]

Sep 14, 2019 1 Comments

Buyer's Guide


6 BEST NON-GLOCK POLYMER FRAME HANDGUNS

Sep 19, 2020 58 Comments

Buyer's Guide


BEST LINEAR COMPENSATORS FOR AR & AK [HANDS-ON]

May 7, 2022 17 Comments

Buyer's Guide


BEST LEFT-HANDED ARS: PARTS & COMPLETE RIFLES

Apr 18, 2022 2 Comments
See All Buyer's Guide Posts

AR-15


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

Apr 23, 2019 41 Comments

AR-15


[REVIEW] MEAN ARMS ENDOMAG CONVERSION KIT

Dec 3, 2019 14 Comments

AR-15


PISTOL BRACES & THE ATF: WHAT YOU NEED TO KNOW [UPDATED]

Feb 1, 2023 414 Comments

AR-15


BEST BACKUP IRON SIGHTS (BUIS) [VIEW-THROUGHS]

Mar 2, 2022 24 Comments

AR-15


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

Apr 4, 2018 10 Comments

AR-15


DIRECT IMPINGEMENT VS. PISTON: WHAT'S THE DIFFERENCE?

Apr 7, 2021 7 Comments

AR-15


AR-15 LEARNER BUILD: ONE MAN'S JOURNEY FROM PARTS TO FINISHED RIFLE

Mar 5, 2019 7 Comments

AR-15


8 BEST AR-15 STRIPPED UPPER RECEIVERS: BUILD IT YOURSELF

Aug 3, 2022 20 Comments
See All AR-15 Posts

Pistol


GLOCK 20 REVIEW: 10MM PERFECTION?

Sep 4, 2019 45 Comments

Pistol


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

Mar 13, 2022 340 Comments

Pistol


14 BEST SERVICE PISTOLS OF THE WORLD

Dec 18, 2019 3 Comments

Pistol


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

Aug 4, 2020 18 Comments

Pistol


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

Jun 6, 2017 24 Comments

Pistol


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

Jul 17, 2022 282 Comments

Buyer's Guide


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

Dec 22, 2022 201 Comments

Pistol


BEST AFFORDABLE FULL-SIZED PISTOLS FOR UNDER $400

Jun 12, 2022 31 Comments
See All Pistol Posts

Optics & Scopes


5 BEST .300 BLACKOUT SCOPES AND OPTICS: CORRECT DROPS

Jan 23, 2023 11 Comments

Optics & Scopes


[REVIEW] PRIMARY ARMS SLX 1-8X SCOPE: HANDS-ON

Mar 18, 2020 5 Comments

Optics & Scopes


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

Feb 28, 2020 44 Comments

Optics & Scopes


BEST PLACES TO BUY RIFLE SCOPES ONLINE

Jan 14, 2018 18 Comments

Optics & Scopes


[REVIEW] VORTEX STRIKE EAGLE 1-6X: FIRST PERSON VIEWS

Apr 16, 2019 8 Comments

Optics & Scopes


[HANDS-ON REVIEW] BUSHNELL TRS-26: IMPROVED & RELIABLE

Jul 22, 2020 2 Comments

Optics & Scopes


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

Jun 16, 2022 107 Comments

Optics & Scopes


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

Dec 31, 2020
See All Optics & Scopes Posts

Concealed Carry


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

Apr 30, 2021 18 Comments

Concealed Carry


OPEN CARRY VS CONCEALED CARRY [PROS & CONS]

Jan 29, 2020 45 Comments

Concealed Carry


CONCEALED CARRY: PROS & CONS OF SHOULDER CARRY

Apr 12, 2021 13 Comments

Concealed Carry


[REVIEW] KORE ESSENTIALS GUN BELTS: CURRENT FAVORITE CCW KIT

May 7, 2021 17 Comments

Concealed Carry


WHAT THE PEW PEW WRITERS CARRY [2022]

Dec 10, 2021 29 Comments

Concealed Carry


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

Jan 18, 2020 20 Comments

Concealed Carry


BEST .22 LR PISTOLS & REVOLVERS FOR POCKET CARRY [GUIDE]

Feb 24, 2022 56 Comments

Concealed Carry


USCCA REVIEW [2023]: WHAT TIER TO GET & FREE COURSES

Jan 3, 2023 214 Comments
See All Concealed Carry Posts

Ammo


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

Jul 8, 2022 62 Comments

Ammo


BEST .308 AMMO & 7.62X51 [TARGET SHOOTING, PLINKING, & HUNTING]

Jun 3, 2020 35 Comments

Ammo


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

Nov 8, 2022 38 Comments

Ammo


DEMYSTIFYING SHOTGUN SHELL TERMS

Jun 9, 2016 3 Comments

Ammo


STORING AMMO FOR THE END OF THE WORLD (OR YOUR NEXT RANGE TRIP)

Jun 28, 2022 34 Comments

Ammo


BEST .38 SPECIAL & .357 MAGNUM AMMO

Feb 2, 2022 48 Comments

Ammo


BEST .45 ACP AMMO: HOME DEFENSE & TARGET PRACTICE

Dec 14, 2021 45 Comments

Buyer's Guide


.300 BLACKOUT (BLK) VS. 5.56: WHAT'S BEST FOR YOU?

Jul 19, 2022 73 Comments
See All Ammo Posts

Glock


GREY GHOST PRECISION GLOCK SLIDE/BARREL COMBO [REVIEW]

Nov 11, 2017 12 Comments

Glock


GLOCK G43X AND G48 [HANDS-ON REVIEW]

Jan 2, 2019 44 Comments

Glock


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

Jun 24, 2020 6 Comments

Glock


THE DUMBEST GLOCK BUILD EVER

Jun 14, 2019 10 Comments

Glock


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

Dec 27, 2020 25 Comments

Glock


GLOCK .45 ACP MODELS TO MAKE YOU FORGET THE 1911

Dec 19, 2022 39 Comments

Glock


BEST GLOCK MAG HOLDERS AND HOLSTERS

Jun 28, 2017 3 Comments

Glock


GLOCK 18: FOR SALE, BUT YOU (PROBABLY) CAN'T HAVE ONE

Oct 22, 2021 22 Comments
See All Glock Posts


DEALS OF THE DAY:

Hand-Picked Ammo & Firearm Discounts

 * KEL-TEC KSG 12 GA BULLPUP PUMP-ACTION SHOTGUN - $649.99
   Shop Now
 * PRIMARY ARMS SLx MD-25, 2 MOA RED DOT - $89.99 WITH CODE "SAVE10"
   Shop Now
 * AMMO INC 110 GR V-MAX 300 BLACKOUT AMMUNITION - $0.75/rd
   Shop Now
 * AERO PRECISION .625" ADJUSTABLE GAS BLOCK - $49.99
   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 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


MOSSBERG PATRIOT LR TACTICAL FIRST LOOK: LONG RANGE HOMERUN?

Jan 12, 2023


KRISS VECTOR .45 ACP REVIEW: SEMI..GOOD, FULL-AUTO...NOT SO GOOD?

Jan 5, 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


BEST PISTOL & RIFLE OPTICS FOR SHOOTERS WITH ASTIGMATISM

May 6, 2021 19 Comments

1911


BEST 1911 UPGRADES & MODS [ULTIMATE GUIDE]

Mar 17, 2021 11 Comments

AR-15


BEST BACKUP IRON SIGHTS (BUIS) [VIEW-THROUGHS]

Mar 2, 2022 24 Comments

Revolver


8 BEST .357 MAGNUM REVOLVERS [PROVEN STOPPING POWER]

Oct 28, 2022 167 Comments

AR-15


3-GUN READY: BEST OUT OF THE BOX AR-15S

Feb 23, 2020 18 Comments

Buyer's Guide


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

Oct 23, 2022 84 Comments
See All Reviews


AR-15 RELATED

Builds


[BEST AR-15 BUILDS] MODERN AMERICAN MUSKET (M16A4)

September 29, 2020 3 Comments
Want to build an updated M16A4 clone that’s perfect for hunting, defense, &
plinking? Check out our build list to the Modern American Musket. (Read)

AR-15


CHEAPEST AR-15 COMPLETE RIFLES & BUILDS

January 29, 2023 41 Comments

AR-15


BEST RECCE (RECON) RIFLES

January 22, 2018 14 Comments

Gear Reviews


[REVIEW] REAL AVID AR-15 ARMORER'S MASTER KIT

August 8, 2019 11 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?