Close Menu

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Where to watch Game 2 of Cubs vs. Reds series tonight on free streams, TV

    July 11, 2026

    How Much Money Charlie Sheen Will Pay Brooke Mueller for Owed Child Support Revealed

    July 11, 2026

    Entertainment News Today LIVE Updates on July 12, 2026: I attended The Odyssey’s Mumbai premiere — here’s what it was like meeting Christopher Nolan and the cast

    July 11, 2026
    Facebook X (Twitter) Instagram
    Facebook X (Twitter) Instagram YouTube TikTok
    Comic Vibe
    Saturday, July 11
    • Home
    • Comics
      • Comic Vibe News
    • Gaming
    • Movies
    • TV
    • Anime
    • Toys & Collectibles
    • Cosplay
    • Tech
    • Digital Culture
      • Creators & Fan Culture
      • Creator Economy & Fan-Driven Platforms
      • Digital Fandom & Online Communities
      • Metaverse & Virtual Worlds
      • NFTs & Digital Collectibles
      • Virtual Events & Online Conventions
      • Virtual Identity & Avatars
    • Shop
    Comic Vibe
    • Home
    • Contact Us
    • Terms & Conditions
    • Advertise With Us
    • DMCA Policy
    • Privacy Policy
    • About Us
    Home»Gaming»PS5 vs Xbox Series Sales Comparison
    Gaming

    PS5 vs Xbox Series Sales Comparison

    JamesBy JamesJuly 8, 2026No Comments6 Mins Read
    Facebook Twitter
    PS5 vs Xbox Series Sales Comparison
    Share
    Facebook Twitter

    ” width=’0′ height=’0′ data-mode=’scan’ data-site-id=’5b11330346e0fb00017cd841′>”;
    var a=document.getElementById(“vmv3-frm”);
    a=a.contentWindow?a.contentWindow:a.contentDocument;
    a.document.open();
    a.document.write(“

    By using this site, you agree to our
    Privacy Policy and our
    Terms of Use.Close

    Palworld Tops 40 Million Players

    by
    William D’Angelo, posted July 7th

    MECCHA CHAMELEON Once Again Tops the Steam Charts

    by
    William D’Angelo, posted July 7th

    Rhythm Paradise Groove Debuts in 5th on UK Retail Charts

    by
    William D’Angelo, posted July 6th

    Star Fox Debuts in 1st on the French Charts

    by
    William D’Angelo, posted July 6th

    PS5 vs Xbox Series Sales Comparison – May 2026 – Sales


    by William D’Angelo, posted 12 hours ago / 4,005 Views

    The VGChartz sales comparison series of articles are updated monthly and each one focuses on a different sales comparison using our estimated video game hardware figures. The charts include comparisons between the PlayStation 5, Xbox Series X|S, and <a href="https://comicvibe.com/3-game-boy-and-1-game-boy-advance-games-added-to-nintendo-switch-online/" title="3 Game Boy and 1 Game Boy Advance Games Added to Nintendo Switch Online”>Nintendo Switch, as well as with older platforms. There are articles based on our worldwide estimates, as well as the US, Europe, and Japan

    This monthly series compares the aligned worldwide sales of the PlayStation 5 and Xbox Series X|S

    The PlayStation 5 and Xbox Series X|S both launched in November 2020. The PlayStation 5 launched November 12, 2020 in North America, Australia, New Zealand, Japan, South Korea, and Singapore, and the rest of the world on November 19, 2020. The Xbox Series X|S launched worldwide on November 10, 2020

    PS5 Vs. XSX|S Worldwide:

    Gap change in latest month: 270,768 – PS5

    Gap change over last 12 months: 13,736,015 – PS5

    Total Lead: 57,547,984 – PS5

    PlayStation 5 Total Sales: 92,342,944

    Xbox Series X|S Total Sales: 34,794,960

    May 2026 is the 67th month the PlayStation 5 and Xbox Series X|S has been available for. In the latest month, the gap grew in favor of the PlayStation 5 when compared to the aligned launch of the Xbox Series X|S by 0.27 million units

    In the last 12 months, the PlayStation 5 has outsold the Xbox Series X|S by 13.74 million units. The PlayStation 5 is currently ahead by 57.55 million units

    The PlayStation 5 has sold 92.34 million units in 67 months, while the Xbox Series X|S sold 34.79 million units. The PlayStation 5 has a 72.6 percent marketshare (+2.6% year-over-year), compared to 27.4 percent for the Xbox Series X|S (-2.6% year-over-year)

    The PlayStation 5 is currently 4.12 million units behind the PlayStation 4 when you align launches and the Xbox Series X|S is behind the Xbox One by 14.26 million units

    A life-long and avid gamer, William D’Angelo was first introduced to VGChartz in 2007. After years of supporting the site, he was brought on in 2010 as a junior analyst, working his way up to lead analyst in 2012 and taking over the hardware estimates in 2017. He has expanded his involvement in the gaming community by producing content on his own YouTube channel and Twitch channel. You can follow the author on Bluesky

    More Articles

    ” + spoilerText + ”

    “;

    element.innerHTML = x;
    return;
    }

    $(document).ready(function() {
    //vgc-spoiler is custom element created by markdown ||string||
    customTag(“vgc-spoiler”, spoilerTag);

    if (window.matchMedia(“(min-width: 610px)”).matches) {
    $(“body”).on(“mouseenter”, “.comment_entry_div”, function() {
    $(“.collapse_post_link”, this).show();
    $(“.report_post_link”, this).show();
    event.stopPropagation();
    });
    $(“body”).on(“mouseleave”, “.comment_entry_div”, function() {
    $(“.collapse_post_link”, this).hide();
    $(“.report_post_link”, this).hide();
    event.stopPropagation();
    });
    }

    $(“.dropdown-option a”).click(function() {
    var text=”Sort by ” + $(this).data(“text”) + “”;
    var order=$(this).data(“order”);
    var sort=$(this).data(“sort”);
    $(“.sort-dropdown”).html(text);
    $(“.dropdown-option a”).removeClass(“selected”);
    $(this).addClass(“selected”);
    //$(“.comments_building”).show();
    $(“.comment_div”).remove();
    $(“#global_comments_wrap .comments_building”).toggleClass(“active”);
    $.ajax({
    type: “post”,
    url: “https://www.vgchartz.com/assets/handlers/comments_handler.php”,
    data: ({
    “action” : “sort_comments”,
    “region” : “news”,
    “resource” : “468315”,
    “group_id” : “468315”,
    “theme” : “Array”,
    “this_userid” : “”,
    “hide_deleted” : “”,
    “order” : order,
    “sort” : sort
    }),
    success: function(data) {
    $(“#new_comments_468315”).replaceWith(data);
    customTag(“vgc-spoiler”, spoilerTag); //implement any spoilers
    }
    });
    });

    $(“body”).on(“mouseenter”, “.replyto_link”, function() {
    var replyto_userid = $(this).data(“replyto_userid”);
    var position = $(this).position();
    var replyto_left = (position.left + 20) + “px”;
    var replyto_top = (position.top – 20) + “px”;
    var comment_id = $(this).data(“comment_id”);
    var replyto_id = replyto_userid + “_” + comment_id;
    var replyto_card = $(“#replyto_user_card_” + replyto_id).html();

    $(this).addClass(“is_active”);
    if (typeof replyto_card == “undefined”) {
    //if we do not have a profile card, go get it
    var replyto_username = $(this).data(“replyto_username”);
    var replyto_useravatar = $(this).data(“replyto_useravatar”);
    var replyto_comment = $(“#comment_entry_” + comment_id).text();

    replyto_comment = truncateText(replyto_comment, 25);
    if ($(“#comment_entry_” + comment_id).find(“vgc-spoiler”).length)
    replyto_comment = “[Comment contains spoiler]”;
    $.ajax({
    type: “post”,
    url: “https://www.vgchartz.com/assets/handlers/comments_handler.php”,
    data: ({
    “action” : “user_card”,
    “replyto_userid” : replyto_userid,
    “replyto_username” : replyto_username,
    “replyto_useravatar” : replyto_useravatar,
    “replyto_comment” : replyto_comment,
    “replyto_id” : replyto_id
    }),
    success: function(data) {
    $(“#global_comments_wrap”).append(data);
    if ($(“.replyto_link:hover”).length > 0) {
    //$(“.context-card”).fadeOut(“fast”);

    //if ($(this).hasClass(“is_active”)) {
    $(“#replyto_user_card_” + replyto_id).css(“left”, replyto_left);
    $(“#replyto_user_card_” + replyto_id).css(“top”, replyto_top);
    $(“#replyto_user_card_” + replyto_id).fadeIn(“fast”);
    $(“#replyto_user_card_” + replyto_id).css(“display”, “inline-block”);
    }
    }
    });
    }
    else {
    if ($(“.replyto_link”).hasClass(“is_active”)) {
    $(“#replyto_user_card_” + replyto_id).css(“left”, replyto_left);
    $(“#replyto_user_card_” + replyto_id).css(“top”, replyto_top);
    $(“#replyto_user_card_” + replyto_id).fadeIn(“fast”);
    $(“#replyto_user_card_” + replyto_id).css(“display”, “inline-block”);
    }
    }
    });

    $(“body”).on(“mouseleave”, “.replyto_link”, function() {
    var replyto_userid = $(this).data(“replyto_userid”);
    var comment_id = $(this).data(“comment_id”);
    var replyto_id = replyto_userid + “_” + comment_id;
    var replyto_card = $(“#replyto_user_card_” + replyto_id).html();
    $(this).removeClass(“is_active”);
    if (typeof replyto_card !== “undefined”) {
    if ($(“#replyto_user_card_” + replyto_id + “:hover”).length == 0) {
    $(“#replyto_user_card_” + replyto_id).fadeOut(“fast”);
    }
    }
    else
    $(“#replyto_user_card_” + replyto_id).fadeOut(“fast”);
    });

    $(“body”).on(“click”, “.replyto_link”, function() {
    var comment_id = $(this).data(“comment_id”);
    var element = document.getElementById(“comment_link_” + comment_id);
    var elementPosition = $(“.mainOutsideContainer”).scrollTop() + element.getBoundingClientRect().top;
    var headerOffset = 210;
    var offsetPosition = elementPosition – headerOffset;
    $(“.comment_link”).removeClass(“target”);
    $(“#comment_link_” + comment_id).addClass(“target”);
    $(“.mainOutsideContainer”).get(0).scrollTo({
    top: offsetPosition,
    behavior: “smooth”
    });
    });

    $(“body”).on(“mouseleave”, “.context-card”, function() {
    if ($(“.replyto_link:hover”).length == 0) {
    $(this).fadeOut(“fast”);
    }
    });

    $(“body”).on(“click”, “.collapse_post_link”, function()
    {
    var comment_id = $(this).data(“comment_id”);
    if($(this).hasClass(“fa-minus-square-o”)) {
    $(this).removeClass(“fa-minus-square-o”);
    $(this).addClass(“fa-plus-square-o”);
    $(this).attr(“title”, “Expand”);
    $(“#comment_text_wrap_” + comment_id).fadeToggle();
    $(“#reply_controls_” + comment_id).toggle();
    $(“#add_reply_wrap_” + comment_id).hide();
    }
    else {
    $(this).removeClass(“fa-plus-square-o”);
    $(this).addClass(“fa-minus-square-o”);
    $(this).attr(“title”, “Collapse”);
    $(“#reply_controls_” + comment_id).toggle();
    $(“#comment_text_wrap_” + comment_id).fadeToggle();
    }

    //$(“#comment_replies_” + comment_id).toggle();
    $(“#comment_” + comment_id + ” > .global_replies_wrap”).fadeToggle();
    return false;
    });

    $(“.mainOutsideContainer”).scroll(function(event){
    if ($(“.context-card:hover”).length == 0) {
    $(“.context-card”).fadeOut(“fast”);
    }
    }); var hash = $(location).attr(“hash”);
    var comment_id = hash.substring(1);
    var group = $(‘ i[data-comment_id=”‘+comment_id+'”] ‘);

    group.each(function(i, obj)
    {
    console.log(“i:” + i);
    if($(this).hasClass(“collapse_post_link”))
    {
    $(this).parent().parent().parent().css(“background”,”yellow”);
    if($(this).hasClass(“fa-minus-square-o”))
    {
    $(this).removeClass(“fa-minus-square-o”);
    $(this).addClass(“fa-plus-square-o”);
    $(this).attr(“title”, “Expand”);
    $(“#comment_text_wrap_” + comment_id).fadeToggle();
    $(“#reply_controls_” + comment_id).toggle();
    $(“#add_reply_wrap_” + comment_id).hide();
    }
    else
    {
    $(this).removeClass(“fa-plus-square-o”);
    $(this).addClass(“fa-minus-square-o”);
    $(this).attr(“title”, “Collapse”);
    $(“#reply_controls_” + comment_id).toggle();
    $(“#comment_text_wrap_” + comment_id).fadeToggle();
    }

    $(“#comment_” + comment_id + ” > .global_replies_wrap”).fadeToggle();
    return false;
    }
    });
    });

    Popular Stories

    • Switch 2 vs Switch 1 Sales Comparison in Europe – May 2026

    • 2026 Worldwide Sales Comparison Charts Through May – Switch 2 vs PS5 vs Xbox Series vs Switch

    • PlayStation Ending Physical Game Discs in January 2028

    • Moonlight Pale Launches in Q4 2026 / Q1 2027 for PS5, Xbox Series, Switch, PS4, and PC

    • Sony’s Largest PlayStation Disc Plant is Reassigning Staff to Work on Micro Optics
    • PS5 vs Wii Sales Comparison – May 2026

    • Switch 2 vs Switch 1 Sales Comparison in the US – May 2026

    • 2026 Europe Sales Comparison Charts Through May – Switch 2 vs PS5 vs Xbox Series vs Switch

    • 2026 Americas Sales Comparison Charts Through May – Switch 2 vs PS5 vs Xbox Series vs Switch

    • Jaleco Arcade Collection Vol. 1 and Vol. 2 Launches This Winter for PS5, Switch, and PC

    Comparison Sales Series Xbox
    Share. Facebook Twitter
    Previous ArticleImage Founder Todd McFarlane’s SDCC Announcement is the Shakeup the Industry Needs
    Next Article Telly Tattle: Bhavika Sharma says joining Seher Hone Ko Hai feels special
    James

    Related Posts

    Switch vs PS2 Sales Comparison

    July 11, 2026

    Disney+’s Overlooked 2-Part MCU Series Is Still Worth Watching

    July 11, 2026

    ‘Mr. Terrific’ Series in Active Development at DC Studios

    July 11, 2026

    Microsoft loses lawsuit after blocking hacked Xbox account with digital games

    July 11, 2026
    Leave A Reply Cancel Reply

    Our Picks

    Where to watch Game 2 of Cubs vs. Reds series tonight on free streams, TV

    July 11, 2026

    How Much Money Charlie Sheen Will Pay Brooke Mueller for Owed Child Support Revealed

    July 11, 2026

    Entertainment News Today LIVE Updates on July 12, 2026: I attended The Odyssey’s Mumbai premiere — here’s what it was like meeting Christopher Nolan and the cast

    July 11, 2026

    Switch vs PS2 Sales Comparison

    July 11, 2026
    • Facebook
    • Twitter
    • Instagram
    • YouTube
    • TikTok
    • Telegram
    Don't Miss
    Creator Economy & Fan-Driven Platforms

    Former Priceline executive debuts Plannin, a booking platform that uses travel influencers to help plan trips

    By JamesMay 30, 20240

    Hotelsbycity.com co-founders and former Priceline executives Andrew Loewen and Randy Schartner have announced their latest…

    Twitch DJs must pay music labels to play their songs on live streams

    June 6, 2024

    Patreon introduces gifting features and more creator tools

    June 25, 2024

    Stripe’s seemingly easy acquisition, why is Twitch still in the red?

    July 30, 2024

    Subscribe to Updates

    Get the latest creative news from SmartMag about art & design.

    About Us
    About Us

    Comic Vibe is a pop-culture destination created for fans who live and breathe comics, movies, anime, TV shows, gaming, tech, cosplay, and collectibles.

    Our mission is to deliver engaging news, reviews, features, guides, and opinions that celebrate geek culture in all its forms. From the latest comic releases and blockbuster films to anime trends, gaming updates, cutting-edge tech, and collector culture, Comic Vibe brings everything together in one vibrant hub.

    Our Picks

    Where to watch Game 2 of Cubs vs. Reds series tonight on free streams, TV

    July 11, 2026

    How Much Money Charlie Sheen Will Pay Brooke Mueller for Owed Child Support Revealed

    July 11, 2026

    Entertainment News Today LIVE Updates on July 12, 2026: I attended The Odyssey’s Mumbai premiere — here’s what it was like meeting Christopher Nolan and the cast

    July 11, 2026

    Subscribe to Updates

    Get the latest comics, anime, movies, TV, gaming, cosplay, and pop culture news delivered directly to your inbox. No spam—just the stories every fan should know.

    Facebook X (Twitter) Instagram YouTube TikTok
    • Home
    • Contact Us
    • Terms & Conditions
    • Advertise With Us
    • DMCA Policy
    • Privacy Policy
    • About Us
    © 2026 Comic Vibe. Designed by Comic Vibe.

    Type above and press Enter to search. Press Esc to cancel.