How often do NFL players get paid? (2024)

NFL fans cannot talk about paychecks without mentioning Patrick Mahomes' record-breaking contract. Mahomes would sign an eye-popping 10-year contract worth $450 million in 2020, something never done before in the NFL.

Before agreeing to an extension, Patrick Mahomes wanted to ensure that he had securities if he suffered an injury. The Patrick Mahomes contract could be a sign of good things to come for NFL players.

Keep it 💯 @Headshoulders pic.twitter.com/b3RKXXU5kN

— Patrick Mahomes II (@PatrickMahomes) November 22, 2020

';});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 Chiefs have shown that they have all the confidence in the world in the 25-year-old quarterback. With the average career only lasting roughly three years in the NFL, 10 years is a long time. Hopefully, the future Hall of Fame quarterback can play out the full 10 years and have a successful career in the NFL.

🏈 Get in the game with our NFL Playoff Predictor. Blend games & predictions, shape playoff outcomes! 🏆

When thinking about the Mahomes' extension, it makes NFL fans wonder. When do NFL players get paid? Do they get paid weekly or bi-weekly? How does their pay work for the playoffs?

Let's take a look at how every NFL player gets paid throughout their career.

When do NFL players get paid during the regular season?

How often do NFL players get paid? (9)

Every week of the NFL's regular season, each player under contract will get a game check. The game checks are deposited into the NFL players' bank accounts on Monday morning.

These game checks are for their yearly salaries and do not include the players signing bonus, roster bonus, or any other bonuses that were agreed on during negotiations.

Here's Houston's leverage, if used:*Can fine Deshaun Watson $95,877 for missing minicamp.*Can fine him $50,000 per day for each day of training camp missed, plus one week salary -- $620,000 -- for each preseason game missed.*If he retires, Texans can collect $21.6 million.

— Adam Schefter (@AdamSchefter) January 28, 2021

NFL players will receive 17 game checks throughout the NFL season. Players also receive a game check for their bye weeks. Lets take a look at how an NFL player gets paid during the NFL playoffs.

How much do NFL players make during the NFL playoffs?

How often do NFL players get paid? (10)

During the playoffs, an NFL player will receive a set amount of money. This money does not include any of the performance bonuses that were agreed on during contract negotiations. Here is a breakdown on how NFL players are paid during the playoffs.

NFL playoff pay breakdown:

-- Wild Card Round (Division Winners): $31,000

-- Wild Card Round (Non Division Winners): $28,000

-- Divisional Playoff Game: $31,000

-- Conference Championship Game: $56,000

-- Super Bowl (Winning Team): $124,000

-- Super Bowl (Losing Team): $62,000

(These amounts are based off the 2019 NFL playoffs according to CBS Sports)

Do NFL players receive checks in the off-season?

How often do NFL players get paid? (11)

NFL players can negotiate to get paid for off-season workouts. This means each time a player steps into the facility to work out with the team they are paid. According to Sports Illustrated, the projected total amount that players earn during the off-season would be right around $7,500.

Players do have the option to negotiate other incentives during their contract negotiations. This would give them the opportunity to make more money during the off-season. Unless negotiated in their contract a player, would not get paid during the off-season outside of workout bonuses.

Quick Links

More from Sportskeeda

Edited by Alex Turk

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": 776360,"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(776360);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(776360) >= 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);}(function() {var callFired = false;function lazyLoadPostRating() {if (callFired) return;callFired = true;if (!isPostRatedByUser()) {getRatingCountByPostId(776360).then(function(ratingCount) {if (ratingCount < 10) {$("#post-rating-widget").classList.remove("hidden");}}).catch(function(err){console.error(err);});}}document.addEventListener("scroll", lazyLoadPostRating, { passive: true, once: true });document.addEventListener("mousemove", lazyLoadPostRating, { passive: true, once: true });document.addEventListener("touchmove", lazyLoadPostRating, { passive: true, once: true });})();

How often do NFL players get paid? (2024)
Top Articles
Latest Posts
Article information

Author: Virgilio Hermann JD

Last Updated:

Views: 6141

Rating: 4 / 5 (41 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Virgilio Hermann JD

Birthday: 1997-12-21

Address: 6946 Schoen Cove, Sipesshire, MO 55944

Phone: +3763365785260

Job: Accounting Engineer

Hobby: Web surfing, Rafting, Dowsing, Stand-up comedy, Ghost hunting, Swimming, Amateur radio

Introduction: My name is Virgilio Hermann JD, I am a fine, gifted, beautiful, encouraging, kind, talented, zealous person who loves writing and wants to share my knowledge and understanding with you.