<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Windows 10/11 - How to read S.M.A.R.T. from USB drive - Windows Software				            </title>
            <link>https://www.tweaking4all.com/forum/windows-software/windows-10-11-how-to-read-s-m-a-r-t-from-usb-drive/</link>
            <description>Tweaking4All.com Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 10 Jun 2026 00:07:25 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Windows 10/11 - How to read S.M.A.R.T. from USB drive</title>
                        <link>https://www.tweaking4all.com/forum/windows-software/windows-10-11-how-to-read-s-m-a-r-t-from-usb-drive/#post-5853</link>
                        <pubDate>Sat, 17 May 2025 15:49:32 +0000</pubDate>
                        <description><![CDATA[Hey Famed Member, thanks for sharing your WMIC output, it’s super helpful. You can also use PowerShell Get-PhysicalDisk | Select FriendlyName, HealthStatus for a quick health check or instal...]]></description>
                        <content:encoded><![CDATA[<p>Hey Famed Member, thanks for sharing your WMIC output, it’s super helpful. You can also use PowerShell <code data-start="104" data-end="158">Get-PhysicalDisk | Select FriendlyName, HealthStatus</code> for a quick health check or install WSL and run <code data-start="207" data-end="234">sudo smartctl -a /dev/sdb</code> for detailed SMART data on USB drives. On Windows 11 Pro or Server 2022, the <code data-start="312" data-end="363">Get-StorageHealth –FriendlyName "Your USB Device"</code> cmdlet gives you key metrics without extra installs.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/windows-software/">Windows Software</category>                        <dc:creator>Anonymous</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/windows-software/windows-10-11-how-to-read-s-m-a-r-t-from-usb-drive/#post-5853</guid>
                    </item>
				                    <item>
                        <title>Windows 10/11 - How to read S.M.A.R.T. from USB drive</title>
                        <link>https://www.tweaking4all.com/forum/windows-software/windows-10-11-how-to-read-s-m-a-r-t-from-usb-drive/#post-5370</link>
                        <pubDate>Tue, 27 Feb 2024 09:55:45 +0000</pubDate>
                        <description><![CDATA[I was curious to see whta the options were to read S.M.A.R.T. info from disks, specifically USB disks, and this is what I found:
You can use &quot;wmic&quot; in a DOS box (CMD):
wmic diskdrive
This...]]></description>
                        <content:encoded><![CDATA[<p>I was curious to see whta the options were to read S.M.A.R.T. info from disks, specifically USB disks, and this is what I found:</p>
<p>You can use "wmic" in a DOS box (CMD):</p>
<pre contenteditable="false">wmic diskdrive</pre>
<p>This will pull up a list of your currently attached disks, something like this:</p>
<pre contenteditable="false">Availability  BytesPerSector  Capabilities  CapabilityDescriptions                 Caption                         CompressionMethod  ConfigManagerErrorCode  ConfigManagerUserConfig  CreationClassName  DefaultBlockSize  Description  DeviceID            ErrorCleared  ErrorDescription  ErrorMethodology  FirmwareRevision  Index  InstallDate  InterfaceType  LastErrorCode  Manufacturer            MaxBlockSize  MaxMediaSize  MediaLoaded  MediaType                 MinBlockSize  Model                           Name                NeedsCleaning  NumberOfMediaSupported  Partitions  PNPDeviceID                                                                    PowerManagementCapabilities  PowerManagementSupported  SCSIBus  SCSILogicalUnit  SCSIPort  SCSITargetId  SectorsPerTrack  SerialNumber                              Signature   Size           Status  StatusInfo  SystemCreationClassName  SystemName  TotalCylinders  TotalHeads  TotalSectors  TotalTracks  TracksPerCylinder
              512             {3, 4}        {"Random Access", "Supports Writing"}  Lexar SSD NM790 2TB                                0                       FALSE                    Win32_DiskDrive                      Disk drive   \\.\PHYSICALDRIVE1                                                    11296             1                   SCSI                          (Standard disk drives)                              TRUE         Fixed hard disk media                   Lexar SSD NM790 2TB             \\.\PHYSICALDRIVE1                                         3           SCSI\DISK&amp;VEN_NVME&amp;PROD_LEXAR_SSD_NM790\5&amp;31F9B997&amp;0&amp;000000                                                                           0        0                1         0             63               0000_0007_2309_2799_CAF2_5BA3_2000_0222.              2048407280640  OK                  Win32_ComputerSystem     ASUSROG16   249038          255         4000795470    63504690     255
              512             {3, 4}        {"Random Access", "Supports Writing"}  Samsung SSD 970 EVO Plus 1TB                       0                       FALSE                    Win32_DiskDrive                      Disk drive   \\.\PHYSICALDRIVE0                                                    2B2QEXM7          0                   SCSI                          (Standard disk drives)                              TRUE         Fixed hard disk media                   Samsung SSD 970 EVO Plus 1TB    \\.\PHYSICALDRIVE0                                         1           SCSI\DISK&amp;VEN_NVME&amp;PROD_SAMSUNG_SSD_970\5&amp;35BCED2&amp;0&amp;000000                                                                            0        0                0         0             63               0025_3891_0A42_0471.                                  1000202273280  OK                  Win32_ComputerSystem     ASUSROG16   121601          255         1953520065    31008255     255
              512             {3, 4}        {"Random Access", "Supports Writing"}  WD My Passport 0830 USB Device                     0                       FALSE                    Win32_DiskDrive                      Disk drive   \\.\PHYSICALDRIVE2                                                    1065              2                   USB                           (Standard disk drives)                              TRUE         External hard disk media                WD My Passport 0830 USB Device  \\.\PHYSICALDRIVE2                                         1           USBSTOR\DISK&amp;VEN_WD&amp;PROD_MY_PASSPORT_0830&amp;REV_1065\575834314136343856585044&amp;0                                                         0        0                0         0             63               WX41B678VYPD                              2217116421  1000169372160  OK                  Win32_ComputerSystem     ASUSROG16   121597          255         1953455805    31007235     255</pre>
<p>To the far right, you'll see the column "status" indicating if your disk is "healthy".<br />The column "InterfaceType" shows what is connected through USB. Please note: SCSI should probably say M2 or PCIe or something like that on my Windows machine.</p>
<p>I did hear about <a href="https://gsmartcontrol.shaduri.dev" target="_blank" rel="noopener">GSMartControl</a>, which is supposed to be helpful as well and available for Windows, Linux and macOS. Just not sure how well it will work under macOS.</p>]]></content:encoded>
						                            <category domain="https://www.tweaking4all.com/forum/windows-software/">Windows Software</category>                        <dc:creator>Hans</dc:creator>
                        <guid isPermaLink="true">https://www.tweaking4all.com/forum/windows-software/windows-10-11-how-to-read-s-m-a-r-t-from-usb-drive/#post-5370</guid>
                    </item>
							        </channel>
        </rss>
		