USB-C Drive Not Recognized on New Laptop? Fix It Here

Hardware – Hard Drives Beginner 👁 8 views 📅 Jun 29, 2026

New laptop won't see your USB-C drive? Try this fix first, then the other two. I'll walk you through each step.

1. The Most Common Cause: Missing or Incorrect USB-C Drivers

You got a new laptop and plugged in your USB-C drive. Nothing happens. No pop-up, no drive letter in File Explorer. This happens more than you'd think, especially on Windows 11 laptops from 2023 or 2024.

Most new laptops ship with basic USB drivers. They work for charging phones or reading a mouse, but they don't support external drives properly. The real fix? Update the USB controller drivers from the laptop maker's website, not from Windows Update.

How to Fix This

  1. Press Win + X and select Device Manager. You'll see a list of hardware categories.
  2. Scroll down to Universal Serial Bus controllers. Click the arrow to expand it.
  3. Look for entries that say USB Root Hub, Generic USB Hub, or USB Host Controller. You might see one with a yellow exclamation mark. That's your clue.
  4. Right-click each one and select Update driver. Choose Browse my computer for drivers, then Let me pick from a list of available drivers on my computer.
  5. Pick the newest one you see. Often it's the one with "Intel" or "AMD" in the name. Click Next and wait.
  6. After the update, restart your laptop. Then plug the USB-C drive back in.

After restart, you should hear the Windows "device connected" sound. If not, the drive might show up in Disk Management but not in File Explorer. We'll cover that next.

2. Second Most Common Cause: The Drive Needs a Power Boost (USB-C Power Delivery)

Some USB-C drives, especially big ones (2TB or more) or SSDs that run fast (like Samsung T7 or WD My Passport), need more power than the laptop's USB-C port can give. That's especially true if it's a thin-and-light laptop like a Dell XPS 13 or a MacBook Air.

Here's how to check: If the drive's light blinks but doesn't stay solid, or if you hear Windows connect/disconnect sounds every few seconds, it's a power issue.

How to Fix It

  1. Unplug the drive. Look at its cable. Some USB-C cables have a little box or a label that says "5V/2A" or something similar. If you're using a cheap cable, swap it for the one that came with the drive.
  2. Plug the drive into a different USB-C port on your laptop. Some ports are just for charging, not data. Check your laptop manual—most have a symbol by the port (like a lightning bolt for power, or a USB icon for data).
  3. If you have a USB-C hub or a docking station, plug the drive into that instead. A powered hub (one with its own power brick) gives the drive full power.
  4. Still not working? Try a USB-C to USB-A adapter. Plug the adapter into a regular USB-A port on your laptop. This often bypasses the power issue because USB-A ports supply more power.

When it works, the drive will show up in File Explorer under This PC with a drive letter. If you still see nothing, move to the next step.

3. Third Most Common Cause: The Drive Needs a Drive Letter or Initialization

Sometimes Windows sees the drive but doesn't assign it a drive letter. Or the drive is brand new and hasn't been formatted yet. You'll need to open Disk Management to fix this.

How to Check and Fix

  1. Press Win + X and select Disk Management. A window opens showing all your drives.
  2. Look for a disk that says Unknown or Not Initialized in the bottom section. If you see that, right-click on the black bar that says "Disk 1" or "Disk 2" and choose Initialize Disk. Pick GPT (not MBR) if your laptop is from 2020 or newer. Click OK.
  3. If the disk shows as Unallocated, right-click it and choose New Simple Volume. Follow the wizard. Give it a drive letter like E: or F:. Format it as exFAT if you want to use it on both Windows and Mac, or NTFS if only Windows.
  4. If the disk already has a partition but no drive letter, right-click that partition and choose Change Drive Letter and Paths. Click Add, pick a letter, and click OK.

After doing that, the drive should appear in File Explorer under This PC.

Quick-Reference Summary Table

CauseWhat to DoExpected Outcome
Missing driversUpdate USB controllers in Device ManagerDrive shows up after restart
Not enough powerUse a different port or a powered hubDrive stays connected and appears
No drive letter or uninitializedOpen Disk Management, assign letter or initializeDrive appears in File Explorer

Was this solution helpful?