Crucial External SSD Now Seen as HDD in Windows (Defrag)


mccmw

Well-known member
Member
VIP
Local time
12:52 PM
Posts
494
OS
Windows 11
I never had an issue before. However, some bug in Windows 11 24H2 now has my wife's Crucial external SSD recognized as a HDD...which means it doesn't TRIM and I'm definitely not comfortable "defragging" it. I have tried the winsat formal command (that only seems to affect the internal SSD) as well as removing the drive in Disk Management, removing it, and then reinstalling it. No luck. How can I get it back to properly recognizing as a SSD? It is on the lastest firmware too.
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    1TB Western Digital SN770 (System) and 2TB Western Digital SN770 (Storage)
    Antivirus
    Windows Security
  • Operating System
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Dell/XPS 15 9510
    CPU
    i9-11900H
    Motherboard
    Unknown
    Memory
    32GB
    Graphics card(s)
    Integrated Intel and Nvidia 3050Ti
    Sound Card
    Integrated (Realtek)
    Monitor(s) Displays
    None
    Screen Resolution
    1920 x 1200 (non-Touch)
    Hard Drives
    2TB SK Hynix P41 Platinum
    Antivirus
    Windows Security
You're right to be concerned. Windows 11 24H2 has introduced a regression that is affecting how some USB-connected SSDs are identified—particularly those using certain chipsets or enclosures. If the system recognises the drive as a rotational hard disk (HDD), Windows will disable TRIM and schedule defrag instead, which is bad for SSD health.

### Here's a breakdown of what to do:

---

### ✅ **Confirm Windows really sees it as an HDD**

1. Run this in an elevated PowerShell window:

```powershell
Get-PhysicalDisk | Select FriendlyName, MediaType
```

If the `MediaType` shows `HDD` instead of `SSD` for the Crucial external, the problem is confirmed.

---

### 🔍 **Why this is happening**

Windows determines media type via the **UASP driver** (USB Attached SCSI Protocol) or the standard USB Mass Storage driver, depending on the enclosure and its chipset. If the enclosure doesn’t report media type properly (or if Windows 11 now ignores it), it defaults to `HDD`.

Many Crucial external SSDs use enclosures with ASMedia or JMicron chipsets, and these are vulnerable to this misclassification in 24H2.

---

### 🛠️ **Potential fixes or workarounds**

#### 1. **Force-enable TRIM manually (not ideal, but possible)**

You can use the command below to trigger TRIM on demand, though it's a workaround, not a fix:

```cmd
defrag X: /L
```

Replace `X:` with the SSD's drive letter. The `/L` option invokes **retrim**, not defrag.

⚠️ **Make sure you're using `/L`, not `/O` or `/U`, which can defrag.**

---

#### 2. **Check the USB controller driver**

* Go to **Device Manager > Universal Serial Bus controllers**.
* Right-click on the relevant controller (usually **USB Attached SCSI**, if present) and choose **Update driver > Browse > Let me pick**, then experiment with different drivers (Microsoft’s native vs OEM).
* Sometimes forcing the **UASP driver** (if available) corrects the media type.

---

#### 3. **Use a different USB enclosure** (only if practical)

Some enclosures properly report SSD media type. Look for ones that advertise UASP support *and* compatibility with Windows TRIM (e.g. Orico, Inateck with VL711 or ASM235CM chipsets).

---

#### 4. **Roll back or report the bug to Microsoft**

If this was working prior to 24H2, and it’s not hardware-related, then it is **Microsoft’s fault**. You can:

* Submit feedback via **Feedback Hub** under **Devices and Drivers > Disk and Storage**.
* If you’re on the Insider program, include regression notes.

---

### ❌ Avoid:

* **Defragging** the SSD, even if Windows suggests it. That causes unnecessary write cycles and degrades SSD lifespan.
* Relying on the GUI "Optimize Drives" utility. It's not trustworthy in this context since it uses the reported media type.

---

### Summary

* Windows 11 24H2 has likely changed the way USB-connected storage media are classified.
* It may now incorrectly treat your wife’s Crucial SSD as an HDD.
* You can manually run TRIM using `defrag X: /L`, try a different enclosure, or force a UASP driver.
* The ultimate fix depends on Microsoft correcting this regression—or using different hardware that reports media type reliably.

Would you like help identifying the chipset in your current Crucial external drive to confirm if it’s a known offender?


This response is from ChatGPT which is very good on Windows problems.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 26200.8524
    Computer type
    Laptop
    Manufacturer/Model
    Acemagic LX15PRO
    CPU
    AMD Ryzen 7 5825U with Radeon Graphics
    Memory
    16GB
    Screen Resolution
    1920 x 1080
    Hard Drives
    SSD 2TB
    Internet Speed
    30 Mbps
    Browser
    Brave
    Antivirus
    Webroot Secure Anywhere
    Other Info
    System 3

    Acer Swift SF114-34 laptop
    OS Windows 11 Pro 26200.8524
    CPU Pentium Silver N6000
    RAM 4GB
    SSD Samsung 970 EVO Plus SSD 2TB (an upgrade)
  • Operating System
    Windows 11 Pro 23H2 22631.2506
    Computer type
    Laptop
    Manufacturer/Model
    HP Mini 210-1090NR PC (bought in late 2009!)
    CPU
    Atom N450 1.66GHz
    Memory
    2GB
    Browser
    Brave
    Antivirus
    Webroot
What is the exact model of your SSD? I tried Get-PhysicalDisk | Select FriendlyName, MediaType on my USB Crucial X Pro, and it identifies as an SSD. My laptop is on 24H2 fully updated.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 26200.8524
    Computer type
    Laptop
    Manufacturer/Model
    Acemagic LX15PRO
    CPU
    AMD Ryzen 7 5825U with Radeon Graphics
    Memory
    16GB
    Screen Resolution
    1920 x 1080
    Hard Drives
    SSD 2TB
    Internet Speed
    30 Mbps
    Browser
    Brave
    Antivirus
    Webroot Secure Anywhere
    Other Info
    System 3

    Acer Swift SF114-34 laptop
    OS Windows 11 Pro 26200.8524
    CPU Pentium Silver N6000
    RAM 4GB
    SSD Samsung 970 EVO Plus SSD 2TB (an upgrade)
  • Operating System
    Windows 11 Pro 23H2 22631.2506
    Computer type
    Laptop
    Manufacturer/Model
    HP Mini 210-1090NR PC (bought in late 2009!)
    CPU
    Atom N450 1.66GHz
    Memory
    2GB
    Browser
    Brave
    Antivirus
    Webroot
Mine was listed under Storage Controllers, not Universal Serial Bus controllers.

1747052807528.webp
 

My Computers

System One System Two

  • OS
    Windows 11 Pro 25H2 26200.8524
    Computer type
    Laptop
    Manufacturer/Model
    Acemagic LX15PRO
    CPU
    AMD Ryzen 7 5825U with Radeon Graphics
    Memory
    16GB
    Screen Resolution
    1920 x 1080
    Hard Drives
    SSD 2TB
    Internet Speed
    30 Mbps
    Browser
    Brave
    Antivirus
    Webroot Secure Anywhere
    Other Info
    System 3

    Acer Swift SF114-34 laptop
    OS Windows 11 Pro 26200.8524
    CPU Pentium Silver N6000
    RAM 4GB
    SSD Samsung 970 EVO Plus SSD 2TB (an upgrade)
  • Operating System
    Windows 11 Pro 23H2 22631.2506
    Computer type
    Laptop
    Manufacturer/Model
    HP Mini 210-1090NR PC (bought in late 2009!)
    CPU
    Atom N450 1.66GHz
    Memory
    2GB
    Browser
    Brave
    Antivirus
    Webroot
I'm on travel right now but as soon as I'm home later this week I'll try out your recommendations. As for the drive itself, I believe it is a 2TB Crucial X9 (can't remember if Pro or not).
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    1TB Western Digital SN770 (System) and 2TB Western Digital SN770 (Storage)
    Antivirus
    Windows Security
  • Operating System
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Dell/XPS 15 9510
    CPU
    i9-11900H
    Motherboard
    Unknown
    Memory
    32GB
    Graphics card(s)
    Integrated Intel and Nvidia 3050Ti
    Sound Card
    Integrated (Realtek)
    Monitor(s) Displays
    None
    Screen Resolution
    1920 x 1200 (non-Touch)
    Hard Drives
    2TB SK Hynix P41 Platinum
    Antivirus
    Windows Security
Well...issue resolved itself...for now. I just got back from travel and went to take a look at it again...with your above advice. It was showing as SSD again...good. There was a monthly update on Tuesday so it's possible that it fixed it. Hopefully it doesn't come back:)
 

My Computers

System One System Two

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    Custom
    CPU
    Intel i7-7700K
    Motherboard
    Asus Prime Z-270A
    Memory
    32GB 2666Mhz (Kingston Hyper X Fury)
    Graphics Card(s)
    Asus Nvidia 1050Ti
    Sound Card
    N/A
    Monitor(s) Displays
    Samsung C27F390
    Screen Resolution
    1920 x 1080
    Hard Drives
    1TB Western Digital SN770 (System) and 2TB Western Digital SN770 (Storage)
    Antivirus
    Windows Security
  • Operating System
    Windows 11 Home
    Computer type
    Laptop
    Manufacturer/Model
    Dell/XPS 15 9510
    CPU
    i9-11900H
    Motherboard
    Unknown
    Memory
    32GB
    Graphics card(s)
    Integrated Intel and Nvidia 3050Ti
    Sound Card
    Integrated (Realtek)
    Monitor(s) Displays
    None
    Screen Resolution
    1920 x 1200 (non-Touch)
    Hard Drives
    2TB SK Hynix P41 Platinum
    Antivirus
    Windows Security
Windows 11 24H2 has introduced a regression that is affecting how some USB-connected SSDs are identified
Great info, sir!
 

My Computers

System One System Two

  • OS
    Win11 Pro 25H2 (RTM+)
    Computer type
    PC/Desktop
    Manufacturer/Model
    Acemagic
    CPU
    Intel i7-14650HX
    Memory
    32 GB
    Graphics Card(s)
    No GPU - Built-in Intel Graphics
    Sound Card
    Integrated
    Monitor(s) Displays
    Varies as machine will often be moved to locations with different monitors
    Screen Resolution
    Varies
    Hard Drives
    1 x 1TB Gen 4 NVMe SSD
    PSU
    120W Power Brick
    Keyboard
    Corsair K70 Max RGB Magnetic Keyboard
    Mouse
    Logitech MX Master 3
    Internet Speed
    1Gb Up / 1 Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
  • Operating System
    Win11 Pro 25H2 (RTM+)
    Computer type
    Laptop
    Manufacturer/Model
    Lenovo ThinkBook 13x Gen 2
    CPU
    Intel i7-1255U
    Memory
    16 GB
    Graphics card(s)
    Intel Iris Xe Graphics
    Sound Card
    Realtek® ALC3306-CG codec
    Monitor(s) Displays
    13.3-inch IPS Display
    Screen Resolution
    WQXGA (2560 x 1600)
    Hard Drives
    2 TB 4 x 4 NVMe SSD
    PSU
    USB-C / Thunderbolt 4 Power / Charging
    Keyboard
    Backlit, spill resistant keyboard
    Mouse
    Buttonless Glass Precision Touchpad
    Internet Speed
    1Gb Up / 1Gb Down
    Browser
    Edge
    Antivirus
    Windows Defender
    Other Info
    WiFi 6e / Bluetooth 5.1 / Facial Recognition / Fingerprint Sensor / ToF (Time of Flight) Human Presence Sensor
Just some more info., I have 3 USB drives attached and this is how they show in Device Manager they have Quick Removal checked:

1747433629519.webp
 

My Computers

System One System Two

  • OS
    Win11 Pro RTM Version 24H2 Build 26100.4202
    Computer type
    Laptop
    Manufacturer/Model
    Dell Vostro 3400
    CPU
    Intel Core i5 11th Gen. 2.40GHz
    Memory
    12GB
    Hard Drives
    256GB SSD NVMe M.2
  • Operating System
    Win11 Pro RTM Version 24H2 Build 26100.4202
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Vostro 5890
    CPU
    Intel Core i5 10th Gen. 2.90GHz
    Memory
    16GB
    Graphics card(s)
    Onboard, no VGA, using a DisplayPort-to-VGA adapter
    Monitor(s) Displays
    24" Dell
    Hard Drives
    512GB SSD NVMe, 4TB Seagate HDD
    Browser
    Firefox, Edge
    Antivirus
    Windows Defender/Microsoft Security
Back
Top Bottom