3 times Michael Jordan was eliminated in the first round of NBA Playoffs

Michael Jordan is considered the greatest basketball player of all time. His numerous accolades, competitive nature and six championship rings put him above any other player that has ever played in the NBA.

Michael Jordan is considered the greatest basketball player of all time. His numerous accolades, competitive nature and six championship rings put him above any other player that has ever played in the NBA.

Many fans and analysts consider Jordan's 6-0 record in the NBA Finals to be unbeatable. Not only was the shooting guard able to have a perfect record when it mattered the most, but he also carried his team, winning six Finals MVP awards.

However, some fans are not familiar with the early stages of Jordan's impressive basketball career. The basketball legend struggled mightily and couldn't get past the first round for three straight years.

march madness logo

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": "Basketball", "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, }; }();

Michael Jordan was eliminated in the first round as a rookie

Jordan made his NBA debut in October 1984 and didn't need much time to become a superstar. During his rookie campaign, the 6-foot-6 guard averaged 28.2 points, 6.5 rebounds and 5.9 assists. He was also amazing on the defensive end of the floor.

The Chicago Bulls, who were 27-55 prior to drafting Jordan, won 38 games in MJ's rookie year. Despite being six games under .500 record, the Bulls made the playoffs and matched up against the Milwaukee Bucks in the first round.

The Bucks had 59 wins in the season and were led by Terry Cummings and Sidney Moncrief. In the best-of-five series, Milwaukee easily outplayed the Bulls 3-1.

In his first-ever series in the NBA playoffs, Michael Jordan averaged 29.3 points, 5.8 rebounds, 8.5 assists, 2.8 steals and a block. In his only win in the series, Jordan scored 35 points and hit a game-winning shot with 22 seconds left in the game.

Jordan was swept in his second year

In his sophomore season in the NBA, Michael Jordan dealt with injury problems. He broke his foot in the third game of the season, missing 64 games in total. The Bulls finished the regular season with 30 wins, yet they still made the playoffs.

MJ and his team faced the Boston Celtics, who ended up winning it all. Led by Larry Bird, who averaged 28-8-8 against the Bulls, Boston ended the series in three games.

You may be interested in reading: 5 NBA stars who had the most expensive divorce settlements: Featuring Michael Jordan, Dwyane Wade and more

Despite the sweep, the shooting guard was fantastic. He averaged 43.7 points throughout the series, which is very impressive. Jordan also set the record for the most points in a playoff game with 63 in Game 2. The record still stands.

MJ's third and final first-round loss

In the third year of his illustrious NBA career, the Chicago Bulls superstar led the league in scoring with 37.1 points per game. Most importantly, Jordan had no more injury troubles and he appeared in all 82 games.

Led by the shooting guard, the Bulls won 40 games, making the playoffs for the third straight year. Unfortunately, they ran into the Celtics once again.

The Celtics, who were looking to defend their championship title, were favorites to win it all. They had the second-best record in the league, so it's not surprising that they defeated the Bulls.

You may be interested in reading: Looking at how a bumper rookie contract with Boston Celtics impacted Larry Bird's net worth

Once again, Michael Jordan was amazing, yet the Bulls were swept. In three games, Jordan averaged 35.7 points, seven rebounds and six assists. Unfortunately, this wasn't enough.

Quick Links

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": 1320440, "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(1320440); 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(1320440) >= 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(1320440) .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 }); })();

ncG1vNJzZmivp6x7tLzOq6uso5WasaJ6wqikaJqRqLimwMGao6VnZWLBqrnErGSmoZOdrqa4jKOmq5yRo3qmuMimoKeZpJqxbrLIq6qtZaKkwq%2BwjKeZmmWgoa66u8Wfqg%3D%3D

 Share!