Skip to main content

Nintendo's Miyamoto Expresses Skepticism About Future Games Surpassing Mario Kart Sales

can anything really outsell mario kart

Nintendo's legendary game designer Shigeru Miyamoto shared his thoughts on whether any future Nintendo Switch 2 title could surpass the sales success of the Mario Kart franchise during the company's investor Q&A session on November 5, 2025, following the release of Nintendo's Q2 2025 financial results.

Nintendo's Q2 2025 Financial Performance

Nintendo's second quarter 2025 financial results provided the backdrop for the investor discussion about Mario Kart's continued dominance. The company's quarterly earnings report included updated sales figures for both the original Switch platform and the newer Switch 2 system, demonstrating the sustained commercial success of Nintendo's gaming ecosystem across console generations.

Current Mario Kart Performance Data

The discussion centered around Mario Kart World, the latest entry in the franchise for Nintendo Switch 2, which has achieved remarkable commercial success. The game has sold 9.57 million units and maintains an impressive 95% attach rate with Nintendo Switch 2 console sales. This performance follows the extraordinary success of its predecessor, Mario Kart 8 Deluxe, which sold 69.56 million units on the original Switch platform against at least 140 million console sales, making it the highest-selling game on that system.

Mario Kart 8 Deluxe originally launched on April 28, 2017, as an enhanced version of the 2014 Wii U game. The game's longevity was further extended through the Booster Course Pass DLC, which expanded its track roster to 96 courses.

Mario Kart World's Market Position on Switch 2

Mario Kart Owners

Mario Kart World's 9.57 million unit sales and 95% attach rate position it as the dominant software title on the Nintendo Switch 2 platform. The 95% attach rate indicates that nearly every Switch 2 console owner has purchased the game, demonstrating unprecedented market penetration for a single title. This performance significantly outpaces typical software attach rates in the gaming industry, where even highly successful games rarely achieve attachment rates above 50-60%.

While specific sales figures for other Nintendo Switch 2 games were not disclosed in the investor Q&A transcript, Mario Kart World's performance metrics suggest it holds a commanding lead over other titles on the platform. The game's attach rate of 95% indicates that it has become essentially a system-seller, with most consumers viewing it as an essential purchase alongside the console itself.

Miyamoto's Perspective on Sales Potential

When asked about the possibility of another IP surpassing Mario Kart's sales figures, Miyamoto acknowledged the challenge while maintaining Nintendo's philosophy of limitless potential. "At Nintendo, we always approach our work with the belief that there are no limits," he told investors. He drew comparisons to The Super Mario Bros. Movie's box office performance, noting that even reaching number one doesn't preclude further achievement.

However, Miyamoto expressed reservations about any game definitively surpassing Mario Kart. "If some of Nintendo's IP or systems are widely accepted by consumers as something 'never before seen,' there is a possibility that we could achieve numbers that go beyond the boundaries of entertainment," he explained. "However, even if that situation were to occur, Mario Kart would likely continue to sell even more in that arena, so it may never be surpassed."

Historical Context and Creative Philosophy

nintendo miyamoto philosophy

Miyamoto shared an anecdote about the origins of Pokémon's dual-release strategy, recounting a conversation with Pokémon creator Satoshi Tajiri. According to Miyamoto, Tajiri had joked that "if you want to surpass Nintendo's Mario, you'll have to sell two copies of the software to each customer." This comment reportedly influenced the decision to create Pokémon Red and Green as separate versions in Japan.

The Nintendo executive concluded by emphasizing the importance of creative ambition, stating, "I believe that it is precisely because there are people like this who are determined to 'surpass them somehow' that new things are born."

Market Context and Industry Implications

The discussion comes as Nintendo continues to see strong performance across its gaming portfolio. The original Nintendo Switch has sold over 140 million units, while Mario Kart 8 Deluxe continues to demonstrate remarkable staying power in the marketplace. The success of Mario Kart World on the newer platform suggests the franchise's appeal remains strong across console generations.

Mario Kart World's exceptional attach rate of 95% represents a rare achievement in the gaming industry, where such high attachment rates typically only occur with pack-in titles or games bundled with console purchases. The fact that Mario Kart World achieved this rate as a standalone purchase underscores the franchise's unique position in Nintendo's software ecosystem.

The investor Q&A transcript was released following Nintendo's Q2 2025 financial results, providing insight into the company's strategic thinking about its most successful gaming franchises and their potential for continued growth in an increasingly competitive gaming market.

Comments

Popular posts from this blog

Create QR Codes in Excel With VBA

Need to automate the creation of QR Codes? Excel and VBA can help with that! Here's how to do it in less than 15 lines of code. What we're looking to do is have a URL in a cell and then we're going to use a function that we create in VBA call Google APIs to create the code. Here's a video that explains the whole process of creating a user defined function in VBA that will create QR Codes: Code to create QR Codes in Excel with VBA Open up your Visual Basic editor and insert the following code and then save. To call the function, type =GETQRCODES(Cell Address) where Cell Address is the address of the cell which contains a URL that you want to send your user to. Function GETQRCODES(QRCode As String)     Dim URL As String     URL = "https://chart.googleapis.com/chart?chs=100x100&&cht=qr&chl=" & QRCode     ActiveSheet.Pictures.Insert(URL).Select     With Selection.ShapeRange(1)         .Name = "QR_CODE_" & QRCode...

How to View YouTube Shorts in the Regular YouTube Player

YouTube's "Shorts" is YouTube’s answer to TikTok and Instagram reels but let’s be honest, the YouTube Shorts player lacks some functionality, such as the ability to fast forward and go back in the video. However, you might be surprised to know that every video that loads in the "Shorts" player is actually a regular video, and by changing the URL slightly, you can load the same video in the regular player along with all the functionality of a traditional YouTube video. Changing the URL Changing the URL is the easiest way to switch the player from a technical standpoint. It’s so easy even your grandma can do it, as long as she knows how to type an address into the address bar of a browser.   Let’s use this super popular short video about AI taking over ping pong as an example. Look in the URL bar of a video playing in the "Shorts" player, where you should see the text Shorts/. Replace that text with watch?v= and load the new URL. So in this...

How To Change Bluetooth Name On Android

This post will take you step-by-step through the process of changing the Bluetooth name of your devices on an Android phone. There are pictures as references in case you get lost along the way. Change Bluetooth Name On Android | Step-by-step 1. Unlock your Android phone and go to Settings Unlock your phone and click on the Settings Icon It goes without saying, but the first thing you need to do is unlock your phone. By default, the settings icon will be on your home page like in the picture above. If you don't have the settings icon, you can search for 'Settings' in the Android search bar. 2. In the Settings page, click on Bluetooth Click on the Bluetooth settings to open up the Bluetooth Settings menu Click on the Bluetooth settings which should be at the top of your Settings page. If it doesn't, scroll down till you find it or just search for it in the search bar at the top of the Settings page. 3. Click On Device Name To Change Your Phone's Bluetooth Name Click o...