Ranking top 5 NFL defenses heading into Week 13 | NFL 2021-22 season (2023)

Another week, another look at the best NFL defenses going into the next round of matches. We look at the NFL defenses because they are vital in winning football games, especially come the end of the season. If you ever need to remind yourself of how important NFL defenses are come the crunch end of the regular season and the post-season, feel free to watch Peyton Manning's last Super Bowl victory or Tom Brady's win in the NFC Championship game last year. Even the greatest quarterbacks need a solid NFL defense on which to strut their stuff.

As an ode to defenses, we list down the best NFL defenses going into Week 13 of the 2021 season. As always in our rankings, we look at points allowed per game instead of yards, since we also want to capture the redzone defense capabilities of NFL defenses. Here are our top five NFL defenses going into next week.

#5 - Green Bay Packers

';});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ' votes';if (totalVotes > 10) {pollCount.classList.remove("hidden");}}function trackBetsTodayPollImpression() {var intersectionObserverForArticlePoll = new IntersectionObserver(function(entries) {entries.forEach(function(entry) {var pollId = entry.target.getAttribute("data-poll-id");if (POLLS_BY_ID[pollId]['impression_tracked']) return;if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return;setTimeout(function() {if (isInViewport(entry.target)) {POLLS_BY_ID[pollId]['impression_tracked'] = true;var isDesktop = "1";var gaPayload = {"question" : POLLS_BY_ID[pollId]['question'],"category": "NFL","page_url": window.location.href,"option1": POLLS_BY_ID[pollId]['option1'],"option2": POLLS_BY_ID[pollId]['option2'],}if (isDesktop) {gaPayload["device"] = "Desktop";} else {gaPayload["device"] = "Mobile";}gtag("event", "BETS_TODAY_POLL_IMPRESSION", gaPayload);intersectionObserverForArticlePoll.unobserve(entry.target);}}, 1000);});},{threshold: 0.5});var pollElements = document.querySelectorAll('.bets-today-poll');pollElements.forEach(function(pollElement) {var isAnswered = pollElement.querySelector(".poll-option-answered");if (!isAnswered) {intersectionObserverForArticlePoll.observe(pollElement);}})}return {answerPollX: answerPollX,};}();

The Green Bay Packers drop to fifth in our rankings of NFL defenses despite the Packers having won their last game against the Los Angeles Rams. They allowed 28 points in their win, dropping the points allowed per game to 20.2. The total points they have allowed so far is 242.

Their rushing defense is among the best in the NFL, just a notch higher than allowing 100 yards per game at 102.5. Their passing defense, however, has not been as good as they would have hoped. They have allowed 219.2 yards per game; the second-highest among the top five NFL defenses after the Denver Broncos. This leads to a cumulative 321.7 yards per game leading into their bye week in Week 13.

$4 - Arizona Cardinals

The Arizona Cardinals are coming off a bye week in Week 12, but still feature in the top five NFL defenses because no-one could do well enough in the preceding week to knock them off the pedestal they currently occupy. The Cardinals have allowed just 18.4 points per game, which is a total of 202 points allowed in 11 games.

Their defense has been underpinned by success against passing. They have allowed only 204 yards per game in passing. Their weakness, though, has been their rushing defense and they have allowed 113.8 yards on the ground per game. That's a total of 317.8 yards allowed per game.

Also Check Out: Complete NFL Bye Weeks 2021 Schedule

Ranking top 5 NFL defenses heading into Week 13 | NFL 2021-22 season (9)

Top 3 NFL defenses heading into Week 13

#3 - Denver Broncos

The Denver Broncos are third on our list of top NFL defenses heading into Week 13 of this NFL season. They are among only three NFL defenses that have allowed less than 200 points in total coming into Week 13. That equates to just 17.8 points per game allowed in the 11 games played by the Broncos so far.

It speaks to their ability to hold back the opposition in scoring vital points because both their rushing and passing defense have been nothing to crow about. They are allowing 106.6 yards per game in rushing. That is still respectable when comparing it to the passing yards they are allowing per game, which stands at 224.2. In total, they are allowing 330.8 yards per game, the worst among the top five NFL defenses on this list.

#2 - Buffalo Bills

The Buffalo Bills got back to some semblance of normalcy as they won 31-6 against the New Orleans Saints. Limiting a Sean Payton team to just six points definitely speaks to the defense's ability to crucially hold their own.

But it was something they could not do the previous week when they let in 41 points against a Jonathan Taylor-inspired Indianapolis Colts. That has been the chief factor in their points per game getting inflated to 16.5 points per game. Their rushing defense has been exemplary in all games throughout the season except that, allowing only 96.6 yards per game. They have also only allowed 178.5 yards per game, both of which are the best among all the NFL defenses on this list.

#1 - New England Patriots

The Bills' AFC East compatriots, the New England Patriots, lead the standings of the best NFL defenses going into next week. They play against the Bills in Week 13, meaning something may have to give.

While the media has been raving about Mac Jones in a true Bill Belichick way, it is the Patriots defense that has been instrumental in their recent success. They have only allowed 15.8 yards per game across the 12 games they have played this season.

Their rushing defense has not been good, allowing 115.8 yards per game. But they have compensated for that in the passing game by allowing just 200.9 yards per game. They enter the coming week top of the AFC East and on top of our rankings of NFL defenses as well.

Poll : #3) Which quarterback was drafted before Tom Brady in the 2000 NFL Draft? (#2 Ans - Oakland Raiders)

Chad Pennington

Giovanni Carmazzi

Chris Redman

Tee Martin

96 votes

';});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ' votes';}function updatePollCountOnAnswer(selectedOption) {var pollData = pollDataDefault;renderPollWidget(pollData, selectedOption, true);}function renderPollWidget(pollData, selectedOption, isAnswered) {if (!pollData) return;pollData.option1_count = pollData.option1_count || 0;pollData.option2_count = pollData.option2_count || 0;pollData.option3_count = pollData.option3_count || 0;pollData.option4_count = pollData.option4_count || 0;if (isAnswered) {if (selectedOption == "option1") pollData.option1_count += 1;if (selectedOption == "option2") pollData.option2_count += 1;if (selectedOption == "option3") pollData.option3_count += 1;if (selectedOption == "option4") pollData.option4_count += 1;}if (isAnswered || selectedOption) {var predictorPromotionalBannerContainer = $(".predictor-contest-banner-container.Article-poll");if (predictorPromotionalBannerContainer) {removeClass(predictorPromotionalBannerContainer, "hidden");}}var totalVotes = Number(pollData.option1_count + pollData.option2_count + pollData.option3_count + pollData.option4_count);if (totalVotes && !Number.isNaN(totalVotes)) {var option1Percent = pollData.option1_count / totalVotes * 100;var option2Percent = pollData.option2_count / totalVotes * 100;var option3Percent = pollData.option3_count / totalVotes * 100;var option4Percent = pollData.option4_count / totalVotes * 100;var optionPercentages = [option1Percent, option2Percent, option3Percent, option4Percent];var pollOptions = $("#poll-options");var pollCount = $("#poll-count");var pollOptionsDom = '';var optionsArray = ['option1', 'option2'];if (pollData.option3 !== "" && pollData.option3 !== null) {optionsArray.push('option3')}if (pollData.option4 !== "" && pollData.option4 !== null) {optionsArray.push('option4')}optionsArray.forEach(function (option, index) {var clickHandler = 'onclick="answerPoll(event, \'' + option + '\')"';var optionClass = ['poll-option'];if (selectedOption) {optionClass.push('poll-option-answered');clickHandler = '';}if (selectedOption === option) {optionClass.push('poll-option-selected');}pollOptionsDom += '

';});pollOptions.innerHTML = pollOptionsDom;pollCount.innerHTML = totalVotes + ' votes';if (totalVotes > 10) {pollCount.classList.remove("hidden");}trackArticlePollImpression(pollData);}}function answerPoll(e, selectedOption) {e.preventDefault();updatePollCountOnAnswer(selectedOption);var isDesktop = "1";var gaPayload = {"question" : pollDataDefault.question,"answer" : e.target.textContent,"answer_option" : selectedOption.replace("option", "Option "),"category": "NFL","page_location": window.location.href,}if (isDesktop) {gaPayload["device"] = "Desktop";} else {gaPayload["device"] = "Mobile";}gtag("event", "ARTICLE_POLL_RESPONSE", gaPayload);var url = 'https://a-gotham.sportskeeda.com/polls/37285/response';var data = {"poll_type": "article","option": selectedOption}pureJSAjaxPost(url, data, onPollResponseSuccess.bind(this, selectedOption), onPollResponseFail.bind(this, selectedOption), null, false);}function trackSponsoredLinkClick(e) {var pollTheme = "default";gtag('event', 'click', {'event_category': 'PollSponsoredLink','event_label': pollTheme});}var articlePollImpressionTracked = false;function trackArticlePollImpression(pollData) {var pollElement = $("#poll");var intersectionObserverForArticlePoll = new IntersectionObserver(function(entries) {entries.forEach(function(entry) {if (articlePollImpressionTracked) return;if (!entry.target || !entry.isIntersecting || entry.intersectionRatio < 0.5) return;setTimeout(function() {if (isInViewport(entry.target)) {articlePollImpressionTracked = true;var isDesktop = "1";var gaPayload = {"question" : pollData.question,"category": "NFL","page_url": window.location.href,}if (isDesktop) {gaPayload["device"] = "Desktop";} else {gaPayload["device"] = "Mobile";}gtag("event", "ARTICLE_POLL_IMPRESSION", gaPayload);intersectionObserverForArticlePoll.unobserve(entry.target);}}, 1000);});},{threshold: 0.5});if (pollElement){var isAnswered = pollElement.querySelector(".poll-option-answered");if (!isAnswered) {intersectionObserverForArticlePoll.observe(pollElement);}}}

Edited by Piyush Bisht

Feedback

Thank You!

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

";modalText += "

"modalText += "

Please select an option.

Please provide your feedback.

"modalText += "

"modalPopup.closeOnEsc = false;modalPopup.setHeader("Why did you not like this content?");modalPopup.setContentText(modalText);modalPopup.addCancelOkButton("Submit", resetRatingAndFeedbackForm, sendRating);modalPopup.removeCloseModalIcon();modalPopup.disableDismissPopup();modalPopup.open();} else {sendRating(index);}}function sendRating() {var requestPayload = {"post_id": 955276,"rating_value": ratingValue}if (ratingValue > 3) {requestPayload.rating_feedback_type = null;requestPayload.rating_feedback = null;} else {if (!$('input[name="drone"]:checked') || !$('input[name="drone"]:checked').value) {showErrorMessage('option');return;}if (!$(".post-rating-feedback-note textarea") || !$(".post-rating-feedback-note textarea").value) {showErrorMessage('note');return;}var selectedOption = $('input[name="drone"]:checked').value;var feedbackNote = $(".post-rating-feedback-note textarea").value;requestPayload.rating_feedback_type = selectedOption;requestPayload.rating_feedback = feedbackNote;}pureJSAjaxPost(addratingAPI, requestPayload, onsaveRatingSuccess, onsaveRatingFail, function() {}, true);}function resetRatingAndFeedbackForm() {var activeStars = Array.from($all('.rating span.rating-star.active'));for (var i=0; i < activeStars.length; i++) {activeStars[i].classList.remove("active");}if ($('input[name="drone"]:checked')) {$('input[name="drone"]:checked').checked = false;}var userNote = document.querySelector(".post-rating-feedback-note textarea");userNote.value = '';modalPopup.close();}function onsaveRatingSuccess() {modalPopup.close();savePostIdInUserRatedPostsCookie();$("#post-rating-layout").classList.add("hidden");$("#post-rating-message").classList.remove("hidden");window.setInterval(function showMessage() {$("#post-rating-widget").classList.add("hidden");}, 3000);}function onsaveRatingFail() {console.error('Saving post rating failed!');modalPopup.close();}function savePostIdInUserRatedPostsCookie() {userRatedPostIds.push(955276);var expiryTime = new Date();expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 yearsetCookie("user_rated_post_ids", JSON.stringify(userRatedPostIds), expiryTime);}function isPostRatedByUser() {var userRatedPostIds = getCookie('user_rated_post_ids');if (userRatedPostIds) {try {userRatedPostIds = JSON.parse(userRatedPostIds);} catch (err) {console.error(err);return false;}} else {return false;}if(userRatedPostIds.indexOf(955276) >= 0) {return true;} else {return false;}}function getRatingCountByPostId(postId) {return new Promise(function(resolve, reject) {pureJSAjaxGet(getRatingCountBaseURL + postId + '/rating/count',function(data) {try {data = JSON.parse(data);if (data.meta_value) {resolve(data.meta_value);}reject("Failed to fetch rating count for the post:" + postId);} catch (err) {reject("Failed to fetch rating count for the post:" + postId);}},function(err) {reject("Failed to fetch rating count for the post:" + postId);}, true);});}function showErrorMessage(messageType) {var messageContainerId = '#' + messageType + '-error';$(messageContainerId).classList.remove('hidden');window.setInterval(function () {$(messageContainerId).classList.add("hidden");}, 5000);}if (!isPostRatedByUser()) {getRatingCountByPostId(955276).then(function(ratingCount) {if (ratingCount < 10) {$("#post-rating-widget").classList.remove("hidden");}}).catch(function(err){console.error(err);})}

Top Articles
Latest Posts
Article information

Author: Clemencia Bogisich Ret

Last Updated: 29/08/2023

Views: 5850

Rating: 5 / 5 (80 voted)

Reviews: 95% of readers found this page helpful

Author information

Name: Clemencia Bogisich Ret

Birthday: 2001-07-17

Address: Suite 794 53887 Geri Spring, West Cristentown, KY 54855

Phone: +5934435460663

Job: Central Hospitality Director

Hobby: Yoga, Electronics, Rafting, Lockpicking, Inline skating, Puzzles, scrapbook

Introduction: My name is Clemencia Bogisich Ret, I am a super, outstanding, graceful, friendly, vast, comfortable, agreeable person who loves writing and wants to share my knowledge and understanding with you.