Ritridata Logo
Ritridata
Data Recovery for Windows
Windows 11/10/8/7 support
Data Recovery for Mac
macOS Sonoma & earlier
Hard Drive Recovery
SD Card Recovery
External Drive Recovery
Crashed System Recovery
Disk Image Recovery
Mac File Recovery
Recycle Bin Recovery
Solutions
PricingAbout Us
DownloadSign In
Home mac computer solutions Fix Unreadable USB Flash Drive on Mac in 2026 [Step-by-Step]

USB Flash Drive Unreadable on Mac? Here's How to Fix It (and Save Your Files)

Ethan CarterEthan Carter
|Last Updated: March 14, 2026| 100% Safe

A USB drive that Mac refuses to read is usually a file system error, compatibility issue, or connection problem — not a dead drive.
This guide walks through every fix in order, plus how to recover your files with Ritridata before reformatting if nothing else works.

Free Download

Fixing an unreadable USB flash drive on Mac usually starts with one question: is the drive detected but not readable, or is it not detected at all? The answer determines whether you have a file system problem (fixable with software) or a hardware problem (may need data recovery first).

Part 1. Diagnose — Detected or Not Detected?

Open Disk Utility (Applications → Utilities → Disk Utility) and check if the USB drive appears in the sidebar.

Disk Utility ShowsMeaningNext Step
Drive + volume, greyed outFile system error, not mountedPart 2: First Aid
Drive only, no volumePartition table issuePart 3: Terminal
NothingNot detected by MacPart 4: Connection check
Drive with NTFS labelWindows-formatted drivePart 5: NTFS fix

⚠️ Important: If the USB drive has files you need, do not reformat it before running data recovery software. Reformatting rebuilds the file system but marks all existing data as available space — recovery becomes harder after a format.

Part 2. Run Disk Utility First Aid

Disk Utility First Aid is the best first step for any USB drive that macOS cannot read.

  1. Open Disk Utility
  2. Select the USB drive in the left sidebar (the top-level disk entry, not just the volume)
  3. Click First Aid in the toolbar
  4. Click Run to confirm

First Aid checks for file system inconsistencies, directory errors, and invalid partition maps — and fixes most software-level issues automatically.

💡 Tip: Run First Aid on the physical disk (the top-level entry in Disk Utility) rather than just the volume underneath it. The disk-level check catches partition map errors that a volume-level check misses.

If First Aid succeeds, try opening the drive in Finder. If First Aid reports it cannot repair the drive, proceed to Terminal.

Part 3. Use Terminal for Deeper Repair

If First Aid fails, Terminal commands can attempt a more direct repair:

  1. Open Terminal (Applications → Utilities → Terminal)
  2. Type diskutil list and press Enter — find your USB drive identifier (e.g., /dev/disk2)
  3. Run: diskutil unmountDisk /dev/disk2
  4. Run: sudo diskutil repairVolume /dev/disk2
  5. Then remount: diskutil mountDisk /dev/disk2

💡 Tip: Double-check the disk identifier before running any diskutil commands. Running diskutil repairVolume on the wrong disk could affect your Mac's system drive. Identify the USB by its capacity shown in diskutil list.

Part 4. Fix Connection Issues

If the drive does not appear in Disk Utility at all, the issue is at the hardware level:

  • Try a different USB port on your Mac
  • Try a different USB cable (especially for drives with detachable cables)
  • Try connecting through a powered USB hub
  • Connect the USB drive to a different Mac or Windows PC to confirm it is recognized elsewhere

If the drive is recognized on another computer, the issue may be a USB port or system extension problem on your Mac — try resetting NVRAM (Option + Command + P + R at startup on Intel Macs).

🗣️ r/mac user: "USB drive wouldn't show up in Disk Utility at all. Changed the USB-C dongle and it appeared immediately. The adapter was the problem, not the drive or Mac."

💡 Tip: If your Mac uses USB-C ports and you are using a USB-A to USB-C adapter, try a different adapter. Some cheap adapters have poor data contacts and intermittently fail to communicate with storage devices — replacing the adapter often resolves "unreadable" detection issues instantly.

Part 5. Fix NTFS-Formatted Drives (Windows-Format Issue)

macOS can read NTFS drives in read-only mode but may not display them in Finder by default. If your USB was formatted on Windows with NTFS:

Option 1 — Read-only access via Terminal:

  1. Type diskutil list to find the disk identifier
  2. Run diskutil mount /dev/disk2s1 to manually mount it
  3. The drive should appear in Finder (read-only)

Option 2 — Full read/write access: Install Paragon NTFS for Mac or Mounty — both allow macOS to write to NTFS drives and typically resolve the "unreadable" appearance in Finder.

Option 3 — Reformat to exFAT: exFAT is readable and writable on both Mac and Windows without additional software. After backing up files, reformat the USB in Disk Utility using exFAT for cross-platform use.

NTFS vs exFAT vs APFS — which to use:

FormatMac ReadMac WriteWindowsBest For
NTFSYes (read-only)Needs 3rd-partyYesWindows-only drives
exFATYesYesYesCross-platform USB drives
APFSYesYesNoMac-only drives
HFS+YesYesNeeds 3rd-partyOlder Mac drives

🗣️ r/techsupport user: "Mac wouldn't show my USB at all. Finally figured it was NTFS formatted. Installed Mounty, drive showed up and I could access everything. Took 5 minutes."

Part 6. Recover Files From the USB With Ritridata Before Reformatting

If First Aid and Terminal cannot repair the USB and reformatting is the only remaining option, recover your files first. Ritridata can scan unreadable USB drives on Mac and recover files even when Disk Utility cannot mount or repair the volume.

Free Download

Step 1 — Connect the unreadable USB and select it from the drive list

Step 2 — Run a safe scan — the USB drive is not modified during the process

Step 3 — Preview and recover files to your Mac's internal drive or an external drive

FAQ

Why can't my Mac read my USB flash drive? The most common causes are file system corruption (fixable with First Aid), NTFS format incompatibility (readable but may not auto-mount), a faulty USB cable or adapter, or a partition table error. Physical damage to the USB drive is less common but possible.

What does Disk Utility First Aid do for a USB drive? First Aid scans the USB drive's file system for errors — including directory inconsistencies, bad file allocation entries, and invalid partition map entries — and attempts to repair them automatically.

Can Mac read NTFS USB drives? macOS can read NTFS drives in read-only mode, but typically does not display them in Finder by default. To enable full read/write access, use a third-party tool like Paragon NTFS for Mac or Mounty. Alternatively, reformat the drive to exFAT for cross-platform compatibility.

What should I do if Disk Utility shows the USB but can't repair it? Use Terminal's diskutil repairVolume command for a deeper repair attempt. If that also fails, run data recovery software to extract files before reformatting. Reformatting is the last step — always recover files first.

Is it safe to use Terminal commands on my USB drive? Yes — diskutil repairVolume and diskutil mount are safe read-write operations targeting the USB drive. Always verify the disk identifier from diskutil list before running any command to ensure you are targeting the correct drive.

My USB drive is not showing up on Mac at all — is it broken? Not necessarily. Try different cables, ports, and adapters. If it still does not appear in Disk Utility after these tests, the drive may have a hardware failure. Physical damage requires professional recovery services.

References

  • Apple — Disk Utility First Aid
  • Apple — Disk Utility Command Line Reference
  • Paragon NTFS for Mac
  • r/mac — USB Adapter Causing Detection Issue
  • r/techsupport — NTFS Drive Fix on Mac

Related Articles

How to Recover Files from an SD Card on Mac in 2026

Deleted photos from an SD card on your Mac? Recovery is almost always possible if you act before new files overwrite them.
This guide covers every method — free tools via Terminal, Disk Utility First Aid, and Ritridata with camera-specific RAW algorithms for Mac.

Read Article →

Disk Utility Says the Erase Process Has Failed — Here Is How to Fix It

The 'erase process has failed' error in Disk Utility stops you from formatting a Mac drive.
Learn every cause and fix — from FileVault conflicts to Terminal commands and Recovery Mode.

Read Article →

Sysmond Is Running on Your Mac — Is It Normal or a Problem?

Sysmond shows up in Activity Monitor and sometimes spikes your CPU usage.
This guide explains exactly what sysmond is, why it runs, and what to do if it seems abnormal.

Read Article →
Ritridata Logo
Ritridata

Professional data recovery software trusted by millions worldwide.

Products
  • Data Recovery for Windows
  • Data Recovery for Mac
Features
  • Hard Drive Recovery
  • SD Card Recovery
  • External Drive Recovery
  • Crashed System Recovery
  • Disk Image Recovery
  • Mac File Recovery
  • Recycle Bin Recovery
Legal
  • Privacy Policy
  • Terms of Service
  • Refund Policy
Support
  • Contact Us
  • About Us
XML SitemapHot: data recoverywindows file recoveryfile recovery softwaresd card recoveryfree data recovery softwarerecuva file recoverywindows file recovery tool

© 2026 RitriData. All rights reserved.