{"id":11166,"date":"2026-02-15T07:12:41","date_gmt":"2026-02-15T07:12:41","guid":{"rendered":"https:\/\/howtogeek.blog\/da\/?p=11166"},"modified":"2026-02-15T07:12:41","modified_gmt":"2026-02-15T07:12:41","slug":"how-to-identify-your-ssd-7-simple-methods","status":"publish","type":"post","link":"https:\/\/howtogeek.blog\/da\/how-to-identify-your-ssd-7-simple-methods\/","title":{"rendered":"How To Identify Your SSD: 7 Simple Methods"},"content":{"rendered":"<p>Finding out exactly what kind of SSD you have can be a bit of a hassle sometimes. Maybe your system&#8217;s storage info isn\u2019t showing the serial number, or maybe you&#8217;re trying to confirm if it\u2019s NVMe or SATA. Sometimes, the built-in tools give partial info, and other times, they just refuse to show everything. So, knowing different ways to peek under the hood can save a lot of headaches, especially if you&#8217;re planning an upgrade or troubleshooting. The goal here is to gather as much detail as possible without tearing your PC apart if you don&#8217;t have to.<\/p>\n<h2>How to Check Your SSD Details in Windows<\/h2>\n<h3>Through Windows Settings<\/h3>\n<p>This is often the quickest and easiest way if you&#8217;re only after basic info like the model name and drive capacity. Pretty much, it\u2019s in your system\u2019s storage menu, though sometimes it doesn\u2019t show serial numbers at all\u2014that&#8217;s kinda annoying. If you&#8217;re lucky, the serial number might be blank or missing, especially on some OEM setups. But still, it\u2019s worth a shot.<\/p>\n<ol>\n<li>Open <strong>Windows Settings<\/strong> by pressing <kbd>Windows key + I<\/kbd>.<\/li>\n<li>Navigate to <strong>System &gt; Storage &gt; Advanced storage settings &gt; Disks &amp; volumes<\/strong>. On Windows 10, it\u2019s <strong>Manage Disks and Volumes<\/strong>.<\/li>\n<li>Find your disk in the list, then click <strong>Properties<\/strong> next to it.<\/li>\n<li>Here, you&#8217;ll see details like <strong>Name, Serial number, Bus type<\/strong>. Keep in mind, the serial number field often remains empty\u2014don\u2019t get discouraged, try another method if needed.<\/li>\n<\/ol>\n<p>If your PC has multiple drives\u2014say, SSD plus HDD\u2014make sure to check each one, especially the one you&#8217;re actually interested in. Sometimes, Windows mixes them up, so verify media types if you can.<\/p>\n<h3>Using Task Manager<\/h3>\n<p>Okay, this one is kinda quick and dirty but shows the essential info\u2014the model name. It\u2019s perfect if all you want to do is verify you have an SSD and what model it is, no deep dive.<\/p>\n<ol>\n<li>Hit <kbd>Ctrl + Shift + Esc<\/kbd> to open the <strong>Task Manager<\/strong>.<\/li>\n<li>In the <strong>Performance<\/strong> tab, select your <strong>Disk<\/strong> (if you see multiple, pick the one you&#8217;d like to identify).<\/li>\n<li>Look at the top-right corner\u2014sometimes, the model name is displayed right there\u2014other times, you&#8217;ll see the type (SSD or HDD) at the bottom.<\/li>\n<\/ol>\n<p>Note: For some computers, the model info might not load immediately\u2014on a few setups, you might need to restart the task manager or even the system to see the correct info. It\u2019s weird, but it happens.<\/p>\n<h3>Using Device Manager<\/h3>\n<p>This method helps you identify whether your SSD is SATA or NVMe, which can be useful if you want to know bus connection details. Not always obvious at first glance, but worth trying.<\/p>\n<ol>\n<li>Press <kbd>Windows key + R<\/kbd>, then type <code>devmgmt.msc<\/code> and press Enter.<\/li>\n<li>In the Device Manager window, expand <strong>Disk drives<\/strong>.<\/li>\n<li>Right-click on your SSD and choose <strong>Properties<\/strong>.<\/li>\n<li>Go to the <strong>Details<\/strong> tab, then open the dropdown menu for <strong>Property<\/strong> and select <strong>Hardware Ids<\/strong>.<\/li>\n<\/ol>\n<p>If the Hardware Ids contain <strong>NVMe<\/strong>, you\u2019re running an NVMe SSD\u2014that\u2019s usually faster and more modern. If it doesn\u2019t, it\u2019s most likely a SATA drive. This isn&#8217;t 100% foolproof, but it gives you a good idea.<\/p>\n<h3>Using Command Prompt<\/h3>\n<p>This is kinda my favorite, because it reveals the serial number, which most other built-in tools fail to display. The downside, it\u2019s not so clear when you\u2019re trying to differentiate SSD from HDD, but it\u2019s solid for serial info.<\/p>\n<ol>\n<li>Open <strong>Run<\/strong> by pressing <kbd>Windows key + R<\/kbd>.<\/li>\n<li>Type <code>cmd<\/code> and press Enter.<\/li>\n<li>In the Command Prompt window, type: <code>wmic diskdrive get model, name, serialnumber, mediaType, size<\/code> and hit Enter.<\/li>\n<\/ol>\n<p>You\u2019ll see a table with details. The <strong>SerialNumber<\/strong> column is super helpful\u2014I\u2019ve seen cases where that info is missing in other tools. Just watch out, some drives may not fully reveal their serials depending on manufacturer settings.<\/p>\n<h3>Using PowerShell<\/h3>\n<p>If you prefer PowerShell, it can give a bit more info without too much hassle. Especially if you want to differentiate between HDDs and SSDs, the <strong>MediaType<\/strong> field is quite handy.<\/p>\n<ol>\n<li>Open <strong>Run<\/strong> again (<kbd>Windows key + R<\/kbd>), then type <code>powershell<\/code> and hit Enter.<\/li>\n<li>Type: <code>Get-PhysicalDisk<\/code> and press Enter.<\/li>\n<li>Scroll through the output\u2014look under <strong>FriendlyName, SerialNumber, MediaType, Size<\/strong> for your drive info.<\/li>\n<\/ol>\n<p>Heads up: Make sure to maximize the PowerShell window so you can see all info. Sometimes, default output squishes data together.<\/p>\n<h3>Using Third-Party Tools<\/h3>\n<p>If Windows\u2019 tools just&#8230;refuse to give enough info, a lot of folks turn to third-party apps. My favorites are <a href=\"https:\/\/www.hwinfo.com\/\" rel=\"noopener noreferrer\" target=\"_blank\">HWiNFO<\/a> and <a href=\"https:\/\/ssd-Z.com\/\" rel=\"noopener noreferrer\" target=\"_blank\">SSD-Z<\/a>. They&#8217;re free and do a much better job at revealing everything from model to firmware version.<\/p>\n<p>Because, honestly, Windows sometimes makes it harder than it needs to be. Those apps read the SSD\u2019s firmware directly\u2014no middleman\u2014and give you a full breakdown.<\/p>\n<h3>Checking Physically on the Hardware<\/h3>\n<p>If all else fails, or if you just want to double-check, you can always pop your case open and look at the sticker on the drive itself. Not ideal, but if your PC is easy to access and you&#8217;re comfortable, it\u2019s foolproof.<\/p>\n<p>Just be aware, opening your machine can void warranties or cause damage if you\u2019re not careful. Better have someone with experience do it if you&#8217;re unsure. But hey, eyeing the sticker is straightforward\u2014model, serial, capacity, all visible right there.<\/p>\n<ul><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Finding out exactly what kind of SSD you have can be a bit of a hassle sometimes. Maybe your system&#8217;s storage info isn\u2019t showing the serial number, or maybe you&#8217;re trying to confirm if it\u2019s NVMe or SATA. Sometimes, the built-in tools give partial info, and other times, they just refuse to show everything. So, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-11166","post","type-post","status-publish","format-standard","hentry","category-how-to"],"acf":[],"_links":{"self":[{"href":"https:\/\/howtogeek.blog\/da\/wp-json\/wp\/v2\/posts\/11166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/howtogeek.blog\/da\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/howtogeek.blog\/da\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/da\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/howtogeek.blog\/da\/wp-json\/wp\/v2\/comments?post=11166"}],"version-history":[{"count":1,"href":"https:\/\/howtogeek.blog\/da\/wp-json\/wp\/v2\/posts\/11166\/revisions"}],"predecessor-version":[{"id":11167,"href":"https:\/\/howtogeek.blog\/da\/wp-json\/wp\/v2\/posts\/11166\/revisions\/11167"}],"wp:attachment":[{"href":"https:\/\/howtogeek.blog\/da\/wp-json\/wp\/v2\/media?parent=11166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/howtogeek.blog\/da\/wp-json\/wp\/v2\/categories?post=11166"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/howtogeek.blog\/da\/wp-json\/wp\/v2\/tags?post=11166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}