MENU
カテゴリーから検索
投稿月から検索

How to Choose an SD Card: Selection Criteria for Nintendo Switch 2

〈景品表示法に基づく表記〉当サイトはアフィリエイトプログラムによる収益を得ています。

When choosing an SD card for the Nintendo Switch 2, the quickest way is to first confirm the “Supported Standards (whether it can be plugged in and used).” Nintendo’s guidance explicitly states that SD cards usable with the Switch 2 are microSD Express cards only, and conditions such as a supported capacity of “2TB or less” are also indicated.
On the other hand, SD card labeling includes a mix of “Maximum Speed (Peak)” and “Minimum Guarantee (Class).” This article aims to help you reach a state where you can choose for yourself by understanding the hierarchy of standards (Size → Capacity Classification → Bus → Class) and the branches suited to your intended use.

目次

What is an SD Card?

An SD card is a removable memory card used to store and read data by inserting it into compatible devices. Even if they look similar, if the size or standard does not match, issues like “cannot insert / not recognized / performance not achieved” will occur.

Ms.ガジェット

Is it bad to buy based on capacity alone?

Mr.ガジェット

You cannot use it if the size or standard is not correct.

Essential Knowledge for Choosing an SD Card

Here we will quickly cover “essential terms for narrowing down candidates.” SD card standards have a hierarchical structure where capacity classification, bus standards, and speed classes coexist as separate entities. Since labeling mixes “maximum values” and “minimum guarantees,” organizing which number means what will lead to more stable decisions.

What is Form Factor: (SD/miniSD/microSD/)

An easily overlooked aspect is “physical size,” which determines whether it can be inserted before performance is even considered. Even with the same capacity classification or speed class, different sizes are treated as different categories. It is worth confirming the slot shape (SD series or microSD series) first.

TypeDimensions (Approx.)Notes
SD32×24×2.1mmCommon “Full-Size”
miniSD21.5×20×1.4mmRarely seen in current use
microSD15×11×1.0mmMainstream for small devices
/* 1-1. Immediate removal of unnecessary tags */ .sd-size-container p, .sd-size-container br { display: none !important; margin: 0 !important; padding: 0 !important; } /* 1-2. Initialization of root element */ .sd-size-container { all: initial !important; display: block !important; box-sizing: border-box !important; font-family: “Helvetica Neue”, Arial, “Hiragino Kaku Gothic ProN”, “Hiragino Sans”, sans-serif !important; background-color: #ffffff !important; padding: 24px !important; border-radius: 20px !important; border: 1px solid #e2e8f0 !important; max-width: 600px !important; margin: 2em auto !important; color: #334155 !important; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1) !important; position: relative !important; } /* 1-3. Information Hierarchy (No heading tags used) */ .sd-size-header { background-color: #1e293b !important; margin: -24px -24px 24px -24px !important; padding: 16px !important; border-radius: 20px 20px 0 0 !important; text-align: center !important; } .sd-size-badge { display: inline-block !important; background-color: rgba(59, 130, 246, 0.2) !important; color: #60a5fa !important; padding: 2px 10px !important; border-radius: 999px !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; margin-bottom: 8px !important; } .sd-size-main-title { display: block !important; color: #ffffff !important; font-weight: 900 !important; font-size: 18px !important; letter-spacing: -0.01em !important; } /* Visual Comparison Area: Physical shape reproduction */ .sd-visual-stage { display: flex !important; align-items: flex-end !important; justify-content: center !important; gap: 24px !important; background-color: #f8fafc !important; padding: 40px 10px !important; border-radius: 12px !important; margin-bottom: 24px !important; min-height: 160px !important; border: 1px solid #f1f5f9 !important; } .sd-card-obj { background-color: #1e293b !important; border-radius: 4px !important; position: relative !important; cursor: pointer !important; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important; display: flex !important; align-items: center !important; justify-content: center !important; box-shadow: 0 4px 8px rgba(0,0,0,0.3) !important; } .sd-card-obj:hover { transform: translateY(-4px) !important; filter: brightness(1.2) !important; } .sd-card-obj.is-active { outline: 3px solid #3b82f6 !important; outline-offset: 3px !important; transform: scale(1.05) translateY(-4px) !important; } /* Shape: Standard SD */ .shape-full { width: 70px !important; height: 96px !important; border-radius: 6px !important; } .shape-full::before { content: ” !important; position: absolute !important; top: 0 !important; right: 0 !important; border-style: solid !important; border-width: 0 16px 16px 0 !important; border-color: transparent #f8fafc transparent transparent !important; } /* Shape: miniSD */ .shape-mini { width: 50px !important; height: 68px !important; border-radius: 4px !important; } .shape-mini::before { content: ” !important; position: absolute !important; top: 0 !important; right: 0 !important; border-style: solid !important; border-width: 0 10px 10px 0 !important; border-color: transparent #f8fafc transparent transparent !important; } /* Shape: microSD */ .shape-micro { width: 36px !important; height: 50px !important; border-radius: 2px !important; } .sd-card-inner-text { color: #ffffff !important; font-weight: 800 !important; pointer-events: none !important; } .sd-card-footer-label { font-size: 11px !important; font-weight: 800 !important; color: #64748b !important; display: block !important; margin-top: 10px !important; text-align: center !important; } /* Info Panel */ .sd-info-well { min-height: 120px !important; } .sd-info-content { display: none; /* Block switching by JS */ background-color: #f1f5f9 !important; padding: 20px !important; border-radius: 12px !important; border: 1px solid #e2e8f0 !important; } .sd-info-placeholder { padding: 40px !important; text-align: center !important; color: #94a3b8 !important; font-size: 13px !important; border: 2px dashed #e2e8f0 !important; border-radius: 12px !important; background-color: #ffffff !important; } .sd-badge-row { display: flex !important; gap: 8px !important; margin-bottom: 12px !important; flex-wrap: wrap !important; } .sd-badge-item { background-color: #1e293b !important; color: #ffffff !important; font-size: 11px !important; font-weight: 800 !important; padding: 3px 10px !important; border-radius: 6px !important; } .sd-badge-white { background-color: #ffffff !important; color: #1e293b !important; border: 1px solid #cbd5e1 !important; font-size: 11px !important; font-weight: 800 !important; padding: 3px 10px !important; border-radius: 6px !important; } .sd-detail-text { color: #475569 !important; font-size: 14px !important; line-height: 1.6 !important; display: block !important; } .sd-detail-bold { font-weight: 800 !important; color: #1e293b !important; } @keyframes sdFadeUp { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } } .sd-animate { animation: sdFadeUp 0.3s ease-out forwards !important; }
Form Factor SD Card Shape & Size Comparison
SD
Standard SD
mini
miniSD
micro
microSD
Select a card to view dimensions and specification details
Explanation:
(function() { var sizeData = { full: { name: “Standard SD Card”, size: “32 x 24 x 2.1mm”, note: “The most widely used full-size standard. Used directly in digital SLRs, camcorders, and laptop SD slots. It features a write-protection switch (physical lever).” }, mini: { name: “miniSD Card”, size: “21.5 x 20 x 1.4mm”, note: “A standard that was mainstream in mobile phones in the mid-2000s. Due to the complete transition to microSD, it is almost never seen in current products. It remains a historical milestone standard.” }, micro: { name: “microSD Card”, size: “15 x 11 x 1.0mm”, note: “The current standard for mobile devices. Essential for devices requiring miniaturization, such as smartphones, Nintendo Switch, GoPro, and drones. Can also be used as a standard SD card via an adapter.” } }; window.sdSizeAction = function(typeId) { var data = sizeData[typeId]; if (!data) return; var types = [‘full’, ‘mini’, ‘micro’]; for (var i = 0; i < types.length; i++) { var btn = document.getElementById('sd-btn-' + types[i]); if (btn) { if (types[i] === typeId) btn.classList.add('is-active'); else btn.classList.remove('is-active'); } } document.getElementById('sd-js-name-badge').textContent = data.name; document.getElementById('sd-js-size-badge').textContent = 'Dimensions: ' + data.size; document.getElementById('sd-js-note-text').textContent = data.note; var placeholder = document.getElementById('sd-js-placeholder'); var content = document.getElementById('sd-js-content'); placeholder.style.display = 'none'; content.style.display = 'block'; content.classList.remove('sd-animate'); void content.offsetWidth; content.classList.add('sd-animate'); }; setTimeout(function() { // Initialization if needed }, 150); })();
Mr.ガジェット

Small game consoles like the Switch and smartphones basically use microSD cards!

What is Capacity Classification: (SDSC/SDHC/SDXC/SDUC)

While “larger is better” often applies to capacity, compatibility and standard file systems change depending on the classification. Particularly with older or specific devices, the card will not be recognized if the classification does not match.
It is safer to check the classification (SDSC/SDHC/SDXC/SDUC) before choosing based on capacity numbers alone.

Mr.ガジェット

Please pay close attention here as this is a common mistake!

Classification (Logo)Capacity Range (Standard Guideline)Standard File SystemCompatibility Points
SDSC (SD)2GB or lessFAT12/16Easy to use with older devices, but capacity is small
SDHCOver 2GB to 32GBFAT32Confirmation required as SD-compatible devices are not always SDHC-compatible
SDXCOver 32GB to 2TBexFATConfirmation required if the device assumes SDXC/exFAT
SDUCOver 2TB to 128TBexFATCompatible devices tend to be limited; confirmation via specifications is required
/* 1-1. Immediate removal of unnecessary tags */ .sd-spec-container p, .sd-spec-container br { display: none !important; margin: 0 !important; padding: 0 !important; } /* 1-2. Initialization of root element */ .sd-spec-container { all: initial !important; display: block !important; box-sizing: border-box !important; font-family: “Helvetica Neue”, Arial, “Hiragino Kaku Gothic ProN”, “Hiragino Sans”, sans-serif !important; background-color: #f8fafc !important; padding: 24px !important; border-radius: 20px !important; max-width: 600px !important; margin: 2em auto !important; color: #334155 !important; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05) !important; position: relative !important; border: 1px solid #e2e8f0 !important; } /* Iron Rule Box (No heading tags used) */ .sd-spec-rule-box { background-color: #2563eb !important; border-radius: 14px !important; padding: 20px !important; color: #ffffff !important; margin-bottom: 24px !important; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2) !important; } .sd-spec-rule-title { font-size: 17px !important; font-weight: 800 !important; display: flex !important; align-items: center !important; gap: 10px !important; margin-bottom: 8px !important; } .sd-spec-rule-desc { font-size: 13px !important; line-height: 1.6 !important; color: #dbeafe !important; display: block !important; } .sd-spec-rule-strong { font-weight: 800 !important; color: #ffffff !important; text-decoration: underline !important; } /* Standard Selection Grid */ .sd-spec-grid { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 12px !important; margin-bottom: 24px !important; } @media (min-width: 480px) { .sd-spec-grid { grid-template-columns: repeat(4, 1fr) !important; } } .sd-spec-btn { background-color: #ffffff !important; border: 2px solid #e2e8f0 !important; border-radius: 12px !important; padding: 14px 8px !important; text-align: center !important; cursor: pointer !important; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important; } .sd-spec-btn:hover { border-color: #3b82f6 !important; transform: translateY(-2px) !important; } .sd-spec-btn.is-active { border-color: #3b82f6 !important; background-color: #eff6ff !important; box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15) !important; } .sd-spec-btn-title { display: block !important; font-size: 18px !important; font-weight: 900 !important; color: #1e293b !important; } .sd-spec-btn-sub { display: block !important; font-size: 10px !important; color: #94a3b8 !important; font-weight: 700 !important; margin-top: 4px !important; } /* Detail Display Area */ .sd-spec-panel { min-height: 240px !important; position: relative !important; } .sd-spec-placeholder { padding: 40px 20px !important; text-align: center !important; color: #94a3b8 !important; border: 2px dashed #e2e8f0 !important; border-radius: 16px !important; background-color: #ffffff !important; font-size: 14px !important; } .sd-spec-content { display: none; /* Controlled by JS */ background-color: #ffffff !important; border-radius: 16px !important; padding: 24px !important; border: 1px solid #e2e8f0 !important; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05) !important; } .sd-spec-detail-header { display: flex !important; justify-content: space-between !important; align-items: flex-start !important; margin-bottom: 20px !important; gap: 12px !important; } .sd-spec-main-title { font-size: 24px !important; font-weight: 900 !important; color: #0f172a !important; display: block !important; } .sd-spec-summary { font-size: 13px !important; font-weight: 700 !important; color: #2563eb !important; display: block !important; margin-top: 2px !important; } .sd-spec-range-badge { background-color: #f1f5f9 !important; padding: 8px 12px !important; border-radius: 10px !important; text-align: right !important; } .sd-spec-range-label { font-size: 9px !important; font-weight: 800 !important; color: #94a3b8 !important; text-transform: uppercase !important; display: block !important; } .sd-spec-range-val { font-size: 16px !important; font-weight: 800 !important; color: #1e293b !important; display: block !important; } /* Attribute Grid */ .sd-spec-attr-grid { display: grid !important; grid-template-columns: 1fr !important; gap: 10px !important; margin-bottom: 20px !important; } @media (min-width: 480px) { .sd-spec-attr-grid { grid-template-columns: 1fr 1fr !important; } } .sd-spec-attr-item { background-color: #f8fafc !important; padding: 12px !important; border-radius: 10px !important; } .sd-spec-attr-label { font-size: 10px !important; font-weight: 800 !important; color: #94a3b8 !important; display: block !important; margin-bottom: 4px !important; } .sd-spec-attr-val { font-size: 13px !important; font-weight: 700 !important; color: #334155 !important; display: block !important; } /* List Area */ .sd-spec-points { border-top: 1px solid #f1f5f9 !important; padding-top: 16px !important; } .sd-spec-points-label { font-size: 12px !important; font-weight: 800 !important; color: #1e293b !important; margin-bottom: 12px !important; display: block !important; } .sd-spec-list { list-style: none !important; padding: 0 !important; margin: 0 !important; } .sd-spec-li { display: flex !important; gap: 10px !important; font-size: 13px !important; color: #64748b !important; margin-bottom: 8px !important; line-height: 1.5 !important; } .sd-spec-dot { color: #3b82f6 !important; font-weight: 800 !important; flex-shrink: 0 !important; } /* Animation */ @keyframes sdSpecIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .sd-spec-animate { animation: sdSpecIn 0.3s ease-out forwards !important; }
The Iron Rule of Compatibility
SD cards have “backward compatibility.” Newer devices can use older standard cards. However, older devices cannot read or write cards of newer standards.
SD ~ 2GB
SDHC ~ 32GB
SDXC ~ 2TB
SDUC ~ 128TB
Select a standard to check detailed specifications
Capacity
File System
Main Compatibility
Points to Know
(function() { var specData = { sdsc: { title: “SD (SDSC)”, range: “Up to 2GB”, fs: “FAT12 / 16”, comp: “Works on all SD devices”, summary: “The most basic historical standard”, details: [ “Used in early digital cameras and old electronic musical instruments.”, “Capacity is extremely small, making it unsuitable for modern video recording.”, “Usually refers to this standard when written simply as ‘SD card’.” ] }, sdhc: { title: “SDHC”, range: “Over 2GB to 32GB”, fs: “FAT32”, comp: “Works on SDHC and later devices”, summary: “An affordable and easy volume zone”, details: [ “Suitable for storing Full HD video and thousands of photos.”, “Many inexpensive dash cams support this.”, “Note that it won’t be recognized by ‘SD only’ devices from before 2008.” ] }, sdxc: { title: “SDXC”, range: “Over 32GB to 2TB”, fs: “exFAT”, comp: “Works on SDXC and later devices”, summary: “The current mainstream standard”, details: [ “Essential for 4K video and high-resolution mirrorless cameras.”, “Standardly adopts the ‘exFAT’ format for handling large capacities.”, “Most widely used currently in smartphones, PCs, and consoles (Switch).” ] }, sduc: { title: “SDUC”, range: “Over 2TB to 128TB”, fs: “exFAT”, comp: “SDUC dedicated devices only”, summary: “Next-generation ultra-large capacity standard for pros”, details: [ “Designed for long-duration 8K video recording and data center use.”, “Physical shape is the same, but won’t work in conventional SDXC devices.”, “Announced in 2018, compatible devices are still limited.” ] } }; window.sdSpecAction = function(id) { var data = specData[id]; if (!data) return; var ids = [‘sdsc’, ‘sdhc’, ‘sdxc’, ‘sduc’]; for (var i = 0; i < ids.length; i++) { var btn = document.getElementById('sd-spec-btn-' + ids[i]); if (btn) { if (ids[i] === id) btn.classList.add('is-active'); else btn.classList.remove('is-active'); } } document.getElementById('sd-spec-js-title').textContent = data.title; document.getElementById('sd-spec-js-summary').textContent = data.summary; document.getElementById('sd-spec-js-range').textContent = data.range; document.getElementById('sd-spec-js-fs').textContent = data.fs; document.getElementById('sd-spec-js-comp').textContent = data.comp; var listEl = document.getElementById('sd-spec-js-list'); listEl.textContent = ''; for (var j = 0; j < data.details.length; j++) { var li = document.createElement('li'); li.className = 'sd-spec-li'; var dot = document.createElement('span'); dot.className = 'sd-spec-dot'; dot.textContent = '●'; var txt = document.createElement('span'); txt.textContent = data.details[j]; li.appendChild(dot); li.appendChild(txt); listEl.appendChild(li); } var placeholder = document.getElementById('sd-spec-js-placeholder'); var content = document.getElementById('sd-spec-js-content'); placeholder.style.display = 'none'; content.style.display = 'block'; content.classList.remove('sd-spec-animate'); void content.offsetWidth; content.classList.add('sd-spec-animate'); }; setTimeout(function() { sdSpecAction('sdxc'); }, 150); })();

What is Bus Standard: Theoretical Upper Limits and Backward Compatibility

The “maximum transfer speed” is determined by the combination of “card + device (host) + reader,” not by the card alone. Bus standards are the main factor that changes the speed limit depending on where the card is inserted, even for the same card. Understanding this will help reduce both over-spec and under-spec purchases.

  • Check here
    • Labeling: Support for UHS-I/II/III, SD Express, etc.
    • Unit: MB/s (Theoretical maximum for the bus; actual speed varies by conditions)
    • Conditions: Does the host side support the relevant bus? (Speed won’t increase with the card alone)
Source: https://support.nintendo.com/jp/switch2/mastery/sdcard/start-using/index.html
Mr.ガジェット

Please be careful as Switch 2 requires Express!

Bus StandardTheoretical Max Transfer (Bandwidth Limit Guideline)Positioning
Default Speed12.5 MB/sBasic Bus
High Speed25 MB/sSpeeding up legacy systems
UHS-I50 MB/s (SDR50/DDR50), 104 MB/s (SDR104)High-speed series with widest current compatibility
UHS-II156 MB/s (Full Duplex), 312 MB/s (Half Duplex)Generation with additional terminals (2nd row)
UHS-III312 MB/s (Full Duplex), 624 MB/s (Full Duplex)The highest level of the UHS series
SD Express (PCIe Gen3×1)985 MB/sPCIe/NVMe generation (1st stage)
SD Express (PCIe Gen4×1 or Gen3×2)1970 MB/sPCIe/NVMe generation (Extension)
SD Express (PCIe Gen4×2)3940 MB/sMaximum bandwidth for full-size cards
/* 1-1. Immediate removal of unnecessary tags */ .sd-bus-container p, .sd-bus-container br { display: none !important; margin: 0 !important; padding: 0 !important; } /* 1-2. Initialization of root element */ .sd-bus-container { all: initial !important; display: block !important; box-sizing: border-box !important; font-family: “Helvetica Neue”, Arial, “Hiragino Kaku Gothic ProN”, “Hiragino Sans”, sans-serif !important; background-color: #0f172a !important; padding: 24px !important; border-radius: 20px !important; max-width: 600px !important; margin: 2em auto !important; color: #e2e8f0 !important; box-shadow: 0 20px 25px -5px rgba(0,0,0,0.3) !important; position: relative !important; } /* Title Area (No heading tags used) */ .sd-bus-header { text-align: center !important; margin-bottom: 24px !important; } .sd-bus-badge { display: inline-block !important; background-color: rgba(59, 130, 246, 0.2) !important; color: #60a5fa !important; padding: 4px 12px !important; border-radius: 999px !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; margin-bottom: 12px !important; } .sd-bus-main-title { display: block !important; font-size: 22px !important; font-weight: 900 !important; color: #ffffff !important; letter-spacing: -0.02em !important; line-height: 1.2 !important; } /* Speed Comparison Meter */ .sd-bus-meter-box { background-color: rgba(30, 41, 59, 0.5) !important; border-radius: 16px !important; padding: 20px !important; margin-bottom: 24px !important; border: 1px solid #334155 !important; } .sd-bus-meter-labels { display: flex !important; justify-content: space-between !important; margin-bottom: 12px !important; font-size: 11px !important; font-weight: 700 !important; color: #64748b !important; } .sd-bus-track { height: 14px !important; background-color: #020617 !important; border-radius: 999px !important; overflow: hidden !important; position: relative !important; margin-bottom: 8px !important; } .sd-bus-bar { position: absolute !important; top: 0 !important; left: 0 !important; height: 100% !important; width: 0%; background: linear-gradient(90deg, #2563eb, #22d3ee, #ffffff) !important; transition: width 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) !important; box-shadow: 0 0 15px rgba(34, 211, 238, 0.4) !important; } .sd-bus-ticks { display: flex !important; justify-content: space-between !important; font-size: 9px !important; color: #475569 !important; font-family: ui-monospace, SFMono-Regular, Menlo, monospace !important; } /* Selector Grid */ .sd-bus-selector { display: grid !important; grid-template-columns: 1fr !important; gap: 16px !important; margin-bottom: 24px !important; } @media (min-width: 480px) { .sd-bus-selector { grid-template-columns: 1fr 1fr !important; } } .sd-bus-col { display: flex !important; flex-direction: column !important; gap: 8px !important; } .sd-bus-col-label { font-size: 10px !important; font-weight: 800 !important; color: #64748b !important; text-transform: uppercase !important; padding-left: 4px !important; } .sd-bus-btn { background-color: #1e293b !important; border: 1px solid #334155 !important; border-radius: 12px !important; padding: 12px !important; cursor: pointer !important; text-align: left !important; transition: all 0.2s !important; } .sd-bus-btn.is-active { border-color: #3b82f6 !important; background-color: #334155 !important; box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5) !important; } .sd-bus-btn.is-active-ex { border-color: #22d3ee !important; background-color: #334155 !important; box-shadow: 0 0 0 2px rgba(34, 211, 238, 0.5) !important; } .sd-bus-btn-name { font-weight: 700 !important; font-size: 13px !important; color: #cbd5e1 !important; display: block !important; } .sd-bus-btn-speed { font-size: 10px !important; font-family: monospace !important; color: #64748b !important; display: block !important; margin-top: 2px !important; } .sd-bus-btn.is-active .sd-bus-btn-name { color: #ffffff !important; } .sd-bus-btn.is-active .sd-bus-btn-speed { color: #60a5fa !important; } .sd-bus-btn.is-active-ex .sd-bus-btn-speed { color: #22d3ee !important; } /* Detail Panel */ .sd-bus-display { min-height: 180px !important; background-color: #ffffff !important; border-radius: 16px !important; padding: 24px !important; color: #1e293b !important; position: relative !important; display: none; /* JS controlled */ } .sd-bus-placeholder { min-height: 180px !important; border: 2px dashed #334155 !important; border-radius: 16px !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #64748b !important; font-size: 13px !important; text-align: center !important; } .sd-bus-detail-header { display: flex !important; justify-content: space-between !important; align-items: flex-start !important; margin-bottom: 16px !important; gap: 12px !important; } .sd-bus-type-label { font-size: 10px !important; font-weight: 800 !important; color: #64748b !important; text-transform: uppercase !important; display: block !important; } .sd-bus-title { font-size: 20px !important; font-weight: 900 !important; color: #0f172a !important; display: block !important; } .sd-bus-speed-badge { background-color: #0f172a !important; color: #ffffff !important; padding: 8px 14px !important; border-radius: 10px !important; text-align: right !important; } .sd-bus-speed-val { font-size: 18px !important; font-weight: 800 !important; font-family: monospace !important; display: block !important; } .sd-bus-note-box { background-color: #f8fafc !important; padding: 12px !important; border-radius: 10px !important; font-size: 13px !important; line-height: 1.6 !important; color: #475569 !important; margin-bottom: 16px !important; } .sd-bus-use { display: flex !important; align-items: center !important; gap: 10px !important; font-size: 13px !important; font-weight: 700 !important; color: #1e293b !important; } @keyframes sdBusIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .sd-bus-animate { animation: sdBusIn 0.3s ease-out forwards !important; }
Bus Interface Guide SD Card Bus Standards & Speed Comparison
Theoretical Limit for Transfer Speed Select a Class
0 1000MB/s 2000MB/s 3000MB/s 4000MB/s
Legacy / UHS Series
Default Speed 12.5 MB/s
UHS-I (SDR104) 104 MB/s
UHS-II / III ~ 624 MB/s
SD Express (NVMe)
Express Gen3x1 985 MB/s
Express Gen4x1 1970 MB/s
Express Gen4x2 3940 MB/s
Select a standard to check performance
INTERFACE CLASS
(function() { var busData = { ds: { name: “Default Speed”, speed: “12.5 MB/s”, bar: 0.3, note: “Early SD standard. Standard speed during the popularization of digital cameras. High-pixel cameras nowadays take time to transfer.”, use: “Full HD stills, small data volumes” }, uhsi: { name: “UHS-I (SDR104)”, speed: “104 MB/s”, bar: 2.6, note: “Currently the most widespread high-speed standard. Standardly usable in smartphones, Switch, and many mirrorless cameras.”, use: “4K video, game loading, continuous shooting” }, uhsii: { name: “UHS-II / UHS-III”, speed: “624 MB/s”, bar: 15.6, note: “Bandwidth increases dramatically with two rows of terminals. Suitable for RAW continuous shooting in high-end cameras or ultra-fast transfer to PC.”, use: “8K video, RAW continuous shooting, pro photography” }, ex1: { name: “Express Gen3x1”, speed: “985 MB/s”, bar: 25, note: “Adopts PCIe Gen3. Enters the same technical sphere as SSDs. A next-gen standard that greatly breaks through conventional SD barriers.”, use: “RAW video, SSD alternative storage” }, ex2: { name: “Express Gen4x1”, speed: “1970 MB/s”, bar: 50, note: “Bandwidth doubles further. Can transfer about 2GB per second, dramatically streamlining video production workflows.”, use: “8K uncompressed video, high-speed editing” }, ex3: { name: “Express Gen4x2”, speed: “3940 MB/s”, bar: 100, note: “The pinnacle of SD standards. Speed near 4GB/s rivals internal storage of high-performance PCs (NVMe SSD).”, use: “Next-gen broadcasting, ultra-massive backup” } }; window.sdBusAction = function(id) { var data = busData[id]; var isEx = id.indexOf(‘ex’) === 0; var btns = document.querySelectorAll(‘.sd-bus-btn’); for (var i = 0; i < btns.length; i++) { btns[i].classList.remove('is-active', 'is-active-ex'); } var currentBtn = document.getElementById('sd-btn-' + id); if (currentBtn) { currentBtn.classList.add(isEx ? 'is-active-ex' : 'is-active'); } var bar = document.getElementById('sd-bus-js-bar'); var speedLabel = document.getElementById('sd-bus-js-speed-text'); bar.style.width = data.bar + '%'; speedLabel.textContent = data.speed; speedLabel.style.color = isEx ? '#22d3ee' : '#60a5fa'; var display = document.getElementById('sd-bus-js-display'); var placeholder = document.getElementById('sd-bus-js-placeholder'); document.getElementById('sd-bus-js-title').textContent = data.name; document.getElementById('sd-bus-js-badge-val').textContent = data.speed; document.getElementById('sd-bus-js-note').textContent = data.note; document.getElementById('sd-bus-js-use').textContent = 'Recommended: ' + data.use; placeholder.style.display = 'none'; display.style.display = 'block'; display.classList.remove('sd-bus-animate'); void display.offsetWidth; display.classList.add('sd-bus-animate'); }; setTimeout(function() { sdBusAction('uhsi'); }, 150); })();

What is Speed Class: How to Read Minimum Guarantees (Sequential Write)

Speed Class is a “guaranteed value” stating that “at minimum, it meets this sequential write speed.” Peak speed and random performance are governed by different standards.
On the other hand, even with the same number, conditions may differ among different standards (Speed Class/UHS Speed Class/Video Speed Class/SD Express Speed Class). It is important not to confuse them just by looking at the numbers.

Mr.ガジェット

This is a very important standard, especially for video recording and continuous recording.

CategoryLabeling ExampleMin. Sequential Write (Standard)
Speed ClassC2/C4/C6/C102/4/6/10MB/s
UHS Speed ClassU1/U310/30MB/s
Video Speed ClassV6/V10/V30/V60/V906/10/30/60/90MB/s
SD Express Speed ClassE150/E300/E450/E600150/300/450/600MB/s
.sd-protocol-container p, .sd-protocol-container br { display: none !important; margin: 0 !important; padding: 0 !important; } .sd-protocol-container { all: initial !important; display: block !important; box-sizing: border-box !important; font-family: “Helvetica Neue”, Arial, “Hiragino Kaku Gothic ProN”, “Hiragino Sans”, sans-serif !important; background-color: #ffffff !important; padding: 24px !important; border-radius: 16px !important; border: 1px solid #e2e8f0 !important; max-width: 600px !important; margin: 2em auto !important; color: #1e293b !important; box-shadow: 0 10px 25px -5px rgba(0,0,0,0.1) !important; position: relative !important; } .sd-meter-box { background-color: #0f172a !important; border-radius: 14px !important; padding: 20px !important; margin-bottom: 24px !important; position: relative !important; overflow: hidden !important; } .sd-meter-header { display: flex !important; justify-content: space-between !important; align-items: flex-end !important; margin-bottom: 12px !important; } .sd-label-mini { font-size: 11px !important; font-weight: 700 !important; color: #94a3b8 !important; display: block !important; letter-spacing: 0.05em !important; } .sd-value-main { font-size: 32px !important; font-weight: 800 !important; color: #ffffff !important; display: block !important; line-height: 1.2 !important; } .sd-status-badge { background-color: #3b82f6 !important; color: #ffffff !important; font-size: 10px !important; font-weight: 700 !important; padding: 4px 8px !important; border-radius: 6px !important; display: none; } .sd-progress-track { height: 12px !important; background-color: #1e293b !important; border-radius: 99px !important; overflow: hidden !important; margin-bottom: 8px !important; } .sd-progress-bar { height: 100% !important; width: 0%; background: linear-gradient(90deg, #3b82f6, #06b6d4, #22c55e) !important; transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1) !important; } .sd-scale-wrap { display: flex !important; justify-content: space-between !important; height: 18px !important; position: relative !important; } .sd-tick { font-size: 9px !important; color: #475569 !important; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace !important; text-align: center !important; white-space: nowrap !important; } .sd-tab-row { display: grid !important; grid-template-columns: repeat(2, 1fr) !important; gap: 8px !important; margin-bottom: 16px !important; } @media (min-width: 480px) { .sd-tab-row { grid-template-columns: repeat(4, 1fr) !important; } } .sd-tab-item { background-color: #f1f5f9 !important; border: 2px solid transparent !important; border-radius: 10px !important; padding: 10px 4px !important; font-size: 11px !important; font-weight: 700 !important; color: #64748b !important; cursor: pointer !important; text-align: center !important; } .sd-tab-item.is-active { background-color: #ffffff !important; border-color: #3b82f6 !important; color: #3b82f6 !important; } .sd-btn-grid { display: grid !important; grid-template-columns: repeat(3, 1fr) !important; gap: 8px !important; margin-bottom: 24px !important; } @media (min-width: 480px) { .sd-btn-grid { grid-template-columns: repeat(5, 1fr) !important; } } .sd-rank-btn { background-color: #ffffff !important; border: 1px solid #e2e8f0 !important; border-radius: 8px !important; padding: 10px !important; font-size: 12px !important; font-weight: 700 !important; color: #475569 !important; cursor: pointer !important; transition: all 0.2s !important; } .sd-rank-btn.is-active { background-color: #eff6ff !important; border-color: #3b82f6 !important; color: #2563eb !important; } .sd-info-panel { min-height: 100px !important; background-color: #f8fafc !important; border: 1px solid #f1f5f9 !important; border-radius: 12px !important; padding: 20px !important; position: relative !important; } .sd-info-placeholder { color: #94a3b8 !important; font-size: 13px !important; text-align: center !important; padding: 20px 0 !important; } .sd-info-content { display: none; } .sd-info-header { display: flex !important; align-items: center !important; gap: 8px !important; margin-bottom: 8px !important; } .sd-badge-dark { background-color: #1e293b !important; color: #ffffff !important; font-size: 10px !important; font-weight: 700 !important; padding: 2px 6px !important; border-radius: 4px !important; } .sd-info-title { display: block !important; font-size: 15px !important; font-weight: 700 !important; color: #0f172a !important; margin-bottom: 6px !important; } .sd-info-desc { display: block !important; font-size: 13px !important; color: #64748b !important; line-height: 1.6 !important; } @keyframes sdFadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } } .sd-animate { animation: sdFadeIn 0.3s ease-out forwards !important; }
Minimum Guaranteed Write Speed
Official Class
0
30 (4K)
90 (V90)
600 MB/s
Video Class
Speed Class
UHS Class
SD Express
Please select a standard
SPECIFICATION
(function() { var specData = { video: [ { id: “v10”, label: “V10”, speed: 10, desc: “Standard for Full HD video. A criteria many standard SD cards meet.” }, { id: “v30”, label: “V30”, speed: 30, desc: “The minimum line for 4K video recording. Standard for drones and mirrorless cameras.” }, { id: “v60”, label: “V60”, speed: 60, desc: “High bitrate 4K. Suitable for slow-motion recording and stable capture.” }, { id: “v90”, label: “V90”, speed: 90, desc: “Essential for 8K and RAW video. The pinnacle of current UHS-II cards.” } ], speed: [ { id: “c4”, label: “C4”, speed: 4, desc: “For HD quality. Used in older devices or low-resolution recording.” }, { id: “c10”, label: “C10”, speed: 10, desc: “Old standard for Full HD. Currently often labeled alongside Video Class 10.” } ], uhs: [ { id: “u1”, label: “U1”, speed: 10, desc: “UHS-I compatible. Supports real-time recording of Full HD video.” }, { id: “u3”, label: “U3”, speed: 30, desc: “4K support on UHS-I/II. High-speed write criteria for UHS interfaces.” } ], express: [ { id: “e150”, label: “E150”, speed: 150, desc: “Initial SD Express standard. Provides a different level of speed via PCIe/NVMe.” }, { id: “e600”, label: “E600”, speed: 600, desc: “SD Express 7.0 and later. For professional video production and high-speed transfer.” } ] }; window.sdProtocolAction = function(catKey) { var tabKeys = [‘video’, ‘speed’, ‘uhs’, ‘express’]; for (var i = 0; i < tabKeys.length; i++) { var t = document.getElementById('sd-tab-' + tabKeys[i]); if (t) { if (tabKeys[i] === catKey) t.classList.add('is-active'); else t.classList.remove('is-active'); } } var container = document.getElementById('sd-js-btn-container'); container.textContent = ''; var items = specData[catKey]; for (var j = 0; j < items.length; j++) { (function(item) { var btn = document.createElement('button'); btn.className = 'sd-rank-btn'; btn.textContent = item.label; btn.onclick = function() { sdProtocolRenderDetail(item); }; container.appendChild(btn); })(items[j]); } }; window.sdProtocolRenderDetail = function(item) { var btns = document.querySelectorAll('.sd-rank-btn'); for (var i = 0; i < btns.length; i++) { btns[i].classList.remove('is-active'); if (btns[i].textContent === item.label) btns[i].classList.add('is-active'); } var bar = document.getElementById('sd-js-progress-bar'); var label = document.getElementById('sd-js-val-label'); var tag = document.getElementById('sd-js-status-tag'); var percent = (Math.log10(item.speed + 1) / Math.log10(601)) * 100; bar.style.width = percent + '%'; label.textContent = item.speed + ' MB/s'; tag.style.display = 'block'; var panel = document.getElementById('sd-js-info-panel'); var placeholder = document.getElementById('sd-js-info-placeholder'); document.getElementById('sd-js-info-badge').textContent = item.label; document.getElementById('sd-js-info-title').textContent = 'Minimum Guaranteed ' + item.speed + 'MB/sec'; document.getElementById('sd-js-info-desc').textContent = item.desc; placeholder.style.display = 'none'; panel.style.display = 'block'; panel.classList.remove('sd-animate'); void panel.offsetWidth; panel.classList.add('sd-animate'); }; setTimeout(function() { sdProtocolAction('video'); }, 150); })();

What is Application Performance Class: Guidelines for Random Performance (A1/A2)

For running apps or shuffling small files, random access is more important than sequential speed. A1/A2 are classes combining random performance (IOPS) and minimum sequential write.

ClassMin. Random ReadMin. Random WriteMin. Sequential
A11500 IOPS500 IOPS10MB/s
A24000 IOPS2000 IOPS10MB/s
.protocol-container p, .protocol-container br { display: none !important; } .protocol-container { all: initial !important; display: block !important; box-sizing: border-box !important; font-family: “Helvetica Neue”, Arial, “Hiragino Kaku Gothic ProN”, “Hiragino Sans”, sans-serif !important; background-color: #f8fafc !important; padding: 15px !important; border-radius: 20px !important; max-width: 700px !important; margin: 2em auto !important; color: #334155 !important; } .class-selector-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 15px !important; margin-bottom: 25px !important; } .class-btn { background-color: #ffffff !important; border: 2px solid #e2e8f0 !important; border-radius: 20px !important; padding: 20px 10px !important; text-align: center !important; cursor: pointer !important; transition: all 0.2s ease !important; box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05) !important; } .class-btn:hover { border-color: #93c5fd !important; transform: translateY(-2px) !important; } .class-btn.active { border-color: #3b82f6 !important; background-color: #f0f9ff !important; box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.1) !important; } .class-btn-name { display: block !important; font-size: 32px !important; font-weight: 900 !important; color: #1e293b !important; } .class-btn-sub { display: block !important; font-size: 10px !important; font-weight: bold !important; color: #94a3b8 !important; text-transform: uppercase !important; letter-spacing: 0.1em !important; margin-top: 4px !important; } .class-btn.active .class-btn-name { color: #2563eb !important; } .display-area-wrapper { min-height: 380px !important; position: relative !important; } .app-placeholder { height: 380px !important; border: 2px dashed #e2e8f0 !important; border-radius: 24px !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #94a3b8 !important; font-size: 14px !important; text-align: center !important; background-color: #ffffff !important; } .app-content { display: none !important; background-color: #ffffff !important; border-radius: 24px !important; padding: 25px !important; border: 1px solid #e2e8f0 !important; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05) !important; position: relative !important; overflow: hidden !important; } .is-active .app-placeholder { display: none !important; } .is-active .app-content { display: block !important; } .panel-header { display: flex !important; justify-content: space-between !important; align-items: center !important; margin-bottom: 25px !important; flex-wrap: wrap !important; gap: 15px !important; } .header-main-title { font-size: 48px !important; font-weight: 900 !important; color: #0f172a !important; line-height: 1 !important; display: block !important; } .seq-badge { background-color: #0f172a !important; color: #ffffff !important; padding: 10px 15px !important; border-radius: 12px !important; text-align: right !important; } .seq-value { font-size: 18px !important; font-weight: 900 !important; display: block !important; } .chart-section { margin-bottom: 25px !important; } .bar-group { margin-bottom: 15px !important; } .bar-label-row { display: flex !important; justify-content: space-between !important; align-items: flex-end !important; margin-bottom: 6px !important; } .bar-title { font-size: 12px !important; font-weight: bold !important; color: #475569 !important; } .bar-value-text { font-size: 16px !important; font-weight: 900 !important; color: #1e293b !important; } .bar-track { height: 12px !important; background-color: #f1f5f9 !important; border-radius: 999px !important; overflow: hidden !important; } .bar-fill { height: 100% !important; width: 0%; transition: width 1s cubic-bezier(0.34, 1.56, 0.64, 1) !important; } .info-grid { display: grid !important; grid-template-columns: 1fr !important; gap: 12px !important; border-top: 1px solid #f1f5f9 !important; padding-top: 20px !important; } @media (min-width: 640px) { .info-grid { grid-template-columns: 1fr 1fr !important; } } .info-card { padding: 15px !important; border-radius: 16px !important; } .info-card-blue { background-color: #eff6ff !important; border: 1px solid #dbeafe !important; } .info-card-slate { background-color: #f8fafc !important; border: 1px solid #f1f5f9 !important; } .info-text { font-size: 12px !important; line-height: 1.6 !important; font-weight: 500 !important; display: block !important; } .bg-deco { position: absolute !important; right: -20px !important; bottom: -20px !important; font-size: 120px !important; font-weight: 900 !important; color: rgba(15, 23, 42, 0.03) !important; pointer-events: none !important; user-select: none !important; } @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .animate-in { animation: fadeIn 0.4s ease-out forwards !important; }
A1 Standard
A2 High Performance
Select a class to see the difference in
random access performance
Application Class
Seq. Write (Min. Guarantee) 10 MB/s
Random Read Performance (Read IOPS) IOPS
Random Write Performance (Write IOPS) IOPS
Performance Points
Recommended Use
(function() { var appSpecs = { a1: { title: “A1”, read: 1500, write: 500, seq: 10, desc: “Standard standard suitable for direct execution of smartphones basics and small-scale apps from an SD card.”, use: “Photo storage, light app execution” }, a2: { title: “A2”, read: 4000, write: 2000, seq: 10, desc: “2.6x read and 4x write random performance compared to A1. Ideal for shortening high-load game loads and data-heavy apps.”, use: “Nintendo Switch, heavy mobile games, 4K video editing” } }; window.appProtocolSelect = function(id) { var wrapper = document.getElementById(‘app-display-wrapper’); var titleEl = document.getElementById(‘app-data-title’); var readEl = document.getElementById(‘app-data-read’); var writeEl = document.getElementById(‘app-data-write’); var seqEl = document.getElementById(‘app-data-seq’); var descEl = document.getElementById(‘app-data-desc’); var useEl = document.getElementById(‘app-data-use’); var barRead = document.getElementById(‘app-bar-read’); var barWrite = document.getElementById(‘app-bar-write’); var bgDeco = document.getElementById(‘app-bg-deco’); if (!wrapper || !titleEl) return; var data = appSpecs[id]; wrapper.classList.add(‘is-active’); [‘a1’, ‘a2’].forEach(function(i) { var btn = document.getElementById(‘btn-app-‘ + i); if (btn) btn.classList.toggle(‘active’, i === id); }); titleEl.textContent = data.title; readEl.textContent = data.read; writeEl.textContent = data.write; seqEl.textContent = data.seq + ” MB/s”; descEl.textContent = data.desc; useEl.textContent = data.use; bgDeco.textContent = data.title; barRead.style.width = ‘0%’; barWrite.style.width = ‘0%’; var readWidth = (data.read / 4000) * 100; var writeWidth = (data.write / 4000) * 100; setTimeout(function() { barRead.style.width = readWidth + ‘%’; barWrite.style.width = writeWidth + ‘%’; }, 50); var content = wrapper.querySelector(‘.app-content’); content.classList.remove(‘animate-in’); void content.offsetWidth; content.classList.add(‘animate-in’); }; setTimeout(function() { appProtocolSelect(‘a2’); }, 100); })();

Overall View of Standards and Classes: A Comprehensive Table to Decode Logos

.sd-protocol-container p, .sd-protocol-container br { display: none !important; margin: 0 !important; padding: 0 !important; } .sd-protocol-container { all: initial !important; display: block !important; box-sizing: border-box !important; font-family: “Helvetica Neue”, Arial, “Hiragino Kaku Gothic ProN”, “Hiragino Sans”, sans-serif !important; background-color: transparent !important; max-width: 800px !important; margin: 2em auto !important; color: #334155 !important; position: relative !important; } .sd-decoder-flex { display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; gap: 32px !important; } @media (min-width: 640px) { .sd-decoder-flex { flex-direction: row !important; } } .sd-card-visual { width: 220px !important; height: 300px !important; background-color: #1f2937 !important; border-radius: 12px !important; position: relative !important; box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.4) !important; flex-shrink: 0 !important; overflow: hidden !important; border: 1px solid #374151 !important; } .sd-card-visual::before { content: ” !important; position: absolute !important; top: 0 !important; right: 0 !important; width: 0 !important; height: 0 !important; border-style: solid !important; border-width: 0 50px 50px 0 !important; border-color: transparent #ffffff transparent transparent !important; z-index: 10 !important; } .sd-lock-switch { position: absolute !important; top: 80px !important; left: 0 !important; width: 5px !important; height: 20px !important; background-color: #fbbf24 !important; border-radius: 0 2px 2px 0 !important; z-index: 20 !important; } .sd-label-surface { position: absolute !important; inset: 12px !important; background: linear-gradient(145deg, #374151, #111827) !important; border-radius: 8px !important; padding: 16px !important; border: 1px solid #4b5563 !important; display: flex !important; flex-direction: column !important; align-items: center !important; } .sd-brand-tag { width: 100% !important; text-align: left !important; color: #9ca3af !important; font-weight: 800 !important; font-style: italic !important; font-size: 10px !important; margin-bottom: 15px !important; letter-spacing: 0.05em !important; } .sd-clickable { cursor: pointer !important; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important; } .sd-clickable:hover { transform: scale(1.1) !important; filter: brightness(1.3) !important; } .sd-cap-area { margin-bottom: 16px !important; text-align: center !important; } .sd-cap-val { color: #ffffff !important; font-size: 36px !important; font-weight: 900 !important; display: inline !important; } .sd-cap-unit { color: #ffffff !important; font-size: 18px !important; font-weight: 800 !important; display: inline !important; } .sd-spec-sub-badge { color: #f59e0b !important; border: 1px solid #f59e0b !important; border-radius: 4px !important; font-size: 9px !important; font-weight: 800 !important; padding: 1px 5px !important; margin-top: 4px !important; display: inline-block !important; } .sd-logo-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 16px !important; width: 100% !important; margin-top: 10px !important; } .sd-logo-item { display: flex !important; justify-content: center !important; align-items: center !important; } .sd-v-logo { color: #ffffff !important; font-weight: 900 !important; font-family: ui-monospace, monospace !important; font-size: 20px !important; } .sd-v-val { font-size: 22px !important; } .sd-u-logo { width: 26px !important; height: 32px !important; border: 2px solid #ffffff !important; border-top: none !important; border-radius: 0 0 6px 6px !important; position: relative !important; display: flex !important; align-items: center !important; justify-content: center !important; color: #ffffff !important; font-weight: 900 !important; font-size: 18px !important; } .sd-u-logo::before { content: ‘U’ !important; position: absolute !important; top: -10px !important; font-size: 8px !important; background-color: #1e293b !important; padding: 0 3px !important; } .sd-a-logo { color: #ffffff !important; border: 1.5px solid #ffffff !important; padding: 2px 6px !important; border-radius: 4px !important; font-weight: 900 !important; font-size: 16px !important; font-family: ui-monospace, monospace !important; } .sd-bus-logo { color: #94a3b8 !important; font-weight: 900 !important; font-size: 16px !important; font-family: “Times New Roman”, serif !important; } .sd-info-well { flex-grow: 1 !important; width: 100% !important; background-color: #f8fafc !important; border-radius: 16px !important; border: 1px solid #e2e8f0 !important; padding: 24px !important; min-height: 220px !important; display: flex !important; flex-direction: column !important; justify-content: center !important; transition: background-color 0.3s ease !important; } .sd-panel-placeholder { text-align: center !important; color: #94a3b8 !important; } .sd-placeholder-txt { font-size: 15px !important; font-weight: 700 !important; display: block !important; line-height: 1.6 !important; } .sd-panel-content { display: none; } .sd-content-title { display: block !important; font-size: 18px !important; font-weight: 900 !important; color: #0c4a6e !important; margin-bottom: 12px !important; border-bottom: 2px solid #e2e8f0 !important; padding-bottom: 8px !important; } .sd-content-desc { display: block !important; font-size: 14px !important; color: #334155 !important; line-height: 1.8 !important; font-weight: 700 !important; } @keyframes sdIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .sd-animate { animation: sdIn 0.3s ease-out forwards !important; }
ULTRA FAST 8K
256 GB
SDXC V90
Click the logos on the card to see
explanations for current standards
(function() { var specDetails = { cap: { title: ‘Capacity and Standard (SDXC / SDUC)’, desc: ‘The maximum storage amount for data. SDXC (64GB to 2TB) is currently mainstream, but latest SDUC standards supporting up to 128TB are appearing. Always check your device specifications for maximum supported capacity.’ }, video: { title: ‘Video Speed Class (V10 to V90)’, desc: ‘The most important “minimum write speed” for video recording. V30 is standard for 4K, but最高 V90 (guaranteeing 90MB/s sequential write) is essential for latest 8K or pro RAW video.’ }, uhs: { title: ‘UHS Speed Class (U1 / U3)’, desc: ‘Minimum speed guarantee for UHS-compatible devices. U3 guarantees 30MB/s, practically indicating performance equal to V30. Many manufacturers recommend U3 or higher for 4K recording on mirrorless/SLR cameras.’ }, app: { title: ‘Application Performance Class (A1 / A2)’, desc: ‘An indicator for comfort when running apps directly from an SD card on smartphones or Nintendo Switch. The latest A2 has random read/write (IOPS) capabilities several times higher than A1, contributing to shorter load times.’ }, bus: { title: ‘Bus Standard (UHS-II / SD Express)’, desc: ‘The “width” of the physical transfer path. UHS-II has two rows of terminals on the back, enabling high-speed transfers up to 312MB/s. Latest SD Express reaches speeds near 4GB/s via SSD-like PCIe technology.’ } }; window.sdDecoderProtocol = function(key) { var root = document.getElementById(‘sd-js-panel-root’); var placeholder = document.getElementById(‘sd-js-placeholder’); var contentArea = document.getElementById(‘sd-js-actual-content’); var titleEl = document.getElementById(‘sd-js-spec-title’); var descEl = document.getElementById(‘sd-js-spec-desc’); var data = specDetails[key]; if (!data || !root) return; root.style.backgroundColor = ‘#f0f9ff’; titleEl.textContent = data.title; descEl.textContent = data.desc; placeholder.style.display = ‘none’; contentArea.style.display = ‘block’; contentArea.classList.remove(‘sd-animate’); void contentArea.offsetWidth; contentArea.classList.add(‘sd-animate’); }; })();

How to Choose an SD Card

Ms.ガジェット

In the end, what should I check on the device?

Mr.ガジェット

Check the manual or product specifications for “Supported Card Types, Maximum Capacity, and Supported Bus/Class.”
The order is “Size → Classification → Bus → Class.”

Physical Size

If the size is wrong, it physically cannot be inserted. From Standard SD to microSD Express, preventing slot shape mismatches. Includes explanation on adapter use.

The most common accident in choosing an SD card is being dazzled by high specs and buying a card that “cannot be used at all.” Narrow down in the following order:

  • Card Type (Priority) For the Nintendo Switch 2, in addition to the “microSD” size, support for the high-speed “microSD Express” standard is key. Prioritize choosing cards with this label for comfortable game storage and play.
  • Physical Size While “microSD” size can still be converted to SD card size via adapters, there is nothing you can do if you mistakenly buy a large SD card size.
Ms.ガジェット

“microSD” and “microSD Express” have similar names but are different inside. Always check the logo on the package before buying.

Standard Compatibility: Narrow down based on the “Device Side”

Image warning about the capacity classification change from SDXC to SDUC

It’s not just “any large capacity will do.” It depends on what your device (host) supports.

  • Capacity Classification (SDHC/SDXC/SDUC) SDXC (up to 2TB) is currently mainstream, but the ultra-large SDUC standard (up to 128TB) will appear in the future. Unsupported classifications won’t even be recognized, so always check the “Maximum Supported Capacity” in the spec sheet.
Source: https://support.nintendo.com/jp/switch2/mastery/sdcard/start-using/index.html
Mr.ガジェット

Switch 2 only supports up to SDXC!

  • Limits of Bus Standards Even if a card claims “Read 1000MB/s,” if the console only supports UHS-I (max 104MB/s), the speed will plateau at 104MB/s. Be aware that “over-spec is a waste.”

Capacity: Calculate from “Usage” (Game Size + Margin)

Description of microSD Express cards with SSD-level speeds

Choosing capacity follows “bigger is better,” but balancing it with cost is a struggle.

  • Tip for Calculation: Recent major titles can consume dozens of GBs for a single game. Furthermore, capacity grows with post-launch updates and DLC. Make “Sum of games you want now + approx. 20% margin” your minimum baseline.
  • Choose based on Usage Style:
    • Frequent digital buyers: Choose a large capacity of 512GB or more to reduce management hassle.
    • Players of a few selected titles: Keep it around 256GB and move data you no longer play to PC or cloud.
Mr.ガジェット

Since even a single game is becoming massive these days, it’s good to estimate quite a buffer… though it will be more expensive…

Minimum Guarantee: Decide based on the “Need for Sequential Write”

Explanation of Speed Class standards V30 A2, prioritizing minimum guarantee over maximum speed

The “Maximum 〇〇MB/s” number written largely on packages is just an instantaneous peak value. What affects game stability is the Speed Class, the minimum guaranteed speed.

  • Symbols to Watch: Symbols like V30 (Video Speed Class) or U3 (UHS Speed Class) mean “at least 30MB/s write is guaranteed.”
  • Avoid Class Confusion: While both “V30” and “U3” guarantee 30MB/s, the standard definitions differ. Basically, choose one that matches the symbol specified by your device (e.g., if V30 is recommended, pick V30).
Check here for standards details!
.sd-protocol-container p, .sd-protocol-container br { display: none !important; } /* (Styles repeated as above) */

Please refer to the interactive guide above for standard details.

Common Failures: Wrong Standards, Class Confusion, Formatting Steps

In conclusion, many failures stem from “misreading labeling” and “insufficient initialization or migration steps.”

  • Reasons
    • Standards with close names exist, such as mistaking microSD for microSD Express.
    • There are cases where simple comparison between classes (like V30 and U3) does not hold up.
  • Checkpoints
    • Spec sheet: Formal labeling of supported standards (both card and device).
    • Measurements/Actual performance: Reports on recognition, requirements for first use (e.g., updates required).
    • Usage: Formatting steps, insertion/removal, data migration (integrity check before and after copying).
  • Notes
    • If doubts remain, it is safer to return to “confirming supported standard/class on the spec sheet” rather than buying based on assumptions.

Supplementary Terms and Specifications

What is SD Express: Mechanism for Speed via PCIe/NVMe

SD Express is designed to be accessible via PCIe/NVMe in addition to the traditional SD interface. Hosts may use methods like initializing on the SD side before switching to PCIe, and behavior changes depending on the implementation.

  • In a nutshell: A method where access is possible via PCIe/NVMe in addition to the SD interface.
  • Impacts
    • Whether the high-speed side can be used (whether the host is PCIe/NVMe compatible)
    • Backward compatibility in SD mode (works even on SD-only hosts)
    • Interpretation of speed classes (E series) (assuming PCIe/NVMe access)
  • Check here
    • Labeling: SD Express / microSD Express, E150 to E600 Classes
    • Conditions: Whether the host assumes initialization methods like SD First
    • Usage: Heat and power management during high load (may affect sustained performance)

What is LVS: 1.8V Low Voltage Signaling and Compatibility Precautions

LVS is handled to identify whether the host device is designed to use low signal voltage. While cards remain backward compatible with traditional hosts, if a host is LVS-only, card choices may narrow. This is a common topic in mobile circles.

  • In a nutshell: An identifying element indicating support for low signal voltage (1.8V).
  • Impacts
    • Compatibility with certain hosts (Host may require LVS cards only)
    • Compatibility with power-saving designs
  • Check here
    • Labeling: Presence of LV symbol on host side, supported labeling on card side
    • Conditions: Warnings that an LVS host may not accept “non-LVS cards”
    • Usage: Isolation steps if issues occur with a combination (confirm reproducibility with another card)

Final Checklist Before Purchase (Optional)

  • If for Nintendo Switch 2 use, double-check that the card is microSD Express in both the spec sheet and labeling.
  • Card size (SD/microSD) matches the device slot shape.
  • Capacity classification (SDHC/SDXC/SDUC, etc.) matches the device’s supported range.
  • Bus standard (UHS/SD Express, etc.) is understood as requiring “both card and host support.”
  • Speed class is a “minimum guarantee,” so don’t confuse it with peak value numbers.
  • V/U/C/E conditions may differ even with the same number, so don’t compare them equally.
  • Prioritize actual performance comparisons where host/reader/test conditions are identical.
  • Confirm whether steps like console updates are required for first use.
  • Removal and backup procedures (recovery upon corruption) are decided beforehand.
Decode the specs and find the best one

Thank you for reading to the end!

  • The views expressed in this article are the independent opinions of this website.
  • Unless otherwise stated, product prices and information are current at the time of writing.
  • Please note that we cannot be held responsible for any errors or omissions. Thank you for your understanding.
  • All product and service names mentioned are trademarks of their respective companies.

この記事が気に入ったら
フォローしてね!

よかったらシェアしてね!
  • URLをコピーしました!
  • URLをコピーしました!

コメント

コメントする

CAPTCHA

目次