Close Menu
  • Home
  • News
    • Local
    • State
    • National
    • World
    • HBCUs
  • Events
    • Submit Your Event
    • Promote Your Event
  • Weather
  • Traffic
  • Sports
  • Politics
  • Lifestyle
    • Faith
    • Beauty
    • Fashion
    • Food
    • Art & Literature
    • Travel
    • Senior Living
    • Black History
  • Health
  • Business
    • Investing
    • Gaming
    • Education
    • Entertainment
    • Tech
    • Real Estate
  • More
    • Health Inspections
    • A List of Our Online Black Newspapers in America
We're Social
  • Twitter
  • Facebook
  • Instagram
  • YouTube
  • LinkedIn
  • TikTok

Subscribe to Updates

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

Trending
  • Brownish Sugar Extra Pound Cake
  • 3 Historic Minutes When Our Chosen Authorities In Fact Did the Right Point.
  • Sagora Senior Games
  • Midcentury Modern Gold Mines: 5 Architectural Gems That Promise a Huge Return on Investment
  • City to Hold Informational Session on Forsyth Park Gathering Space Concept • Savannah Herald
  • How Trump’s Enemies Became His Disciples
  • Diarrha N’Diaye Talks Myths Of Black Founders And Venture Capital
  • Stephen A. Smith Calls Out Democrats Over Epstein File Timing
Facebook X (Twitter) Instagram YouTube LinkedIn
Login
Savannah HeraldSavannah Herald
  • Home
  • News
    • Local
    • State
    • National
    • World
    • HBCUs
  • Events
    • Submit Your Event
    • Promote Your Event
  • Weather
  • Traffic
  • Sports
  • Politics
  • Lifestyle
    • Faith
    • Beauty
    • Fashion
    • Food
    • Art & Literature
    • Travel
    • Senior Living
    • Black History
  • Health
  • Business
    • Investing
    • Gaming
    • Education
    • Entertainment
    • Tech
    • Real Estate
  • More
    • Health Inspections
    • A List of Our Online Black Newspapers in America
Savannah HeraldSavannah Herald
Home » Switch 2 vs Switch 1 Sales Comparison
Gaming

Switch 2 vs Switch 1 Sales Comparison

Savannah HeraldBy Savannah HeraldSeptember 18, 20255 Mins Read
Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
Switch 2 vs Switch 1 Sales Comparison - July 2025
Share
Facebook Twitter LinkedIn Pinterest Email

Game On: Latest in Gaming News, Reviews & Industry Buzz



by
William D’Angelo
, posted 10 hours ago / 2,888 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 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 Nintendo Switch 2 and Nintendo Switch 1.

The Nintendo Switch 2 launched in June 2025 and the Nintendo Switch launched in March 2017. This does mean the holiday periods for the two consoles do not lineup.

Switch 2 Vs. Switch 1 Worldwide:

Gap change in latest month: 844,774 – Switch 2

Total Lead: 3,953,786 – Switch 2

Switch 2 Total Sales: 7,038,467

Switch 1 Total Sales: 3,084,681

July 2025 is the 2nd month the Nintendo Switch 2 has been available for. During the latest month, the Switch 2 has outsold the Switch 1 by 0.88 million units when you align the launches. The Switch 2 is now ahead of the Switch 1 by 3.95 million units.

The 2nd month for the Switch 2 is July 2025, while for the Switch 1 it is April 2017. The Switch 2 has sold 7.04 million units, while the Switch 1 sold 3.08 million units during the same timeframe.

The Nintendo Switch 1 sold 151.35 million units to date. The Switch 2 is currently 144.31 million units behind the lifetime sales of the Switch 1.


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” : “465598”,
“group_id” : “465598”,
“theme” : “Array”,
“this_userid” : “”,
“hide_deleted” : “”,
“order” : order,
“sort” : sort
}),
success: function(data) {
$(“#new_comments_465598”).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;
}
});
});

Read the full article on the original site


Console News Developer Interviews eSports Highlights Game Development News Game Industry Insights Game Trailers Gaming Accessories Gaming Culture Gaming Reviews Indie Games Mobile Gaming Nintendo Switch PC Gaming PlayStation Updates Retro Games Switch 2 vs Switch 1 Sales Comparison - July 2025 Tech in Gaming Upcoming Releases Video Game News VR Gaming Xbox News
Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Tumblr Email
Savannah Herald
  • Website

Related Posts

Gaming October 30, 2025

McDonald’s Monopoly game has become an exasperating mess

Gaming October 28, 2025

Yet another PlayStation icon that Sony is content to leave in its grave is getting revived by an entirely different publisher

Gaming September 22, 2025

PS5 and Xbox Series X|S vs PS4 and Xbox One Sales Comparison

Gaming September 22, 2025

Stellar Blade teases something is coming “in one week” and it looks like a horror-themed DLC or crossover event

Gaming September 20, 2025

Today’s NYT Mini Crossword Answers for Sept. 19

Gaming September 18, 2025

Blizzard confirms the Diablo 4 season 10 changes that’ll be permanent, and thank Inarius, getting rid of boss invulnerability phases is one of them

Comments are closed.

Don't Miss
Beauty September 3, 2025By Savannah Herald08 Mins Read

Fluffy Dreads: Great Tips for Soft & Voluminous Locs

September 3, 2025

Glow & Grow: Black Beauty, Haircare, and Skincare Tips Fluffy dreads are having a moment—and…

Gavin Newsom under fire over potential casino block after receiving $2 million in tribal donations

September 3, 2025

Los Angeles Musician Alison Saar is 2025 Receiver of David C. Driskell Reward, For two decades Honor Has Actually Identified ‘Field-Defining’ Payments to African American Art

August 29, 2025

Obituary for Mother Mary Robinson

October 28, 2025

New Types of Sauropod Dinosaur Identified in Gallery Cabinet

October 30, 2025
Archives
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
Categories
  • Art & Literature
  • Beauty
  • Black History
  • Business
  • Climate
  • Education
  • Entertainment
  • Faith
  • Fashion
  • Food
  • Gaming
  • HBCUs
  • Health
  • Health Inspections
  • Home & Garden
  • Investing
  • Local
  • Lowcountry News
  • National
  • News
  • Obituaries
  • Politics
  • Real Estate
  • Science
  • Senior Living
  • Sports
  • SSU Homecoming 2024
  • State
  • Tech
  • Travel
  • World
Savannah Herald Newsletter

Subscribe to Updates

A round up interesting pic’s, post and articles in the C-Port and around the world.

About Us
About Us

The Savannah Herald is your trusted source for the pulse of Coastal Georgia and the Low County of South Carolina. We're committed to delivering timely news that resonates with the African American community.

From local politics to business developments, we're here to keep you informed and engaged. Our mission is to amplify the voices and stories that matter, shining a light on our collective experiences and achievements.
We cover:
🏛️ Politics
💼 Business
🎭 Entertainment
🏀 Sports
🩺 Health
💻 Technology
Savannah Herald: Savannah's Black Voice 💪🏾

Our Picks

Fabrics Like Polyester Can Have a Variety Of Chemicals That May Influence Fertility

August 28, 2025

🥒 Diabetes-Friendly Zucchini Frittata (Low Carb, High Protein) » Hangry Woman®

September 18, 2025

Appropriates $14.4 Billion Funds for the Fiscal Year 2025-2026 State Budget (H 4025) – Conference Report Vote Passed – Senate

August 28, 2025

Texas food financial institutions are allocating dishes for flooding survivors as a result of Trump’s cuts

November 3, 2025

Black Conservative Organization Says It’s Coming To Howard

October 16, 2025
Categories
  • Art & Literature
  • Beauty
  • Black History
  • Business
  • Climate
  • Education
  • Entertainment
  • Faith
  • Fashion
  • Food
  • Gaming
  • HBCUs
  • Health
  • Health Inspections
  • Home & Garden
  • Investing
  • Local
  • Lowcountry News
  • National
  • News
  • Obituaries
  • Politics
  • Real Estate
  • Science
  • Senior Living
  • Sports
  • SSU Homecoming 2024
  • State
  • Tech
  • Travel
  • World
  • Privacy Policies
  • Disclaimers
  • Terms and Conditions
  • About Us
  • Contact Us
  • Opt-Out Preferences
  • Accessibility Statement
Copyright © 2002-2025 Savannahherald.com All Rights Reserved. A Veteran-Owned Business

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

Manage Consent
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions.
Functional Always active
The technical storage or access is strictly necessary for the legitimate purpose of enabling the use of a specific service explicitly requested by the subscriber or user, or for the sole purpose of carrying out the transmission of a communication over an electronic communications network.
Preferences
The technical storage or access is necessary for the legitimate purpose of storing preferences that are not requested by the subscriber or user.
Statistics
The technical storage or access that is used exclusively for statistical purposes. The technical storage or access that is used exclusively for anonymous statistical purposes. Without a subpoena, voluntary compliance on the part of your Internet Service Provider, or additional records from a third party, information stored or retrieved for this purpose alone cannot usually be used to identify you.
Marketing
The technical storage or access is required to create user profiles to send advertising, or to track the user on a website or across several websites for similar marketing purposes.
  • Manage options
  • Manage services
  • Manage {vendor_count} vendors
  • Read more about these purposes
View preferences
  • {title}
  • {title}
  • {title}
Ad Blocker Enabled!
Ad Blocker Enabled!
Our website is made possible by displaying online advertisements to our visitors. Please support us by disabling your Ad Blocker.

Sign In or Register

Welcome Back!

Login below or Register Now.

Lost password?

Register Now!

Already registered? Login.

A password will be e-mailed to you.