Skip to content
fone.tips
Windows & Mac 10 min read

Fix Seagate External Hard Drive Not Showing Up on PC or Mac

Quick answer

Try a different USB port or cable first. If the drive still does not appear, open Disk Management on Windows or Disk Utility on Mac to check if the drive is detected but not assigned a letter or mount point.

#Mac

Your Seagate external hard drive is plugged in but your computer acts like nothing is there. This is one of the most common external drive problems on both Windows and Mac, and it usually comes down to a bad cable, a missing driver, or a drive that needs to be initialized. We tested these fixes on a Seagate Backup Plus 2TB connected to a Windows 11 PC and a MacBook Air running macOS Sonoma 14.4.

  • A faulty USB cable or port is the cause in roughly 30% of “drive not showing up” cases
  • Windows Disk Management can detect drives that don’t appear in File Explorer
  • New drives must be initialized and partitioned before Windows or Mac will show them
  • Outdated USB drivers on Windows can prevent external drives from being recognized
  • Mac users should check Disk Utility and try mounting the drive manually if it doesn’t appear in Finder

#Why Is Your Seagate Drive Not Showing Up?

The problem breaks down into three distinct situations, and the fix depends on which one you’re dealing with.

Situation 1: The drive shows up in Disk Management (Windows) or Disk Utility (Mac) but not in File Explorer or Finder. This usually means the drive needs a drive letter, needs to be formatted, or needs to be mounted manually. It’s the easiest scenario to fix.

Situation 2: The drive doesn’t show up anywhere. Bad cable, bad port, dead drive, or a driver problem on Windows.

Situation 3: The drive is brand new and has never been used. New drives often ship uninitialized. Your computer sees the hardware but can’t do anything with it until you set up a partition table.

According to Seagate’s own troubleshooting guide, the first thing to check is always the physical connection. We agree. A $5 cable swap fixes this more often than any software solution.

#How Do You Fix It on Windows?

Start with the physical checks, then move to software fixes. Work through these in order because each step builds on the last.

#Check the Cable and Port

Unplug the Seagate drive and try a different USB cable. Then plug it into a different USB port on your computer, preferably one on the back panel (these connect directly to the motherboard and provide more stable power). If your drive has a separate power adapter, make sure it’s plugged in and the power light is on.

We tested a Seagate Backup Plus that wouldn’t show up on a front USB port but worked immediately when moved to a rear USB 3.0 port. The front port wasn’t supplying enough power.

#Open Disk Management

If the cable and port check out fine, open Disk Management to see if Windows detects the drive at a hardware level.

Press Windows + R, type diskmgmt.msc, and press Enter. Look for your Seagate drive in the list of disks at the bottom of the window. If you see it labeled “Unknown” or “Not Initialized,” right-click it and select Initialize Disk. Choose GPT for drives over 2TB or MBR for 2TB and smaller.

After initialization, you’ll see the drive’s space listed as “Unallocated.” Right-click the unallocated space, select New Simple Volume, and follow the wizard to assign a drive letter and format it. According to Microsoft’s Disk Management documentation, GPT is the recommended partition style for drives larger than 2TB and for systems using UEFI.

If the drive appears in Disk Management but shows as “Online” with no drive letter, right-click the volume and select Change Drive Letter and Paths to assign one. This alone fixes the problem for many people.

#Update USB Drivers

Outdated or corrupted USB drivers can prevent Windows from recognizing external drives. Here’s how to update them.

Right-click the Start button and select Device Manager, then expand Universal Serial Bus controllers. Look for any device with a yellow warning icon. Right-click it and select Update driver > Search automatically for drivers.

If there’s no yellow icon but the drive still doesn’t show up, try uninstalling the USB controller entirely (right-click > Uninstall device), then restart your PC. Windows will reinstall the driver automatically on reboot.

If you’re dealing with other USB issues, our guide on fixing USB device not recognized covers additional driver troubleshooting that applies here.

#Fixing the Issue on Mac

Mac handles external drives differently than Windows. The most common issue is that the drive doesn’t mount automatically, which means it’s detected but not accessible in Finder.

#Check Disk Utility

Open Disk Utility (Applications > Utilities > Disk Utility) and look in the left sidebar. If your Seagate drive appears there but is grayed out, click it and then click Mount in the toolbar. That’s often all it takes.

If the drive doesn’t appear at all in Disk Utility, try these physical checks: use a different USB cable, try a different port, and test the drive on another computer to rule out a dead drive. On our MacBook Air, a Seagate drive that wouldn’t show up in Disk Utility worked fine when we swapped the USB-C hub for a direct USB-C to USB-A adapter.

#Run First Aid

If the drive appears but won’t mount, the file system might be corrupted. Select the drive in Disk Utility, click First Aid at the top, then click Run. This scans and repairs file system errors.

Based on Apple’s Disk Utility support page, First Aid can fix directory structure issues, volume header problems, and minor disk errors. It won’t recover deleted files, but it can make an unmountable drive accessible again. In our testing, First Aid resolved the mount issue on a Seagate drive that had been improperly ejected from a Windows PC.

#Format the Drive for Mac

If the drive is formatted as NTFS (the default Windows format), macOS can read it but can’t write to it. You’ll need to reformat it if you want full read/write access on Mac.

Warning: Formatting erases everything on the drive. Back up your files first.

Select the drive in Disk Utility and click Erase. Choose APFS for Mac-only use or exFAT if you need the drive to work on both Mac and Windows. Click Erase to confirm.

exFAT is the best choice if you switch between Mac and Windows. Both operating systems read and write to it natively. For related file system issues, our guide on fixing “file too large for destination file system” explains why FAT32 drives reject files over 4 GB, and why upgrading to exFAT solves that problem permanently along with the compatibility headaches that come with NTFS on Mac.

#Recovering Data Before Formatting

If your drive shows up in Disk Management or Disk Utility but the files aren’t accessible, you should try data recovery before formatting. Formatting wipes everything.

On Windows: Tools like Recuva (free) or the paid EaseUS Data Recovery Wizard can scan a corrupted drive and recover files. Plug in the drive, run the recovery software, scan the drive, and save recovered files to a different drive (never save recovered files to the same drive you’re recovering from).

On Mac: Disk Drill and PhotoRec (free, open-source) can recover files from drives that Mac can detect but not mount. The process is the same: scan, preview, and recover to a separate drive.

If your drive doesn’t appear anywhere at all, software recovery tools won’t help. You’ll need professional data recovery, which typically costs $300-$1,500 depending on the damage. According to Seagate’s data recovery services page, they offer in-lab recovery with a “no data, no charge” policy for their own drives.

For more recovery options, check our guide on recovering files from an external hard drive not detected. If you’re also getting read errors, our guide on can’t read from source file or disk covers a related set of fixes.

#Preventing the Problem in the Future

Most “drive not showing up” issues are preventable. These habits will keep your Seagate drive working reliably.

Always eject before unplugging. On Windows, click the “Safely Remove Hardware” icon in the system tray. On Mac, right-click the drive in Finder and select Eject. Pulling the cable without ejecting can corrupt the file system, which is exactly what happened to our test drive when it stopped mounting on Mac.

Use quality cables. Replace any cable that’s frayed or bent at the connector.

Keep drivers updated. On Windows, run Windows Update regularly. USB driver issues are rare on macOS because Apple handles driver updates through system updates automatically, but if you’re running an older macOS version, updating the OS itself can resolve drive detection problems. For related driver problems, our guide on fixing NTFS.sys errors explains how corrupted system drivers affect drive access.

Don’t let the drive fill up completely. Both NTFS and APFS can develop errors when a drive has less than 5% free space. Keep some breathing room.

#When to Replace Your Seagate Drive

Not every drive can be saved. If your Seagate makes clicking, grinding, or beeping sounds when plugged in, the internal read/write head or motor has likely failed. No software fix addresses mechanical failure.

Drives older than 5 years are also candidates for replacement. A proactive swap is always cheaper than emergency data recovery.

If you’re shopping for a new drive, our guide on the best hard drive for gaming compares current options by speed, capacity, and reliability, and many of those picks work well for general storage too.

#Bottom Line

Start with a cable swap. It fixes the problem about a third of the time. If the drive appears in Disk Management or Disk Utility but not in your file browser, assign a drive letter (Windows) or click Mount (Mac). Always recover your data before formatting a drive that has files you need.

#Frequently Asked Questions

#Will formatting my Seagate drive erase all data?

Yes. Formatting removes everything on the drive. Always recover important files before formatting. Use Recuva (free, Windows) or Disk Drill (Mac) to scan and save files to a separate drive first.

#Why does my Seagate drive show up on one computer but not another?

Different computers have different USB driver versions, port power output, and operating system configurations. A drive that works on one PC might not work on another if that PC has outdated USB drivers or a weak USB port. Try updating drivers on the second computer and using a rear USB port for more stable power delivery.

#Can a Seagate external hard drive just die?

Yes. External hard drives have a typical lifespan of 3-5 years with regular use. If the drive makes clicking or grinding noises, it’s likely a mechanical failure, and no software fix will help. At that point, your only option is professional data recovery, which runs $300-$1,500.

#Does the Seagate drive need to be formatted for Mac?

Only if it’s NTFS-formatted (the Windows default). macOS can read NTFS drives but can’t write to them without third-party software like Paragon NTFS. Reformatting to exFAT gives you full read/write access on both Mac and Windows.

#How do I know if my USB port is the problem?

Plug a different device (flash drive, phone, anything USB) into the same port. If that works, the port is fine and the problem is your Seagate drive or its cable.

#What is the difference between GPT and MBR?

GPT supports drives larger than 2TB and up to 128 partitions. MBR is the older standard, limited to 2TB and 4 primary partitions. Use GPT for any drive over 2TB. For 2TB or smaller, either works, but GPT is the modern default and what both Windows 11 and macOS Sonoma expect for new drives being initialized through their respective disk management tools.

#Should I use APFS or exFAT when formatting for Mac?

APFS for Mac-only use. exFAT if you’ll switch between Mac and Windows. Those are the only two options worth considering.

Fone.tips Editorial Team

Our team of mobile tech writers has been helping readers solve phone problems, discover useful apps, and make informed buying decisions since 2018. About our editorial team

Share this article