Although Logan and Jake Paul might have similar physical attributes, the brothers are not twins. Logan Paul was born on April 1, 1995, and is the elder sibling of the two. His brother Jake was born almost two years later on January 17, 1997.

Both brothers rose to fame around the same time through a social media app called Vine. Later, they transitioned to YouTube and have constantly featured in each other's virtual offerings.

Hence, it is quite clear why some people might confuse the brothers as twins. Apart from YouTube fame, Jake and Logan Paul have also been at the center of several controversies. As 'The Problem Child' once famously said:

"The Paul family is sort of notorious. Everyone wants to see the big bad wolves fall."

Logan and Jake Paul's boxing careers

Jake Paul also followed in his brother's footsteps when Logan Paul decided to make a shift to boxing. Logan Paul faced fellow YouTuber KSI in a white-collar boxing match in August 2018.

Jake Paul also took on KSI's younger sibling Deji as the co-headliner of the same card. While the amateur clash between the two was declared a draw, Logan Paul lost to KSI in a professional boxing match a year later.

Logan Paul has since competed against Floyd Mayweather and Dillon Danis in boxing. While Mayweather handily defeated the less experienced Paul when they clashed, Danis was thoroughly outclassed and lost the fight via disqualification a few seconds before the final bell. 'Maverick' has also made a successful foray into pro wrestling.

Meanwhile, younger brother Jake has achieved remarkable success in boxing for someone who has trained for a relatively short amount of time. He is 7-1 as a pro and holds wins over notable MMA fighters like Tyron Woodley, Anderson Silva, and Nate Diaz. However, the 26-year-old has been criticized for fighting older MMA fighters that are well past their prime. Tommy Fury handed 'The Problem Child' the first loss of his career in February 2023.

Jake Paul will return to the ring on December 15, 2023, as he takes on American professional boxer Andre August. This will be the first non-PPV fight of Paul's career. He has claimed that his career goal is to go beyond commercial success and make progress in the competitive sphere of the sport.

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