Top 5 Nick Saban replacements if head coach leaves Alabama
Alabama Crimson Tide coach Nick Saban is 71, and eventually we need to think about his replacements, so it's time to look at potential candidates to be his successor.
Potential Nick Saban replacements
Mario Cristobal, Dave Aranda, Billy Napier, Bill O'Brien, and Dabo Swinney could all be potential Nick Saban replacements. Let's read more about them, and how each would fit the Alabama style of play and what it would mean in the long-term.
•

70% Win
(110-25-1)
70% Win
(110-25-1)
70% Win
(110-25-1)
'; }); 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": "College Football", "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, }; }();Although there are no clear indications about Saban moving on from the coaching position at Alabam any time soon, Alabama's recent struggles may be an early sign of a change. Who could be the next Alabama coach once Nick Saban decides to ride off into the sunset? Here are five of them:
#1 Mario Cristobal
Miami Hurricanes coach Mario Cristobal is one of the bigger candidates as a Nick Saban replacement.
He has a 67-67 head coaching record and has been part of the Crimson Tide coaching staff as an assistant head coach, offensive line coach and recruiting coordinator.
He has shown the ability to be with the Crimson Tide from 2013-2016. This will be interesting. as he could be there for a long time and is known to be a strong personality and a winning coach.
#2 Billy Napier
Billy Napier is the coach of the Florida Gators and has been one of the most successful ones with a 46-19 record. He had a cup of coffee with Alabama, as he was an analyst in 2011 and came back to become the wide receiver coach from 2013-2016.
It makes a lot of sense for the 44-year-old to be a Nick Saban replacement, as he could provide a long tenure and should continue the run of Alabama's dominance in college football.
#3 Dave Aranda
Aranada, coach of the Baylor Bears, should be one of the top candidates as a Nick Saban replacement list.
He is young at 46 old is the only person on this list who does not have any ties to the program. That could play to his advantage, though, as a new philosophy could be refreshing and not just someone off the Nick Saban tree.
Aranda has been a coach since 2020 and has won the Big 12 Coach of the Year Award in 2021 so he could be a successful leader.
#4 Dabo Swinney
Clemson Tigers coach Dabo Swinney would be a great fit to replace Saban. Swinney is a former Crimson Tide wide receiver and was a positions coach from 1996-2000 . He has gone on and won the 2016 and 2018 National Championships and would keep the big-name legacy of Alabama going.
Coaching at his alma mater could be something Swinney would want to do, and he has already created his own coaching legacy. With an incredible 161-39 head coaching record to boast, this would be a home run replacement to keep Alabama at the same level it has been throughout their dynasty run.
#5 Top Nick Saban replacement: Bill O'Brien
Bill O'Brien has been a strong offensive mind for years, as he has experience with the Alabama Crimson Tide. He was the offensive coordinator and quarterbacks coach in 2021 and 2022, so that could play a bigger factor than we think.
More from Sportskeeda
" 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": 1600041, "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(1600041); var expiryTime = new Date(); expiryTime.setMonth(expiryTime.getMonth() + 12); // Expiry after 1 year setCookie("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(1600041) >= 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(1600041) .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 }); })();ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJufobmms8RmnainpJeurbiOraapZWViu6qvymaqmpqRo3qzsc%2BlmJydnZq7tb%2BMoZyanF2YvKKvx2ajnpmmmsBurcuamZqlkQ%3D%3D